Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make tests green again | Andreas Rumpf | 2017-09-15 | 1 | -4/+4 |
| | |||||
* | Merge branch 'devel' into araq | Andreas Rumpf | 2017-09-15 | 18 | -73/+229 |
|\ | |||||
| * | db_postgres: Refactor open() behavior to be consistent with other DBs (#6381) | Lyndsy Simon | 2017-09-15 | 1 | -4/+7 |
| | | |||||
| * | Fix operations on string as openarray in VM. (#6257) | Parashurama | 2017-09-15 | 5 | -8/+69 |
| | | | | | | | | | | | | | | | | | | | | * fix openarray.len for string as openArray in VM. * fix openarray[idx] for string as openArray in VM. * fix openarray[idx]=val for string as openArray in VM. * add tests for passing string as openArray in VM. * fix issue with NimNode.len NimNode.len was also returning len for string literals. also fix logic bug in if/elif chain. | ||||
| * | Update memfiles.nim (#6328) | Denis Rumyantsev | 2017-09-15 | 1 | -1/+1 |
| | | | | | | FIX error in MemFile fileSize | ||||
| * | Changed JSON stringification to preserve UTF (#6330) | Yuriy Glukhov | 2017-09-15 | 2 | -19/+12 |
| | | |||||
| * | Fix spelling error (#6349) | Federico Ceratto | 2017-09-15 | 1 | -1/+1 |
| | | |||||
| * | Add counterpart to containsOrIncl for excl (#6360) | superfunc | 2017-09-15 | 4 | -38/+104 |
| | | |||||
| * | Document inclusiveness of Slices (#6362) | superfunc | 2017-09-15 | 1 | -0/+15 |
| | | |||||
| * | Fix wrong result of countLines() (#6371) | Simon Krauter | 2017-09-15 | 2 | -1/+14 |
| | | |||||
| * | Handle failed uri parsing in asynchttpserver (#6374) | superfunc | 2017-09-15 | 1 | -1/+6 |
| | | |||||
* | | make tests green again | Andreas Rumpf | 2017-09-15 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'araq' of github.com:nim-lang/Nim into araq | Andreas Rumpf | 2017-09-15 | 13 | -165/+49 |
|\ \ | |/ |/| | |||||
| * | closes #5854 | Andreas Rumpf | 2017-09-15 | 2 | -0/+14 |
| | | |||||
| * | update Nim's version | Andreas Rumpf | 2017-09-15 | 1 | -1/+1 |
| | | |||||
| * | make bootstrapping work under the new integer promotion rules | Andreas Rumpf | 2017-09-15 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'devel' into araq | Andreas Rumpf | 2017-09-15 | 334 | -2765/+4638 |
| |\ | |||||
| * | | no interval arithmetic anymore to construct implicit range types; breaking ↵ | Andreas Rumpf | 2017-07-13 | 11 | -222/+46 |
| | | | | | | | | | | | | change | ||||
| * | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-07-13 | 165 | -931/+4583 |
| |\ \ | |||||
| | * | | fixes #5871 | Andreas Rumpf | 2017-07-13 | 3 | -6/+17 |
| | | | | |||||
| * | | | Merge branch 'zahary' into araq | Andreas Rumpf | 2017-05-16 | 39 | -261/+1472 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'devel' into araq | Andreas Rumpf | 2017-05-16 | 29 | -274/+514 |
| |\ \ \ \ | |||||
| * | | | | | added many tests concerning IP v6 parsing | Andreas Rumpf | 2017-05-04 | 1 | -0/+217 |
| | | | | | | |||||
| * | | | | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-05-04 | 42 | -453/+960 |
| |\ \ \ \ \ | |||||
| * | | | | | | wip | Andreas Rumpf | 2017-04-21 | 2 | -1/+19 |
| | | | | | | | |||||
| * | | | | | | precise stack scanning for Nim's GCs; work in progress | Andreas Rumpf | 2017-04-19 | 8 | -40/+68 |
| | | | | | | | |||||
* | | | | | | | Corrected manual (Identifier equality) (#6366) | GULPF | 2017-09-11 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Corrected manual (Identifier equality) - Clarified that identifiers are only case insensitive for ASCII characters - Removed mention of dash-style, since it has been removed | ||||
* | | | | | | | Fixed closure compiler incompatibility (#6365) | Yuriy Glukhov | 2017-09-11 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | remove stupid shell dollar signs that make copypasta hard (#6354) | Tristan B. Kildaire | 2017-09-11 | 1 | -8/+8 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #6357 from superfunc/obj_variant_ctor_order_test | Dominik Picheta | 2017-09-10 | 1 | -0/+114 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add test for objvariant construction order | ||||
| * | | | | | | | Add test for objvariant construction order | superfunc | 2017-09-09 | 1 | -0/+114 |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | Fixes #4665 | ||||
* | | | | | | | Merge pull request #6351 from lcrees/patch-5 | Dominik Picheta | 2017-09-08 | 1 | -0/+4 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Support `in` operator on StringTableRef | ||||
| * | | | | | | | Support `in` operator on StringTableRef | Lynn C. Rees | 2017-09-08 | 1 | -0/+4 |
|/ / / / / / / | |||||
* | | | | | | | Revert usage of non-standard `uname -o` command in build.sh (#6342) | Fredrik Høisæther Rasch | 2017-09-07 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | 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 |
| | | | | | | | |||||
* | | | | | | | Fixes #6336 (#6337) | Yuriy Glukhov | 2017-09-06 | 1 | -2/+10 |
| | | | | | | | |||||
* | | | | | | | Fixed handling of versions with dashes in nimble pkgs (#6335) | Yuriy Glukhov | 2017-09-06 | 1 | -9/+20 |
| | | | | | | | |||||
* | | | | | | | attempt to make travis green again | Araq | 2017-09-05 | 1 | -14/+18 |
| | | | | | | | |||||
* | | | | | | | Fixed handling of surrogate pairs (#6332) | Yuriy Glukhov | 2017-09-05 | 2 | -10/+18 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | C++ codgen: do not emit struct literals if not possible | Andreas Rumpf | 2017-09-05 | 1 | -4/+8 |
| | | | | | | |||||
* | | | | | | fixes #6327 | Andreas Rumpf | 2017-09-05 | 2 | -1/+4 |
| | | | | | | |||||
* | | | | | | parsesql: better 'len' operation; added '[]' access | Andreas Rumpf | 2017-09-05 | 1 | -2/+7 |
| | | | | | | |||||
* | | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2017-09-05 | 4 | -4/+130 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge pull request #6322 from FedericoCeratto/patch-32 | Dominik Picheta | 2017-09-04 | 1 | -0/+76 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add Zsh completion script | ||||
| | * | | | | | | Add Zsh completion | Federico Ceratto | 2017-09-03 | 1 | -0/+76 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #6321 from FedericoCeratto/patch-31 | Dominik Picheta | 2017-09-04 | 1 | -0/+47 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add Bash completion script | ||||
| | * | | | | | | | Add Bash completion script | Federico Ceratto | 2017-09-03 | 1 | -0/+47 |
| | |/ / / / / / | |||||
| * | | | | | | | improve the debugging experience when line directives are used | Zahary Karadjov | 2017-09-04 | 2 | -4/+7 |
| | | | | | | | |