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-lookup.h
Age
Commit message (
Expand
)
Author
2025-01-17
Fix cyclic lookups with UnscopedEnums (#6110)
Julius Ikkala
2024-10-29
format
Ellie Hermaszewska
2024-03-27
Fix lookup to prevent finding `typedef` itself. (#3848)
Yong He
2023-12-06
Support visibility control and default to `internal`. (#3380)
Yong He
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-07-06
Fix erroneous error claiming variable is being used before its declaration (#...
Ellie Hermaszewska
2022-10-26
Auto synthesis of Differential type (#2466)
Yong He
2021-07-09
Make Scope non ref counted (#1904)
jsmall-nvidia
2020-06-18
Work on struct inheritance and interfaces
Tim Foley
2020-06-05
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-05-28
WIP: ASTBuilder (#1358)
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-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-18
Further refactoring of semantic checking (#1102)
Tim Foley
2019-05-31
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia