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
2022-07-12
Support `class` types. (#2321)
Yong He
2022-06-23
Define proper diagnostic item for two common "unimplemented" cases. (#2296)
Yong He
2022-06-22
More Language Server Improvements. (#2289)
Yong He
2022-06-08
Actual global support (#2262)
jsmall-nvidia
2022-06-07
Major language server features. (#2264)
Yong He
2022-06-01
Clean up void returns. (#2260)
Yong He
2022-06-01
New language feature: basic error handling. (#2253)
Yong He
2022-05-25
Allow [mutating] methods on existential values (#2245)
Theresa Foley
2022-05-10
Initial support for COM interface in host code. (#2230)
Yong He
2022-05-05
Various vulkan/glsl fixes. (#2222)
Yong He
2022-04-19
Make translation units in the same CompileReq visible to `import`. (#2184)
Yong He
2021-07-09
Make Scope non ref counted (#1904)
jsmall-nvidia
2021-05-06
Fix for uninitialized field (#1838)
Tim Foley
2021-03-10
A bunch of overlapping semantic-checking fixes (#1743)
Tim Foley
2021-02-12
Diagnostic location highlighting (#1700)
jsmall-nvidia
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
[next]