summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* '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
* added missing fileAndreas Rumpf2017-11-021-0/+68
* 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 fmWriteSimon Krauter2017-11-011-1/+1
* | Merge pull request #6670 from SitiSchu/patch-1Dominik Picheta2017-11-011-1/+1
|\ \ | |/ |/|
| * 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 br...Andreas Rumpf2017-11-012-1/+28
* 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
* 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 .inlin...Andreas Rumpf2017-11-011-9/+10
* 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
* attempt to fix the tester; tests should be red nowAraq2017-10-311-8/+5
* Remove more usages of unary lt (fixes #6634) (#6641)Fabian Keller2017-10-316-7/+7
* remove pdcurses wrapper (#6617)Lynn C. Rees2017-10-302-1560/+2
* Make toRational proc to loop through integers (#6633)konqoro2017-10-301-18/+15
* Update `removeSuffix` implementations to match `removePrefix` (#6636)Bo Lingen2017-10-302-31/+53
* Implementation of high/low for SomeReal (#6570)Fabian Keller2017-10-302-0/+21
* getEnv now supports a 'default' parameter; refs #6019Andreas Rumpf2017-10-305-5/+12
* fixes #1860; macro generating a wrong nkSymChoice nodeAndreas Rumpf2017-10-302-3/+11
* fixes #6631Andreas Rumpf2017-10-308-38/+65
* make tests green againAndreas Rumpf2017-10-301-2/+2
* added typetraits.; merged PR #5839 manuallyAndreas Rumpf2017-10-302-0/+14
* fixes bug reported in PR #5637Andreas Rumpf2017-10-303-1/+20
* Fix typoDaniil Yarancev2017-10-301-1/+1
* rationals.toRational now uses an algorithm based on continued fractions; refs...Andreas Rumpf2017-10-302-45/+36
* Merge branch 'krux02-std-rotate' into develAndreas Rumpf2017-10-301-0/+123
|\