summaryrefslogtreecommitdiff
path: root/tests/diagnostics
AgeCommit message (Expand)Author
2022-06-07Major language server features. (#2264)Yong He
2022-04-28Disable `class` keyword to define a new type (#2212)jsmall-nvidia
2022-04-11Refactor: eliminate BackEndCompileRequest (#2178)Theresa Foley
2022-04-01Improved type printing (#2172)Alexey Panteleev
2022-03-24Fix for default initialization with generic field (#2168)jsmall-nvidia
2021-10-21Diagnostic for no type conformance + bug fix. (#1985)Yong He
2021-09-10First Slang LLVM integration (#1934)jsmall-nvidia
2021-06-06Include a "stack trace" with nested-import errors (#1872)T. Foley
2021-05-22Improvements in -X support (#1852)jsmall-nvidia
2021-05-21Downstream option handling (#1850)jsmall-nvidia
2021-05-21Overhaul the preprocessor (#1849)T. Foley
2021-05-19SourceLoc use in command line processing (#1848)jsmall-nvidia
2021-03-11stdlib documentation (#1745)jsmall-nvidia
2021-03-10A bunch of overlapping semantic-checking fixes (#1743)Tim Foley
2021-02-17More #line improvements (#1713)jsmall-nvidia
2021-02-12Diagnostic location highlighting (#1700)jsmall-nvidia
2021-02-08Copy SourceLoc when inlining (#1692)jsmall-nvidia
2021-02-04Fix line offset problem (#1690)jsmall-nvidia
2021-02-02Downstream compiler line number test (#1682)jsmall-nvidia
2020-11-11Include hierarchy output (#1595)jsmall-nvidia
2020-08-28Enable lower-generics pass universally. (#1518)Yong He
2020-08-18Support for float atomics on RWByteAddressBuffer (#1502)jsmall-nvidia
2020-08-07AnyValue packing/unpacking pass. (#1480)Yong He
2020-07-24Fix bugs related to mutating implementations of interface methods (#1461)Tim Foley
2020-07-23Fix the way extension declarations are cached for lookup (#1450)Tim Foley
2020-07-20Multiple Entry Point Backend (#1437)Dietrich Geisler
2020-07-08Add support for global uniform shader parameters (#1433)Tim Foley
2020-06-30Initial work on property declarations (#1410)Tim Foley
2020-06-15Remove implicit conversions to `void` (#1388)Tim Foley
2020-06-12Diagnose circularly-defined constants (#1384)Tim Foley
2020-06-02Make stdlib path just be the filename. (#1364)jsmall-nvidia
2020-06-02Working matrix swizzle (#1354)Dietrich Geisler
2020-04-21Diagnose attempts to call instance methods from static methods (#1330)Tim Foley
2020-04-21Fix for a generic definition, followed by a declaration with target intrisic ...jsmall-nvidia
2020-03-21CPU Texture GetDimensions support (#1283)jsmall-nvidia
2020-03-20Remove RWTextureCube/Array from stdlib (#1285)jsmall-nvidia
2020-03-16Define compound intrinsic ops in the standard library (#1273)Tim Foley
2020-03-06Expand range of definitions that can be moved into stdlib (#1259)Tim Foley
2020-02-06Literal handling improvements (#1202)jsmall-nvidia
2020-02-06Improve checks and diagnostics around redeclarations (#1201)Tim Foley
2019-12-06Support conversion from int/uint to enum types (#1147)Tim Foley
2019-12-06Remove legacy feature for merging global shader parameters (#1139)Tim Foley
2019-07-29Add an attribute to disable the overlapping-bindings warning (#1005)Tim Foley
2019-04-02Feature/test improvements (#934)jsmall-nvidia
2019-03-27Overhaul the core routines for implicit conversion (#927)Tim Foley
2019-03-05Hotfix/crash invalid vk binding (#875)jsmall-nvidia
2019-02-13Fix typos in diagnostic message and comments (#843)jsmall-nvidia
2019-02-11* Use LayoutResourceKind for calcing total num regs used (#838)jsmall-nvidia
2019-02-11[[vk::shader_record]] (#836)jsmall-nvidia
2019-01-29Add underscores to `AttributeUsage` to signal its preview state.Yong He