summary refs log tree commit diff stats
path: root/changelog.md
Commit message (Expand)AuthorAgeFilesLines
* introduce capture macro (#12712)Judd2019-12-101-0/+3
* add a StringTable.clear that requires no mode specification (#12853)Andy Davidoff2019-12-091-0/+1
* delete list comprehension (#12392)Arne Döring2019-11-221-1/+1
* add collect macro (#12708)b3liever2019-11-221-1/+1
* implemented a new localPassc pragma (#12706)Andreas Rumpf2019-11-221-0/+3
* added the --asm command line option for inspection of the produced assember c...Andreas Rumpf2019-11-211-2/+3
* conversions to unsigned numbers are not checked anymore; implements /… (#12...Andreas Rumpf2019-11-201-0/+3
* Discussion both in (#12678)c-blake2019-11-201-2/+2
* fixes and changes the recently introduced 'alignas' to be 'align' (#12666)Andreas Rumpf2019-11-151-2/+2
* Fix htmlgen html lang (#12668) [backport]Juan Carlos2019-11-151-1/+1
* implemented alignas pragma (#12643)Arne Döring2019-11-131-1/+2
* Implemented outplace differently (#12599)Clyybber2019-11-091-0/+5
* fix #12519: introduce OrderedTable.take, CountTable.del, CountTable.take (#12...Miran2019-11-081-1/+2
* backtick and export marker handling in `eqIdent` (#12574)Arne Döring2019-11-071-1/+3
* fix #8242, fix #12586: fix 'formatFloat' with 'precision = 0' (#12592)Miran2019-11-051-9/+30
* Make sequtils.zip return seq of anonymous tuples (#12575)Kaushal Modi2019-11-041-1/+1
* JS improve indent (#12581)Juan Carlos2019-11-031-1/+1
* Add a changelog entry related to PR #11748 [ci skip] (#12541)Tomohiro2019-10-281-0/+1
* splitPath() behavior synchronized with splitFile() (#12481)Artem V L2019-10-281-0/+1
* Merge branch 'devel' into IOSelector_unregister_fixDominik Picheta2019-10-221-0/+4
|\
| * Improve htmlgen (#12452)Juan Carlos2019-10-181-1/+1
| * About 50% faster base64 implemention. (#12436)treeform2019-10-171-0/+2
| * ungeneric unsigned ops (#12230)Jasper Jenkins2019-10-111-0/+1
* | Update changelog.md based on feedback from Dom96Ray Imber2019-10-191-3/+2
* | Updated the changelogRay Imber2019-10-161-0/+3
|/
* Change future version number in changelogDominik Picheta2019-10-031-1/+1
* `system.writeFile` has been overloaded to also support `openarray[byte]` (#12...zah2019-10-021-1/+1
* macros.newLit now works for ref object types (#12307)zah2019-09-301-0/+2
* Fixes #10514 (#12268)Clyybber2019-09-281-0/+2
* version 1.0narimiran2019-09-231-93/+2
* improvements for httpcore (#12228)Andreas Rumpf2019-09-231-1/+0
* cleanup importjs implementationAndreas Rumpf2019-09-211-1/+4
* last stdlib cleanupsAraq2019-09-211-0/+25
* importjs symbol (#12218)Arne Döring2019-09-201-0/+3
* fixes #12152 (#12165)Andreas Rumpf2019-09-111-0/+4
* exportc now mangles same as importc, fixes #10578 (#12144)Timothee Cour2019-09-061-0/+2
* introduce --oldgensym:on rather than --useVersionAndreas Rumpf2019-09-031-1/+1
* added more tests and updated the changelogAraq2019-09-021-0/+3
* hashes: implement murmur3 (#12022)Miran2019-09-011-1/+1
* Fix int literals and range interaction (#11197)Oscar Nihlgård2019-08-311-0/+2
* Support iterators returning lent T (#11938)cooldome2019-08-311-0/+5
* make testament a tool we ship with Nim; fixes #12084 (#12088)Andreas Rumpf2019-08-301-0/+3
* remove unicode.Rune16 without deprecation period; fixes https://github.com/ni...Andreas Rumpf2019-08-281-0/+12
* fixes #12029; finish the 'unused import' feature (#12064)Andreas Rumpf2019-08-271-0/+4
* new gensym handling (#11985)Andreas Rumpf2019-08-231-0/+7
* more enhancements for #11618 (#11976)Andreas Rumpf2019-08-181-0/+3
* fixes #11618 (#11969)Andreas Rumpf2019-08-171-0/+6
* fixes #11801Araq2019-08-161-0/+3
* [nobackport] add a changelog entry for the previous commitnarimiran2019-08-131-1/+4
* Add std/monotimes which implements monotonic timestamps (#11712)Andreas Rumpf2019-07-151-0/+1
|\