summary refs log tree commit diff stats
path: root/tests/macros/tmsginfo.nim
Commit message (Collapse)AuthorAgeFilesLines
* compiler: show name of instantiating context in error traces (#6763) (#9207)xzfc2018-10-111-1/+1
|
* Fix overload resolution for pragmas evaluation (#8902)LemonBoy2018-10-091-1/+1
| | | | Fixes #6448 Fixes #4384
* Allow `hint` and `warning` to specify its loc info (#8771)LemonBoy2018-08-281-0/+24
Let's bring those to feature-parity with `error`.