summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics
Commit message (Expand)AuthorAge
...
* Support per field matrix layout (#3101)Yong He2023-08-14
* Add spirv-dis as a downstream compiler (#3059)Ellie Hermaszewska2023-08-07
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* Fix data-flow analysis not propagating diff property through differentiable c...Sai Praveen Bangaru2023-07-21
* Support for vk-shift-* without explicit bindings (#3000)jsmall-nvidia2023-07-19
* Fix vk-shift-* mapping issue (#2993)jsmall-nvidia2023-07-14
* Extend `no_diff` to support subscript operations on resources and array varia...Sai Praveen Bangaru2023-07-12
* Fix erroneous error claiming variable is being used before its declaration (#...Ellie Hermaszewska2023-07-06
* Disable l-value coercion for ref types (#2960)jsmall-nvidia2023-07-05
* Initial sizeof/alignof implementation. (#2954)jsmall-nvidia2023-07-05
* Fix for operator assignment issue (#2951)jsmall-nvidia2023-06-30
* Issue diagnostic for incorrect parameter types & directionality when defining...Sai Praveen Bangaru2023-06-29
* Warn on semicolon after `if`. (#2948)Yong He2023-06-29
* Be lenient on same-size unsigend->signed conversion. (#2913)Yong He2023-06-01
* Fix div-by-zero error during sccp. (#2911)Yong He2023-05-31
* Fix bug in legalizeFuncType that leads to invalid IR. (#2902)Yong He2023-05-26
* Improvements around HLSLToVulkanLayout (#2867)jsmall-nvidia2023-05-04
* Various dxc/fxc compatibility fixes. (#2863)Yong He2023-05-02
* CommandOptions (#2856)jsmall-nvidia2023-04-29
* Add warning for returning without initializing out parameter (#2807)Ellie Hermaszewska2023-04-21
* WIP: "deprecated" attribute (#2698)Ellie Hermaszewska2023-04-17
* Diagnose on using uninitialized `out` param. (#2803)Yong He2023-04-14
* Combine lookupWitness lowering with specialization. (#2794)Yong He2023-04-12
* Implement FileCheck tests for several test commands (#2747)Ellie Hermaszewska2023-04-11
* Diagnose on attempt to specialize with interface type. (#2780)Yong He2023-04-07
* Warn on dangling comparison operator. (#2779)Yong He2023-04-05
* Diagnose on using assignment as predicate expr. (#2774)Yong He2023-04-04
* Fix IRArrayType emit logic. (#2754)Yong He2023-03-29
* Improve diagnostic on differentiablitiy check. (#2687)Yong He2023-03-01
* Diagnose on storing differentiable value into non-differentiable location. (#...Yong He2023-02-27
* More control flow simplifications. (#2673)Yong He2023-02-24
* Miscellaneous backward autodiff fixes. (#2665)Yong He2023-02-20
* Add static for loop iteration inference. (#2659)Yong He2023-02-20
* Add diagnostic for calling non-bwd-diff func from bwd-diff func. (#2602)Yong He2023-01-19
* Data flow validation pass for diagnosing derivative loss. (#2523)Yong He2022-11-18
* Clean up type checking of higher order expressions. (#2519)Yong He2022-11-16
* Add syntax for multi-level break. (#2431)Yong He2022-10-06
* Language feature: pointer sized int types. (#2401)Yong He2022-09-15
* Multi parameter `__subscript` (#2392)Yong He2022-09-05
* Warning on lossy implicit casts. (#2367)Yong He2022-08-17
* Support `class` types. (#2321)Yong He2022-07-12
* Major language server features. (#2264)Yong He2022-06-07
* Disable `class` keyword to define a new type (#2212)jsmall-nvidia2022-04-28
* Refactor: eliminate BackEndCompileRequest (#2178)Theresa Foley2022-04-11
* Improved type printing (#2172)Alexey Panteleev2022-04-01
* Fix for default initialization with generic field (#2168)jsmall-nvidia2022-03-24
* Diagnostic for no type conformance + bug fix. (#1985)Yong He2021-10-21
* First Slang LLVM integration (#1934)jsmall-nvidia2021-09-10
* Include a "stack trace" with nested-import errors (#1872)T. Foley2021-06-06
* Improvements in -X support (#1852)jsmall-nvidia2021-05-22