| Commit message (Expand) | Author | Age | Files | Lines |
* | Big compiler Cleanup (#14777) | Clyybber | 2020-08-28 | 1 | -6/+3 |
* | `hintMsgOrigin` now works in VM code (#14678) | Timothee Cour | 2020-06-16 | 1 | -3/+3 |
* | misc cleanups in compiler msgs: use toHumanStr, etc (#14677) | Timothee Cour | 2020-06-15 | 1 | -3/+4 |
* | fix #14545 windows CI docs (#14590) | Timothee Cour | 2020-06-10 | 1 | -3/+15 |
* | bug fixes with sfMainModule, hints, mainPackageNotes, mainPackageId, hintSucc... | Timothee Cour | 2020-06-04 | 1 | -0/+2 |
* | Change severity of template instantiation message [backport] (#14526) | Danil Yarantsev | 2020-06-01 | 1 | -1/+1 |
* | fixes --warningAsError implementation (#14538) | Andreas Rumpf | 2020-06-01 | 1 | -1/+5 |
* | fix #8871 runnableExamples now preserves source code comments, litterals, and... | Timothee Cour | 2020-05-28 | 1 | -8/+15 |
* | make it easier to figure out how to debug issues (#14477) | Timothee Cour | 2020-05-28 | 1 | -3/+4 |
* | fix #6583, fix #14376, index+search now generated for all projects, many bug ... | Timothee Cour | 2020-05-25 | 1 | -1/+9 |
* | no more code duplication bw liMessage and rawMessage + several bug fixes (#14... | Timothee Cour | 2020-05-22 | 1 | -145/+79 |
* | change the [Processing] messages into dots (#14418) | Andreas Rumpf | 2020-05-21 | 1 | -6/+34 |
* | no more guessing where compiler msgs came from (#14317) | Timothee Cour | 2020-05-13 | 1 | -16/+32 |
* | fix js stacktraces, unify all file,line,col formatting into a single function... | Timothee Cour | 2020-05-05 | 1 | -29/+36 |
* | fix https://github.com/timotheecour/Nim/issues/152: avoid writing spurious `^... | Timothee Cour | 2020-05-04 | 1 | -4/+3 |
* | new feature: ability to turn specific warnings to errors | Andreas Rumpf | 2020-04-04 | 1 | -3/+4 |
* | properly handle note override logic/verbosity/config/cmdline using modifiedyN... | Timothee Cour | 2020-02-27 | 1 | -4/+1 |
* | remove isCmdLine; use passCmd1 | Timothee Cour | 2020-02-27 | 1 | -1/+1 |
* | correctly honor cmdline --hint:conf:on/off ; correctly show Conf hints in order | Timothee Cour | 2020-02-27 | 1 | -1/+4 |
* | fix #8312 --hints:off and --warnings:off now honored everywhere (#13489) | Timothee Cour | 2020-02-26 | 1 | -8/+6 |
* | make case-object transitions explicit, make unknownLineInfo a const, replace ... | Jasper Jenkins | 2020-01-17 | 1 | -5/+5 |
* | [backport] always set `fileInfoIdx.isKnownFile` (#12773) | Jasper Jenkins | 2019-11-29 | 1 | -0/+1 |
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 1 | -11/+10 |
* | revert changes | Andrii Riabushenko | 2019-07-25 | 1 | -16/+10 |
* | fixes #11826 | Andrii Riabushenko | 2019-07-25 | 1 | -10/+16 |
* | [refactoring] remove unused imports in the compiler and in some stdlib modules | Araq | 2019-07-18 | 1 | -1/+1 |
* | better run [feature] (#11709) | Andreas Rumpf | 2019-07-11 | 1 | -5/+11 |
* | styleCheck: make the compiler and large parts of the stdlib compatible with -... | Araq | 2019-07-10 | 1 | -2/+2 |
* | nim styleChecker: implemented all the missing features (bugfix) | Araq | 2019-07-10 | 1 | -0/+7 |
* | msgs, ccgstmts: fixes #11572 (#11621) | alaviss | 2019-06-30 | 1 | -7/+14 |
* | fixes #11606 | Araq | 2019-06-28 | 1 | -2/+8 |
* | [refactor] compiler/[msgs, reorder, semstmts]: use toMsgFilename where approp... | alaviss | 2019-06-26 | 1 | -5/+6 |
* | compiler/[msgs, options]: confine --listFullPaths to compiler messages (#11583) | alaviss | 2019-06-26 | 1 | -16/+12 |
* | fixes #11436 | Araq | 2019-06-19 | 1 | -1/+2 |
* | Replace countup(x, y-1) with x ..< y | Clyybber | 2019-05-07 | 1 | -1/+1 |
* | fixes a critical GC safety inference bug (#10615) | Andreas Rumpf | 2019-03-05 | 1 | -7/+8 |
* | compiler/[msgs, suggest]: improve highlighter accuracy (#10496) | alaviss | 2019-02-07 | 1 | -1/+5 |
* | fix #9556 (#10445) | Miran | 2019-01-24 | 1 | -1/+1 |
* | Fixes #10263; [backport] | Ico Doornekamp | 2019-01-23 | 1 | -1/+1 |
* | [error messages, stacktraces] fix #8794 #9270 #9767 #9768 (#9766) | Timothee Cour | 2019-01-08 | 1 | -9/+15 |
* | fix off by 1 error in `col` shown by toFileLineCol (#10138) | Timothee Cour | 2018-12-31 | 1 | -1/+1 |
* | IC: further progress | Araq | 2018-11-22 | 1 | -1/+1 |
* | Fixes #9556 (#9604) [backport] | Neelesh Chandola | 2018-11-02 | 1 | -3/+6 |
* | compiler: show name of instantiating context in error traces (#6763) (#9207) | xzfc | 2018-10-11 | 1 | -11/+17 |
* | added a test for 'nim doc' | Andreas Rumpf | 2018-09-07 | 1 | -2/+2 |
* | compiler refactoring; use typesafe path handing; docgen: render symbols betwe... | Andreas Rumpf | 2018-09-07 | 1 | -27/+30 |
* | fixes #5745 | Araq | 2018-09-03 | 1 | -3/+0 |
* | even more strict isNil handling for strings/seqs in order to detect bugs | Araq | 2018-08-22 | 1 | -1/+1 |
* | WIP: disallow 'nil' for strings and seqs | Andreas Rumpf | 2018-08-13 | 1 | -4/+4 |
* | make basic debugging possible | Arne Döring | 2018-06-26 | 1 | -2/+2 |