summary refs log tree commit diff stats
path: root/changelog.md
Commit message (Expand)AuthorAgeFilesLines
* `dumpToString`: improves on `sugar.dump` (#16841)Timothee Cour2021-02-021-0/+1
* 2.5x- 3x faster copyFile on osx (#16883)Timothee Cour2021-02-011-0/+4
* distinctBase now is identity instead of error for non distinct types (#16891)Timothee Cour2021-02-011-0/+1
* fix #16752: threadvar now works with importcpp types; osx now uses native TLS...Timothee Cour2021-01-271-0/+3
* `--hintAsError` (#16763)Timothee Cour2021-01-201-0/+1
* jsonutils.jsonTo: support opt (#16739)Timothee Cour2021-01-171-2/+4
* Deprecate TaintedString (#15423)Juan Carlos2021-01-151-0/+2
* Add js BigInts (#16409)Juan Carlos2021-01-141-0/+2
* fix #16703; revert most of #16480; add tests/stdlib/tmimetypes.nim (#16711)Timothee Cour2021-01-131-3/+0
* Improve uri.parseQuery to never raise an error (#16647)Mildred Ki'Lya2021-01-121-0/+10
* Remove longestMatch in _WithPrefix iterators (#16689)konsumlamm2021-01-121-5/+4
* Httpclient improvements (#15919)Antonis Geralis2021-01-101-0/+3
* Implements streams for sockets (#15729)PMunch2021-01-071-0/+2
* add math.signbit (#16592)flywind2021-01-071-0/+3
* fix #9125 (#16582)flywind2021-01-051-2/+3
* Add backwards index overload for `[]` for JsonNode (#16501)Neelesh Chandola2021-01-041-0/+2
* Add posix_utils.osReleaseFile (#16452)Juan Carlos2021-01-041-0/+5
* Add mimetypes.mimesLongest (#16480)Juan Carlos2021-01-021-0/+3
* Add assertions for jsconsole (#16460)Juan Carlos2020-12-301-0/+1
* Add math.copySign (#16406)flywind2020-12-301-0/+1
* Added cmpMem export (#16484)Antonis Geralis2020-12-291-2/+4
* follow #15357 and move decodeQuery (#15860)flywind2020-12-271-0/+1
* Add missing HTTP codes (#16454)Juan Carlos2020-12-231-0/+2
* add `euclDiv` and `euclMod` to `math` (#16414)flywind2020-12-231-0/+2
* add sequtils to prelude (#16431)shadowninja552020-12-231-0/+2
* O(1) concatenation of singly- and doubly linked lists. (#16362)Peter Salvi2020-12-201-0/+5
* Make 'echo' raise IOErrors when appropriate (#16367)Matt Haggard2020-12-181-0/+3
* Adds toSet to create sets from iterables (#16276)Jason Beetham2020-12-141-0/+2
* Added strscans.scanTuple (#16300)Jason Beetham2020-12-121-0/+1
* add math.isNaN (#16179)Timothee Cour2020-12-111-0/+2
* fix #16150 improve type mismatch errors (#16152)Timothee Cour2020-12-091-0/+2
* add collect with infered init, refs #16078 fixes #14332 (#16089)Antonis Geralis2020-12-031-0/+3
* add support for parsing chars in `scanf` macro (#16240)Miran2020-12-031-0/+4
* fixes #15939, fixes #15464, fixes #16169, fixes #16226 VM now supports `addr(...Timothee Cour2020-12-031-0/+1
* clean up changelog (#16155)flywind2020-11-271-3/+5
* add `**` to jsffi (#16141)flywind2020-11-261-0/+1
* add simple writeStackTrace for JS backend (#16016)flywind2020-11-241-0/+2
* fix #16025 repr now consistent: does not insert trailing newline (#16034)Timothee Cour2020-11-191-0/+2
* Disallow nil dereference at compile time (#16032)cooldome2020-11-181-1/+1
* ORC: prepare for another patent-pending optimization (#15996)Andreas Rumpf2020-11-181-0/+4
* fix https://github.com/nim-lang/RFCs/issues/286: add FileInfo.blockSize (#16023)Timothee Cour2020-11-181-0/+2
* telling us once about a change is enough [ci skip]narimiran2020-11-161-2/+1
* attempt to make asynchttpserver better; fixes #15925; [backport:1.0]Araq2020-11-131-0/+6
* Update changelog.mdTimothee Cour2020-11-121-1/+1
* js -d:nodejs now supports osenv: `getEnv`, `putEnv`, `envPairs`, `delEnv`, `e...Timothee Cour2020-11-121-0/+2
* doAssertRaises improvements; nimscript supports `except Exception as e` (#15765)Timothee Cour2020-11-121-1/+2
* fix #14157 (#15877)flywind2020-11-121-0/+2
* remove ioutils mention in changelog (#15907)Timothee Cour2020-11-101-3/+0
* followup #15854: add a changelog entry about markdown tables supportnarimiran2020-11-101-12/+33
* new: `nim -e:cmd` to run a command directly; also fixes #15731 (#15687)Timothee Cour2020-11-091-0/+1