Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make nake test compile again | Araq | 2018-08-22 | 1 | -1/+1 |
| | |||||
* | even more strict isNil handling for strings/seqs in order to detect bugs | Araq | 2018-08-22 | 2 | -1/+2 |
| | |||||
* | make more tests green | Andreas Rumpf | 2018-08-13 | 3 | -9/+9 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-07-05 | 4 | -8/+12 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-05-02 | 8 | -86/+86 |
| | |||||
* | make tests green again | Araq | 2018-04-30 | 1 | -1/+1 |
| | |||||
* | make more tests green | Andreas Rumpf | 2018-04-30 | 3 | -4/+4 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-04-28 | 1 | -6/+6 |
| | |||||
* | remove dead code elimination option (#7669) | Jacek Sieka | 2018-04-23 | 11 | -11/+6 |
| | |||||
* | make more tests green | Araq | 2018-02-10 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | make test compile with latest opengl version | Andreas Rumpf | 2016-07-30 | 3 | -3/+3 |
| | |||||
* | changed the compiler's path handling; fixes #546 | Andreas Rumpf | 2016-05-31 | 4 | -4/+5 |
| | |||||
* | make test green | Andreas Rumpf | 2016-05-30 | 1 | -2/+2 |
| | |||||
* | Removed local TAU constant. | gmpreussner | 2016-03-17 | 1 | -1/+0 |
| | |||||
* | Merge pull request #3831 from ephja/nimrod-to-nim | Andreas Rumpf | 2016-02-06 | 1 | -1/+1 |
|\ | | | | | nimrod -> nim | ||||
| * | nimrod -> nim | Erik Johansson Andersson | 2016-02-05 | 1 | -1/+1 |
| | | |||||
* | | Fix a few deprecation warnings | def | 2016-01-25 | 3 | -6/+2 |
|/ | |||||
* | implements final version of multiline comments | Andreas Rumpf | 2016-01-17 | 1 | -2/+2 |
| | |||||
* | makes tests green | Andreas Rumpf | 2016-01-15 | 4 | -5/+5 |
| | |||||
* | Fixed tests for TravisCI | Yuriy Glukhov | 2015-10-22 | 1 | -1/+1 |
| | |||||
* | fix test failures due to import errors | Aman Gupta | 2015-10-02 | 2 | -2/+2 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 36 | -2207/+2207 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | proper distinction between --gc:none and --os:standalone | Araq | 2015-06-29 | 1 | -0/+1 |
| | |||||
* | Move the noreturn pragma to sysFatal | def | 2015-05-05 | 1 | -3/+3 |
| | | | | | Now you can choose to implement sysFatal with --os:standalone so that it returns. | ||||
* | Rename PNimrodNode to NimNode | def | 2015-03-17 | 3 | -63/+63 |
| | |||||
* | Fix tests some more | def | 2015-03-17 | 4 | -11/+12 |
| | |||||
* | Fix tests a bit more | def | 2015-03-10 | 1 | -4/+4 |
| | |||||
* | 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 | 3 | -5/+5 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 2 | -3/+3 |
| | |||||
* | Merge pull request #2133 from def-/cleanup | Andreas Rumpf | 2015-02-15 | 2 | -0/+0 |
|\ | | | | | Cleanup | ||||
| * | nimrod.cfg isn't working anymore, rename to nim.cfg | def | 2015-02-15 | 2 | -0/+0 |
| | | |||||
* | | Update a use of initTable to avoid initial enlarge. | Charles Blake | 2015-02-13 | 1 | -1/+1 |
|/ | |||||
* | Clean up tests/manyloc | def | 2015-02-04 | 13 | -121/+113 |
| | | | | named_argument_bug still fails | ||||
* | fixes #2041 | Araq | 2015-01-31 | 1 | -0/+3 |
| | |||||
* | GitHub link fixes: nim-code -> nim-lang | def | 2015-01-15 | 1 | -2/+2 |
| | |||||
* | s/nimrod/nim/g; s/babel/nimble/g | Flaviu Tamas | 2015-01-09 | 1 | -3/+3 |
| | |||||
* | made some tests green | Araq | 2014-09-21 | 3 | -39/+39 |
| | |||||
* | further adaptations | Araq | 2014-08-29 | 7 | -22/+22 |
| | |||||
* | renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamings | Araq | 2014-08-29 | 6 | -0/+0 |
| | |||||
* | some progress for jester+async | Araq | 2014-06-27 | 8 | -0/+7503 |
| | |||||
* | attempt to make some tests green | Araq | 2014-04-21 | 3 | -7/+3 |
| | |||||
* | keine_schweine test is not platform dependent | Araq | 2014-02-24 | 3 | -12/+16 |
| | |||||
* | nil->discard | Araq | 2014-02-15 | 1 | -2/+2 |
| | |||||
* | the compiler can now deal with multiple modules of the same name | Araq | 2013-09-26 | 5 | -0/+32 |
| | |||||
* | fixes #531 | Araq | 2013-07-24 | 13 | -0/+662 |
| |