summaryrefslogtreecommitdiff
path: root/source/slang/slang-check-expr.cpp
AgeCommit message (Expand)Author
2025-07-15Emit additional diagnostic for invalid pointer taking operations (#7663)Gangzheng Tong
2025-07-15Replace [KnownBuiltin] string-based comparisons with enum-based system (#7714)Copilot
2025-07-09no_diff diagnostics improvement (#7655)kaizhangNV
2025-07-02Defer immutable buffer loads when emitting spirv. (#7579)Yong He
2025-07-01Misc language server improvements. (#7569)Yong He
2025-06-30Add MLP training examples. (#7550)Yong He
2025-06-28Minimal optional constraints (#7422)Julius Ikkala
2025-06-13Allow interface methods to have default implementations. (#7439)Yong He
2025-06-13Fix issue that struct with member is not its Differential type (#7434)kaizhangNV
2025-06-12Fix issue of missing scope for 'Differential' type (#7433)kaizhangNV
2025-06-09Mediate access to ContainerDecl members (#7242)Theresa Foley
2025-06-08Fix interface types as RHS of is/as operators (#7234)Jay Kwak
2025-06-04Add legalization for 0-sized arrays. (#7327)Yong He
2025-06-03Fix specialization constants getting incorrectly folded (#7299)Julius Ikkala
2025-05-29Fix SPIRV `OpSpecConstantOp` emit (#7158)Darren Wihandi
2025-05-29Language version + tuple syntax. (#7230)Yong He
2025-05-25Fix #7232 (#7236)Julius Ikkala
2025-05-23Implement throw & catch statements (#6916)Julius Ikkala
2025-05-22Make sizeof(T) & alignof(T) of generic types work as compile-time constants (...Julius Ikkala
2025-05-16Allow lambda exprs without captures to coerce to `functype`. (#7129)Yong He
2025-05-15Do not print errors in _coerce when "JustTrying". (#7064)Jay Kwak
2025-05-14support specialization constant sized array (#6871)kaizhangNV
2025-05-13Support Array Sizes using Generic arguments to be initialized via {} (#6720)Sruthik P
2025-04-30Initial support for immutable lambda expressions. (#6914)Yong He
2025-04-26Added getCanonicalGenericConstraints2 (sorts constraints and allows more gene...Ronan
2025-04-22A new approach to AST serialization (#6854)Theresa Foley
2025-03-15Fix lowering of associated types in generic interfaces (#6600)Sai Praveen Bangaru
2025-02-27Allow `.member` syntax on vector and scalars. (#6424)Yong He
2025-02-27Fix overload resolution for `ModuleDeclarationDecl` (#6483)Sai Praveen Bangaru
2025-02-19Fix zero size array handling in slangc (#6399)Mukund Keshava
2025-02-05Use two-stage parsing to disambiguate generic app and comparison. (#6281)Yong He
2025-02-05Feature/initialize list side branch (#6058)kaizhangNV
2025-01-17Fix cyclic lookups with UnscopedEnums (#6110)Julius Ikkala
2025-01-10Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He
2025-01-07Lower varying parameters as pointers instead of SSA values. (#5919)Yong He
2024-12-30Check for undefined %id in spirv_asm block. (#5966)Yong He
2024-12-29Prevent constant folding for specialization constants (#5953)Julius Ikkala
2024-12-27Fix parsing GLSL SSBO arrays / bindless descriptors (#5932)Julius Ikkala
2024-12-09Allow pointers to existential values. (#5793)Yong He
2024-11-15Embed core module in wasm build. (#5569)Yong He
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-11-02Allow enum cases to be used in attribute arguments. (#5478)Yong He
2024-10-30Constant-fold for the type-casting in switch-case labels (#5436)Jay Kwak
2024-10-29formatEllie Hermaszewska
2024-10-20Properly check switch case. (#5341)Yong He
2024-10-09Support constant folding for static array access. (#5248)Yong He
2024-10-03Support custom derivatives of member functions of differentiable types (#5124)Sai Praveen Bangaru
2024-10-01SizeOfLikeExpr has type int (#5205)Ellie Hermaszewska
2024-09-27Fix l-value computation for subscript call. (#5177)Yong He
2024-09-20Initial `Atomic<T>` type implementation. (#5125)Yong He