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-type.cpp
Age
Commit message (
Expand
)
Author
2023-07-12
Create and cache flattened inheritance lists (#2740)
Theresa Foley
2023-07-07
Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)
Yong He
2023-07-05
Bottleneck DeclRef creation through ASTBuilder. (#2689)
Yong He
2023-05-11
MVP for higher order functions (#2849)
Ellie Hermaszewska
2023-04-28
Use Index for FuncType param count (#2853)
Ellie Hermaszewska
2023-04-26
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-12
Combine lookupWitness lowering with specialization. (#2794)
Yong He
2023-03-26
Add PyTorch C++ binding generation. (#2734)
Yong He
2023-03-21
Fix associated type resolution bug. (#2719)
Yong He
2023-01-30
Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...
Yong He
2022-11-29
Complete removal of DifferentialBottom type. (#2537)
Yong He
2022-11-23
Fix issues around dynamic generic function and autodiff. (#2528)
Yong He
2022-11-16
Clean up type checking of higher order expressions. (#2519)
Yong He
2022-11-09
Add `[ForwardDerivativeOf]` attribute. (#2501)
Yong He
2022-11-01
Make `DifferentialPair` able to nest. (#2477)
Yong He
2022-10-13
Add getVersionString() to IDownstreamCompiler (#2446)
lucy96chen
2022-09-20
Support partial inference of generic arguments (#2404)
Theresa Foley
2022-09-13
Deduplicate AST type nodes and cache lookup operations. (#2397)
Yong He
2022-08-24
Compiler time evaluation of all int and bool operators. (#2376)
Yong He
2022-08-10
`is` and `as` operator and `Optional<T>`. (#2355)
Yong He
2022-06-23
Added basic syntax to mark and request function derivatives, as well as the f...
Sai Praveen Bangaru
2022-06-01
Clean up void returns. (#2260)
Yong He
2022-06-01
New language feature: basic error handling. (#2253)
Yong He
2022-01-25
Add support for HLSL unorm/snorm (#2095)
Theresa Foley
2021-11-03
Fix an infinite-recursion bug in type-checking (#2004)
Theresa Foley
2021-03-01
Doc improvements (#1729)
jsmall-nvidia
2021-02-05
Initial implementation of interface conjunctions (#1691)
Tim Foley
2021-02-02
Remove GlobalGenericParamSubstitution (#1684)
Tim Foley
2020-10-22
Single pass C++ extraction (#1583)
jsmall-nvidia
2020-08-21
Allow calling a generic function with an existential value (dynamic dispatch)...
Yong He
2020-06-05
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-06-03
Devirtualize AST types (#1368)
jsmall-nvidia