summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* breaking change: countup/'..' only take a simple generic TAndreas Rumpf2017-11-072-1/+20
|
* Merge branch 'devel' into araqAndreas Rumpf2017-11-0737-69/+353
|\
| * fixes a tester regressionAndreas Rumpf2017-11-061-3/+2
| |
| * fixes ropes.nim regression; make tests green againAndreas Rumpf2017-11-061-1/+1
| |
| * Stream-writer for a rope (#6603)Dmitry Atamanov2017-11-061-3/+7
| |
| * pass on testament args to sub-process (#6688)Jacek Sieka2017-11-061-2/+9
| |
| * Adds optional maxsplit parameter to splitWhitespace (#6503) (#6690)olwi2017-11-061-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 Saranathan2017-11-061-1/+1
| |
| * fixes #6532 array bounds check for non zero based arrays on the js backend ↵skilchen2017-11-062-1/+45
| | | | | | | | (#6550)
| * attempt to make travis green againAndreas Rumpf2017-11-054-0/+7
| |
| * concepts: fixes the stack overflow that happens for #6691Andreas Rumpf2017-11-052-1/+15
| |
| * minor breaking change: for loop bodies now get their own scopeAndreas Rumpf2017-11-054-0/+14
| |
| * fixes the new to be documented importsAndreas Rumpf2017-11-051-2/+4
| |
| * make tests green againAndreas Rumpf2017-11-051-2/+2
| |
| * fixes #6692Araq2017-11-052-3/+51
| |
| * improve the error messages for bug #6692Araq2017-11-052-6/+7
| |
| * fixes #6609; 'if' expressions support multiple statements; minor breaking changeAraq2017-11-055-17/+91
| |
| * Merge pull request #6684 from FedericoCeratto/integ-testsDominik Picheta2017-11-032-2/+10
| |\ | | | | | | Add comments on "untestable" tests directory
| | * Add comments on "untestable" tests directoryFederico Ceratto2017-11-032-2/+10
| |/
| * Fix path for sh on Android (#6661)Fredrik Høisæther Rasch2017-11-032-2/+3
| |
| * Always compile tests in the JS category with the JS backend (#6680)GULPF2017-11-031-1/+2
| |
| * bugfix: detect captures in non-closure inner procsAraq2017-11-032-1/+16
| |
| * fixes #6675Andreas Rumpf2017-11-022-3/+9
| |
| * fixes new liftLocals passAndreas Rumpf2017-11-022-6/+8
| |
| * make tests green againAndreas Rumpf2017-11-021-1/+1
| |
* | make countup et al take only a single type parameter in order to prevent ↵Andreas Rumpf2017-11-023-35/+73
| | | | | | | | type guesses
* | Merge branch 'devel' into araqAndreas Rumpf2017-11-024-3/+5
|\|
| * 'ord' does not produce a range type anymoreAndreas Rumpf2017-11-024-4/+7
| |
| * Link unlinked stdlib modules to doc index (#6672)Lynn C. Rees2017-11-021-0/+1
| |
* | wipAndreas Rumpf2017-11-026-8/+10
| |
* | Merge branch 'devel' into araqAndreas Rumpf2017-11-021-0/+68
|\|
| * added missing fileAndreas Rumpf2017-11-021-0/+68
| |
* | Merge branch 'devel' into araqAndreas Rumpf2017-11-02616-36215/+72998
|\|
| * implemented undocumented '.liftLocals' featureAndreas Rumpf2017-11-025-7/+35
| |
| * Merge pull request #6669 from trustable-code/patch-3Dominik Picheta2017-11-011-1/+1
| |\ | | | | | | Extend description of fmWrite
| | * Extend description of fmWriteSimon Krauter2017-11-011-1/+1
| | | | | | | | | | | | Add "Existing files will be cleared!" like in fmReadWriteExisting. Behavior tested under Linux.
| * | Merge pull request #6670 from SitiSchu/patch-1Dominik Picheta2017-11-011-1/+1
| |\ \ | | |/ | |/| Fixed small typo in parseopt2.nim comment
| | * Fixed small typo in parseopt2.nim commentSimon Schürrle2017-11-011-1/+1
| |/
| * Fix typo in new testDaniil Yarancev2017-11-011-1/+1
| |
| * make range type checking more restrictive, see tn8vsint16 test case; minor ↵Andreas Rumpf2017-11-012-1/+28
| | | | | | | | breaking change
| * Add jsconsole to doc index (#6658)Lynn C. Rees2017-11-011-1/+1
| |
| * VCC always creates debug symbols when not in release (#6397)Fredrik Høisæther Rasch2017-11-011-2/+7
| | | | | | Use the `/Z7` option instead of `/Zi /FS` to store all debug info in the `.obj` file instead of a shared `.pdb` file
| * system.'..<' should not be dirty; fixes yet another regressionAndreas Rumpf2017-11-011-1/+1
| |
| * system.nim improvement: make 'len' work with heterogenous slicesAndreas Rumpf2017-11-011-1/+1
| |
| * system.nim improvements: make contains for HSlice more flexible; added ↵Andreas Rumpf2017-11-011-9/+10
| | | | | | | | .inline to the new BackwardsIndex accessors
| * Fixed crash in case of ssl error in SSLShutdown (#6662)Yuriy Glukhov2017-11-011-2/+5
| |
| * make tests green againAndreas Rumpf2017-11-011-1/+1
| |
| * make more tests greenAraq2017-11-012-7/+1
| |
| * Add oswalkdir to doc index (#6651)Lynn C. Rees2017-11-011-1/+1
| |
| * make tests green againAraq2017-11-016-13/+14
| |