summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-check-type.cpp
Commit message (Expand)AuthorAge
* A new approach to AST serialization (#6854)Theresa Foley2025-04-22
* Allow pointers to existential values. (#5793)Yong He2024-12-09
* Add datalayout for constant buffers. (#5608)Yong He2024-11-21
* formatEllie Hermaszewska2024-10-29
* Variadic Generics Part 1: parsing and type checking. (#4833)Yong He2024-08-14
* Fix `sessionDesc.defaultMatrixLayoutMode` being ineffective. (#3753)Yong He2024-03-12
* Link-time constant and linkage API improvements. (#3708)Yong He2024-03-07
* Parameter binding and gfx fixes. (#3302)Yong He2023-11-01
* Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...Sai Praveen Bangaru2023-09-19
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* Add `sampleCount` parameter for MS textures. (#3001)Yong He2023-07-19
* Simplify Lookup and improve compiler performance. (#2996)Yong He2023-07-18
* Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He2023-07-07
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* Fixed crash when lowering IR for no_diff struct member. (#2658)Yong He2023-02-17
* Rework differential conformance dictionary checking. (#2483)Yong He2022-11-02
* Rename `JVPDerivativeModifier` -> `ForwardDifferentiableAttribute`. (#2472)Yong He2022-10-27
* Modified the new type system to support generic differentiable types … (#2413)Sai Praveen Bangaru2022-10-20
* Deduplicate AST type nodes and cache lookup operations. (#2397)Yong He2022-09-13
* Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)Yong He2022-08-22
* Support compile-time constant int val in the form of polynomials. (#2372)Yong He2022-08-22
* Warning on lossy implicit casts. (#2367)Yong He2022-08-17
* Implicit pointer dereference when using member operator. (#2348)Yong He2022-08-04
* Major language server features. (#2264)Yong He2022-06-07
* Fix for default initialization with generic field (#2168)jsmall-nvidia2022-03-24
* Fix the way extension declarations are cached for lookup (#1450)Tim Foley2020-07-23
* ASTNodes use MemoryArena (#1376)jsmall-nvidia2020-06-05
* Feature/ast syntax standard (#1360)jsmall-nvidia2020-05-29
* WIP: ASTBuilder (#1358)jsmall-nvidia2020-05-28
* Improvements around hashing (#1355)jsmall-nvidia2020-05-26
* Tidy up around AST nodes (#1353)jsmall-nvidia2020-05-22
* Fix some bad behavior around static methods (#1289)Tim Foley2020-03-24
* Fix a crash when a generic value argument isn't constant (#1241)Tim Foley2020-02-25
* Support conversion from int/uint to enum types (#1147)Tim Foley2019-12-06
* Further refactoring of semantic checking (#1102)Tim Foley2019-11-18
* Refactor semantic checking code into more files (#1097)Tim Foley2019-10-25