summary refs log tree commit diff stats
path: root/changelog.md
Commit message (Expand)AuthorAgeFilesLines
* add approxequal (#15766)Antonis Geralis2020-10-301-0/+2
* fixes #15413 (#15768)Andreas Rumpf2020-10-291-0/+7
* Make default state public (#15763)Antonis Geralis2020-10-291-1/+1
* Add C function dup and dup2 posix to system/io (#15675)Regis Caillaud2020-10-271-1/+2
* Fix Prelude (#15714)Juan Carlos2020-10-261-0/+1
* small changelog cleanup [ci skip]narimiran2020-10-221-2/+3
* add Source+Edit links on top of every docgend file (#15642)Timothee Cour2020-10-221-0/+1
* add --declaredlocs (#15666)Timothee Cour2020-10-211-1/+1
* create a changelog for 1.4.0narimiran2020-10-161-354/+1
* renamed '=' to '=copy' [backport:1.2] (#15585)Andreas Rumpf2020-10-151-0/+4
* suggest: try to find the implementation of a symbol when def is used (#15555)alaviss2020-10-141-0/+4
* Make useVersion:1.0 disable the proc arg sym change (#15570)Clyybber2020-10-141-1/+4
* os: add overload copyFile*(source, dest: string, isDir = false) (#15537)Timothee Cour2020-10-111-0/+1
* changelog.md: Group the new `to` procs (#15522)ee72020-10-081-12/+8
* changelog improvementsAraq2020-10-081-14/+12
* implements https://github.com/nim-lang/RFCs/issues/258 (#15503)Andreas Rumpf2020-10-061-1/+4
* Provide a configurable progressInterval. (#15477)supakeen2020-10-041-0/+3
* heapqueue.nim: Add `toHeapQueue` proc (#15459)ee72020-10-021-0/+4
* intsets.nim: Add `toIntSet` proc (#15460)ee72020-10-021-0/+5
* Added std/effecttraits.nim (#15462)Andreas Rumpf2020-10-021-1/+3
* Add first draft of new osproc.readLines (#15429)c-blake2020-10-011-0/+2
* fix #15405. deepcopy arc (#15410)cooldome2020-10-011-0/+3
* Add critbits.toCritBitTree (#15444)Juan Carlos2020-10-011-0/+3
* Clean out (#15440)Juan Carlos2020-10-011-1/+1
* document that items no longer works with enum with holes (#15426)Timothee Cour2020-09-291-0/+1
* .noalias annotation; frontend support (#15419)Andreas Rumpf2020-09-281-1/+4
* fix #15333 (#15336)flywind2020-09-241-0/+2
* Add strutils.indentation and make unindent use it (#15264)Clyybber2020-09-221-0/+9
* dom.Navigator add missing attributes (#15310)Juan Carlos2020-09-141-1/+2
* Add some enhancements to `jsonutils.nim` (#15133)Ivan Bobev2020-09-091-0/+14
* add getprotobyname (#15273)flywind2020-09-091-0/+3
* "for-loop macros" are no longer an experimental feature (#15288)Miran2020-09-081-0/+4
* remove deprecation from `math.round` (#15224)Miran2020-08-251-0/+7
* std/with support field assign (#14484)slangmgh2020-08-151-0/+15
* deques.nim: Refactor the `toDeque` functionality (#15166)ee72020-08-071-0/+3
* export asyncdispatch handles (#15140)flywind2020-08-011-0/+2
* Fix forward declaration issues in template/macro context (#15091)Clyybber2020-07-291-0/+1
* Fulfill https://github.com/nim-lang/Nim/pull/14995#issuecomment-664914391 (#1...c-blake2020-07-281-0/+1
* disable sink inference, only enable it for the stdlib. Reason: better source ...Andreas Rumpf2020-07-281-0/+4
* strict func: much better error messages (#15068)Andreas Rumpf2020-07-251-11/+16
* Clean up macros (#14959)Juan Carlos2020-07-141-1/+1
* Update docs and changelogClyybber2020-07-101-0/+2
* remove a condition that table size must be passed as power of 2 (#14926)Miran2020-07-081-26/+43
* Fix logging tiny bug (#14910)Juan Carlos2020-07-061-0/+4
* deprecate existsDir; use dirExists instead (#14884)Timothee Cour2020-07-031-0/+1
* Add jsre (#14870)Juan Carlos2020-07-031-0/+3
* typetraits.$: $((int, float), int)` is now `"((int, float), int)"` instead of...Timothee Cour2020-07-021-1/+3
* Clean out sharedlists (#14857)Juan Carlos2020-07-021-0/+3
* Clean out strutils (#14859)Juan Carlos2020-07-011-0/+1
* fix #14846; add macros.extractDocCommentsAndRunnables (#14849)Timothee Cour2020-07-011-0/+1