Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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; ↵ | Andreas Rumpf | 2017-10-30 | 2 | -45/+36 |
| | | | | refs #4968 | ||||
* | 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 ↵ | Andreas Rumpf | 2017-10-30 | 1 | -0/+123 |
|/| | | | | | | | krux02-std-rotate | ||||
| * | 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; ↵ | Andreas Rumpf | 2017-10-30 | 6 | -131/+16 |
| | | | | | | | | fixes #5854 | ||||
* | | 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; ↵ | Andreas Rumpf | 2017-10-29 | 13 | -161/+28 |
| | | | | | | | | | | | | close #6292 | ||||
* | | | 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 ↵ | Andreas Rumpf | 2017-10-28 | 7 | -21/+47 |
| | | | | | | | | | | | | module boundaries | ||||
* | | | 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 |
| | | | | | | | | | | | | * Let the environment variable NIMBLE_DIR overrides nimblepath in cfg file If the length of NIMBLE_DIR is larger than zero, the nimblepath will be set to $NIMBLE_DIR/pkgs | ||||
* | | 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 |
|\ \ | | | | | | | Updates to readme. | ||||
| * | | 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 ↵ | Andreas Rumpf | 2017-10-26 | 1 | -1/+1 |
| | | | | | | | | green again | ||||
* | | 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 |
| | | |||||
* | | Merge pull request #6596 from wizzardx/add-wiki-link | Dominik Picheta | 2017-10-25 | 1 | -0/+2 |
|\ \ | | | | | | | Add a link to the github wiki |