summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Added 'lenient ops' module (#6754)Fabian Keller2017-11-213-0/+165
* make tests green againAndreas Rumpf2017-11-212-15/+3
* updated changelog to mention the removal of 'generic' and 'atomic'Andreas Rumpf2017-11-211-0/+2
* language change: 'generic' and 'atomic' are not keywords anymoreAndreas Rumpf2017-11-217-25/+17
* added a warning that the .deprecate statement is unreliable for routinesAndreas Rumpf2017-11-217-15/+5
* OS X has no llvm-ar tool; use ar insteadAraq2017-11-211-1/+5
* Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-11-21115-1554/+1291
|\
| * make tests green againAndreas Rumpf2017-11-192-95/+95
| * cleaned up macros.nimAndreas Rumpf2017-11-193-19/+14
| * macros.nim: deprecated ! operatorAndreas Rumpf2017-11-192-7/+15
| * fixes #5521 object variants superclass trigger bad codegen (#6120)andri lim2017-11-192-9/+29
| * pass nim path to subprocess testament (#6779)Jacek Sieka2017-11-192-1/+8
| * Don't run "kde-open" and "gnome-open" under Unix (#6426)konqoro2017-11-191-13/+7
| * Update to list Distros module in the manual (#6493)Ray Imber2017-11-191-1/+6
| * further hardening of asynchttpserverAndreas Rumpf2017-11-191-6/+5
| * added parseutils.parseSaturatedNaturalAndreas Rumpf2017-11-192-4/+57
| * Fixes #6386. (#6545)Dominik Picheta2017-11-191-124/+144
| * Fixes #5979 (#5980)Yuriy Glukhov2017-11-192-2/+18
| * 'newEnum' proc added to macros.nim (#6000)WhiteDuke2017-11-191-0/+42
| * fixes #6724Andreas Rumpf2017-11-192-3/+36
| * make '..' work better with mixed integer types for backwards compatAndreas Rumpf2017-11-181-12/+12
| * added a test case for bug #6776Andreas Rumpf2017-11-181-0/+23
| * make tests green againAndreas Rumpf2017-11-185-14/+20
| * fixes #6073Andreas Rumpf2017-11-182-1/+14
| * fixes #5781Andreas Rumpf2017-11-181-1/+1
| * fixes #6753Andreas Rumpf2017-11-182-6/+6
| * fixes #6775Andreas Rumpf2017-11-181-0/+1
| * fixes #6776Andreas Rumpf2017-11-181-1/+1
| * Do not include date in binaries (#6581)Bernhard M. Wiedemann2017-11-182-5/+6
| * replaced asArray with a much more powerful mapLiterals macroAndreas Rumpf2017-11-183-19/+49
| * closes #6166Andreas Rumpf2017-11-181-1/+20
| * Use 'typedesc' instead of 'untyped'Andreas Rumpf2017-11-181-1/+1
| * Move asArray macro back to sequtilsFredrik Høisæther Rasch2017-11-182-30/+30
| * Revert "Move asArray and ListComprehension to new sugar module"Fredrik Høisæther Rasch2017-11-182-98/+87
| * Move asArray and ListComprehension to new sugar moduleFredrik Høisæther Rasch2017-11-182-87/+98
| * asarray targetType parameter does not need to be a typedesc.Fredrik Høisæther Rasch2017-11-181-3/+5
| * asArray poduces a cal expression instead of a dot expressionFredrik Høisæther Rasch2017-11-181-4/+4
| * Moving asArray to future moduleFredrik Høisæther Rasch2017-11-182-30/+29
| * Swapping asArray parameter orderFredrik Høisæther Rasch2017-11-181-3/+3
| * Changing asArray documentationFredrik Høisæther Rasch2017-11-181-2/+2
| * avoid asArray macros import when using nimscriptFredrik Høisæther Rasch2017-11-181-25/+25
| * Implement an `asArray` macroFredrik Høisæther Rasch2017-11-181-0/+29
| * Update docs of cookies.parseCookies. Closes #5721.Dominik Picheta2017-11-181-0/+9
| * Fix compiler crash (#6773) (#6774)cooldome2017-11-182-1/+48
| * fixes #6757Andreas Rumpf2017-11-171-1/+7
| * Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-11-172-32/+34
| |\
| | * added when statement (#6759)Arne Döring2017-11-171-29/+32
| | * fixes #6589 again (#6766)Fabian Keller2017-11-171-3/+2
| * | fixes the second example of #6757Andreas Rumpf2017-11-171-7/+7
| * | fixes #6765Andreas Rumpf2017-11-171-3/+7
| |/