summaryrefslogtreecommitdiff
path: root/source/slang/slang-parser.cpp
AgeCommit message (Expand)Author
2022-05-05Support for HLSL `export` (#2223)jsmall-nvidia
2022-04-28Fix errors when building with the latest Xcode (#2215)Vincent Isambart
2022-04-28Disable `class` keyword to define a new type (#2212)jsmall-nvidia
2022-04-12Support `[DllImport]` (#2181)Yong He
2022-04-05Fix issue with multiple namespace openings (#2176)jsmall-nvidia
2022-01-25Add support for HLSL unorm/snorm (#2095)Theresa Foley
2021-09-14Bring heterogeneous-hello-world back up to date. (#1935)David Siher
2021-07-09Make Scope non ref counted (#1904)jsmall-nvidia
2021-04-19Infinite generic parsing bug fix (#1799)jsmall-nvidia
2021-03-01Doc improvements (#1729)jsmall-nvidia
2021-02-23Some ad hoc parser fixes (#1723)Tim Foley
2021-02-17More #line improvements (#1713)jsmall-nvidia
2021-02-12Initial support for DXR payload access qualifiers (#1705)Tim Foley
2021-02-12Diagnostic location highlighting (#1700)jsmall-nvidia
2021-02-05Initial implementation of interface conjunctions (#1691)Tim Foley
2020-11-18Serialized stdlib working (#1603)jsmall-nvidia
2020-11-05Standard library save/loadable (#1592)jsmall-nvidia
2020-08-20Initial support for a using construct (#1506)Tim Foley
2020-08-13Allow both traditional and modern property syntax (#1487)Tim Foley
2020-08-12GPU Foreach Parsing and Checking (#1482)Dietrich Geisler
2020-08-11Improvements to Casting (#1483)jsmall-nvidia
2020-06-30Initial work on property declarations (#1410)Tim Foley
2020-06-05ASTNodes use MemoryArena (#1376)jsmall-nvidia
2020-05-29NodeBase types constructed with astNodeType member set (#1363)jsmall-nvidia
2020-05-28Small improvements to documentation and code around DiagnosticSink (#1359)jsmall-nvidia
2020-05-28WIP: ASTBuilder (#1358)jsmall-nvidia
2020-05-22Tidy up around AST nodes (#1353)jsmall-nvidia
2020-05-19Reduce the size of Token (#1349)jsmall-nvidia
2020-05-08AST nodes using C++ Extractor (#1341)jsmall-nvidia
2020-04-13Remove Not constant folding - because it doesn't take into account the type c...jsmall-nvidia
2020-04-09Literal folding on other operators (#1314)jsmall-nvidia
2020-04-02Optimize creation of memberDictionary (#1305)jsmall-nvidia
2020-04-02Add basic support for namespaces (#1304)Tim Foley
2020-03-30CUDA version handling (#1301)jsmall-nvidia
2020-03-24Parser changes to improve handling of static method calls (#1290)Tim Foley
2020-03-05Feature/glslang spirv version (#1256)jsmall-nvidia
2020-03-03__spirv_version Decoration (#1255)jsmall-nvidia
2020-02-26Fix for GCC C++ target - remove warning for int literal value. (#1244)jsmall-nvidia
2020-02-21Add surface syntax for "this type" (#1236)Tim Foley
2020-02-20Initial support for user-defined initializer/constructor declarations (#1233)Tim Foley
2020-02-12Nvrtc disable warnings/Float literal improvements (#1220)jsmall-nvidia
2020-02-07Code standard changes for Lexer (#1209)jsmall-nvidia
2020-02-06Literal handling improvements (#1202)jsmall-nvidia
2019-11-19Initial work for "global generic value parameters" (#1127)Tim Foley
2019-10-04IR types for subset of Attributes (#1067)jsmall-nvidia
2019-06-19Start exposing a new COM-lite API (#987)Tim Foley
2019-06-18Fix bug in handling of `h` literal suffix. (#990)Tim Foley
2019-05-31Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia