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-decl.cpp
Age
Commit message (
Expand
)
Author
2020-11-19
Fix constant folding in attributes (#1610)
Yong He
2020-11-05
Standard library save/loadable (#1592)
jsmall-nvidia
2020-10-29
Handling imported/exporting symbols from serialized modules (#1589)
jsmall-nvidia
2020-10-19
Hotfix: Crash due to ContainerDecl->members being altered whislt iterated ove...
jsmall-nvidia
2020-09-23
Simplify workflow when using NVAPI (#1556)
Tim Foley
2020-08-31
AST Serialization in Modules (#1524)
jsmall-nvidia
2020-08-28
Avoid nondeterministic ordering of output (#1522)
Tim Foley
2020-08-25
Export witness table and RTTI objects in compiled libraries. (#1514)
Yong He
2020-08-21
Another fix for overriding property decls (#1509)
Tim Foley
2020-08-20
Initial support for a using construct (#1506)
Tim Foley
2020-08-19
Remove IncludeHandler. (#1505)
jsmall-nvidia
2020-08-18
Support for float atomics on RWByteAddressBuffer (#1502)
jsmall-nvidia
2020-08-14
Fix an issue with explicit enum tag types (#1495)
Tim Foley
2020-08-13
Support property declarations in interfaces (#1494)
Tim Foley
2020-07-24
Fix bugs related to mutating implementations of interface methods (#1461)
Tim Foley
2020-07-23
Fix the way extension declarations are cached for lookup (#1450)
Tim Foley
2020-06-30
Initial work on property declarations (#1410)
Tim Foley
2020-06-19
fixup: review feedback
Tim Foley
2020-06-18
Work on struct inheritance and interfaces
Tim Foley
2020-06-15
Generate IRType for interfaces, and reference them as `operand[0]` in IRWitne...
Yong He
2020-06-12
Diagnose circularly-defined constants (#1384)
Tim Foley
2020-06-05
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-06-04
First steps toward inheritance for struct types (#1366)
Tim Foley
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-04-21
Diagnose attempts to call instance methods from static methods (#1330)
Tim Foley
2020-04-21
Fix for a generic definition, followed by a declaration with target intrisic ...
jsmall-nvidia
2020-04-14
Fix front-end handling of generic static methods (#1319)
Tim Foley
2020-04-08
Remove static struct members from layout and reflection (#1310)
jsmall-nvidia
2020-04-02
Add basic support for namespaces (#1304)
Tim Foley
2020-03-06
Expand range of definitions that can be moved into stdlib (#1259)
Tim Foley
2020-02-21
Initial support for explicit default initializers (#1235)
Tim Foley
2020-02-20
Initial support for user-defined initializer/constructor declarations (#1233)
Tim Foley
2020-02-11
Small improvements around List (#1216)
jsmall-nvidia
2020-02-06
Literal handling improvements (#1202)
jsmall-nvidia
2020-02-06
Improve checks and diagnostics around redeclarations (#1201)
Tim Foley
2020-02-05
Improve behavior when undefined identifier is a contextual keyword (#1200)
Tim Foley
2019-12-06
Support conversion from int/uint to enum types (#1147)
Tim Foley
2019-11-19
Initial work for "global generic value parameters" (#1127)
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