summary refs log tree commit diff stats
path: root/compiler/lineinfos.nim
Commit message (Expand)AuthorAgeFilesLines
* fix broken CI (#19472)flywind2022-01-311-0/+2
* docgen: implement doc link resolution in current module (#18642)Andrey Makarov2021-10-281-0/+2
* strict effects (#18777)Andreas Rumpf2021-09-021-0/+2
* fix RFC #341: dot-like operators are now parsed with same precedence as `.` (...Timothee Cour2021-08-251-0/+2
* mitigates #12815 (#18557)Andreas Rumpf2021-07-221-0/+2
* fixes #12815 (#18554)Andreas Rumpf2021-07-221-1/+3
* fixes #18550 (#18553)Andreas Rumpf2021-07-211-0/+2
* undo RFC #294, it breaks code for no good reason, the compiler can wa… (#18...Andreas Rumpf2021-07-211-0/+2
* rst: add missing line/column info for some warnings (#18383)Andrey Makarov2021-07-201-22/+27
* improvements to hint:processing: show import stack, distinguish nims, show in...Timothee Cour2021-06-301-2/+3
* followup #18362: make `UnusedImport` work robustly (#18366)Timothee Cour2021-06-271-3/+3
* even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB...Timothee Cour2021-06-261-0/+2
* validate rst field for :number-lines:, :status: (#18304)Andrey Makarov2021-06-201-0/+2
* refs #18278: do not gag fatal msgs (#18290)Timothee Cour2021-06-181-5/+8
* merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...Timothee Cour2021-06-141-4/+3
* Error message minor (#18021)Juan Carlos2021-05-221-1/+1
* Disable performance hints by default (verbosity 1) (#18024)Clyybber2021-05-161-1/+1
* feature: the compiler can warn when you use the implicit 'result' variable (#...Andreas Rumpf2021-05-101-1/+3
* Implement https://forum.nim-lang.org/t/7848#50018 (#17874)c-blake2021-04-291-3/+5
* IC: green tests (#17311)Andreas Rumpf2021-03-191-2/+7
* stricter checks for RST headlines (#17089)Andrey Makarov2021-02-201-3/+6
* RST: implement footnotes and citations (#16960)Andrey Makarov2021-02-151-0/+2
* IC: next steps (#16632)Andreas Rumpf2021-01-121-0/+1
* Nil type check implementation (#15287)Alexander Ivanov2020-12-291-1/+2
* rst: add support for markdown tables (#15854)Miran2020-11-101-14/+16
* Use modern enums in compiler (#15775)cooldome2020-11-021-72/+34
* add --declaredlocs (#15666)Timothee Cour2020-10-211-2/+4
* disable 'observable stores' warning message for 1.4 (#15507)Andreas Rumpf2020-10-071-1/+1
* New hint for unused exceptions in .raises (#15492)IDF2020-10-061-1/+3
* VM profiler (#14833)Ico Doornekamp2020-07-091-1/+4
* Make unreachable code a warning instead of an error (#14816)Clyybber2020-06-291-2/+4
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-231-1/+1
* warn about observerable stores but don't prevent them for 1.2.2 [backport:1.2...Andreas Rumpf2020-05-301-2/+6
* make it easier to figure out how to debug issues (#14477)Timothee Cour2020-05-281-1/+11
* no more code duplication bw liMessage and rawMessage + several bug fixes (#14...Timothee Cour2020-05-221-0/+6
* change the [Processing] messages into dots (#14418)Andreas Rumpf2020-05-211-1/+1
* no more guessing where compiler msgs came from (#14317)Timothee Cour2020-05-131-3/+5
* fix #14314 do not analyze importc procs for effects (#14319)Timothee Cour2020-05-121-2/+2
* Make unreachable else in case statements a warning instead of an error (#14190)Clyybber2020-05-021-2/+3
* fixes #14052 [backport:1.2] (#14055)Andreas Rumpf2020-04-211-1/+2
* Turn some of the errors back into warningsZahary Karadjov2020-04-011-0/+6
* Turn the warning for uninitialized (result) variables into errorsZahary Karadjov2020-04-011-0/+2
* cycle breaker (#13593)Andreas Rumpf2020-03-191-1/+1
* fix #13412 nim now recompiles for stdin input; SuccessX now configurable; can...Timothee Cour2020-03-191-1/+1
* new feature: --staticBoundChecks:on to enforce static array index checking (#...Andreas Rumpf2020-03-181-2/+5
* catchable defects (#13626)Andreas Rumpf2020-03-121-2/+5
* `koch --nim:pathto/nim boot` and `koch boot --hint:cc:off` now work (#13516)Timothee Cour2020-03-111-1/+1
* make case-object transitions explicit, make unknownLineInfo a const, replace ...Jasper Jenkins2020-01-171-6/+2
* successX now correctly shows html output for `nim doc`, `nim jsondoc`; fix #1...Timothee Cour2020-01-151-1/+1
* make SuccessX show project file + output file (#13043)Timothee Cour2020-01-081-1/+2