index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-ast-expr.h
Age
Commit message (
Expand
)
Author
2025-06-19
Add support for on-demand AST deserialization (#7482)
Theresa Foley
2025-06-13
Allow interface methods to have default implementations. (#7439)
Yong He
2025-05-29
Language version + tuple syntax. (#7230)
Yong He
2025-05-27
Remove SLANG_UNREFLECTED (#7241)
Theresa Foley
2025-05-13
Support Array Sizes using Generic arguments to be initialized via {} (#6720)
Sruthik P
2025-04-30
Initial support for immutable lambda expressions. (#6914)
Yong He
2025-04-22
A new approach to AST serialization (#6854)
Theresa Foley
2025-02-05
Feature/initialize list side branch (#6058)
kaizhangNV
2024-11-15
Embed core module in wasm build. (#5569)
Yong He
2024-10-29
format
Ellie Hermaszewska
2024-10-20
Properly check switch case. (#5341)
Yong He
2024-08-27
Explicitly detach derivative when forming a non-differentiable struct out of ...
Sai Praveen Bangaru
2024-08-19
Tuple swizzling, concat, comparison and `countof`. (#4856)
Yong He
2024-08-14
Variadic Generics Part 1: parsing and type checking. (#4833)
Yong He
2024-06-12
Add slangc flag to `-zero-initialize` all variables (#3987)
ArielG-NV
2024-04-23
Switch to direct-to-spirv backend as default. (#4002)
Yong He
2024-03-21
Support arrow operator `->` on pointers. (#3812)
Yong He
2024-03-15
Implement raytracing extension(s); resolves #3560 for GLSL & SPIR-V targets (...
ArielG-NV
2024-03-04
Implement short-circuit logic operator (#3635)
kaizhangNV
2024-02-21
Fix parsing of literals in stdlib. (#3610)
Yong He
2023-12-15
Add ConstBufferPointer::subscript. (#3415)
Yong He
2023-12-13
Polish language server and documentation. (#3410)
Yong He
2023-11-17
Add spirv intrinsic definition for `printf`. (#3340)
Yong He
2023-11-16
Unify stdlib `Texture` types into one generic type. (#3327)
Yong He
2023-09-20
Direct SPIRV: Rasterization pipeline tests. (#3216)
Yong He
2023-09-05
SPIR-V image operations (#3163)
Ellie Hermaszewska
2023-09-03
Proper lowering of functiosn that returns NonCopyable values. (#3179)
Yong He
2023-08-29
Wave intrinsics. (#3164)
Yong He
2023-08-28
Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)
Ellie Hermaszewska
2023-08-25
Initial version of spirv_asm block (#3151)
Ellie Hermaszewska
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-07-21
Fix data-flow analysis not propagating diff property through differentiable c...
Sai Praveen Bangaru
2023-07-05
Initial sizeof/alignof implementation. (#2954)
jsmall-nvidia
2023-06-30
Fix for operator assignment issue (#2951)
jsmall-nvidia
2023-05-11
MVP for higher order functions (#2849)
Ellie Hermaszewska
2023-03-17
Add support for emitting cuda kernel and host functions. (#2712)
Yong He
2023-03-08
Add support for `[PrimalSubstitute]` and `[PrimalSubstituteOf]`. (#2691)
Yong He
2023-03-07
Reuse higher-order `ResolveInvoke` logic to resolve func refs in `[*Derivativ...
Yong He
2023-02-07
Arithmetic simplifications and more IR clean up logic. (#2632)
Yong He
2022-11-30
Fix missing semantic highlighting in attributes and ExtractExitentialValueExp...
Yong He
2022-11-18
Data flow validation pass for diagnosing derivative loss. (#2523)
Yong He
2022-11-16
Clean up type checking of higher order expressions. (#2519)
Yong He
2022-11-14
Minimum binary arithmetic reverse autodiff working. (#2514)
Edward Liu
2022-11-01
Make `DifferentialPair` able to nest. (#2477)
Yong He
2022-10-27
Rename `__jvp`-->`__fwd_diff`. (#2471)
Yong He
2022-10-26
Adding a differentiable standard library (#2465)
Sai Praveen Bangaru
2022-10-24
Rework differentiation of member access through `[DerivativeMember(DiffType.f...
Yong He
2022-10-20
Modified the new type system to support generic differentiable types … (#2413)
Sai Praveen Bangaru
2022-09-20
Fix regression in check-overload. (#2407)
Yong He
2022-09-20
Support partial inference of generic arguments (#2404)
Theresa Foley
[next]