summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Update btrees.nim (#14916)Dean Eigenmann2020-07-061-0/+3
* Fix logging tiny bug (#14910)Juan Carlos2020-07-062-3/+11
* Fix #14396 (#14793)Clyybber2020-07-044-71/+198
* scoped memory management (#14790)Andreas Rumpf2020-07-0417-475/+609
* deprecate existsDir; use dirExists instead (#14884)Timothee Cour2020-07-0314-39/+32
* Add jsre (#14870)Juan Carlos2020-07-035-4/+53
* typetraits.$: $((int, float), int)` is now `"((int, float), int)"` instead of...Timothee Cour2020-07-026-12/+11
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-0231-67/+66
* Fix #12745 (#14879)Tomohiro2020-07-022-11/+6
* Clean out sharedlists (#14857)Juan Carlos2020-07-022-6/+3
* Clean out strutils (#14859)Juan Carlos2020-07-012-5/+1
* cleanup comment now that #14434 was fixed (#14874)Timothee Cour2020-07-011-2/+0
* allow packed union (#14868)Clyybber2020-07-012-9/+17
* fix #14401, trailing comma confuses nimpretty (#14867)Miran2020-07-013-1/+46
* fix #14846; add macros.extractDocCommentsAndRunnables (#14849)Timothee Cour2020-07-017-3/+98
* Clean out sharedtables (#14858)Juan Carlos2020-06-302-10/+1
* Removed asyncdispatch.newAsyncNativeSocket, was deprecated since 0.18 (#14854)Juan Carlos2020-06-302-10/+1
* typetraits: features and fixes (#14791)alaviss2020-06-302-3/+56
* Fix asyncdispatch drain behavior (#14820) (#14838)Ray Imber2020-06-302-4/+34
* add debug fmt string like python's (#14808)flywind2020-06-303-2/+119
* CI openbsd: 3x batching via NIM_TESTAMENT_BATCH ; overall CI finishes in 21m ...Timothee Cour2020-06-306-0/+138
* Clean out dom (#14855)Juan Carlos2020-06-302-5/+1
* Clean out oldast (#14837)Juan Carlos2020-06-307-25/+14
* New freebsd platforms (#14801)lbartoletti2020-06-292-2/+2
* fix #13432 typetraits.$: $(int,) is now (int,); $tuple[] is now tuple[] (#14799)Timothee Cour2020-06-294-22/+34
* Clean out Deprecated proc (#14797)Juan Carlos2020-06-293-25/+8
* SSL_CTX_load_verify_locations parameters are reversed (#14815) [backport]aguspiza2020-06-291-1/+1
* Make unreachable code a warning instead of an error (#14816)Clyybber2020-06-293-9/+9
* fix `./koch tests` following #14823 (#14845)Timothee Cour2020-06-281-1/+2
* DFA and injectdestructors cleanup (#14824)Clyybber2020-06-282-157/+118
* Fix some typos (#14843)Danil Yarantsev2020-06-2812-42/+42
* Fix typoClyybber2020-06-281-1/+1
* Remove double entry for thiscall (#14842)Danil Yarantsev2020-06-281-3/+1
* get rid of $READLINK variable (#14841)Andrey Makarov2020-06-281-2/+2
* Fix #14647 (#14776)Clyybber2020-06-283-9/+12
* Changelog: Tiny style improvementClyybber2020-06-281-1/+1
* fixed #14839 (#14840)lqdev2020-06-281-1/+2
* Update link to parseSpec procClyybber2020-06-281-1/+1
* add a second asyncnet.recvFrom (#14237)rockcavera2020-06-272-18/+85
* docs: Make `..<`, `.. ^` more discoverable (#14835)Manuel Bojato2020-06-271-18/+23
* Fix nimdoc invalid css on theme switch class (#14834)Manuel Bojato2020-06-271-4/+5
* Warn about calling wrappers at compile time until #14049 is fixed. (#14828)Sizhe Zhao2020-06-271-1/+4
* testament: generic N-fold batching: windows CI 37mn=>16m (#14823)Timothee Cour2020-06-2716-181/+172
* Testament: Reenable arraymancer (#14831)Clyybber2020-06-271-1/+1
* Fix missing comma (#14829)Sizhe Zhao2020-06-271-1/+1
* Add all missing css properties to dom.nim. (#14825)treeform2020-06-261-4/+270
* update contributing.rst and docstyle.rst: refer to a bug via `bug #1234` + ot...Timothee Cour2020-06-262-24/+51
* followup after https://github.com/Vindaar/ggplotnim/pull/74 wrt #14447 lent i...Timothee Cour2020-06-261-1/+1
* Add hasAttribute method to dom.nim. (#14814)treeform2020-06-251-0/+1
* turn 'runnableExample' into 'code-block' to make nightlies greennarimiran2020-06-251-9/+12