Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove deprecated procs (#12535) | Andreas Rumpf | 2019-11-05 | 2 | -2/+2 |
| | |||||
* | introduce csize_t instead of fixing csize (#12497) | Arne Döring | 2019-10-31 | 2 | -41/+38 |
| | |||||
* | fix several typos in documentation and comments (#12553) | Nindaleth | 2019-10-30 | 1 | -1/+1 |
| | |||||
* | Revert "Fixes #12187 (#12321)" (#12447) | Andreas Rumpf | 2019-10-18 | 1 | -1/+1 |
| | | | This reverts commit 00c31e87660d9db813871f5aa23661bf6b9bbdcb. | ||||
* | Fixes #12187 (#12321) | Clyybber | 2019-10-08 | 1 | -1/+1 |
| | | | | | | * Fixes #12187 * Point to fork of compactdict Since the original repo is now archived / read-only | ||||
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 2 | -5/+5 |
| | |||||
* | cleanup keineschweine test; removes unused module | Araq | 2019-05-24 | 1 | -295/+0 |
| | |||||
* | Remove deprecated modules (asyncio, sockets, ftpclient) (#10401) | Miran | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | remove deprecated modules (#10215) | Miran | 2019-01-07 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | * removed from `compiler`: * lists (deprecated 2 years ago) * removed from `lib` (all deprecated 3 years ago): * ssl * matchers * httpserver * removed from `lib/deprecated`: * unsigned * actors (and three accompanying tests) * parseurl * moved to `lib/deprecated`: * securehash (the reason for not directly removing - it was deprecated (only) one year ago) | ||||
* | make tests green; better output for when megatest execution fails | Araq | 2018-12-11 | 4 | -4/+4 |
| | |||||
* | lots of small changes | Arne Döring | 2018-12-11 | 13 | -13/+13 |
| | |||||
* | removes deprecated T/P types | Araq | 2018-11-16 | 7 | -25/+25 |
| | |||||
* | even more strict isNil handling for strings/seqs in order to detect bugs | Araq | 2018-08-22 | 1 | -0/+1 |
| | |||||
* | make more tests green | Andreas Rumpf | 2018-08-13 | 2 | -4/+4 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-07-05 | 2 | -5/+5 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-05-02 | 8 | -86/+86 |
| | |||||
* | make more tests green | Andreas Rumpf | 2018-04-30 | 2 | -2/+2 |
| | |||||
* | remove dead code elimination option (#7669) | Jacek Sieka | 2018-04-23 | 9 | -9/+5 |
| | |||||
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 1 | -2/+3 |
| | |||||
* | Make countLines() the same as len(splitLines(s)) (#5470) | Simon Krauter | 2017-03-03 | 1 | -1/+1 |
| | | | | | The result of countLines() is now increased by 1 compared to the old version. Fixes #5460. | ||||
* | make tests green again | Andreas Rumpf | 2016-11-24 | 2 | -2/+2 |
| | |||||
* | Always use https:// in git clone | Simon Ruderich | 2016-09-15 | 1 | -1/+1 |
| | | | | git:// is unencrypted. | ||||
* | changed the compiler's path handling; fixes #546 | Andreas Rumpf | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | Removed local TAU constant. | gmpreussner | 2016-03-17 | 1 | -1/+0 |
| | |||||
* | Fix a few deprecation warnings | def | 2016-01-25 | 2 | -2/+2 |
| | |||||
* | implements final version of multiline comments | Andreas Rumpf | 2016-01-17 | 1 | -2/+2 |
| | |||||
* | makes tests green | Andreas Rumpf | 2016-01-15 | 3 | -4/+4 |
| | |||||
* | fix test failures due to import errors | Aman Gupta | 2015-10-02 | 1 | -1/+1 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 34 | -2196/+2196 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Rename PNimrodNode to NimNode | def | 2015-03-17 | 3 | -63/+63 |
| | |||||
* | Replaced deprecated repeatStr() with repeat(). | Hans Raaf | 2015-03-04 | 4 | -9/+9 |
| | |||||
* | Replaced deprecated repeatChar() with repeat() or spaces(). | Hans Raaf | 2015-03-04 | 2 | -4/+4 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 2 | -3/+3 |
| | |||||
* | nimrod.cfg isn't working anymore, rename to nim.cfg | def | 2015-02-15 | 2 | -0/+0 |
| | |||||
* | Clean up tests/manyloc | def | 2015-02-04 | 13 | -121/+113 |
| | | | | named_argument_bug still fails | ||||
* | s/nimrod/nim/g; s/babel/nimble/g | Flaviu Tamas | 2015-01-09 | 1 | -3/+3 |
| | |||||
* | further adaptations | Araq | 2014-08-29 | 4 | -10/+10 |
| | |||||
* | renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamings | Araq | 2014-08-29 | 1 | -0/+0 |
| | |||||
* | some progress for jester+async | Araq | 2014-06-27 | 6 | -0/+7503 |
| | |||||
* | attempt to make some tests green | Araq | 2014-04-21 | 1 | -4/+0 |
| | |||||
* | keine_schweine test is not platform dependent | Araq | 2014-02-24 | 3 | -12/+16 |
| | |||||
* | improvements for 'not nil' checking | Araq | 2013-06-13 | 1 | -2/+4 |
| | |||||
* | manyloc test should be green again | Araq | 2013-06-04 | 3 | -30/+22 |
| | |||||
* | bugfixes mostly JS related | Araq | 2013-05-01 | 2 | -156/+0 |
| | |||||
* | made some tests green | Araq | 2013-04-22 | 1 | -0/+1 |
| | |||||
* | added manyloc test suite; --path now relative to project dir if not absolute | Araq | 2013-04-13 | 49 | -0/+9271 |