summary refs log tree commit diff stats
path: root/compiler/msgs.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix #9556 (#10445)Miran2019-01-241-1/+1
* Fixes #10263; [backport]Ico Doornekamp2019-01-231-1/+1
* [error messages, stacktraces] fix #8794 #9270 #9767 #9768 (#9766)Timothee Cour2019-01-081-9/+15
* fix off by 1 error in `col` shown by toFileLineCol (#10138)Timothee Cour2018-12-311-1/+1
* IC: further progressAraq2018-11-221-1/+1
* Fixes #9556 (#9604) [backport]Neelesh Chandola2018-11-021-3/+6
* compiler: show name of instantiating context in error traces (#6763) (#9207)xzfc2018-10-111-11/+17
* added a test for 'nim doc'Andreas Rumpf2018-09-071-2/+2
* compiler refactoring; use typesafe path handing; docgen: render symbols betwe...Andreas Rumpf2018-09-071-27/+30
* fixes #5745Araq2018-09-031-3/+0
* even more strict isNil handling for strings/seqs in order to detect bugsAraq2018-08-221-1/+1
* WIP: disallow 'nil' for strings and seqsAndreas Rumpf2018-08-131-4/+4
* make basic debugging possibleArne Döring2018-06-261-2/+2