summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics
Commit message (Expand)AuthorAge
* Fix __init() functions that returns an existing value (#3866)sriramm-nv2024-04-05
* Fix assertions due to malformed switch statements (#3858)sriramm-nv2024-04-03
* Support SM6.6 keyword "WaveSize" (#3871)Jay Kwak2024-04-01
* Allow bit operators on enum types. (#3862)Yong He2024-04-01
* Support arrow operator `->` on pointers. (#3812)Yong He2024-03-21
* Fix SPIRV for mesh shaders, checks for invalid target code&recursion. (#3788)Yong He2024-03-18
* Add diagnostic on invalid type constraint. (#3769)Yong He2024-03-14
* Link-time constant and linkage API improvements. (#3708)Yong He2024-03-07
* [slangc] generate an error when `-entry` is not specified for targets that re...Yong He2024-03-05
* Make slangc commandline parsing compatible with renderdoc. (#3658)Yong He2024-03-01
* Allow default values for `extern` symbols. (#3632)Yong He2024-02-26
* Language server robustness fix. (#3607)Yong He2024-02-20
* Support link time type specialization. (#3604)Yong He2024-02-20
* Improve Capability System (#3555)Yong He2024-02-06
* Capability type checking. (#3530)Yong He2024-02-02
* Add slangc option to specialize entrypoint + auto glsl mode. (#3531)Yong He2024-02-01
* Define `Texture::Sample` for float element types only. (#3403)Yong He2023-12-12
* Add check for invalid use of modifiers. (#3402)Yong He2023-12-12
* Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)Yong He2023-12-11
* Change default visibility of interface members and update docs. (#3381)Yong He2023-12-06
* Support visibility control and default to `internal`. (#3380)Yong He2023-12-06
* Improve generic type argument inference. (#3370)Yong He2023-11-29
* Add GLSL Compatibility. (#3321)Yong He2023-11-14
* Fix ICE when lowering an associatedtype declref from an derived interface. (#...Yong He2023-11-06
* Add more diagnostics around use of custom derivatives. (#3291)Yong He2023-10-26
* Update slang-glslang binaries to v13.0.0.x-g (#3268)Yong He2023-10-09
* Small type system fixes. (#3265)Yong He2023-10-06
* Support `constref` parameters passing. (#3249)Yong He2023-09-28
* Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...Sai Praveen Bangaru2023-09-19
* Fix attribute highlighting + language server crash. (#3198)Yong He2023-09-08
* Fix compiler crashing when `[BackwardDerivativeOf(fn)]` refers to an unresolv...Sai Praveen Bangaru2023-09-07
* Make a warning if a [mutating] method is called on an in param. (#3184)jsmall-nvidia2023-09-06
* Allow loop counters to be used as constexpr arguments. (#3139)Yong He2023-08-18
* 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