Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #2134 | Araq | 2015-02-20 | 1 | -0/+33 |
* | fixes #1902 | Araq | 2015-02-20 | 1 | -0/+15 |
* | added test case for #2107 | Araq | 2015-02-20 | 1 | -0/+10 |
* | Merge pull request #2164 from oderwat/fix-tohex | Andreas Rumpf | 2015-02-19 | 1 | -24/+27 |
|\ | |||||
| * | Added test for toHex(). | Hans Raaf | 2015-02-18 | 1 | -24/+27 |
* | | Merge pull request #2139 from c-blake/devel | Andreas Rumpf | 2015-02-18 | 2 | -2/+10 |
|\ \ | |/ |/| | |||||
| * | Add some unit tests for mgetOrPut and hasKeyOrPut. | Charles Blake | 2015-02-17 | 1 | -1/+9 |
| * | Merge ../Nim into devel | Charles Blake | 2015-02-16 | 5 | -6/+6 |
| |\ | |||||
| * | | New probe seq swaps 1st two keys. Fix in compare. | Charles Blake | 2015-02-16 | 1 | -1/+1 |
* | | | fixes #2125 | Araq | 2015-02-18 | 3 | -5/+74 |
| |/ |/| | |||||
* | | Merge pull request #2140 from FedericoCeratto/devel | Andreas Rumpf | 2015-02-16 | 5 | -6/+6 |
|\ \ | |/ |/| | |||||
| * | Fix typos | Federico Ceratto | 2015-02-15 | 2 | -2/+2 |
| * | Fix typos | Federico Ceratto | 2015-02-15 | 3 | -4/+4 |
* | | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Araq | 2015-02-16 | 5 | -2/+2 |
|\| | |||||
| * | Merge pull request #2133 from def-/cleanup | Andreas Rumpf | 2015-02-15 | 3 | -0/+0 |
| |\ | |||||
| | * | nimrod.cfg isn't working anymore, rename to nim.cfg | def | 2015-02-15 | 2 | -0/+0 |
| | * | nimrod -> nim in some filenames | def | 2015-02-14 | 1 | -0/+0 |
| * | | Merge pull request #2122 from c-blake/devel | Andreas Rumpf | 2015-02-15 | 2 | -2/+2 |
| |\ \ | |||||
| | * | | Merge ../Nim into devel | Charles Blake | 2015-02-14 | 2 | -0/+20 |
| | |\| | |||||
| | * | | New probe seq swaps 1st two keys. Fix in cmp. | Charles Blake | 2015-02-13 | 1 | -1/+1 |
| | * | | Merge ../Nim into devel; track ttables.nim delete. | Charles Blake | 2015-02-13 | 11 | -604/+177 |
| | |\ \ | |||||
| | * | | | Update a use of initTable to avoid initial enlarge. | Charles Blake | 2015-02-13 | 1 | -1/+1 |
| | * | | | New probe seq yields a non-bug swap of 1st 2 keys. | Charles Blake | 2015-02-12 | 1 | -1/+1 |
* | | | | | minor documentation updates | Araq | 2015-02-16 | 1 | -0/+22 |
|/ / / / | |||||
* | | / | fixes endless recursion with static type parameters | Araq | 2015-02-14 | 1 | -0/+17 |
| |_|/ |/| | | |||||
* | | | fixes #2123 | Araq | 2015-02-14 | 1 | -0/+11 |
* | | | fixes #2121 | Araq | 2015-02-14 | 1 | -0/+9 |
| |/ |/| | |||||
* | | 'auto' can be inferred to be 'void' | Araq | 2015-02-13 | 1 | -0/+9 |
* | | ordinary parameters can follow a varargs parameter | Araq | 2015-02-12 | 1 | -0/+17 |
* | | fixed minor bugs; cleaned up tests | Araq | 2015-02-12 | 9 | -604/+151 |
|/ | |||||
* | increase limit for 64bit systems | Araq | 2015-02-10 | 1 | -1/+1 |
* | fixes #2070 | Araq | 2015-02-10 | 2 | -1/+31 |
* | cleanup index generation | Araq | 2015-02-10 | 2 | -0/+54 |
* | cleaned up GC tests; fixes object variant re-assign bug | Araq | 2015-02-10 | 1 | -1/+3 |
* | unsigned array indexes work better; minor cleanups | Araq | 2015-02-10 | 1 | -2/+19 |
* | fixes #1131 | Araq | 2015-02-10 | 1 | -0/+11 |
* | cleaned up some tests | Araq | 2015-02-10 | 21 | -3/+10 |
* | temptyseqs works again | Araq | 2015-02-10 | 1 | -1/+1 |
* | Async await try statement fixes. | Dominik Picheta | 2015-02-09 | 2 | -1/+41 |
* | tables work in 'const' sections; echo supports 'nil' strings; minor cleanups | Araq | 2015-02-09 | 1 | -0/+19 |
* | apparently the json spacing changed | Simon Hafner | 2015-02-08 | 1 | -1/+1 |
* | fixes #2004 | Araq | 2015-02-08 | 2 | -2/+20 |
* | fixes #2073 | Araq | 2015-02-08 | 1 | -0/+15 |
* | Merge pull request #2058 from def-/nimrod-cfgs | Andreas Rumpf | 2015-02-07 | 2 | -0/+0 |
|\ | |||||
| * | Rename *.nimrod.cfg to *.nim.cfg | def | 2015-02-03 | 2 | -0/+0 |
* | | Clean up tests/static | def | 2015-02-04 | 1 | -1/+1 |
* | | Clean up tests/osproc | def | 2015-02-04 | 1 | -3/+6 |
* | | Clean up tests/modules | def | 2015-02-04 | 1 | -2/+2 |
* | | Clean up tests/manyloc | def | 2015-02-04 | 13 | -121/+113 |
* | | Clean up tests/iter | def | 2015-02-04 | 1 | -1/+8 |