summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* make tests green againAndreas Rumpf2017-09-151-2/+2
* Merge branch 'araq' of github.com:nim-lang/Nim into araqAndreas Rumpf2017-09-1513-165/+49
|\
| * closes #5854Andreas Rumpf2017-09-152-0/+14
| * update Nim's versionAndreas Rumpf2017-09-151-1/+1
| * make bootstrapping work under the new integer promotion rulesAndreas Rumpf2017-09-151-1/+1
| * Merge branch 'devel' into araqAndreas Rumpf2017-09-15334-2765/+4638
| |\
| * | no interval arithmetic anymore to construct implicit range types; breaking ch...Andreas Rumpf2017-07-1311-222/+46
| * | Merge branch 'devel' into araqAndreas Rumpf2017-07-13165-931/+4583
| |\ \
| | * | fixes #5871Andreas Rumpf2017-07-133-6/+17
| * | | Merge branch 'zahary' into araqAndreas Rumpf2017-05-1639-261/+1472
| |\ \ \
| * \ \ \ Merge branch 'devel' into araqAndreas Rumpf2017-05-1629-274/+514
| |\ \ \ \
| * | | | | added many tests concerning IP v6 parsingAndreas Rumpf2017-05-041-0/+217
| * | | | | Merge branch 'devel' into araqAndreas Rumpf2017-05-0442-453/+960
| |\ \ \ \ \
| * | | | | | wipAndreas Rumpf2017-04-212-1/+19
| * | | | | | precise stack scanning for Nim's GCs; work in progressAndreas Rumpf2017-04-198-40/+68
* | | | | | | Corrected manual (Identifier equality) (#6366)GULPF2017-09-111-3/+3
* | | | | | | Fixed closure compiler incompatibility (#6365)Yuriy Glukhov2017-09-111-1/+1
* | | | | | | remove stupid shell dollar signs that make copypasta hard (#6354)Tristan B. Kildaire2017-09-111-8/+8
* | | | | | | Merge pull request #6357 from superfunc/obj_variant_ctor_order_testDominik Picheta2017-09-101-0/+114
|\ \ \ \ \ \ \
| * | | | | | | Add test for objvariant construction ordersuperfunc2017-09-091-0/+114
|/ / / / / / /
* | | | | | | Merge pull request #6351 from lcrees/patch-5Dominik Picheta2017-09-081-0/+4
|\ \ \ \ \ \ \
| * | | | | | | Support `in` operator on StringTableRefLynn C. Rees2017-09-081-0/+4
|/ / / / / / /
* | | | | | | Revert usage of non-standard `uname -o` command in build.sh (#6342)Fredrik Høisæther Rasch2017-09-071-1/+1
* | | | | | | Improve TimeInterval docs #6135 (#6341)Federico Ceratto2017-09-071-8/+20
* | | | | | | version update: 0.17.2Araq2017-09-061-1/+1
* | | | | | | Update doc for json.to() with limitation (#6334)superfunc2017-09-061-0/+1
* | | | | | | Fixes #6336 (#6337)Yuriy Glukhov2017-09-061-2/+10
* | | | | | | Fixed handling of versions with dashes in nimble pkgs (#6335)Yuriy Glukhov2017-09-061-9/+20
* | | | | | | attempt to make travis green againAraq2017-09-051-14/+18
* | | | | | | Fixed handling of surrogate pairs (#6332)Yuriy Glukhov2017-09-052-10/+18
| |_|_|_|_|/ |/| | | | |
* | | | | | C++ codgen: do not emit struct literals if not possibleAndreas Rumpf2017-09-051-4/+8
* | | | | | fixes #6327Andreas Rumpf2017-09-052-1/+4
* | | | | | parsesql: better 'len' operation; added '[]' accessAndreas Rumpf2017-09-051-2/+7
* | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-09-054-4/+130
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #6322 from FedericoCeratto/patch-32Dominik Picheta2017-09-041-0/+76
| |\ \ \ \ \ \
| | * | | | | | Add Zsh completionFederico Ceratto2017-09-031-0/+76
| * | | | | | | Merge pull request #6321 from FedericoCeratto/patch-31Dominik Picheta2017-09-041-0/+47
| |\ \ \ \ \ \ \
| | * | | | | | | Add Bash completion scriptFederico Ceratto2017-09-031-0/+47
| | |/ / / / / /
| * | | | | | | improve the debugging experience when line directives are usedZahary Karadjov2017-09-042-4/+7
* | | | | | | | fixes #6294Araq2017-09-052-12/+67
|/ / / / / / /
* | | | | | | make install.txt part of the zipsAraq2017-09-041-1/+1
* | | | | | | fixes #6028Araq2017-09-041-1/+2
|/ / / / / /
* | | | | | moved winrelease to its own tool to fix #6147Araq2017-09-032-41/+53
* | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-09-031-1/+4
|\ \ \ \ \ \
| * | | | | | Allow to modify backend link template (#6173)Ruslan Mustakov2017-09-031-1/+4
* | | | | | | equality check on NimSym has now support in the VM; refs #6139Araq2017-09-032-1/+27
|/ / / / / /
* | | | | | only replace the tilde when followed by a slash; refs #6176Araq2017-09-031-2/+2
* | | | | | Improve docs around subtracting times (#6152)Federico Ceratto2017-09-031-0/+12
* | | | | | Fix seq.setLen initialisation in VM (#6224)Parashurama2017-09-023-8/+90
* | | | | | Fix #4366 (#6290)Daniil Yarancev2017-09-021-1/+1