summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics
Commit message (Expand)AuthorAge
* 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
* Rework command-line options handling for entry points and targets (#697)Tim Foley2018-10-29
* Add basic support for [mutating] methods (#667)Tim Foley2018-10-11
* Warn when undefined identifier used in preprocessor conditional (#642)Tim Foley2018-09-19
* Initial support for enum declarations (#599)Tim Foley2018-06-12
* Add support for explicit register space bindings (#542)Tim Foley2018-05-02
* Fix emit logic when "terminators" occur in the middle of a block (#540)Tim Foley2018-05-02
* Diagnose attempts to write to fields in methods (#530)Tim Foley2018-05-01
* Diagnose use of an implicit cast as an argument for an `out` parameter (#516)Tim Foley2018-04-20
* Stop compilation when a imported module contains errors. (#440)Yong He2018-03-12
* Merge from 0.9.x (#429)Tim Foley2018-02-26
* Initial work on validating "constexpr"-ness in IR (#420)Tim Foley2018-02-22
* Fix handling of errors in imported modules (#387)Tim Foley2018-01-26
* Fix some crashing bugs around local variable declarations. (#385)Tim Foley2018-01-26
* Add missing expected output file for test.Tim Foley2017-08-15
* Improve diagnostics for overlapping/conflicting bindingsTim Foley2017-08-15
* Add meta-definitions for AST typesTim Foley2017-06-30
* AppVeyor: Run tests as part of AppVeyor buildsTim Foley2017-06-14
* Rename tests from `*.spire` to `*.slang`Tim Foley2017-06-12
* Initial import of code.Tim Foley2017-06-09