index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
language-feature
Commit message (
Expand
)
Author
Age
*
Fix enum array indexing by adding implicit conversion support (#7815)
Copilot
2025-07-18
*
Fix debug info generation for let variables in SPIR-V output (#7743)
Copilot
2025-07-18
*
Add bounds checking for out-of-bounds array access with constant indices (#7814)
Copilot
2025-07-18
*
Replace [KnownBuiltin] string-based comparisons with enum-based system (#7714)
Copilot
2025-07-15
*
Fix unnecessary Int64 SPIRV capability usage in pointer marshalling (#7717)
Copilot
2025-07-11
*
Ensure generic constraints are checked before inner extension. (#7685)
Yong He
2025-07-11
*
Fix issue in match parameter type that depend on an associatedtype. (#7707)
Yong He
2025-07-11
*
Fix `extension` incorrectly interacting with `equality` and `type-coercion` c...
ArielG-NV
2025-07-09
*
Fix for emitting ArrayStride decoration for arrays of opaque types (#7568)
Jerran Schmidt
2025-07-02
*
Add MLP training examples. (#7550)
Yong He
2025-06-30
*
Minimal optional constraints (#7422)
Julius Ikkala
2025-06-28
*
Require `override` keyword for overriding default interface methods. (#7458)
Yong He
2025-06-16
*
Allow interface methods to have default implementations. (#7439)
Yong He
2025-06-13
*
Fix a bug in empty array legalization. (#7444)
Yong He
2025-06-13
*
Diagnose on use of struct inheritance. (#7419)
Yong He
2025-06-12
*
Fix intermittent debug failures with Debug build (#7369)
Jay Kwak
2025-06-12
*
Fix an issue in extension override. (#7402)
Yong He
2025-06-11
*
Fix interface types as RHS of is/as operators (#7234)
Jay Kwak
2025-06-08
*
Add legalization for 0-sized arrays. (#7327)
Yong He
2025-06-04
*
Make interface types non c-style in Slang2026. (#7260)
Yong He
2025-06-04
*
Disable 23 tests failing assertions (#7317)
Jay Kwak
2025-06-04
*
Add check for the variable requirement (#6677)
Gangzheng Tong
2025-05-31
*
Implement MapElement for CoopMat (#7159)
Jay Kwak
2025-05-29
*
Language version + tuple syntax. (#7230)
Yong He
2025-05-29
*
Change default descriptor binding to be VkMutable (#7224)
ArielG-NV
2025-05-28
*
Add full support for SPV_NV_shader_subgroup_partitioned (#7103)
Darren Wihandi
2025-05-25
*
Implement throw & catch statements (#6916)
Julius Ikkala
2025-05-23
*
Enable Windows full debug testsuite in CI (#7085)
Gangzheng Tong
2025-05-16
*
Fix correct bindings for bindless resource model [SPIRV and GLSL] (#7131)
ArielG-NV
2025-05-16
*
Enforce rule that `export`/`extern` (non cpp) must be `const` (#7113)
ArielG-NV
2025-05-16
*
Allow lambda exprs without captures to coerce to `functype`. (#7129)
Yong He
2025-05-16
*
Fix broken -emit-spirv-via-glsl test option (#7091)
sricker-nvidia
2025-05-16
*
Do not print errors in _coerce when "JustTrying". (#7064)
Jay Kwak
2025-05-15
*
Ensure to emit 32-bit type for bitfield operations for SPIRV (#7046)
kaizhangNV
2025-05-12
*
Add debug information for slang inling (#6621)
Mukund Keshava
2025-05-10
*
Fix various intptr_t issues by defining its width in `getIntTypeInfo` (#6786)
Julius Ikkala
2025-05-09
*
Fixed name mangling of generic extensions (#6671)
Ronan
2025-05-09
*
bitcast require the input has same width with result type (#7018)
kaizhangNV
2025-05-06
*
Add `IOpaqueDescriptor::descriptorAccess`. (#6967)
Yong He
2025-04-30
*
Initial support for immutable lambda expressions. (#6914)
Yong He
2025-04-30
*
Add subscript operator support in cuda (#6830)
Mukund Keshava
2025-04-30
*
Added getCanonicalGenericConstraints2 (sorts constraints and allows more gene...
Ronan
2025-04-26
*
Update spirv-tools to for SDK v2025.2 (#6893)
Gangzheng Tong
2025-04-25
*
Add defer statement (#6619)
Julius Ikkala
2025-04-06
*
Fixed generic interface specialization crashes (#6601): (#6688)
Ronan
2025-04-03
*
Fix mul operator followed by global scope (#6686)
Gangzheng Tong
2025-03-25
*
Fix reinterpret and bitcast and generic arg parsing. (#6627)
Yong He
2025-03-19
*
Migrate render-test away from deprecated compile request API (#6514)
Anders Leino
2025-03-12
*
Fix a bug in default ctor synthesizing (#6527)
kaizhangNV
2025-03-06
*
Make capability diagnostic message more friendly. (#6474)
Yong He
2025-02-27
[next]