summary refs log tree commit diff stats
path: root/compiler/msgs.nim
Commit message (Expand)AuthorAgeFilesLines
* Fixes #23624 "nim check crash" (#23625)Juan M Gómez2024-09-161-1/+1
* special handlings for nimble packages to shorten function names (#23891)ringabout2024-08-111-25/+0
* improve mangling packages version names with checksums (#23888)ringabout2024-07-241-2/+2
* * fix for the debug line info code generation (#23488)Nikolay Nikolov2024-04-221-4/+7
* fixes addr/hiddenAddr in strictdefs (#23477)ringabout2024-04-101-2/+2
* fix: use `ErrorColor` for hints marked as errors (#23430)Igor Sirotin2024-03-211-1/+2
* Fixes #23337; When NimScript errors prevents NimSuggest from Init (#23338)Juan M Gómez2024-02-221-1/+5
* * fixed nimsuggest crash when opening a .nim file, that contain a {.fatal: "m...Nikolay Nikolov2024-02-201-1/+2
* fixes yet another strictdefs bug (#23069)ringabout2023-12-151-8/+6
* Fix using `--stdout` with `jsondoc` (#22925)Jake Leahy2023-11-091-0/+2
* use strictdefs for compiler (#22365)ringabout2023-08-061-1/+5
* Tolerate markup errors for doc comments (#19607) (#22235)Andrey Makarov2023-07-071-2/+4
* adds an experimental `mm:atomicArc` switch (#21798)ringabout2023-05-081-2/+2
* Use `ErrorColor` when a warning that is turned into an error is raised (#21131)Jake Leahy2022-12-221-1/+2
* Implement setLineInfo (#21153)Peter Munch-Ellingsen2022-12-221-0/+7
* remove compiler/strutils2.nim (#20748)Bung2022-11-051-7/+7
* Make rstgen work with gcsafe (#20534)ringabout2022-10-101-1/+1
* no ropes WIP (#20433)Andreas Rumpf2022-09-271-7/+7
* remove `shallow` usages for ORC (#20109)ringabout2022-08-231-1/+2
* fixes #20149; fixes #16762; hintAsError and warningAsError now ignore foreign...ringabout2022-08-191-7/+5
* remove shallowCopy for ARC/ORC (#20070)ringabout2022-07-261-2/+9
* Change `styleCheck` to ignore foreign packages (#19822)quantimnot2022-07-141-2/+2
* rename gc to mm (#19971)flywind2022-07-051-1/+1
* move assertions out of system (#19599)flywind2022-03-231-0/+4
* [wip]better hint message for JS (#18704)flywind2021-08-181-10/+21
* added missing .inline for toCCharAraq2021-07-261-1/+1
* followup #18252: show special flags -d:danger, -d:release when given (#18451)Timothee Cour2021-07-081-0/+4
* refs #18278: do not gag fatal msgs (#18290)Timothee Cour2021-06-181-4/+11
* merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...Timothee Cour2021-06-141-4/+39
* fixes #18058 (#18162)Andreas Rumpf2021-06-031-8/+4
* add astmsgs; add `declared in` msg for usage lint errors (#17961)Timothee Cour2021-05-081-2/+2
* fix #17853 (ascii message separator broke json nim dump) (#17887)Timothee Cour2021-04-291-0/+1
* add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)Timothee Cour2021-04-231-1/+1
* Revert localErrorNode param order changes (#17809)Clyybber2021-04-211-3/+0
* `--filenames:abs|canonical|legacyRelProj` for filenames in compiler msgs (rep...Timothee Cour2021-04-211-15/+9
* fix `hintMsgOrigin` regression + simplify msgs code (#17805)Timothee Cour2021-04-211-4/+1
* unit separator (#17730)Andreas Rumpf2021-04-201-26/+35
* IC navigator: added support for include files (#17784)Andreas Rumpf2021-04-191-0/+3
* -d:nimDebug: calls doAssert false instead of quit (#17739)Timothee Cour2021-04-171-1/+2
* IC: first steps towards 'nim check --def --ic:on' (#17714)Andreas Rumpf2021-04-141-1/+3
* nnkArglist => nnkArgList + special case stylecheck:error (#17529)Timothee Cour2021-03-271-3/+3
* IC: green tests (#17311)Andreas Rumpf2021-03-191-0/+26
* `--nilseqs` is now a deprecated noop (#17211)Timothee Cour2021-03-011-0/+3
* IC: next steps (#16729)Andreas Rumpf2021-01-231-1/+1
* `--hintAsError` (#16763)Timothee Cour2021-01-201-2/+6
* fix `hintProcessing` dots interference with `static:echo` and `hintCC`; add t...Timothee Cour2020-12-301-5/+7
* fix `nim secret` dots interfering with prompt (#16491)Timothee Cour2020-12-281-2/+2
* fix #16334 (#16335)RSDuck2020-12-141-5/+9
* fix #16265; fix #13999 (HCR on OSX); cgen now does not line wrap string litte...Timothee Cour2020-12-141-3/+5
* remove unused and misleading FilenameOption.foShort (#15982)Timothee Cour2020-11-161-2/+0