summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-syntax.cpp
Commit message (Expand)AuthorAge
* improve error message on generic value decls (#6169)Darren Wihandi2025-01-24
* Fix `getInheritanceInfo` for `ExtractExistentialType`. (#5971)Yong He2024-12-31
* Fix requirement candidate lookup to prefer decls in the same paraent as the i...Yong He2024-12-30
* Check subscript/property accessor for differentiability. (#5922)Yong He2024-12-20
* Add datalayout for constant buffers. (#5608)Yong He2024-11-21
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* preparation for clang format (#5422)Ellie Hermaszewska2024-10-29
* Move texture format inference to frontend and add reflection api for it. (#5155)Yong He2024-09-26
* Support `where` clause and type equality constraint. (#4986)Yong He2024-09-05
* Variadic Generics Part 2: IR lowering and specialization. (#4849)Yong He2024-08-18
* Avoiding the use of the global AST builder in DeclRefType::create (#4866)venkataram-nv2024-08-16
* Overhaul IR lowering of pointer types. (#4710)Yong He2024-07-25
* Add diagnostic to prevent defining unsized variables. (#4168)Yong He2024-05-15
* Improve Capability System (#3555)Yong He2024-02-06
* Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)Yong He2023-12-11
* Change default visibility of interface members and update docs. (#3381)Yong He2023-12-06
* Support visibility control and default to `internal`. (#3380)Yong He2023-12-06
* Unify stdlib `Texture` types into one generic type. (#3327)Yong He2023-11-16
* Cleanup builtin arithmetic interfaces. (#3317)Yong He2023-11-10
* Support generic interfaces. (#3278)Yong He2023-10-25
* Support `constref` parameters passing. (#3249)Yong He2023-09-28
* squash warnings (#3113)Ellie Hermaszewska2023-08-15
* Clean up and improve Val deduplication performance. (#3069)Yong He2023-08-09
* Fix `Val` deduplication bug. (#3050)Yong He2023-08-07
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* Add sampleCount parameter for read-only textures. (#3011)Yong He2023-07-21
* Add `sampleCount` parameter for MS textures. (#3001)Yong He2023-07-19
* Simplify Lookup and improve compiler performance. (#2996)Yong He2023-07-18
* Create and cache flattened inheritance lists (#2740)Theresa Foley2023-07-12
* Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He2023-07-07
* Bottleneck DeclRef creation through ASTBuilder. (#2689)Yong He2023-07-05
* Add support for vk::image_format attribute (#2945)jsmall-nvidia2023-06-28
* Intellisense: show info on decl kind and differentiability. (#2847)Yong He2023-04-26
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Add PyTorch C++ binding generation. (#2734)Yong He2023-03-26
* Fix associated type resolution bug. (#2719)Yong He2023-03-21
* Support high order diff pattern: `bwd_diff(fwd_diff(f))`. (#2695)Yong He2023-03-13
* Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...Yong He2023-01-30
* Allow `no_diff` on `this` parameter. (#2543)Yong He2022-12-01
* Allow `no_diff` modifier on parameters (#2538)Yong He2022-11-29
* Clean up type checking of higher order expressions. (#2519)Yong He2022-11-16
* Mesh shader support (#2464)Ellie Hermaszewska2022-11-16
* Make `__BuiltinFloatingPointType` conform to `IDifferentiable`. (#2499)Yong He2022-11-08
* Higher order differentiation. (#2487)Yong He2022-11-04
* Make `DifferentialPair` able to nest. (#2477)Yong He2022-11-01
* Auto synthesis of Differential type (#2466)Yong He2022-10-26
* Allow interface requirements to reference to the interface type itself. (#2398)Yong He2022-09-13
* Deduplicate AST type nodes and cache lookup operations. (#2397)Yong He2022-09-13