summary refs log tree commit diff stats
path: root/compiler/lineinfos.nim
Commit message (Expand)AuthorAgeFilesLines
* opensym for templates + move behavior of opensymchoice to itself (#24007)metagn2024-08-281-2/+2
* #Fixes #23657 C++ compilation fails with: 'T1_' was not declared in t… (#23...Juan M Gómez2024-06-021-0/+2
* add switch, warning, and `bind` support for new generic injection behavior (#...metagn2023-12-221-0/+2
* fixes #23001; give a better warning for PtrToCstringConv (#23005)ringabout2023-11-301-1/+1
* prepare for the enforcement of `std` prefix (#22873)ringabout2023-10-291-2/+5
* fixes #22706; turn "unknown hint" into a hint (#22755)ringabout2023-09-251-0/+2
* make expressions opt in to symchoices (#22716)metagn2023-09-181-2/+0
* modernize lineinfos; it seems that array access hinders strict def analysis l...ringabout2023-08-091-7/+7
* use strictdefs for compiler (#22365)ringabout2023-08-061-1/+1
* implement `ensureMove` (#22339)ringabout2023-07-291-0/+2
* fixes #19101; zero initialization union casts (#22185)ringabout2023-06-291-2/+2
* Remove Deprecated Nimfix (#22062)Juan Carlos2023-06-101-1/+1
* Remove LineTooLong (#21819)Juan Carlos2023-05-111-2/+0
* fixes #21731; fixes #21537; disable `warnBareExcept` by default [backport] (#...ringabout2023-04-261-1/+1
* warn on set types bigger than max size, default to 0..255 for int literals (#...metagn2023-04-171-0/+2
* warn against `a, b = val` in routine arguments (#21604)metagn2023-04-061-0/+2
* docgen: implement cross-document links (#20990)Andrey Makarov2023-01-041-0/+2
* fix #19580; add warning for bare except: clause (#21099)ringabout2022-12-151-0/+2
* deprecate `do:` meaning `do ():` + misc cleanup (#20927)metagn2022-12-061-2/+4
* An unnamed break in a block now gives an `UnnamedBreak` warning (#20901)ringabout2022-11-241-0/+2
* issue a warning for ptr to cstring conversion[backport] (#20814)ringabout2022-11-111-0/+2
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-111-2/+3
* DAA and 'out' parameters (#20506)Andreas Rumpf2022-10-061-1/+1
* closed ambiguous enum defaults to first overload (#20457)metagn2022-10-011-0/+2
* new .redefine pragma for templates, warn on redefinition without it (#20211)metagn2022-08-231-0/+2
* Warn when casting to a larger type (#20103)konsumlamm2022-07-281-0/+2
* Improve Markdown code blocks & start moving docs to Markdown style (#19954)Andrey Makarov2022-07-151-0/+2
* RST: improve simple tables (#19859)Andrey Makarov2022-06-041-0/+2
* 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