Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'devel' into araq | Andreas Rumpf | 2017-11-02 | 616 | -36215/+72998 |
|\ | |||||
| * | implemented undocumented '.liftLocals' feature | Andreas Rumpf | 2017-11-02 | 5 | -7/+35 |
| | | |||||
| * | Merge pull request #6669 from trustable-code/patch-3 | Dominik Picheta | 2017-11-01 | 1 | -1/+1 |
| |\ | | | | | | | Extend description of fmWrite | ||||
| | * | Extend description of fmWrite | Simon Krauter | 2017-11-01 | 1 | -1/+1 |
| | | | | | | | | | | | | Add "Existing files will be cleared!" like in fmReadWriteExisting. Behavior tested under Linux. | ||||
| * | | Merge pull request #6670 from SitiSchu/patch-1 | Dominik Picheta | 2017-11-01 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | Fixed small typo in parseopt2.nim comment | ||||
| | * | Fixed small typo in parseopt2.nim comment | Simon Schürrle | 2017-11-01 | 1 | -1/+1 |
| |/ | |||||
| * | Fix typo in new test | Daniil Yarancev | 2017-11-01 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | | |