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-check-type.cpp
Age
Commit message (
Expand
)
Author
2022-11-02
Rework differential conformance dictionary checking. (#2483)
Yong He
2022-10-27
Rename `JVPDerivativeModifier` -> `ForwardDifferentiableAttribute`. (#2472)
Yong He
2022-10-20
Modified the new type system to support generic differentiable types … (#2413)
Sai Praveen Bangaru
2022-09-13
Deduplicate AST type nodes and cache lookup operations. (#2397)
Yong He
2022-08-22
Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)
Yong He
2022-08-22
Support compile-time constant int val in the form of polynomials. (#2372)
Yong He
2022-08-17
Warning on lossy implicit casts. (#2367)
Yong He
2022-08-04
Implicit pointer dereference when using member operator. (#2348)
Yong He
2022-06-07
Major language server features. (#2264)
Yong He
2022-03-24
Fix for default initialization with generic field (#2168)
jsmall-nvidia
2020-07-23
Fix the way extension declarations are cached for lookup (#1450)
Tim Foley
2020-06-05
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-05-29
Feature/ast syntax standard (#1360)
jsmall-nvidia
2020-05-28
WIP: ASTBuilder (#1358)
jsmall-nvidia
2020-05-26
Improvements around hashing (#1355)
jsmall-nvidia
2020-05-22
Tidy up around AST nodes (#1353)
jsmall-nvidia
2020-03-24
Fix some bad behavior around static methods (#1289)
Tim Foley
2020-02-25
Fix a crash when a generic value argument isn't constant (#1241)
Tim Foley
2019-12-06
Support conversion from int/uint to enum types (#1147)
Tim Foley
2019-11-18
Further refactoring of semantic checking (#1102)
Tim Foley
2019-10-25
Refactor semantic checking code into more files (#1097)
Tim Foley