Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Fix unnecessarily slow set building from openArray. | Charles Blake | 2015-02-07 | 1 | -3/+17 | |
| * | | | | | Merge /home/cb/pkg/nim/Nim into devel | Charles Blake | 2015-02-07 | 5 | -12/+24 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Add hcode. Re-factor rawGet. Fix infinite loop. | Charles Blake | 2015-02-06 | 1 | -41/+94 | |
* | | | | | | | cleaned up GC tests; fixes object variant re-assign bug | Araq | 2015-02-10 | 1 | -3/+7 | |
* | | | | | | | fixes #2070 | Araq | 2015-02-10 | 2 | -19/+29 | |
* | | | | | | | Async await try statement fixes. | Dominik Picheta | 2015-02-09 | 1 | -10/+48 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Merge pull request #2059 from def-/getch | Varriount | 2015-02-09 | 1 | -0/+28 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | Document terminal.getch | def | 2015-02-04 | 1 | -0/+2 | |
| * | | | | | Add copyright header | def | 2015-02-03 | 1 | -0/+9 | |
| * | | | | | Add terminal.getch to get a single character | def | 2015-02-03 | 1 | -0/+26 | |
* | | | | | | 'nimsuggest' compiles again | Araq | 2015-02-08 | 1 | -11/+13 | |
* | | | | | | fixes #2073 | Araq | 2015-02-08 | 1 | -1/+1 | |
* | | | | | | merged #2083 manually | Araq | 2015-02-08 | 1 | -1/+10 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Merge pull request #1869 from def-/json-stuff | Andreas Rumpf | 2015-02-07 | 1 | -2/+75 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix documentation and toJson signature | def | 2015-02-04 | 1 | -2/+2 | |
| * | | | | | Remove debugging echos again | def | 2015-01-05 | 1 | -2/+0 | |
| * | | | | | Add operator `%*` to JSON | def | 2015-01-05 | 1 | -1/+76 | |
| * | | | | | indent = 0 looks better for `$`(node: JsonNode) | def | 2015-01-05 | 1 | -1/+1 | |
* | | | | | | Merge pull request #2062 from flaviut/expose-exception-parent | Andreas Rumpf | 2015-02-07 | 1 | -4/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Change formatting according to style guide | Flaviu Tamas | 2015-02-03 | 1 | -4/+4 | |
| * | | | | | | Expose exception parent | Flaviu Tamas | 2015-02-03 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #2060 from def-/rdstdin-pass | Andreas Rumpf | 2015-02-07 | 2 | -4/+302 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Rename termios template CCEQ to cceq | def | 2015-02-04 | 1 | -1/+1 | |
| * | | | | | | | Change termios proc capitalization | def | 2015-02-04 | 1 | -14/+14 | |
| * | | | | | | | Fix typo | def | 2015-02-04 | 1 | -1/+1 | |
| * | | | | | | | Add readPasswordFromStdin to rdstdin | def | 2015-02-03 | 1 | -4/+38 | |
| * | | | | | | | Add copyright header | def | 2015-02-03 | 1 | -0/+9 | |
| | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | Add termios wrapper | def | 2015-02-03 | 1 | -0/+255 | |
* | | | | | | | Merge pull request #2058 from def-/nimrod-cfgs | Andreas Rumpf | 2015-02-07 | 4 | -0/+0 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | Rename *.nimrod.cfg to *.nim.cfg | def | 2015-02-03 | 4 | -0/+0 | |
* | | | | | | | configuration system supports %= to access environment variables | Araq | 2015-02-07 | 1 | -1/+1 | |
* | | | | | | | compiler distinguishes between 2 different 'var' types for C++ interop; code ... | Araq | 2015-02-07 | 1 | -1/+1 | |
* | | | | | | | lots of C++ codegen improvements | Araq | 2015-02-07 | 3 | -9/+21 | |
* | | | | | | | newRollingFileLogger - fmtStr is always set to defaultFmtStr | Fabio Cevasco | 2015-02-06 | 1 | -1/+1 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | fixes #2011 | Araq | 2015-02-05 | 1 | -1/+2 | |
* | | | | | | Try to fix unittest for JS backend, still not working | def | 2015-02-04 | 1 | -2/+1 | |
* | | | | | | Merge pull request #2049 from def-/permutations | Andreas Rumpf | 2015-02-04 | 1 | -0/+59 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add nextPermutation and prevPermutation | def | 2015-02-01 | 1 | -0/+59 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #2027 from dumndummer/patch-1 | Andreas Rumpf | 2015-02-04 | 1 | -4/+4 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Changed name 'pred' to 'op' in mapIt template | dumndummer | 2015-02-02 | 1 | -2/+2 | |
| * | | | | | Update sequtils.nim | dumndummer | 2015-01-28 | 1 | -2/+2 | |
* | | | | | | C++ support: codegen generates C++'s references and avoids copies | Araq | 2015-02-04 | 1 | -2/+7 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Update macros.nim | dumndummer | 2015-02-02 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | slightly better docs for re module | Araq | 2015-02-01 | 1 | -0/+6 | |
| |_|/ |/| | | ||||||
* | | | Fix SinglyLinkedRing in lists module | def | 2015-02-01 | 1 | -4/+22 | |
* | | | Merge pull request #2010 from modk/freebsd-parallel-build | Andreas Rumpf | 2015-02-01 | 2 | -9/+16 | |
|\ \ \ | ||||||
| * | | | FreeBSD-specific code | modk | 2015-01-29 | 1 | -4/+8 | |
| * | | | Set status to something else than 0 | modk | 2015-01-27 | 1 | -1/+1 | |
| * | | | Merge with current devel | modk | 2015-01-26 | 1 | -9/+27 | |
| |\ \ \ | ||||||
| * | | | | Fixes parallel build on FreeBSD | modk | 2015-01-26 | 2 | -9/+12 |