summary refs log tree commit diff stats
path: root/changelog.md
Commit message (Expand)AuthorAgeFilesLines
* catchable defects (#13626)Andreas Rumpf2020-03-121-0/+8
* rename `lenTuple` and `lenVarargs` (#13639)Miran2020-03-121-1/+1
* fixes #13558: toDateTime buggy on 29th, 30th and 31th of each month; breaking...Timothee Cour2020-03-111-0/+4
* fixes #13519Araq2020-03-111-0/+4
* add expectIdent to macros (#12778)Arne Döring2020-03-111-1/+1
* fixes #13605 (#13611)Andreas Rumpf2020-03-091-0/+3
* Add isValidFilename (#13561)Juan Carlos2020-03-071-1/+1
* Revert broken asynchttpserver FutureStream additions.Dominik Picheta2020-03-061-2/+0
* sink parameter inference for types that have destructors (#13544)Andreas Rumpf2020-03-041-1/+3
* std/compilesettings implementation (#13584)Andreas Rumpf2020-03-041-0/+12
* Nimpretty Fix negative indent breaks code (#13580)Juan Carlos2020-03-041-0/+1
* fixes #13543 and added times.isLeapDay (#13547)Timothee Cour2020-03-011-0/+1
* added operateOn to sugar.nim to give Nim the chaining mechanism it de… (#13...Andreas Rumpf2020-02-261-1/+13
* xmltree: Make indentation consistent with any num of children nodes (#13482)Kaushal Modi2020-02-261-0/+2
* fix #13455 ; joinPath(a,b) now honors trailing slashes in b (or a if b = "") ...Timothee Cour2020-02-261-1/+2
* fix 3 minor bugs in joinPath (see #13455) (#13462) [backport]Andrey Makarov2020-02-231-0/+2
* relativePath("foo", "foo") is now ".", not "" (#13452)Timothee Cour2020-02-221-1/+3
* Consider proc as a pointer type in options (#13460)hlaaftana2020-02-211-0/+2
* Add `sequtils.unzip` to complement `sequtils.zip` (#13429)Kaushal Modi2020-02-201-1/+1
* manual: documents changes regarding dynlib (#13425)alaviss2020-02-181-1/+3
* Add browsers.osOpen (#12901)Juan Carlos2020-02-151-0/+1
* Fix to asynchttpserver form data/body broken with #13147 (#13394)Henrique Dias2020-02-141-1/+2
* remove outplace version of 'merge' for CountTables (#13377)Miran2020-02-101-0/+4
* [backport] remove 'CountTable.mget' (#13355)Miran2020-02-071-4/+9
* Option to allow the request body to be processed outside the asynchttpserver ...Henrique Dias2020-02-041-0/+1
* unittest add resetOutputFormatters proc (#13267)cooldome2020-01-281-1/+1
* new os.isRelativeTo (#13212)Timothee Cour2020-01-231-0/+2
* httpclient, maxredirects to Natural, newHttpClient/newAsyncHttpClient add hea...Juan Carlos2020-01-211-0/+3
* Idxmin & idxmax, continuation (#13208)Miran2020-01-201-7/+1
* maybe: allows optional chaining of field access and indexing when LHS i snil ...Timothee Cour2020-01-181-0/+4
* times: toUnixFloat, fromUnixFloat (#13044)Timothee Cour2020-01-181-0/+2
* make sink operator optional (#13068)cooldome2020-01-171-0/+4
* export normalizePathEnd (#13152)Timothee Cour2020-01-151-0/+2
* typetraits: fixes #6454; genericParams; added lenTuple; added tuple type get ...Timothee Cour2020-01-101-0/+4
* move entries from the wrong changelog file [ci skip]narimiran2020-01-081-0/+2
* distinctBase type trait for distinct types (#13031)cooldome2020-01-081-0/+2
* 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