summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics
Commit message (Expand)AuthorAge
* 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
* Downstream option handling (#1850)jsmall-nvidia2021-05-21
* Overhaul the preprocessor (#1849)T. Foley2021-05-21
* SourceLoc use in command line processing (#1848)jsmall-nvidia2021-05-19
* stdlib documentation (#1745)jsmall-nvidia2021-03-11
* A bunch of overlapping semantic-checking fixes (#1743)Tim Foley2021-03-10
* More #line improvements (#1713)jsmall-nvidia2021-02-17
* Diagnostic location highlighting (#1700)jsmall-nvidia2021-02-12
* Copy SourceLoc when inlining (#1692)jsmall-nvidia2021-02-08
* Fix line offset problem (#1690)jsmall-nvidia2021-02-04
* Downstream compiler line number test (#1682)jsmall-nvidia2021-02-02
* Include hierarchy output (#1595)jsmall-nvidia2020-11-11
* Enable lower-generics pass universally. (#1518)Yong He2020-08-28
* Support for float atomics on RWByteAddressBuffer (#1502)jsmall-nvidia2020-08-18
* AnyValue packing/unpacking pass. (#1480)Yong He2020-08-07
* Fix bugs related to mutating implementations of interface methods (#1461)Tim Foley2020-07-24
* Fix the way extension declarations are cached for lookup (#1450)Tim Foley2020-07-23
* Multiple Entry Point Backend (#1437)Dietrich Geisler2020-07-20
* Add support for global uniform shader parameters (#1433)Tim Foley2020-07-08
* Initial work on property declarations (#1410)Tim Foley2020-06-30
* Remove implicit conversions to `void` (#1388)Tim Foley2020-06-15
* Diagnose circularly-defined constants (#1384)Tim Foley2020-06-12
* Make stdlib path just be the filename. (#1364)jsmall-nvidia2020-06-02
* Working matrix swizzle (#1354)Dietrich Geisler2020-06-02
* Diagnose attempts to call instance methods from static methods (#1330)Tim Foley2020-04-21
* Fix for a generic definition, followed by a declaration with target intrisic ...jsmall-nvidia2020-04-21
* CPU Texture GetDimensions support (#1283)jsmall-nvidia2020-03-21
* Remove RWTextureCube/Array from stdlib (#1285)jsmall-nvidia2020-03-20
* Define compound intrinsic ops in the standard library (#1273)Tim Foley2020-03-16
* Expand range of definitions that can be moved into stdlib (#1259)Tim Foley2020-03-06
* Literal handling improvements (#1202)jsmall-nvidia2020-02-06
* Improve checks and diagnostics around redeclarations (#1201)Tim Foley2020-02-06
* Support conversion from int/uint to enum types (#1147)Tim Foley2019-12-06
* Remove legacy feature for merging global shader parameters (#1139)Tim Foley2019-12-06
* Add an attribute to disable the overlapping-bindings warning (#1005)Tim Foley2019-07-29
* Feature/test improvements (#934)jsmall-nvidia2019-04-02
* Overhaul the core routines for implicit conversion (#927)Tim Foley2019-03-27
* Hotfix/crash invalid vk binding (#875)jsmall-nvidia2019-03-05
* Fix typos in diagnostic message and comments (#843)jsmall-nvidia2019-02-13
* * Use LayoutResourceKind for calcing total num regs used (#838)jsmall-nvidia2019-02-11
* [[vk::shader_record]] (#836)jsmall-nvidia2019-02-11
* Add underscores to `AttributeUsage` to signal its preview state.Yong He2019-01-29
* Add support for user defined attributes.Yong He2019-01-29
* Feature/hash for source identity (#786)jsmall-nvidia2019-01-17
* Add an error for global uniform parameter declarations (#773)Tim Foley2019-01-14
* Allow parameter blocks to be explicitly bound to spaces (#736)Tim Foley2018-11-30
* Made sameStageSpecifiedMoreThanOnce a warning instead of an error. (#714)jsmall-nvidia2018-11-06