index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
diagnostics
Age
Commit message (
Expand
)
Author
2023-04-21
Add warning for returning without initializing out parameter (#2807)
Ellie Hermaszewska
2023-04-17
WIP: "deprecated" attribute (#2698)
Ellie Hermaszewska
2023-04-14
Diagnose on using uninitialized `out` param. (#2803)
Yong He
2023-04-12
Combine lookupWitness lowering with specialization. (#2794)
Yong He
2023-04-11
Implement FileCheck tests for several test commands (#2747)
Ellie Hermaszewska
2023-04-07
Diagnose on attempt to specialize with interface type. (#2780)
Yong He
2023-04-05
Warn on dangling comparison operator. (#2779)
Yong He
2023-04-04
Diagnose on using assignment as predicate expr. (#2774)
Yong He
2023-03-29
Fix IRArrayType emit logic. (#2754)
Yong He
2023-03-01
Improve diagnostic on differentiablitiy check. (#2687)
Yong He
2023-02-27
Diagnose on storing differentiable value into non-differentiable location. (#...
Yong He
2023-02-24
More control flow simplifications. (#2673)
Yong He
2023-02-20
Miscellaneous backward autodiff fixes. (#2665)
Yong He
2023-02-20
Add static for loop iteration inference. (#2659)
Yong He
2023-01-19
Add diagnostic for calling non-bwd-diff func from bwd-diff func. (#2602)
Yong He
2022-11-18
Data flow validation pass for diagnosing derivative loss. (#2523)
Yong He
2022-11-16
Clean up type checking of higher order expressions. (#2519)
Yong He
2022-10-06
Add syntax for multi-level break. (#2431)
Yong He
2022-09-15
Language feature: pointer sized int types. (#2401)
Yong He
2022-09-05
Multi parameter `__subscript` (#2392)
Yong He
2022-08-17
Warning on lossy implicit casts. (#2367)
Yong He
2022-07-12
Support `class` types. (#2321)
Yong He
2022-06-07
Major language server features. (#2264)
Yong He
2022-04-28
Disable `class` keyword to define a new type (#2212)
jsmall-nvidia
2022-04-11
Refactor: eliminate BackEndCompileRequest (#2178)
Theresa Foley
2022-04-01
Improved type printing (#2172)
Alexey Panteleev
2022-03-24
Fix for default initialization with generic field (#2168)
jsmall-nvidia
2021-10-21
Diagnostic for no type conformance + bug fix. (#1985)
Yong He
2021-09-10
First Slang LLVM integration (#1934)
jsmall-nvidia
2021-06-06
Include a "stack trace" with nested-import errors (#1872)
T. Foley
2021-05-22
Improvements in -X support (#1852)
jsmall-nvidia
2021-05-21
Downstream option handling (#1850)
jsmall-nvidia
2021-05-21
Overhaul the preprocessor (#1849)
T. Foley
2021-05-19
SourceLoc use in command line processing (#1848)
jsmall-nvidia
2021-03-11
stdlib documentation (#1745)
jsmall-nvidia
2021-03-10
A bunch of overlapping semantic-checking fixes (#1743)
Tim Foley
2021-02-17
More #line improvements (#1713)
jsmall-nvidia
2021-02-12
Diagnostic location highlighting (#1700)
jsmall-nvidia
2021-02-08
Copy SourceLoc when inlining (#1692)
jsmall-nvidia
2021-02-04
Fix line offset problem (#1690)
jsmall-nvidia
2021-02-02
Downstream compiler line number test (#1682)
jsmall-nvidia
2020-11-11
Include hierarchy output (#1595)
jsmall-nvidia
2020-08-28
Enable lower-generics pass universally. (#1518)
Yong He
2020-08-18
Support for float atomics on RWByteAddressBuffer (#1502)
jsmall-nvidia
2020-08-07
AnyValue packing/unpacking pass. (#1480)
Yong He
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-07-20
Multiple Entry Point Backend (#1437)
Dietrich Geisler
2020-07-08
Add support for global uniform shader parameters (#1433)
Tim Foley
2020-06-30
Initial work on property declarations (#1410)
Tim Foley
[next]