summary refs log tree commit diff stats
path: root/changelog.md
Commit message (Expand)AuthorAgeFilesLines
* added parseutils.parseSaturatedNaturalAndreas Rumpf2017-11-191-0/+1
* replaced asArray with a much more powerful mapLiterals macroAndreas Rumpf2017-11-181-1/+4
* Consolidate removed package listlcrees2017-11-161-12/+12
* added system.getStackTraceEntriesAndreas Rumpf2017-11-161-0/+2
* Removed deprecated numeric and poly module from the stdliblcrees2017-11-161-0/+2
* 'nim doc' is now using version 2 of the documentation generatorAndreas Rumpf2017-11-161-1/+4
* Removed deprecated gentabs module from the stdlib (#6748)Lynn C. Rees2017-11-161-0/+2
* Modified handling of zero precision in formatFloat (#6719)Fabian Keller2017-11-151-0/+4
* Move deprecated romans module from stdlib to Nimble package (#6660)Lynn C. Rees2017-11-151-0/+2
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-11-071-0/+1
|\
| * Remove libuv from standard library wrappers. (#6624)treeform2017-11-061-0/+1
* | breaking change: countup/'..' only take a simple generic TAndreas Rumpf2017-11-071-0/+11
|/
* minor breaking change: for loop bodies now get their own scopeAndreas Rumpf2017-11-051-0/+8
* fixes #6609; 'if' expressions support multiple statements; minor breaking changeAraq2017-11-051-1/+14
* remove pdcurses wrapper (#6617)Lynn C. Rees2017-10-301-0/+2
* getEnv now supports a 'default' parameter; refs #6019Andreas Rumpf2017-10-301-0/+2
* fixes #6631Andreas Rumpf2017-10-301-2/+3
* added typetraits.; merged PR #5839 manuallyAndreas Rumpf2017-10-301-0/+1
* Fix typoDaniil Yarancev2017-10-301-1/+1
* rationals.toRational now uses an algorithm based on continued fractions; refs...Andreas Rumpf2017-10-301-0/+4
* breaking change: 'and' and 'mod' do not produce a subrange type anymore; fixe...Andreas Rumpf2017-10-301-0/+3
* work in progress: new implementation for 'a[^1]'Andreas Rumpf2017-10-291-0/+6
* deprecated unary '<'Andreas Rumpf2017-10-291-0/+2
* new feature: package level objectsAndreas Rumpf2017-10-291-0/+4
* fixes #6526Araq2017-10-271-0/+2
* Remove reExtended from re constructor. Fixes #5627. (#6514)Dominik Picheta2017-10-201-2/+4
* make tests green againAndreas Rumpf2017-10-161-2/+4
* [JSON] getBVal -> getBool; getFNum -> getFloatDaniil Yarancev2017-10-141-0/+2
* breaking change: arrays of char do not convert to cstring; ptr to array of ch...Andreas Rumpf2017-10-101-0/+3
* Remove basic2d/basic3d.Dominik Picheta2017-10-011-0/+4
* Added changelog.md.Dominik Picheta2017-09-241-0/+3