Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | 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 | |
* | | | | | | | | | update the manual; 'of', 'low' and 'high' can now be overloaded | Andreas Rumpf | 2017-09-01 | 1 | -2/+2 | |
* | | | | | | | | | tester: better error message comparisons | Andreas Rumpf | 2017-08-31 | 1 | -1/+1 | |
* | | | | | | | | | make tests green again | Andreas Rumpf | 2017-08-31 | 3 | -7/+15 | |
* | | | | | | | | | tester: make 'nimout' matching more robust against whitespace issues | Andreas Rumpf | 2017-08-31 | 1 | -1/+5 | |
* | | | | | | | | | 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 | 3 | -56/+64 | |
* | | | | | | | | | android target: use clang | Andreas Rumpf | 2017-08-30 | 1 | -7/+9 | |
* | | | | | | | | | Fix #6295 (#6296) | BigEpsilon | 2017-08-30 | 2 | -1/+14 | |
* | | | | | | | | | Android support: put Termux specific dependencies behind a -d:termux switch | Andreas Rumpf | 2017-08-30 | 2 | -3/+3 | |
* | | | | | | | | | 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 | |
* | | | | | | | | | fixes #6279 | Andreas Rumpf | 2017-08-29 | 4 | -6/+57 | |
* | | | | | | | | | 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 | 11 | -28/+25 | |
* | | | | | | | | | Merge pull request #6276 from enckse/devel | Dominik Picheta | 2017-08-25 | 1 | -3/+0 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| * | | | | | | | | libcurl is available via nimble, doc isn't in stdlib any more | Sean Enck | 2017-08-24 | 1 | -3/+0 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Replaced en-dash with hyphen for identifier equality (#6272) | Fredrik Høisæther Rasch | 2017-08-24 | 1 | -1/+1 | |
* | | | | | | | | Make Nim gdb pretty print friendly (#6240) | cooldome | 2017-08-24 | 2 | -2/+3 | |
* | | | | | | | | Nim Configuration cleanup for VCC (#6261) | Fredrik Høisæther Rasch | 2017-08-21 | 1 | -20/+19 | |
* | | | | | | | | fixes basic type alignement issue on i386 platform. (#6209) | Parashurama | 2017-08-19 | 1 | -1/+18 | |
* | | | | | | | | add testcase for mitems returning tuple on VM. | Parashurama | 2017-08-19 | 1 | -0/+14 | |
* | | | | | | | | fixes mitems iterator on vm. (issue with tuple value) | Parashurama | 2017-08-19 | 1 | -0/+3 | |
* | | | | | | | | Restore the old behavior of parsing "quote do:" | Zahary Karadjov | 2017-08-19 | 6 | -196/+241 | |
* | | | | | | | | treat var modifiers inside the concept body correctly: #1033 | Zahary Karadjov | 2017-08-19 | 3 | -8/+46 | |
* | | | | | | | | fix #5918 | Zahary Karadjov | 2017-08-19 | 2 | -2/+4 | |
* | | | | | | | | 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 | |
* | | | | | | | | Fixes #5965 (#6237) | Daniil Yarancev | 2017-08-14 | 3 | -1/+26 | |
* | | | | | | | | memory regions seem to work now | Araq | 2017-08-13 | 1 | -18/+32 | |
* | | | | | | | | show splitWhitespace instead of split in tut2 | Araq | 2017-08-13 | 1 | -1/+1 | |
* | | | | | | | | WIP: --gc:regions instead of --gc:stack | Araq | 2017-08-13 | 8 | -190/+101 | |
* | | | | | | | | Implement ability to run a single test using unittest module. | Dominik Picheta | 2017-08-12 | 1 | -17/+38 | |
* | | | | | | | | Fix typo (#6236) | Daniil Yarancev | 2017-08-12 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #6235 from TiberiumN/patch-1 | Dominik Picheta | 2017-08-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | 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 | 4 | -5/+30 | |
* | | | | | | | | reorder pass: consider the 'using' statement; disabled debug output | Andreas Rumpf | 2017-08-11 | 2 | -6/+10 | |
* | | | | | | | | 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 | |
* | | | | | | | | | type kind is now part of the generated name for types (#6203) | Arne Döring | 2017-08-10 | 1 | -4/+5 | |
* | | | | | | | | | fix VM intsize for 32bits and smaller targetOS. (#6211) | Parashurama | 2017-08-10 | 1 | -3/+4 |