summary refs log tree commit diff stats
path: root/compiler/msgs.nim
Commit message (Expand)AuthorAgeFilesLines
* [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
* cleanup compiler/prettybase to not use redudant global variablesAndreas Rumpf2018-05-271-19/+18
* remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-158/+81
* make tests green againAndreas Rumpf2018-05-181-0/+2
* platform.nim doesn't use globals anymore; prepare msgs.nim for not using globalsAndreas Rumpf2018-05-181-1/+1
* compiler/ropes.nim has no global error handler anymoreAndreas Rumpf2018-05-171-7/+0
* preparations of making compiler/msgs.nim free of global variablesAndreas Rumpf2018-05-171-31/+24
* make tests green on UnixAndreas Rumpf2018-05-151-4/+0
* options.nim: no global variables anymoreAndreas Rumpf2018-05-131-1/+1
* move more globals into the config objectAndreas Rumpf2018-05-131-33/+32
* move more global variables into ConfigRefAndreas Rumpf2018-05-111-1/+1
* avoid more global variablesAndreas Rumpf2018-05-111-6/+6
* guards.nim does compileAndreas Rumpf2018-05-111-2/+2
* big refactoring: magicsys compiles againAndreas Rumpf2018-05-101-2/+2
* big refactoring: parser compiles againAndreas Rumpf2018-05-101-586/+88
* compiler/msgs.nim: minor code cleanupAndreas Rumpf2018-05-051-105/+105
* warn about inconsistent spacing around binary operators; fixes #7582Andreas Rumpf2018-05-051-2/+4
* compiler: code cleanupAndreas Rumpf2018-05-021-3/+2
* make msgs.nim more robustAndreas Rumpf2018-04-301-0/+4
* remove unused error messagesAraq2018-04-221-10/+5
* new 'var T' error messages with hyperlinks; closes #7373Andreas Rumpf2018-04-221-0/+3
* refactoring: make FileIndex a distinct type; make line information an uint16;...Andreas Rumpf2018-04-211-52/+55