summary refs log tree commit diff stats
path: root/changelog.md
Commit message (Expand)AuthorAgeFilesLines
...
* | | added asyncjs standard library module (#6841)Alexander Ivanov2017-12-191-7/+11
* | | added new stdlib module 'strformat'; refs #5600; refs #6507Araq2017-12-171-0/+3
* | | fixes #6626Araq2017-12-151-0/+2
* | | make type vs proc ambiguous handling more consistent; fixes #6726; fixes #6693Araq2017-12-151-0/+2
* | | many improvements to random.nim; fixes #4726Araq2017-12-141-0/+4
* | | fixes #6033Araq2017-12-141-0/+2
* | | Improved collection-to-string behavior (#6825)Fabian Keller2017-12-141-0/+3
| |/ |/|
* | added allocator improvments to the changelog; closes #6031Araq2017-12-081-0/+5
* | added macros.unpackVarargsAraq2017-11-301-0/+1
* | language change: change how the experimental dot operators workAndreas Rumpf2017-11-291-0/+6
* | Merge branch 'devel' into fixes-6223Andreas Rumpf2017-11-281-1/+4
|\ \
| * | Fixes #4377.Dominik Picheta2017-11-281-0/+3
* | | Fixes #6223.Dominik Picheta2017-11-281-0/+3
|/ /
* | the documentation generator now supports ':test:' for the testing of test sni...Araq2017-11-281-0/+7
* | the documentation generator now supports system.runnableExamplesAraq2017-11-261-0/+4
|/
* updated changelog to mention the removal of 'generic' and 'atomic'Andreas Rumpf2017-11-211-0/+2
* cleaned up macros.nimAndreas Rumpf2017-11-191-1/+0
* 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