| Commit message (Expand) | Author | Age | Files | Lines |
* | nim check, fix #11927, no more empty strings (#11979) | Miran | 2019-08-19 | 1 | -1/+3 |
* | minor style changes | Araq | 2019-07-11 | 1 | -1/+1 |
* | 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 | -1/+7 |
* | nimpretty: code cleanups | Araq | 2019-07-09 | 1 | -6/+0 |
* | [bugfix] fix #11469, new rules for a newline in nimpretty (#11512) | Miran | 2019-06-26 | 1 | -3/+6 |
* | [other] Improve the "tabs are not allowed" error message (#11554) | Kaushal Modi | 2019-06-20 | 1 | -1/+1 |
* | [bugfix] nimpretty: fixes #11468 | Araq | 2019-06-13 | 1 | -3/+3 |
* | [refactoring] refactor the compiler and stdlib to deprecation warnings (#11419) | Arne Döring | 2019-06-11 | 1 | -6/+6 |
* | right shift is now by default sign preserving (#11322) | Arne Döring | 2019-05-29 | 1 | -6/+7 |
* | Enable range checking for unsigned integers (#11313) | Oscar Nihlgård | 2019-05-25 | 1 | -3/+3 |
* | StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746) | Arne Döring | 2019-02-28 | 1 | -70/+53 |
* | fixes a lexer regression for 'nimble check' | Araq | 2019-02-05 | 1 | -3/+4 |
* | make the lexer more forgiving so that nim-regex compiles again | Araq | 2019-02-04 | 1 | -11/+17 |
* | Fix error lexer error messages for to large numbers (#10394) | Oscar Nihlgård | 2019-01-21 | 1 | -33/+29 |
* | make hex digit error msg more helpful (#9727) | Timothee Cour | 2018-11-16 | 1 | -1/+2 |
* | parser change: 'not' is always a unary operator; fixes #9574 | Andreas Rumpf | 2018-11-07 | 1 | -1/+1 |
* | nimpretty: fixes #9500 | Araq | 2018-10-25 | 1 | -0/+1 |
* | nimpretty: test for idempotence; fixes #9483 | Araq | 2018-10-24 | 1 | -2/+4 |
* | nimpretty: fixes #8078 | Araq | 2018-10-24 | 1 | -1/+1 |
* | nimpretty: fixes #9398 | Araq | 2018-10-24 | 1 | -1/+7 |
* | nimpretty: minor bug fix | Araq | 2018-10-23 | 1 | -5/+6 |
* | Fix infinite loop with `nim check` (#9448) | Oscar Nihlgård | 2018-10-22 | 1 | -0/+2 |
* | Unicode escape in string literals (#9390) | Oscar Nihlgård | 2018-10-17 | 1 | -18/+64 |
* | nimpretty: add #!nimpretty on/off directives | Andreas Rumpf | 2018-10-16 | 1 | -1/+3 |
* | nimpretty: render r-strings properly, fixes #9236 | Andreas Rumpf | 2018-10-16 | 1 | -9/+15 |
* | compiler refactoring; use typesafe path handing; docgen: render symbols betwe... | Andreas Rumpf | 2018-09-07 | 1 | -2/+2 |
* | Renderer bug fixes (#8804) | cooldome | 2018-09-07 | 1 | -0/+47 |
* | Cosmetic: fix typo on TRIPLESTR_LIT (#8663) | Iván Montes | 2018-08-21 | 1 | -1/+1 |
* | Deprecate 'c', 'C' prefix for octal literals, fixes #8082 (#8178) | Vindaar | 2018-07-03 | 1 | -8/+19 |
* | improve error message if literal ends with an underscore (#8114) | Vindaar | 2018-06-28 | 1 | -1/+2 |
* | Lexer: do not accept some invalid integer literals (#8089) | Hiroki Noda | 2018-06-27 | 1 | -7/+12 |
* | nimpretty improvements | Andreas Rumpf | 2018-06-19 | 1 | -1/+13 |
* | nimpretty: first version that seems useful for others to test it | Andreas Rumpf | 2018-06-16 | 1 | -1/+11 |
* | fixex merge conflicts | Araq | 2018-06-08 | 1 | -1/+1 |
|\ |
|
| * | Multi byte characters should not be treated as part of an operator | Oscar Nihlgård | 2018-06-03 | 1 | -1/+1 |
* | | cleanup compiler/prettybase to not use redudant global variables | Andreas Rumpf | 2018-05-27 | 1 | -5/+0 |
* | | remove more global variables in the Nim compiler | Andreas Rumpf | 2018-05-27 | 1 | -18/+18 |
* | | platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals | Andreas Rumpf | 2018-05-18 | 1 | -2/+2 |
* | | preparations of making compiler/msgs.nim free of global variables | Andreas Rumpf | 2018-05-17 | 1 | -1/+1 |
|/ |
|
* | options.nim: no global variables anymore | Andreas Rumpf | 2018-05-13 | 1 | -3/+3 |
* | make nimsuggest compile again | Andreas Rumpf | 2018-05-13 | 1 | -5/+5 |
* | avoid more global variables | Andreas Rumpf | 2018-05-11 | 1 | -1/+1 |
* | big refactoring: parser compiles again | Andreas Rumpf | 2018-05-10 | 1 | -31/+34 |
* | make Nimble not crash after the refactoring | Andreas Rumpf | 2018-05-05 | 1 | -1/+2 |
* | compiler refactoring, pass config around explicitly | Andreas Rumpf | 2018-05-05 | 1 | -17/+18 |
* | the compiler does not rely on the zero terminator anymore | Andreas Rumpf | 2018-04-29 | 1 | -8/+7 |
* | refactoring: make FileIndex a distinct type; make line information an uint16;... | Andreas Rumpf | 2018-04-21 | 1 | -9/+9 |
* | nimpretty: next steps | Araq | 2018-04-18 | 1 | -1/+3 |
* | little progress on nimpretty | Araq | 2018-04-18 | 1 | -4/+11 |