summaryrefslogtreecommitdiff
path: root/source/slang/slang-check-impl.h
AgeCommit message (Expand)Author
2022-11-04Higher order differentiation. (#2487)Yong He
2022-11-02Rework differential conformance dictionary checking. (#2483)Yong He
2022-11-01Make `DifferentialPair` able to nest. (#2477)Yong He
2022-10-29Shader cache bugfixes and test additions (#2467)lucy96chen
2022-10-27Rename `__jvp`-->`__fwd_diff`. (#2471)Yong He
2022-10-27Auto synthesis of IDifferntial interface methods. (#2469)Yong He
2022-10-26Adding a differentiable standard library (#2465)Sai Praveen Bangaru
2022-10-26Auto synthesis of Differential type (#2466)Yong He
2022-10-24Rework differentiation of member access through `[DerivativeMember(DiffType.f...Yong He
2022-10-20Modified the new type system to support generic differentiable types … (#2413)Sai Praveen Bangaru
2022-10-08Fix for issue with user attribute lookup (#2437)jsmall-nvidia
2022-10-06Add syntax for multi-level break. (#2431)Yong He
2022-09-20Support partial inference of generic arguments (#2404)Theresa Foley
2022-09-13Deduplicate AST type nodes and cache lookup operations. (#2397)Yong He
2022-08-24Allow `static const` interface requirements. (#2378)Yong He
2022-08-17Warning on lossy implicit casts. (#2367)Yong He
2022-08-10Add `none` literal that is convertible to `Optional`. (#2356)Yong He
2022-08-10`is` and `as` operator and `Optional<T>`. (#2355)Yong He
2022-08-05Added a new differential type system and various improvements (#2343)Sai Praveen Bangaru
2022-08-04Implicit pointer dereference when using member operator. (#2348)Yong He
2022-08-03Basic pointer usages. (#2342)Yong He
2022-07-12Support `class` types. (#2321)Yong He
2022-06-25Added basic auto-diff capabilities for local load/store and simple arithmetic...Sai Praveen Bangaru
2022-06-23Added basic syntax to mark and request function derivatives, as well as the f...Sai Praveen Bangaru
2022-06-22 More Language Server Improvements. (#2289)Yong He
2022-06-13Language Server improvements. (#2269)Yong He
2022-06-07Major language server features. (#2264)Yong He
2022-06-01New language feature: basic error handling. (#2253)Yong He
2022-05-25Allow [mutating] methods on existential values (#2245)Theresa Foley
2022-04-19Make translation units in the same CompileReq visible to `import`. (#2184)Yong He
2022-04-12Support `[DllImport]` (#2181)Yong He
2022-01-25Add support for HLSL unorm/snorm (#2095)Theresa Foley
2021-09-02Two small fixes. (#1928)Theresa Foley
2021-04-05Fix a bug in the "operator cache" (#1784)Tim Foley
2021-03-10A bunch of overlapping semantic-checking fixes (#1743)Tim Foley
2021-03-01Doc improvements (#1729)jsmall-nvidia
2021-02-05Initial implementation of interface conjunctions (#1691)Tim Foley
2020-08-28Avoid nondeterministic ordering of output (#1522)Tim Foley
2020-08-21Another fix for overriding property decls (#1509)Tim Foley
2020-08-17Attempt to fix lookup for members that "override" (#1501)Tim Foley
2020-08-13Support property declarations in interfaces (#1494)Tim Foley
2020-08-12GPU Foreach Parsing and Checking (#1482)Dietrich Geisler
2020-07-23Fix the way extension declarations are cached for lookup (#1450)Tim Foley
2020-06-18Work on struct inheritance and interfacesTim Foley
2020-06-12Diagnose circularly-defined constants (#1384)Tim Foley
2020-06-08Small fixes/improvements based on review. (#1379)jsmall-nvidia
2020-06-05ASTNodes use MemoryArena (#1376)jsmall-nvidia
2020-06-04First steps toward inheritance for struct types (#1366)Tim Foley
2020-06-02Working matrix swizzle (#1354)Dietrich Geisler
2020-05-29Feature/ast syntax standard (#1360)jsmall-nvidia