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-check-conformance.cpp
Commit message (
Expand
)
Author
Age
*
Minimal optional constraints (#7422)
Julius Ikkala
2025-06-28
*
Inline global constants that contains opaque handles for legalization. (#6098)
Yong He
2025-01-15
*
format
Ellie Hermaszewska
2024-10-29
*
Support `IDifferentiablePtrType` (#5031)
Sai Praveen Bangaru
2024-09-19
*
Support extension on generic type. (#4968)
Yong He
2024-08-30
*
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
*
Fix all Clang-14 warnings (#4203)
ArielG-NV
2024-05-22
*
Add diagnostic to prevent defining unsized variables. (#4168)
Yong He
2024-05-15
*
[GFX] Fix d3d12 buffer view creation logic for StructuredBuffers. (#3954)
Yong He
2024-04-15
*
Add diagnostic on invalid type constraint. (#3769)
Yong He
2024-03-14
*
Link-time constant and linkage API improvements. (#3708)
Yong He
2024-03-07
*
Allow default values for `extern` symbols. (#3632)
Yong He
2024-02-26
*
Support link time type specialization. (#3604)
Yong He
2024-02-20
*
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-08-04
*
Optimize specialization, and remove unnecessary calls to `simplifyIR`. (#2999)
Yong He
2023-07-19
*
Simplify Lookup and improve compiler performance. (#2996)
Yong He
2023-07-18
*
Create and cache flattened inheritance lists (#2740)
Theresa Foley
2023-07-12
*
Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)
Yong He
2023-07-07
*
Bottleneck DeclRef creation through ASTBuilder. (#2689)
Yong He
2023-07-05
*
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-26
*
Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...
Yong He
2023-01-30
*
Allow `no_diff` on `this` parameter. (#2543)
Yong He
2022-12-01
*
Support `no_diff` on existential typed params. (#2540)
Yong He
2022-11-30
*
Small cleanups on forward differentiation. (#2498)
Yong He
2022-11-07
*
Make `DifferentialPair` able to nest. (#2477)
Yong He
2022-11-01
*
Adding a differentiable standard library (#2465)
Sai Praveen Bangaru
2022-10-26
*
Modified the new type system to support generic differentiable types … (#2413)
Sai Praveen Bangaru
2022-10-20
*
Deduplicate AST type nodes and cache lookup operations. (#2397)
Yong He
2022-09-13
*
`is` and `as` operator and `Optional<T>`. (#2355)
Yong He
2022-08-10
*
Fix an infinite-recursion bug in type-checking (#2004)
Theresa Foley
2021-11-03
*
Fix a bug for enumerations with explicit "tag type" (#1856)
T. Foley
2021-05-26
*
Initial implementation of interface conjunctions (#1691)
Tim Foley
2021-02-05
*
Allow mixing unspecialized and specialized existential parameters. (#1533)
Yong He
2020-09-04
*
Clean up the way that lookup "through" a base type is encoded (#1519)
Tim Foley
2020-08-27
*
Allow calling a generic function with an existential value (dynamic dispatch)...
Yong He
2020-08-21
*
Fix the way extension declarations are cached for lookup (#1450)
Tim Foley
2020-07-23
*
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-06-05
*
First steps toward inheritance for struct types (#1366)
Tim Foley
2020-06-04
*
Feature/ast syntax standard (#1360)
jsmall-nvidia
2020-05-29
*
WIP: ASTBuilder (#1358)
jsmall-nvidia
2020-05-28
*
Tidy up around AST nodes (#1353)
jsmall-nvidia
2020-05-22
*
Further refactoring of semantic checking (#1102)
Tim Foley
2019-11-18
*
Refactor semantic checking code into more files (#1097)
Tim Foley
2019-10-25