summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics
Commit message (Expand)AuthorAge
* 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
* 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