summary refs log tree commit diff stats
path: root/compiler/astmsgs.nim
Commit message (Collapse)AuthorAgeFilesLines
* improve `--declaredLocs` to help disambiguate types (generics, aliases etc) ↵Timothee Cour2021-07-081-1/+1
| | | | | | | | | (#18389) * improve --declaredlocs to help disambiguate types (generics, aliases etc) * avoid a cyclic deps * fix test after rebase
* followup #17777: declaredloc field error msgs now work with generics (#18259)Timothee Cour2021-06-141-0/+5
| | | | | | | * followup #17777: declaredloc field error msgs now work with generics * fix tests * cleanup
* handle tyUserTypeClassInst in addDeclaredLoc (#18236)Timothee Cour2021-06-111-1/+1
|
* add astmsgs; add `declared in` msg for usage lint errors (#17961)Timothee Cour2021-05-081-0/+23
* add astmsgs; add `declared in` msg for usage lint errors * fix test * fix tests/tools/tlinter.nim * std prefix