Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-05-16 | 13 | -225/+374 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'devel' into araq | Andreas Rumpf | 2017-05-04 | 21 | -394/+544 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | precise stack scanning for Nim's GCs; work in progress | Andreas Rumpf | 2017-04-19 | 1 | -2/+19 | |
* | | | | | | | | | Fixed closure compiler incompatibility (#6365) | Yuriy Glukhov | 2017-09-11 | 1 | -1/+1 | |
* | | | | | | | | | Support `in` operator on StringTableRef | Lynn C. Rees | 2017-09-08 | 1 | -0/+4 | |
* | | | | | | | | | Improve TimeInterval docs #6135 (#6341) | Federico Ceratto | 2017-09-07 | 1 | -8/+20 | |
* | | | | | | | | | version update: 0.17.2 | Araq | 2017-09-06 | 1 | -1/+1 | |
* | | | | | | | | | Update doc for json.to() with limitation (#6334) | superfunc | 2017-09-06 | 1 | -0/+1 | |
* | | | | | | | | | Fixed handling of surrogate pairs (#6332) | Yuriy Glukhov | 2017-09-05 | 2 | -10/+18 | |
| |_|_|_|_|/ / / |/| | | | | | | | ||||||
* | | | | | | | | fixes #6327 | Andreas Rumpf | 2017-09-05 | 1 | -1/+2 | |
* | | | | | | | | parsesql: better 'len' operation; added '[]' access | Andreas Rumpf | 2017-09-05 | 1 | -2/+7 | |
* | | | | | | | | equality check on NimSym has now support in the VM; refs #6139 | Araq | 2017-09-03 | 1 | -0/+3 | |
* | | | | | | | | Improve docs around subtracting times (#6152) | Federico Ceratto | 2017-09-03 | 1 | -0/+12 | |
* | | | | | | | | Fix #4366 (#6290) | Daniil Yarancev | 2017-09-02 | 1 | -1/+1 | |
* | | | | | | | | os.nim: revert findExe 'improvement' that breaks our builds | Andreas Rumpf | 2017-09-01 | 1 | -6/+1 | |
* | | | | | | | | os.findExe: do not return binaries in the cwd | Araq | 2017-09-01 | 1 | -1/+6 | |
* | | | | | | | | fixes #1734, fixes #3138, fixes #3759 | araq | 2017-09-01 | 1 | -14/+17 | |
* | | | | | | | | another attempt to make travis and appveyor green again | Andreas Rumpf | 2017-09-01 | 1 | -3/+3 | |
* | | | | | | | | parsesql can parse more SQL | Araq | 2017-09-01 | 1 | -25/+54 | |
* | | | | | | | | fix os.nim for Windows | Andreas Rumpf | 2017-09-01 | 1 | -0/+3 | |
* | | | | | | | | refactor os.nim and ospaths.nim | Andreas Rumpf | 2017-09-01 | 4 | -872/+877 | |
* | | | | | | | | os.nim: do not include and import ospaths | Andreas Rumpf | 2017-09-01 | 1 | -9/+1 | |
* | | | | | | | | make tests green again | Andreas Rumpf | 2017-08-31 | 1 | -1/+7 | |
* | | | | | | | | tables.nim: use proper spacing | Andreas Rumpf | 2017-08-31 | 1 | -5/+5 | |
* | | | | | | | | low/high/of are now overloadable operations | Andreas Rumpf | 2017-08-30 | 1 | -18/+25 | |
* | | | | | | | | Android support: put Termux specific dependencies behind a -d:termux switch | Andreas Rumpf | 2017-08-30 | 1 | -2/+2 | |
* | | | | | | | | make ospaths compile for Android again, simplify its implementation, added a ... | Andreas Rumpf | 2017-08-30 | 1 | -15/+7 | |
* | | | | | | | | Fix #6288 (#6289 was created for wrong branch) (#6291) | Daniil Yarancev | 2017-08-29 | 1 | -1/+1 | |
* | | | | | | | | allow non-admins to create symlinks on windows (#6287) | Charlie Barto | 2017-08-29 | 1 | -1/+3 | |
* | | | | | | | | macros module: 'name' proc skips the export marker | Andreas Rumpf | 2017-08-29 | 1 | -0/+2 | |
* | | | | | | | | Fixes #6284. | Dominik Picheta | 2017-08-28 | 1 | -0/+2 | |
* | | | | | | | | Fix typo (#6285) | Daniil Yarancev | 2017-08-28 | 1 | -1/+1 | |
* | | | | | | | | remove ArrayDummySize with unchecked arrays (#5818) | Jacek Sieka | 2017-08-28 | 8 | -21/+18 | |
* | | | | | | | | Restore the old behavior of parsing "quote do:" | Zahary Karadjov | 2017-08-19 | 1 | -4/+3 | |
* | | | | | | | | Use of deprecated object name (#6256) | Lynn C. Rees | 2017-08-19 | 1 | -1/+1 | |
* | | | | | | | | fixes #6250 (#6251) | David Krause | 2017-08-17 | 1 | -1/+15 | |
* | | | | | | | | memory regions seem to work now | Araq | 2017-08-13 | 1 | -18/+32 | |
* | | | | | | | | WIP: --gc:regions instead of --gc:stack | Araq | 2017-08-13 | 5 | -184/+95 | |
* | | | | | | | | Implement ability to run a single test using unittest module. | Dominik Picheta | 2017-08-12 | 1 | -17/+38 | |
* | | | | | | | | Fixes #6110 | Daniil Yarancev | 2017-08-12 | 1 | -1/+1 | |
* | | | | | | | | Fix compilation of the deprecated sockets module hackishly. | Dominik Picheta | 2017-08-11 | 1 | -2/+4 | |
* | | | | | | | | fixes #6234 | Andreas Rumpf | 2017-08-11 | 2 | -1/+4 | |
* | | | | | | | | Merge pull request #6200 from jangko/fix6196 | Dominik Picheta | 2017-08-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fixes #6196 | andri lim | 2017-08-08 | 1 | -1/+1 | |
* | | | | | | | | | fixed createDir undeclared error on Android (#6194) | Fredrik Høisæther Rasch | 2017-08-08 | 1 | -3/+5 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Added Multi-Replacement proc for strings (#6193) | Fredrik Høisæther Rasch | 2017-08-07 | 1 | -0/+35 | |
* | | | | | | | | Introduce first class support for Android (#5772) | Fredrik Høisæther Rasch | 2017-08-06 | 6 | -7/+25 | |
* | | | | | | | | Allow to configure tls size (#6171) | Ruslan Mustakov | 2017-08-05 | 1 | -2/+7 | |
* | | | | | | | | Add mips64 and mips64el CPU platforms (#5866) | James Cowgill | 2017-08-03 | 3 | -2/+7 | |
* | | | | | | | | Merge pull request #6168 from konqoro/patch-10 | Dominik Picheta | 2017-08-01 | 1 | -1/+24 | |
|\ \ \ \ \ \ \ \ |