summary refs log tree commit diff stats
path: root/compiler/msgs.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* new feature: ability to turn specific warnings to errorsAndreas Rumpf2020-04-041-3/+4
* properly handle note override logic/verbosity/config/cmdline using modifiedyN...Timothee Cour2020-02-271-4/+1
* remove isCmdLine; use passCmd1Timothee Cour2020-02-271-1/+1
* correctly honor cmdline --hint:conf:on/off ; correctly show Conf hints in orderTimothee Cour2020-02-271-1/+4
* fix #8312 --hints:off and --warnings:off now honored everywhere (#13489)Timothee Cour2020-02-261-8/+6
* make case-object transitions explicit, make unknownLineInfo a const, replace ...Jasper Jenkins2020-01-171-5/+5
* [backport] always set `fileInfoIdx.isKnownFile` (#12773)Jasper Jenkins2019-11-291-0/+1
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-11/+10
* revert changesAndrii Riabushenko2019-07-251-16/+10
* fixes #11826Andrii Riabushenko2019-07-251-10/+16
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
* better run [feature] (#11709)Andreas Rumpf2019-07-111-5/+11
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-2/+2
* nim styleChecker: implemented all the missing features (bugfix)Araq2019-07-101-0/+7
* msgs, ccgstmts: fixes #11572 (#11621)alaviss2019-06-301-7/+14
* fixes #11606Araq2019-06-281-2/+8
* [refactor] compiler/[msgs, reorder, semstmts]: use toMsgFilename where approp...alaviss2019-06-261-5/+6
* compiler/[msgs, options]: confine --listFullPaths to compiler messages (#11583)alaviss2019-06-261-16/+12
* fixes #11436Araq2019-06-191-1/+2
* Replace countup(x, y-1) with x ..< yClyybber2019-05-071-1/+1
* fixes a critical GC safety inference bug (#10615)Andreas Rumpf2019-03-051-7/+8
* compiler/[msgs, suggest]: improve highlighter accuracy (#10496)alaviss2019-02-071-1/+5