summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| |\
| | * updated algorithm.rotateLeft implementationAndreas Rumpf2017-10-301-2/+2
| | * Merge branch 'std-rotate' of https://github.com/krux02/Nim into krux02-std-ro...Andreas Rumpf2017-10-301-0/+123
| |/|
| | * use doAssert in rotateLeft exampleArne Döring2017-08-171-1/+1
| | * fix for feedback on PRArne Döring2017-08-141-9/+11
| | * allow a negative distance argument. Improved documentation.Arne Döring2017-07-271-8/+22
| | * changed rotate to rotateLeft with slice apiArne Döring2017-07-271-45/+41
| | * fixes for feedbackArne Döring2017-07-271-13/+14
| | * added rotate in algorithmArne Döring2017-07-271-1/+111
| * | breaking change: 'and' and 'mod' do not produce a subrange type anymore; fixe...Andreas Rumpf2017-10-306-131/+16
| * | make tests green againAndreas Rumpf2017-10-293-6/+6
| * | system.nim: typoAndreas Rumpf2017-10-292-3/+5
| * | make tests green againAndreas Rumpf2017-10-294-5/+4
| * | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-10-291-0/+11
| |\ \
| | * | fixes #6589 (#6590)Fabian Keller2017-10-291-0/+11
| * | | remove old implementation of the roof operator; make tests green again; close...Andreas Rumpf2017-10-2913-161/+28
| * | | work in progress: new implementation for 'a[^1]'Andreas Rumpf2017-10-2913-89/+96
| * | | make some system modules compile againAndreas Rumpf2017-10-292-19/+19
| * | | made nimresolve part of the compilerAndreas Rumpf2017-10-297-193/+100
| * | | more replacements for the deprecated '<'Andreas Rumpf2017-10-2919-43/+43
| * | | deprecated unary '<'Andreas Rumpf2017-10-2956-258/+259
| * | | new feature: package level objectsAndreas Rumpf2017-10-299-11/+93
| * | | first implementation of package level types that allow forwarding across modu...Andreas Rumpf2017-10-287-21/+47
| * | | backend preparations for incomplete/forwarded object typesAndreas Rumpf2017-10-2810-90/+122
| * | | sysstr: code formattingAndreas Rumpf2017-10-281-3/+3