Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | fixes #6631 | Andreas Rumpf | 2017-10-30 | 8 | -38/+65 | |
| * | | | make tests green again | Andreas Rumpf | 2017-10-30 | 1 | -2/+2 | |
| * | | | added typetraits.; merged PR #5839 manually | Andreas Rumpf | 2017-10-30 | 2 | -0/+14 | |
| * | | | fixes bug reported in PR #5637 | Andreas Rumpf | 2017-10-30 | 3 | -1/+20 | |
| * | | | Fix typo | Daniil Yarancev | 2017-10-30 | 1 | -1/+1 | |
| * | | | rationals.toRational now uses an algorithm based on continued fractions; refs... | Andreas Rumpf | 2017-10-30 | 2 | -45/+36 | |
| * | | | Merge branch 'krux02-std-rotate' into devel | Andreas Rumpf | 2017-10-30 | 1 | -0/+123 | |
| |\ \ \ | ||||||
| | * | | | updated algorithm.rotateLeft implementation | Andreas Rumpf | 2017-10-30 | 1 | -2/+2 | |
| | * | | | Merge branch 'std-rotate' of https://github.com/krux02/Nim into krux02-std-ro... | Andreas Rumpf | 2017-10-30 | 1 | -0/+123 | |
| |/| | | | ||||||
| | * | | | use doAssert in rotateLeft example | Arne Döring | 2017-08-17 | 1 | -1/+1 | |
| | * | | | fix for feedback on PR | Arne Döring | 2017-08-14 | 1 | -9/+11 | |
| | * | | | allow a negative distance argument. Improved documentation. | Arne Döring | 2017-07-27 | 1 | -8/+22 | |
| | * | | | changed rotate to rotateLeft with slice api | Arne Döring | 2017-07-27 | 1 | -45/+41 | |
| | * | | | fixes for feedback | Arne Döring | 2017-07-27 | 1 | -13/+14 | |
| | * | | | added rotate in algorithm | Arne Döring | 2017-07-27 | 1 | -1/+111 | |
| * | | | | breaking change: 'and' and 'mod' do not produce a subrange type anymore; fixe... | Andreas Rumpf | 2017-10-30 | 6 | -131/+16 | |
| * | | | | make tests green again | Andreas Rumpf | 2017-10-29 | 3 | -6/+6 | |
| * | | | | system.nim: typo | Andreas Rumpf | 2017-10-29 | 2 | -3/+5 | |
| * | | | | make tests green again | Andreas Rumpf | 2017-10-29 | 4 | -5/+4 | |
| * | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-10-29 | 1 | -0/+11 | |
| |\ \ \ \ | ||||||
| | * | | | | fixes #6589 (#6590) | Fabian Keller | 2017-10-29 | 1 | -0/+11 | |
| * | | | | | remove old implementation of the roof operator; make tests green again; close... | Andreas Rumpf | 2017-10-29 | 13 | -161/+28 | |
| * | | | | | work in progress: new implementation for 'a[^1]' | Andreas Rumpf | 2017-10-29 | 13 | -89/+96 | |
| * | | | | | make some system modules compile again | Andreas Rumpf | 2017-10-29 | 2 | -19/+19 | |
| * | | | | | made nimresolve part of the compiler | Andreas Rumpf | 2017-10-29 | 7 | -193/+100 | |
| * | | | | | more replacements for the deprecated '<' | Andreas Rumpf | 2017-10-29 | 19 | -43/+43 | |
| * | | | | | deprecated unary '<' | Andreas Rumpf | 2017-10-29 | 56 | -258/+259 | |
| * | | | | | new feature: package level objects | Andreas Rumpf | 2017-10-29 | 9 | -11/+93 | |
| * | | | | | first implementation of package level types that allow forwarding across modu... | Andreas Rumpf | 2017-10-28 | 7 | -21/+47 | |
| * | | | | | backend preparations for incomplete/forwarded object types | Andreas Rumpf | 2017-10-28 | 10 | -90/+122 | |
| * | | | | | sysstr: code formatting | Andreas Rumpf | 2017-10-28 | 1 | -3/+3 | |
| * | | | | | added another test case for #6526 | Andreas Rumpf | 2017-10-28 | 1 | -0/+11 | |
| |/ / / / | ||||||
| * | | | | Add sections (type, var, let, const, using) support for reorder pragma (#6326) | BigEpsilon | 2017-10-28 | 10 | -130/+552 | |
| * | | | | add `strutils.removePrefix` proc (#6473) | Bo Lingen | 2017-10-28 | 2 | -2/+100 | |
| * | | | | Let the environment variable NIMBLE_DIR overrides nimblepath in cfg file (#6542) | Xiao-Yong | 2017-10-28 | 3 | -3/+8 | |
| * | | | | strutils.find enhancements (#6582) | Dmitry Atamanov | 2017-10-28 | 1 | -27/+49 | |
| * | | | | TinyC upgrade (#6593) | Dmitry Atamanov | 2017-10-28 | 395 | -31831/+67621 | |
| * | | | | fixes #6526 | Araq | 2017-10-27 | 3 | -15/+36 | |
| * | | | | fixes #6606 (#6610) | Fredrik Høisæther Rasch | 2017-10-27 | 2 | -1/+28 | |
| * | | | | Tweeks in the manual (#6599) | narimiran | 2017-10-26 | 10 | -20/+24 | |
| * | | | | Merge pull request #6605 from naunga/devel | Dominik Picheta | 2017-10-26 | 1 | -4/+4 | |
| |\ \ \ \ | ||||||
| | * | | | | Felt this paragraph was a little grammatically awkward. | Aaron Salvo | 2017-10-26 | 1 | -4/+4 | |
| |/ / / / | ||||||
| * | | | | fixes #6148 | Andreas Rumpf | 2017-10-26 | 1 | -1/+4 | |
| * | | | | fixes #6422 | Andreas Rumpf | 2017-10-26 | 2 | -5/+49 | |
| * | | | | osproc.execProcesses: enable poParentStreams for posix; should make travis gr... | Andreas Rumpf | 2017-10-26 | 1 | -1/+1 | |
| * | | | | make tests green again | Araq | 2017-10-26 | 1 | -3/+6 | |
| * | | | | fixes cpuinfo regression | Araq | 2017-10-26 | 1 | -8/+2 | |
| * | | | | destructors: supportsCopyMem finally works for recursive types | Araq | 2017-10-26 | 6 | -18/+53 | |
| * | | | | topttree destructor finally works | Araq | 2017-10-26 | 5 | -60/+16 | |
| * | | | | destructors: work in progress | Araq | 2017-10-26 | 8 | -27/+109 |