Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Merge /home/cb/pkg/nim/Nim into devel | Charles Blake | 2015-02-07 | 20 | -241/+152 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add hcode. Re-factor rawGet. Fix infinite loop. | Charles Blake | 2015-02-06 | 1 | -41/+94 | |
* | | | | | | | | | | | increase limit for 64bit systems | Araq | 2015-02-10 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
* | | | | | | | | | | fixes #2070 | Araq | 2015-02-10 | 3 | -2/+32 | |
* | | | | | | | | | | cleanup index generation | Araq | 2015-02-10 | 8 | -37/+71 | |
* | | | | | | | | | | cleaned up GC tests; fixes object variant re-assign bug | Araq | 2015-02-10 | 3 | -5/+11 | |
* | | | | | | | | | | unsigned array indexes work better; minor cleanups | Araq | 2015-02-10 | 2 | -9/+26 | |
* | | | | | | | | | | fixes #1131 | Araq | 2015-02-10 | 4 | -4/+15 | |
* | | | | | | | | | | cleaned up some tests | Araq | 2015-02-10 | 25 | -8/+19 | |
* | | | | | | | | | | temptyseqs works again | Araq | 2015-02-10 | 4 | -17/+25 | |
* | | | | | | | | | | fixes #2070 | Araq | 2015-02-10 | 2 | -19/+29 | |
| |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
* | | | | | | | | | Async await try statement fixes. | Dominik Picheta | 2015-02-09 | 3 | -11/+89 | |
* | | | | | | | | | stop after first failing C compilation for --parallelBuild:1 | Araq | 2015-02-09 | 1 | -1/+3 | |
| |_|_|_|_|_|/ / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #2087 from flaviut/patch-1 | Andreas Rumpf | 2015-02-09 | 1 | -5/+21 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| * | | | | | | | Clean up build icons | Flaviu Tamas | 2015-02-07 | 1 | -5/+21 | |
* | | | | | | | | 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 | |
* | | | | | | | | | tables work in 'const' sections; echo supports 'nil' strings; minor cleanups | Araq | 2015-02-09 | 11 | -52/+69 | |
| |_|_|_|_|_|/ / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #2093 from reactormonk/json-test-fix | Andreas Rumpf | 2015-02-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | apparently the json spacing changed | Simon Hafner | 2015-02-08 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | 'nimsuggest' compiles again | Araq | 2015-02-08 | 1 | -11/+13 | |
* | | | | | | | | fixes #2004 | Araq | 2015-02-08 | 4 | -23/+49 | |
* | | | | | | | | fixes #2073 | Araq | 2015-02-08 | 4 | -4/+20 | |
* | | | | | | | | fixes #2073; language spec change: arrow like operators are not right associa... | Araq | 2015-02-08 | 3 | -6/+5 | |
* | | | | | | | | fixes #1956 | Araq | 2015-02-08 | 2 | -3/+5 | |
* | | | | | | | | better error message | Araq | 2015-02-08 | 1 | -1/+3 | |
* | | | | | | | | merged #2083 manually | Araq | 2015-02-08 | 3 | -2/+25 | |
| |/ / / / / / |/| | | | | | | ||||||
| | | | | | * | Fixed website banner HTML & Javascript | PhilipWitte | 2015-02-08 | 11 | -212/+219 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Merge pull request #2085 from flaviut/clarify-message | reactormonk | 2015-02-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | Clarify "instantiation from here" | Flaviu Tamas | 2015-02-07 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | 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 | 10 | -6/+11 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | Add support for nimcfg and warning for nimrod.cfg | def | 2015-02-04 | 1 | -3/+8 | |
| * | | | | | | Typos | def | 2015-02-04 | 2 | -3/+3 |