summary refs log tree commit diff stats
path: root/changelog.md
Commit message (Collapse)AuthorAgeFilesLines
* Implement custom annotations (#6987)cooldome2018-01-091-0/+3
|
* Add a notes about integer casting to the changelog (#6996)Dmitry Atamanov2018-01-031-0/+3
|
* Add more info in changelog about the #6223 change.Dominik Picheta2017-12-281-0/+2
|
* Changelog: Document `toCountTable` behaviour change.Konstantin Molchanov2017-12-271-5/+24
|
* Implement language feature #6885 (#6954)cooldome2017-12-241-0/+22
|
* Add link to #6934 in changelog.mdDominik Picheta2017-12-231-1/+4
|
* move securehash back into the stdlibAraq2017-12-211-2/+0
|
* 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 ↵Araq2017-11-281-0/+7
| | | | snippets
* 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; ↵Andreas Rumpf2017-10-301-0/+4
| | | | refs #4968
* breaking change: 'and' and 'mod' do not produce a subrange type anymore; ↵Andreas Rumpf2017-10-301-0/+3
| | | | fixes #5854
* 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
| | | | | | * Remove reExtended from re constructor. Fixes #5627. * Implement `rex` procedure as requested by @Araq.