Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OS X has no llvm-ar tool; use ar instead | Araq | 2017-11-21 | 1 | -1/+5 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2017-11-21 | 115 | -1554/+1291 |
|\ | |||||
| * | make tests green again | Andreas Rumpf | 2017-11-19 | 2 | -95/+95 |
| | | |||||
| * | cleaned up macros.nim | Andreas Rumpf | 2017-11-19 | 3 | -19/+14 |
| | | |||||
| * | macros.nim: deprecated ! operator | Andreas Rumpf | 2017-11-19 | 2 | -7/+15 |
| | | |||||
| * | fixes #5521 object variants superclass trigger bad codegen (#6120) | andri lim | 2017-11-19 | 2 | -9/+29 |
| | | |||||
| * | pass nim path to subprocess testament (#6779) | Jacek Sieka | 2017-11-19 | 2 | -1/+8 |
| | | |||||
| * | Don't run "kde-open" and "gnome-open" under Unix (#6426) | konqoro | 2017-11-19 | 1 | -13/+7 |
| | | |||||
| * | Update to list Distros module in the manual (#6493) | Ray Imber | 2017-11-19 | 1 | -1/+6 |
| | | |||||
| * | further hardening of asynchttpserver | Andreas Rumpf | 2017-11-19 | 1 | -6/+5 |
| | | |||||
| * | added parseutils.parseSaturatedNatural | Andreas Rumpf | 2017-11-19 | 2 | -4/+57 |
| | | |||||
| * | Fixes #6386. (#6545) | Dominik Picheta | 2017-11-19 | 1 | -124/+144 |
| | | |||||
| * | Fixes #5979 (#5980) | Yuriy Glukhov | 2017-11-19 | 2 | -2/+18 |
| | | |||||
| * | 'newEnum' proc added to macros.nim (#6000) | WhiteDuke | 2017-11-19 | 1 | -0/+42 |
| | | |||||
| * | fixes #6724 | Andreas Rumpf | 2017-11-19 | 2 | -3/+36 |
| | | |||||
| * | make '..' work better with mixed integer types for backwards compat | Andreas Rumpf | 2017-11-18 | 1 | -12/+12 |
| | | |||||
| * | added a test case for bug #6776 | Andreas Rumpf | 2017-11-18 | 1 | -0/+23 |
| | | |||||
| * | make tests green again | Andreas Rumpf | 2017-11-18 | 5 | -14/+20 |
| | | |||||
| * | fixes #6073 | Andreas Rumpf | 2017-11-18 | 2 | -1/+14 |
| | | |||||
| * | fixes #5781 | Andreas Rumpf | 2017-11-18 | 1 | -1/+1 |
| | | |||||
| * | fixes #6753 | Andreas Rumpf | 2017-11-18 | 2 | -6/+6 |
| | | |||||
| * | fixes #6775 | Andreas Rumpf | 2017-11-18 | 1 | -0/+1 |
| | | |||||
| * | fixes #6776 | Andreas Rumpf | 2017-11-18 | 1 | -1/+1 |
| | | |||||
| * | Do not include date in binaries (#6581) | Bernhard M. Wiedemann | 2017-11-18 | 2 | -5/+6 |
| | | | | | | | | | | | | and do not claim copyright for 2018 in order to make nim package builds reproducible. See https://reproducible-builds.org/ for why this is good. | ||||
| * | replaced asArray with a much more powerful mapLiterals macro | Andreas Rumpf | 2017-11-18 | 3 | -19/+49 |
| | | |||||
| * | closes #6166 | Andreas Rumpf | 2017-11-18 | 1 | -1/+20 |
| | | |||||
| * | Use 'typedesc' instead of 'untyped' | Andreas Rumpf | 2017-11-18 | 1 | -1/+1 |
| | | |||||
| * | Move asArray macro back to sequtils | Fredrik Høisæther Rasch | 2017-11-18 | 2 | -30/+30 |
| | | | | | | | | This reverts commit 72f653c2daa5c629ed8a57a4f53dcef56432aa26. | ||||
| * | Revert "Move asArray and ListComprehension to new sugar module" | Fredrik Høisæther Rasch | 2017-11-18 | 2 | -98/+87 |
| | | | | | | | | This reverts commit 9bdee897747d3345d1c7722b3440d7cf38460f40. | ||||
| * | Move asArray and ListComprehension to new sugar module | Fredrik Høisæther Rasch | 2017-11-18 | 2 | -87/+98 |
| | | |||||
| * | asarray targetType parameter does not need to be a typedesc. | Fredrik Høisæther Rasch | 2017-11-18 | 1 | -3/+5 |
| | | |||||
| * | asArray poduces a cal expression instead of a dot expression | Fredrik Høisæther Rasch | 2017-11-18 | 1 | -4/+4 |
| | | |||||
| * | Moving asArray to future module | Fredrik Høisæther Rasch | 2017-11-18 | 2 | -30/+29 |
| | | | | | | | | As per [suggestion](https://github.com/nim-lang/Nim/pull/6640#issuecomment-341565453) made by @Araq | ||||
| * | Swapping asArray parameter order | Fredrik Høisæther Rasch | 2017-11-18 | 1 | -3/+3 |
| | | | | | | | | In reaction to https://github.com/nim-lang/Nim/pull/6640#issuecomment-341528413 | ||||
| * | Changing asArray documentation | Fredrik Høisæther Rasch | 2017-11-18 | 1 | -2/+2 |
| | | | | | | | | in reaction to https://github.com/nim-lang/Nim/pull/6640#discussion_r148367553 | ||||
| * | avoid asArray macros import when using nimscript | Fredrik Høisæther Rasch | 2017-11-18 | 1 | -25/+25 |
| | | |||||
| * | Implement an `asArray` macro | Fredrik Høisæther Rasch | 2017-11-18 | 1 | -0/+29 |
| | | | | | | | | fixes #6563 | ||||
| * | Update docs of cookies.parseCookies. Closes #5721. | Dominik Picheta | 2017-11-18 | 1 | -0/+9 |
| | | |||||
| * | Fix compiler crash (#6773) (#6774) | cooldome | 2017-11-18 | 2 | -1/+48 |
| | | |||||
| * | fixes #6757 | Andreas Rumpf | 2017-11-17 | 1 | -1/+7 |
| | | |||||
| * | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-11-17 | 2 | -32/+34 |
| |\ | |||||
| | * | added when statement (#6759) | Arne Döring | 2017-11-17 | 1 | -29/+32 |
| | | | |||||
| | * | fixes #6589 again (#6766) | Fabian Keller | 2017-11-17 | 1 | -3/+2 |
| | | | |||||
| * | | fixes the second example of #6757 | Andreas Rumpf | 2017-11-17 | 1 | -7/+7 |
| | | | |||||
| * | | fixes #6765 | Andreas Rumpf | 2017-11-17 | 1 | -3/+7 |
| |/ | |||||
| * | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-11-17 | 1 | -12/+12 |
| |\ | |||||
| | * | Merge pull request #6764 from lcrees/list-removed | Dominik Picheta | 2017-11-16 | 1 | -12/+12 |
| | |\ | | | | | | | | | Consolidate list of changed packages | ||||
| | | * | Consolidate removed package list | lcrees | 2017-11-16 | 1 | -12/+12 |
| | |/ | |||||
| * / | make tests green again | Andreas Rumpf | 2017-11-17 | 1 | -2/+2 |
| |/ | |||||
| * | added system.getStackTraceEntries | Andreas Rumpf | 2017-11-16 | 3 | -22/+77 |
| | |