summaryrefslogtreecommitdiff
path: root/source/slang/slang-check-type.cpp
AgeCommit message (Expand)Author
2025-09-23Split overloaded uses of RefType in front-end (#8427)Theresa Foley
2025-07-22Fix Conditioanl<T, false> fields with a semantic. (#7855)Yong He
2025-06-09Mediate access to ContainerDecl members (#7242)Theresa Foley
2025-05-15Add checking for hlsl register semantic. (#7118)Yong He
2025-05-15Implement spec const for generic parameter (#7121)kaizhangNV
2025-05-14support specialization constant sized array (#6871)kaizhangNV
2025-04-22A new approach to AST serialization (#6854)Theresa Foley
2024-12-09Allow pointers to existential values. (#5793)Yong He
2024-11-21Add datalayout for constant buffers. (#5608)Yong He
2024-10-29formatEllie Hermaszewska
2024-08-14Variadic Generics Part 1: parsing and type checking. (#4833)Yong He
2024-03-12Fix `sessionDesc.defaultMatrixLayoutMode` being ineffective. (#3753)Yong He
2024-03-07Link-time constant and linkage API improvements. (#3708)Yong He
2023-11-01Parameter binding and gfx fixes. (#3302)Yong He
2023-09-19Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...Sai Praveen Bangaru
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-07-19Add `sampleCount` parameter for MS textures. (#3001)Yong He
2023-07-18Simplify Lookup and improve compiler performance. (#2996)Yong He
2023-07-07Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-02-17Fixed crash when lowering IR for no_diff struct member. (#2658)Yong He
2022-11-02Rework differential conformance dictionary checking. (#2483)Yong He
2022-10-27Rename `JVPDerivativeModifier` -> `ForwardDifferentiableAttribute`. (#2472)Yong He
2022-10-20Modified the new type system to support generic differentiable types … (#2413)Sai Praveen Bangaru
2022-09-13Deduplicate AST type nodes and cache lookup operations. (#2397)Yong He
2022-08-22Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)Yong He
2022-08-22Support compile-time constant int val in the form of polynomials. (#2372)Yong He
2022-08-17Warning on lossy implicit casts. (#2367)Yong He
2022-08-04Implicit pointer dereference when using member operator. (#2348)Yong He
2022-06-07Major language server features. (#2264)Yong He
2022-03-24Fix for default initialization with generic field (#2168)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-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-03-24Fix some bad behavior around static methods (#1289)Tim Foley
2020-02-25Fix a crash when a generic value argument isn't constant (#1241)Tim Foley
2019-12-06Support conversion from int/uint to enum types (#1147)Tim Foley
2019-11-18Further refactoring of semantic checking (#1102)Tim Foley
2019-10-25Refactor semantic checking code into more files (#1097)Tim Foley