Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make range type checking more restrictive, see tn8vsint16 test case; minor ↵ | Andreas Rumpf | 2017-11-01 | 2 | -1/+28 |
| | | | | breaking change | ||||
* | Add jsconsole to doc index (#6658) | Lynn C. Rees | 2017-11-01 | 1 | -1/+1 |
| | |||||
* | VCC always creates debug symbols when not in release (#6397) | Fredrik Høisæther Rasch | 2017-11-01 | 1 | -2/+7 |
| | | | Use the `/Z7` option instead of `/Zi /FS` to store all debug info in the `.obj` file instead of a shared `.pdb` file | ||||
* | system.'..<' should not be dirty; fixes yet another regression | Andreas Rumpf | 2017-11-01 | 1 | -1/+1 |
| | |||||
* | system.nim improvement: make 'len' work with heterogenous slices | Andreas Rumpf | 2017-11-01 | 1 | -1/+1 |
| | |||||
* | system.nim improvements: make contains for HSlice more flexible; added ↵ | Andreas Rumpf | 2017-11-01 | 1 | -9/+10 |
| | | | | .inline to the new BackwardsIndex accessors | ||||
* | Fixed crash in case of ssl error in SSLShutdown (#6662) | Yuriy Glukhov | 2017-11-01 | 1 | -2/+5 |
| | |||||
* | make tests green again | Andreas Rumpf | 2017-11-01 | 1 | -1/+1 |
| | |||||
* | make more tests green | Araq | 2017-11-01 | 2 | -7/+1 |
| | |||||
* | Add oswalkdir to doc index (#6651) | Lynn C. Rees | 2017-11-01 | 1 | -1/+1 |
| | |||||
* | make tests green again | Araq | 2017-11-01 | 6 | -13/+14 |
| | |||||
* | attempt to fix the tester; tests should be red now | Araq | 2017-10-31 | 1 | -8/+5 |
| | |||||
* | Remove more usages of unary lt (fixes #6634) (#6641) | Fabian Keller | 2017-10-31 | 6 | -7/+7 |
| | | | | | | * fixes #6634 * remove more usages of unary < | ||||
* | remove pdcurses wrapper (#6617) | Lynn C. Rees | 2017-10-30 | 2 | -1560/+2 |
| | |||||
* | Make toRational proc to loop through integers (#6633) | konqoro | 2017-10-30 | 1 | -18/+15 |
| | |||||
* | Update `removeSuffix` implementations to match `removePrefix` (#6636) | Bo Lingen | 2017-10-30 | 2 | -31/+53 |
| | |||||
* | Implementation of high/low for SomeReal (#6570) | Fabian Keller | 2017-10-30 | 2 | -0/+21 |
| | |||||
* | getEnv now supports a 'default' parameter; refs #6019 | Andreas Rumpf | 2017-10-30 | 5 | -5/+12 |
| | |||||
* | fixes #1860; macro generating a wrong nkSymChoice node | Andreas Rumpf | 2017-10-30 | 2 | -3/+11 |
| | |||||
* | 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; ↵ | 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 |
| | | |