summaryrefslogtreecommitdiffstats
path: root/source/slang/diagnostics.cpp
Commit message (Expand)AuthorAge
* Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia2019-05-31
* String/List closer to conventions, and use Index type (#959)jsmall-nvidia2019-04-29
* * Fix comment on VerbosePath flag (#790)jsmall-nvidia2019-01-22
* Feature/file unique identity (#789)jsmall-nvidia2019-01-21
* Improve handling of {} initializer list expressions (#778)Tim Foley2019-01-16
* Feature/external compiler reporting (#776)jsmall-nvidia2019-01-16
* Running tests in slang-test process (#740)jsmall-nvidia2018-12-12
* Rework command-line options handling for entry points and targets (#697)Tim Foley2018-10-29
* Feature/premake linux (#689)jsmall-nvidia2018-10-25
* Feature/include refactor (#675)jsmall-nvidia2018-10-16
* Feature/source loc review (#672)jsmall-nvidia2018-10-12
* Feature/source loc refactor (#668)jsmall-nvidia2018-10-10
* Add support for explicit register space bindings (#542)Tim Foley2018-05-02
* IR: next phase of "everything is an instruction" (#433)Tim Foley2018-03-03
* Allow extension on interface (#369)Yong He2018-01-16
* Bug fix for humane source location computation. (#346)Tim Foley2018-01-02
* Support generic interface methods (#251)Yong He2017-11-07
* Work towards target-specific function overloads (#210)Tim Foley2017-10-12
* First attempt at a Linux build (#193)Tim Foley2017-09-27
* Improve diagnostics for overlapping/conflicting bindingsTim Foley2017-08-15
* Add an explicit `Name` typeTim Foley2017-08-14
* Rename `Name` fields to `name`Tim Foley2017-08-14
* Make source location lightweightTim Foley2017-08-10
* Major naming overhaul:Tim Foley2017-08-09
* Try to improve handling of failures during compilationTim Foley2017-07-19
* Properly register error on downstream compiler failureTim Foley2017-07-12
* Fix many warnings-as-errors issues.Tim Foley2017-07-06
* Remove more "core" code that isn't used.Tim Foley2017-06-15
* Rename `CoreLib::*` to `Slang`Tim Foley2017-06-15
* Rename `Slang::Compiler` -> `Slang`Tim Foley2017-06-15
* Initial import of code.Tim Foley2017-06-09