summary refs log tree commit diff stats
path: root/compiler/msgs.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct all eggs (#15906)Miran2020-11-101-4/+4
* new: `nim -e:cmd` to run a command directly; also fixes #15731 (#15687)Timothee Cour2020-11-091-0/+1
* Use modern enums in compiler (#15775)cooldome2020-11-021-3/+3
* Big compiler Cleanup (#14777)Clyybber2020-08-281-6/+3
* `hintMsgOrigin` now works in VM code (#14678)Timothee Cour2020-06-161-3/+3
* misc cleanups in compiler msgs: use toHumanStr, etc (#14677)Timothee Cour2020-06-151-3/+4
* fix #14545 windows CI docs (#14590)Timothee Cour2020-06-101-3/+15
* bug fixes with sfMainModule, hints, mainPackageNotes, mainPackageId, hintSucc...Timothee Cour2020-06-041-0/+2
* Change severity of template instantiation message [backport] (#14526)Danil Yarantsev2020-06-011-1/+1
* fixes --warningAsError implementation (#14538)Andreas Rumpf2020-06-011-1/+5
* fix #8871 runnableExamples now preserves source code comments, litterals, and...Timothee Cour2020-05-281-8/+15
* make it easier to figure out how to debug issues (#14477)Timothee Cour2020-05-281-3/+4
* fix #6583, fix #14376, index+search now generated for all projects, many bug ...Timothee Cour2020-05-251-1/+9
* no more code duplication bw liMessage and rawMessage + several bug fixes (#14...Timothee Cour2020-05-221-145/+79
* change the [Processing] messages into dots (#14418)Andreas Rumpf2020-05-211-6/+34
* no more guessing where compiler msgs came from (#14317)Timothee Cour2020-05-131-16/+32
* fix js stacktraces, unify all file,line,col formatting into a single function...Timothee Cour2020-05-051-29/+36
* fix https://github.com/timotheecour/Nim/issues/152: avoid writing spurious `^...Timothee Cour2020-05-041-4/+3