summaryrefslogtreecommitdiff
path: root/source/compiler-core/slang-source-loc.cpp
AgeCommit message (Expand)Author
2025-04-24Implemented #pragma warning (#6748)Ronan
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-09-06Remove incorrect UTF decode assert (#5028)cheneym2
2024-05-14Slang: Support UTF-8 with Byte Order Markers (#4135)cheneym2
2024-02-22Add API for querying and reusing precompiled binary modules. (#3614)Yong He
2023-12-05Support `include` for pulling file into the current module. (#3377)Yong He
2023-08-16Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska
2023-07-18nsight Aftermath crash example (#2984)jsmall-nvidia
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-04-19Make SourceMap a value type (#2812)jsmall-nvidia
2023-04-17Round trip source map (#2810)jsmall-nvidia
2023-03-27Using SourceMap for location output (#2736)jsmall-nvidia
2023-03-22Source map obfuscation (#2717)jsmall-nvidia
2022-10-03IMutableFileSystem::saveFileBlob (#2427)jsmall-nvidia
2022-09-01Remove artifact from SourceFile (#2384)jsmall-nvidia
2022-09-01Make FileSystem files and OS files distinct (#2383)jsmall-nvidia
2022-09-01Passing source to Downstream compilation as artifacts (#2382)jsmall-nvidia
2022-06-07Major language server features. (#2264)Yong He
2021-11-16Support around JSON-RPC (#2014)jsmall-nvidia
2021-04-29Support for escaped paths in tools (#1823)jsmall-nvidia
2021-04-01Added compiler-core project (#1775)jsmall-nvidia