summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | os.nim: do not include and import ospathsAndreas Rumpf2017-09-011-9/+1
* | update the manual; 'of', 'low' and 'high' can now be overloadedAndreas Rumpf2017-09-011-2/+2
* | tester: better error message comparisonsAndreas Rumpf2017-08-311-1/+1
* | make tests green againAndreas Rumpf2017-08-313-7/+15
* | tester: make 'nimout' matching more robust against whitespace issuesAndreas Rumpf2017-08-311-1/+5
* | tables.nim: use proper spacingAndreas Rumpf2017-08-311-5/+5
* | low/high/of are now overloadable operationsAndreas Rumpf2017-08-303-56/+64
* | android target: use clangAndreas Rumpf2017-08-301-7/+9
* | Fix #6295 (#6296)BigEpsilon2017-08-302-1/+14
* | Android support: put Termux specific dependencies behind a -d:termux switchAndreas Rumpf2017-08-302-3/+3
* | make ospaths compile for Android again, simplify its implementation, added a ...Andreas Rumpf2017-08-301-15/+7
* | Fix #6288 (#6289 was created for wrong branch) (#6291)Daniil Yarancev2017-08-291-1/+1
* | allow non-admins to create symlinks on windows (#6287)Charlie Barto2017-08-291-1/+3
* | fixes #6279Andreas Rumpf2017-08-294-6/+57
* | macros module: 'name' proc skips the export markerAndreas Rumpf2017-08-291-0/+2
* | Fixes #6284.Dominik Picheta2017-08-281-0/+2
* | Fix typo (#6285)Daniil Yarancev2017-08-281-1/+1
* | remove ArrayDummySize with unchecked arrays (#5818)Jacek Sieka2017-08-2811-28/+25
* | Merge pull request #6276 from enckse/develDominik Picheta2017-08-251-3/+0
|\ \
| * | libcurl is available via nimble, doc isn't in stdlib any moreSean Enck2017-08-241-3/+0
|/ /
* | Replaced en-dash with hyphen for identifier equality (#6272)Fredrik Høisæther Rasch2017-08-241-1/+1
* | Make Nim gdb pretty print friendly (#6240)cooldome2017-08-242-2/+3
* | Nim Configuration cleanup for VCC (#6261)Fredrik Høisæther Rasch2017-08-211-20/+19
* | fixes basic type alignement issue on i386 platform. (#6209)Parashurama2017-08-191-1/+18
* | add testcase for mitems returning tuple on VM.Parashurama2017-08-191-0/+14
* | fixes mitems iterator on vm. (issue with tuple value)Parashurama2017-08-191-0/+3
* | Restore the old behavior of parsing "quote do:"Zahary Karadjov2017-08-196-196/+241
* | treat var modifiers inside the concept body correctly: #1033Zahary Karadjov2017-08-193-8/+46
* | fix #5918Zahary Karadjov2017-08-192-2/+4
* | Use of deprecated object name (#6256)Lynn C. Rees2017-08-191-1/+1
* | fixes #6250 (#6251)David Krause2017-08-171-1/+15
* | Fixes #5965 (#6237)Daniil Yarancev2017-08-143-1/+26
* | memory regions seem to work nowAraq2017-08-131-18/+32
* | show splitWhitespace instead of split in tut2Araq2017-08-131-1/+1
* | WIP: --gc:regions instead of --gc:stackAraq2017-08-138-190/+101
* | Implement ability to run a single test using unittest module.Dominik Picheta2017-08-121-17/+38
* | Fix typo (#6236)Daniil Yarancev2017-08-121-1/+1
* | Merge pull request #6235 from TiberiumN/patch-1Dominik Picheta2017-08-121-1/+1
|\ \
| * | Fixes #6110Daniil Yarancev2017-08-121-1/+1
|/ /
* | Fix compilation of the deprecated sockets module hackishly.Dominik Picheta2017-08-111-2/+4
* | fixes #6234Andreas Rumpf2017-08-114-5/+30
* | reorder pass: consider the 'using' statement; disabled debug outputAndreas Rumpf2017-08-112-6/+10
* | Merge pull request #6200 from jangko/fix6196Dominik Picheta2017-08-101-1/+1
|\ \
| * | fixes #6196andri lim2017-08-081-1/+1
* | | type kind is now part of the generated name for types (#6203)Arne Döring2017-08-101-4/+5
* | | fix VM intsize for 32bits and smaller targetOS. (#6211)Parashurama2017-08-101-3/+4
* | | Merge pull request #6204 from couven92/gitignoreDominik Picheta2017-08-091-0/+4
|\ \ \
| * | | Added Windows and VCC build artifacts to gitignoreFredrik Høisæther Rasch2017-08-081-0/+4
|/ / /
* | | fixed createDir undeclared error on Android (#6194)Fredrik Høisæther Rasch2017-08-081-3/+5
* | | Added missing C++ options for VCC (#6195)Fredrik Høisæther Rasch2017-08-081-13/+26
|/ /