summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Add heapqueue module to doc index (#6655)Lynn C. Rees2017-11-102-0/+10
* Add chains module to doc index (#6656)Lynn C. Rees2017-11-101-1/+1
* Fix missing stacktraces when using -d:useNimRtl (#6716)Erwan Ameil2017-11-101-1/+1
* fixes #6710Andreas Rumpf2017-11-082-1/+5
* todo.txt updatesAndreas Rumpf2017-11-081-0/+2
* fixes #6707; nimsuggest tests still not greenAndreas Rumpf2017-11-087-8/+9
* Add possibility to get language class to listings (#6705)Silvio2017-11-081-2/+2
* Fix incorrect signature for nimLoadProcs when using cpp backend (#6699)Kartik Saranathan2017-11-071-1/+1
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-11-0710-776/+69
|\
| * Fix creating server example in net moduleDominik Picheta2017-11-071-1/+1
| * Fixes httpclient proxies. Fixes #6685 (#6694)Ganesh Viswanathan2017-11-071-36/+38
| * added doc examples for formatFloat (#6704)Fabian Keller2017-11-071-0/+10
| * Block expressions (#6695)Fabian Keller2017-11-063-3/+18
| * Remove libuv from standard library wrappers. (#6624)treeform2017-11-064-736/+2
* | make 'nim doc2 system.nim' work againAndreas Rumpf2017-11-071-2/+2
* | make tests green againAndreas Rumpf2017-11-073-14/+21
* | 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
| * 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
| * 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 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 type...Andreas Rumpf2017-11-023-35/+73
* | 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