summary refs log tree commit diff stats
path: root/changelog.md
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean out sharedtables (#14858)Juan Carlos2020-06-301-0/+1
* Removed asyncdispatch.newAsyncNativeSocket, was deprecated since 0.18 (#14854)Juan Carlos2020-06-301-0/+1
* add debug fmt string like python's (#14808)flywind2020-06-301-0/+2
* Clean out dom (#14855)Juan Carlos2020-06-301-1/+1
* Clean out oldast (#14837)Juan Carlos2020-06-301-0/+1
* fix #13432 typetraits.$: $(int,) is now (int,); $tuple[] is now tuple[] (#14799)Timothee Cour2020-06-291-0/+1
* Remove double entry for thiscall (#14842)Danil Yarantsev2020-06-281-3/+1
* Changelog: Tiny style improvementClyybber2020-06-281-1/+1
* expr => untyped; stmt => typed (#14804)Timothee Cour2020-06-251-0/+1
* add typetraits.elementType (#14780)Timothee Cour2020-06-241-0/+1
* Correct changelog (#14775)Clyybber2020-06-231-3/+2
* Deprecated laxStrings for mutating the internal zero terminator on strings an...Juan Carlos2020-06-231-0/+3
* Deprecate oldNewlines, clean out deprecated code from oldNewlines (#14763)Juan Carlos2020-06-231-0/+1
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-231-2/+8
* added normal variate function (#14725)b3liever2020-06-221-1/+1
* Deprecate unroll pragma, remove from documentation (#14705)Juan Carlos2020-06-191-0/+2
* add legacy workaround; improve test so that it actually tests for the bugfixTimothee Cour2020-06-191-0/+1
* fix #14179, fix #14142, make CI 1.4x faster (2x faster locally) (#14658)Timothee Cour2020-06-161-1/+0
* normalizeExe (#14668)Timothee Cour2020-06-151-0/+1
* Add rstgen.rstToLatex convenience proc for renderRstToOut and initRstGenerato...Juan Carlos2020-06-121-0/+2
* Add `proc find` to `heapqueue` (#14628)c-blake2020-06-101-0/+2
* `toJson`, `jsonTo`, json (de)serialization for custom types; remove dependenc...Timothee Cour2020-06-081-0/+2
* changelog.md: clarify that only the default has changed [ci-skip]Leorize2020-06-061-1/+1
* net: use a secure cipher list by defaultLeorize2020-06-061-0/+9
* Add thiscall calling convention, mostly for hooking purpose (#14466)Huy Doan2020-05-271-0/+2
* add bindParams to db_sqlite (#14408)Bung2020-05-261-1/+2
* fix #6583, fix #14376, index+search now generated for all projects, many bug ...Timothee Cour2020-05-251-1/+3
* add insert,tryInsert unify for postgres that need pk name (#14416)Bung2020-05-221-0/+1