summaryrefslogtreecommitdiff
path: root/source/slang/slang-syntax.cpp
AgeCommit message (Expand)Author
2023-01-30Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...Yong He
2022-12-01Allow `no_diff` on `this` parameter. (#2543)Yong He
2022-11-29Allow `no_diff` modifier on parameters (#2538)Yong He
2022-11-16Clean up type checking of higher order expressions. (#2519)Yong He
2022-11-16Mesh shader support (#2464)Ellie Hermaszewska
2022-11-08Make `__BuiltinFloatingPointType` conform to `IDifferentiable`. (#2499)Yong He
2022-11-04Higher order differentiation. (#2487)Yong He
2022-11-01Make `DifferentialPair` able to nest. (#2477)Yong He
2022-10-26Auto synthesis of Differential type (#2466)Yong He
2022-09-13Allow interface requirements to reference to the interface type itself. (#2398)Yong He
2022-09-13Deduplicate AST type nodes and cache lookup operations. (#2397)Yong He
2022-06-07Major language server features. (#2264)Yong He
2022-06-01New language feature: basic error handling. (#2253)Yong He
2022-04-01Improved type printing (#2172)Alexey Panteleev
2021-05-15Support for HW format conversions for RWTexture on CUDA (#1840)jsmall-nvidia
2021-04-16Update `model-viewer` example and fixing compiler bugs. (#1795)Yong He
2021-03-10A bunch of overlapping semantic-checking fixes (#1743)Tim Foley
2021-03-01Doc improvements (#1729)jsmall-nvidia
2021-02-02Remove GlobalGenericParamSubstitution (#1684)Tim Foley
2020-11-05Standard library save/loadable (#1592)jsmall-nvidia
2020-08-28Avoid nondeterministic ordering of output (#1522)Tim Foley
2020-08-03First pass support for Sampler Feedback (#1470)jsmall-nvidia
2020-07-23Fix the way extension declarations are cached for lookup (#1450)Tim Foley
2020-06-05ASTNodes use MemoryArena (#1376)jsmall-nvidia
2020-06-03Devirtualize AST types (#1368)jsmall-nvidia
2020-05-29NodeBase types constructed with astNodeType member set (#1363)jsmall-nvidia
2020-05-29Feature/ast syntax standard (#1360)jsmall-nvidia
2020-05-28WIP: ASTBuilder (#1358)jsmall-nvidia
2020-05-26Improvements around hashing (#1355)jsmall-nvidia
2020-05-22Tidy up around AST nodes (#1353)jsmall-nvidia
2020-05-21Non virtual accept implementation on AST types (#1351)jsmall-nvidia
2020-05-08AST nodes using C++ Extractor (#1341)jsmall-nvidia
2020-05-07Enhanced C++ extractor (#1340)jsmall-nvidia
2020-04-08Remove static struct members from layout and reflection (#1310)jsmall-nvidia
2020-04-02Add basic support for namespaces (#1304)Tim Foley
2020-03-06Expand range of definitions that can be moved into stdlib (#1259)Tim Foley
2020-02-28Constant time dynamic cast (#1250)jsmall-nvidia
2020-02-25Fix a crash when a generic value argument isn't constant (#1241)Tim Foley
2020-02-06Literal handling improvements (#1202)jsmall-nvidia
2019-12-06Support conversion from int/uint to enum types (#1147)Tim Foley
2019-12-06Add a custom RTTI implementation for the AST (#1148)Tim Foley
2019-11-18Further refactoring of semantic checking (#1102)Tim Foley
2019-08-08Revise new COM-lite API (#1007)Tim Foley
2019-05-31Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia