summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ast-type.cpp
Commit message (Expand)AuthorAge
* formatEllie Hermaszewska2024-10-29
* Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak2024-10-28
* Move texture format inference to frontend and add reflection api for it. (#5155)Yong He2024-09-26
* Initial `Atomic<T>` type implementation. (#5125)Yong He2024-09-20
* Variadic Generics Part 1: parsing and type checking. (#4833)Yong He2024-08-14
* Overhaul IR lowering of pointer types. (#4710)Yong He2024-07-25
* Fix around extensions and `IDifferentiable` requirement synthesis. (#4729)Yong He2024-07-25
* Implement 8.14-8.19 of OpenGL-GLSL specificationArielG-NV2024-04-03
* Fix type checking for constructors in generic interfaces. (#3799)Yong He2024-03-19
* Unify stdlib `Texture` types into one generic type. (#3327)Yong He2023-11-16
* Parameter binding and gfx fixes. (#3302)Yong He2023-11-01
* Support generic interfaces. (#3278)Yong He2023-10-25
* Support `constref` parameters passing. (#3249)Yong He2023-09-28
* Proper lowering of functiosn that returns NonCopyable values. (#3179)Yong He2023-09-03
* squash warnings (#3113)Ellie Hermaszewska2023-08-15
* Support per field matrix layout (#3101)Yong He2023-08-14
* Clean up and improve Val deduplication performance. (#3069)Yong He2023-08-09
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* 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
* MVP for higher order functions (#2849)Ellie Hermaszewska2023-05-11
* Use Index for FuncType param count (#2853)Ellie Hermaszewska2023-04-28
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* Combine lookupWitness lowering with specialization. (#2794)Yong He2023-04-12
* Add PyTorch C++ binding generation. (#2734)Yong He2023-03-26
* Fix associated type resolution bug. (#2719)Yong He2023-03-21
* Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...Yong He2023-01-30
* Complete removal of DifferentialBottom type. (#2537)Yong He2022-11-29
* Fix issues around dynamic generic function and autodiff. (#2528)Yong He2022-11-23
* Clean up type checking of higher order expressions. (#2519)Yong He2022-11-16
* Add `[ForwardDerivativeOf]` attribute. (#2501)Yong He2022-11-09
* Make `DifferentialPair` able to nest. (#2477)Yong He2022-11-01
* Add getVersionString() to IDownstreamCompiler (#2446)lucy96chen2022-10-13
* Support partial inference of generic arguments (#2404)Theresa Foley2022-09-20
* Deduplicate AST type nodes and cache lookup operations. (#2397)Yong He2022-09-13
* Compiler time evaluation of all int and bool operators. (#2376)Yong He2022-08-24
* `is` and `as` operator and `Optional<T>`. (#2355)Yong He2022-08-10
* Added basic syntax to mark and request function derivatives, as well as the f...Sai Praveen Bangaru2022-06-23
* Clean up void returns. (#2260)Yong He2022-06-01
* New language feature: basic error handling. (#2253)Yong He2022-06-01
* Add support for HLSL unorm/snorm (#2095)Theresa Foley2022-01-25
* Fix an infinite-recursion bug in type-checking (#2004)Theresa Foley2021-11-03
* Doc improvements (#1729)jsmall-nvidia2021-03-01
* Initial implementation of interface conjunctions (#1691)Tim Foley2021-02-05
* Remove GlobalGenericParamSubstitution (#1684)Tim Foley2021-02-02
* Single pass C++ extraction (#1583)jsmall-nvidia2020-10-22
* Allow calling a generic function with an existential value (dynamic dispatch)...Yong He2020-08-21
* ASTNodes use MemoryArena (#1376)jsmall-nvidia2020-06-05