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