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