Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #6710 | Andreas Rumpf | 2017-11-08 | 2 | -1/+5 |
| | |||||
* | todo.txt updates | Andreas Rumpf | 2017-11-08 | 1 | -0/+2 |
| | |||||
* | fixes #6707; nimsuggest tests still not green | Andreas Rumpf | 2017-11-08 | 7 | -8/+9 |
| | |||||
* | Add possibility to get language class to listings (#6705) | Silvio | 2017-11-08 | 1 | -2/+2 |
| | | | | Add the possibility to add class `lang<Name>` to code listings. Needed for restricting `run` to nim code (see https://github.com/nim-lang/nimforum/pull/111 ) | ||||
* | Fix incorrect signature for nimLoadProcs when using cpp backend (#6699) | Kartik Saranathan | 2017-11-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-11-07 | 10 | -776/+69 |
|\ | |||||
| * | Fix creating server example in net module | Dominik Picheta | 2017-11-07 | 1 | -1/+1 |
| | | |||||
| * | Fixes httpclient proxies. Fixes #6685 (#6694) | Ganesh Viswanathan | 2017-11-07 | 1 | -36/+38 |
| | | | | | | | | | | | | * Fix for #6685 * Fixed test breakage - SSL call wasn't within when defined(ssl) check | ||||
| * | added doc examples for formatFloat (#6704) | Fabian Keller | 2017-11-07 | 1 | -0/+10 |
| | | |||||
| * | Block expressions (#6695) | Fabian Keller | 2017-11-06 | 3 | -3/+18 |
| | | | | | | | | | | | | * enabled parsing of block expressions * added test case; closes #3827 * adjusted grammar doc strings * updated grammar in docs | ||||
| * | Remove libuv from standard library wrappers. (#6624) | treeform | 2017-11-06 | 4 | -736/+2 |
| | | |||||
* | | make 'nim doc2 system.nim' work again | Andreas Rumpf | 2017-11-07 | 1 | -2/+2 |
| | | |||||
* | | make tests green again | Andreas Rumpf | 2017-11-07 | 3 | -14/+21 |
| | | |||||
* | | breaking change: countup/'..' only take a simple generic T | Andreas Rumpf | 2017-11-07 | 2 | -1/+20 |
| | | |||||
* | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-11-07 | 37 | -69/+353 |
|\| | |||||
| * | fixes a tester regression | Andreas Rumpf | 2017-11-06 | 1 | -3/+2 |
| | | |||||
| * | fixes ropes.nim regression; make tests green again | Andreas Rumpf | 2017-11-06 | 1 | -1/+1 |
| | | |||||
| * | Stream-writer for a rope (#6603) | Dmitry Atamanov | 2017-11-06 | 1 | -3/+7 |
| | | |||||
| * | pass on testament args to sub-process (#6688) | Jacek Sieka | 2017-11-06 | 1 | -2/+9 |
| | | |||||
| * | Adds optional maxsplit parameter to splitWhitespace (#6503) (#6690) | olwi | 2017-11-06 | 1 | -15/+52 |
| | | | | | | | | | | * Adds optional maxsplit parameter to splitWhitespace() (#6503) * Adds an example to splitWhitespace doc comment. Minor fixes to several doc comments | ||||
| * | fix broken link in manual (#6697) | Kartik Saranathan | 2017-11-06 | 1 | -1/+1 |
| | | |||||
| * | fixes #6532 array bounds check for non zero based arrays on the js backend ↵ | skilchen | 2017-11-06 | 2 | -1/+45 |
| | | | | | | | | (#6550) | ||||
| * | attempt to make travis green again | Andreas Rumpf | 2017-11-05 | 4 | -0/+7 |
| | | |||||
| * | concepts: fixes the stack overflow that happens for #6691 | Andreas Rumpf | 2017-11-05 | 2 | -1/+15 |
| | | |||||
| * | minor breaking change: for loop bodies now get their own scope | Andreas Rumpf | 2017-11-05 | 4 | -0/+14 |
| | | |||||
| * | fixes the new to be documented imports | Andreas Rumpf | 2017-11-05 | 1 | -2/+4 |
| | | |||||
| * | make tests green again | Andreas Rumpf | 2017-11-05 | 1 | -2/+2 |
| | | |||||
| * | fixes #6692 | Araq | 2017-11-05 | 2 | -3/+51 |
| | | |||||
| * | improve the error messages for bug #6692 | Araq | 2017-11-05 | 2 | -6/+7 |
| | | |||||
| * | fixes #6609; 'if' expressions support multiple statements; minor breaking change | Araq | 2017-11-05 | 5 | -17/+91 |
| | | |||||
| * | Merge pull request #6684 from FedericoCeratto/integ-tests | Dominik Picheta | 2017-11-03 | 2 | -2/+10 |
| |\ | | | | | | | Add comments on "untestable" tests directory | ||||
| | * | Add comments on "untestable" tests directory | Federico Ceratto | 2017-11-03 | 2 | -2/+10 |
| |/ | |||||
| * | Fix path for sh on Android (#6661) | Fredrik Høisæther Rasch | 2017-11-03 | 2 | -2/+3 |
| | | |||||
| * | Always compile tests in the JS category with the JS backend (#6680) | GULPF | 2017-11-03 | 1 | -1/+2 |
| | | |||||
| * | bugfix: detect captures in non-closure inner procs | Araq | 2017-11-03 | 2 | -1/+16 |
| | | |||||
| * | fixes #6675 | Andreas Rumpf | 2017-11-02 | 2 | -3/+9 |
| | | |||||
| * | fixes new liftLocals pass | Andreas Rumpf | 2017-11-02 | 2 | -6/+8 |
| | | |||||
| * | make tests green again | Andreas Rumpf | 2017-11-02 | 1 | -1/+1 |
| | | |||||
* | | make countup et al take only a single type parameter in order to prevent ↵ | Andreas Rumpf | 2017-11-02 | 3 | -35/+73 |
| | | | | | | | | type guesses | ||||
* | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-11-02 | 4 | -3/+5 |
|\| | |||||
| * | 'ord' does not produce a range type anymore | Andreas Rumpf | 2017-11-02 | 4 | -4/+7 |
| | | |||||
| * | Link unlinked stdlib modules to doc index (#6672) | Lynn C. Rees | 2017-11-02 | 1 | -0/+1 |
| | | |||||
* | | wip | Andreas Rumpf | 2017-11-02 | 6 | -8/+10 |
| | | |||||
* | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-11-02 | 1 | -0/+68 |
|\| | |||||
| * | added missing file | Andreas Rumpf | 2017-11-02 | 1 | -0/+68 |
| | | |||||
* | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-11-02 | 616 | -36215/+72998 |
|\| | |||||
| * | implemented undocumented '.liftLocals' feature | Andreas Rumpf | 2017-11-02 | 5 | -7/+35 |
| | | |||||
| * | Merge pull request #6669 from trustable-code/patch-3 | Dominik Picheta | 2017-11-01 | 1 | -1/+1 |
| |\ | | | | | | | Extend description of fmWrite | ||||
| | * | Extend description of fmWrite | Simon Krauter | 2017-11-01 | 1 | -1/+1 |
| | | | | | | | | | | | | Add "Existing files will be cleared!" like in fmReadWriteExisting. Behavior tested under Linux. | ||||
| * | | Merge pull request #6670 from SitiSchu/patch-1 | Dominik Picheta | 2017-11-01 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | Fixed small typo in parseopt2.nim comment |