| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor and doc package handling, module name mangling (#19821) | quantimnot | 2022-05-30 | 3 | -0/+27 |
* | even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB... | Timothee Cour | 2021-06-26 | 1 | -1/+1 |
* | fix #17952: fix both false positives and false negatives for reInvalidSpec (#... | Timothee Cour | 2021-05-08 | 1 | -3/+3 |
* | refactorings to prepare the compiler for IC (#15935) | Andreas Rumpf | 2020-12-17 | 3 | -0/+14 |
* | Fix #11352 strutil.insertSep() fails on negative numbers (#15087) | Bung | 2020-07-28 | 1 | -0/+13 |
* | Add testcase for #4796 (#14784) | Clyybber | 2020-06-25 | 2 | -0/+13 |
* | fixes #12420 [backport] (#12456) | Andreas Rumpf | 2019-10-18 | 3 | -0/+9 |
* | fixes #11872; include now gives a proper error message for all invalid infix ... | nc-x | 2019-08-17 | 1 | -0/+6 |
* | Remove duplicate line number from 'invalid forward declaration' error (#11966) | nc-x | 2019-08-17 | 1 | -1/+1 |
* | fixes #11188 (#11319) | Andreas Rumpf | 2019-05-24 | 3 | -0/+17 |
* | fixes #11187 (#11315) | Andreas Rumpf | 2019-05-24 | 3 | -0/+16 |
* | Merge branch 'devel' into expand-amb-identifier-output | jrfondren | 2019-05-03 | 5 | -3/+10 |
|\ |
|
| * | add whitespace on the right-hand side of `--` | narimiran | 2019-05-03 | 1 | -1/+1 |
| * | remove the restriction that module names need to be unique per Nimble… (#11... | Andreas Rumpf | 2019-04-20 | 5 | -3/+10 |
* | | fix test expecting ambiguous-identifier error | Julian Fondren | 2019-04-29 | 1 | -2/+2 |
|/ |
|
* | make tests green again | Andreas Rumpf | 2019-02-08 | 1 | -1/+1 |
* | fix off by 1 error in `col` shown by toFileLineCol (#10138) | Timothee Cour | 2018-12-31 | 1 | -1/+1 |
* | fixes #9994 | Andreas Rumpf | 2018-12-15 | 3 | -1/+5 |
* | fixes #9978 | Andreas Rumpf | 2018-12-14 | 2 | -0/+9 |
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 10 | -20/+10 |
* | Fix compilation of test on linux and mac | Neelesh Chandola | 2018-12-09 | 3 | -1/+1 |
* | Add final newlines | Neelesh Chandola | 2018-12-09 | 3 | -3/+3 |
* | add tests | Neelesh Chandola | 2018-12-09 | 3 | -0/+9 |
* | make run the default action of a test in tester | Arne Döring | 2018-11-23 | 2 | -1/+12 |
* | adopt tests | Arne Döring | 2018-11-08 | 1 | -4/+4 |
* | fix test | awr | 2018-09-04 | 1 | -2/+1 |
* | Fix nkImportAs regression (#8796) | Oscar Nihlgård | 2018-08-28 | 1 | -0/+5 |
* | Fix for module alias inside brackets (#8726) | Oscar Nihlgård | 2018-08-23 | 1 | -0/+11 |
* | sfForward is also sfReorder for skModule symbols (#8692) | LemonBoy | 2018-08-21 | 1 | -0/+1 |
* | implement the export/except statement | Zahary Karadjov | 2018-05-07 | 2 | -0/+7 |
* | make the 'canimport' template work | Andreas Rumpf | 2018-03-06 | 1 | -0/+19 |
* | fixes #6965 | Araq | 2017-12-28 | 2 | -3/+10 |
* | make type vs proc ambiguous handling more consistent; fixes #6726; fixes #6693 | Araq | 2017-12-15 | 2 | -0/+11 |
* | Add sections (type, var, let, const, using) support for reorder pragma (#6326) | BigEpsilon | 2017-10-28 | 1 | -7/+5 |
* | reorder pass: consider the 'using' statement; disabled debug output | Andreas Rumpf | 2017-08-11 | 1 | -4/+8 |
* | distinguish between 'reorder' and 'noforward' | Andreas Rumpf | 2017-07-26 | 1 | -0/+42 |
* | Lineinfo change (#6084) | Arne Döring | 2017-07-17 | 1 | -1/+1 |
* | make tests green again | Araq | 2017-06-09 | 1 | -1/+1 |
* | Fixes #5112 (Fix error messages raised when multiple modules have the same or... | Lolo Iccl | 2017-01-17 | 4 | -0/+14 |
* | fixes #5076 | Araq | 2016-11-30 | 2 | -0/+14 |
* | recursive modules are only detected to improve error messages | Andreas Rumpf | 2016-11-24 | 3 | -6/+5 |
* | disallow recursive module dependencies | Araq | 2016-11-23 | 5 | -4/+14 |
* | new language feature: explicit 'import system' statements are allowed | Andreas Rumpf | 2016-07-07 | 1 | -0/+9 |
* | Rename rawsockets module to nativesockets | Adam Strzelecki | 2015-10-03 | 1 | -1/+1 |
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 8 | -21/+21 |
* | Fixes #2584 | Dominik Picheta | 2015-06-04 | 1 | -4/+4 |
* | Fix tests a bit more | def | 2015-03-10 | 2 | -4/+4 |
* | cleaned up some tests | Araq | 2015-02-10 | 11 | -0/+89 |
* | Clean up tests/modules | def | 2015-02-04 | 1 | -2/+2 |
* | fixes #1612 | Araq | 2014-11-06 | 3 | -1/+6 |