summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Clean out Deprecated proc (#14797)Juan Carlos2020-06-291-8/+0
* | SSL_CTX_load_verify_locations parameters are reversed (#14815) [backport]aguspiza2020-06-291-1/+1
* | fixed #14839 (#14840)lqdev2020-06-281-1/+2
* | add a second asyncnet.recvFrom (#14237)rockcavera2020-06-272-18/+85
* | docs: Make `..<`, `.. ^` more discoverable (#14835)Manuel Bojato2020-06-271-18/+23
* | testament: generic N-fold batching: windows CI 37mn=>16m (#14823)Timothee Cour2020-06-272-0/+8
* | Add all missing css properties to dom.nim. (#14825)treeform2020-06-261-4/+270
* | 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
* | add typetraits.elementType (#14780)Timothee Cour2020-06-241-0/+12
* | fromJson: support object variants (#14694)Timothee Cour2020-06-241-15/+73
* | CI: Install the pkg we cloned (#14770)Clyybber2020-06-241-32/+0
|/
* fix #14750, don't allocate too much in newWideCString (#14773)Miran2020-06-231-3/+2
* fixes #14760 (#14769)Andreas Rumpf2020-06-231-1/+1
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-2320-44/+80
* Deprecate and/or remove ospaths (#14767)Juan Carlos2020-06-232-2/+2
* Remove outdated comment and copy of length (#14759)Clyybber2020-06-221-13/+3
* added normal variate function (#14725)b3liever2020-06-221-1/+42
* posix_other: add define to force time_t to 64 bit [backport] (#14753)alaviss2020-06-221-1/+6
* [backport] Docs: Fix broken `code-block` (#14749)ee72020-06-222-25/+25
* Export fields from the Selection object. (#14752)treeform2020-06-211-0/+7
* encodings: use only one iconv definition [backport:1.2] (#14741)alaviss2020-06-211-18/+15
* Add css white-space property to dom.nim. (#14743)treeform2020-06-211-0/+1
* fix #13899 defer now works with async (#14723)Timothee Cour2020-06-191-0/+3
* fixes #14718 [backport]Araq2020-06-191-4/+4
* add legacy workaround; improve test so that it actually tests for the bugfixTimothee Cour2020-06-191-3/+5
* Update tuple newLitsolo9892020-06-191-5/+12
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-1716-436/+12
* remove compilerproc from `newIdentNode` (#14692)Timothee Cour2020-06-171-1/+1
* Update macros.nim (#14697)solo9892020-06-171-3/+2
* `addQuitProc` now works with closures, and c, js(node/browser) backend; fix s...Timothee Cour2020-06-164-36/+79
* fix #14179, fix #14142, make CI 1.4x faster (2x faster locally) (#14658)Timothee Cour2020-06-162-72/+70
* make `fromJson/toJson` work with `array[range, typ]`, + 1 bugfix (#14669)Timothee Cour2020-06-151-8/+24
* normalizeExe (#14668)Timothee Cour2020-06-151-2/+14
* Update newLit set[T] to work when set is empty. (#14662)solo9892020-06-151-0/+4
* Added --benchmarkVM to times.cpuTime() documentation (#14663)Ico Doornekamp2020-06-151-0/+2
* fix #14655 setLen(seq) now zeros memory (#14656)Timothee Cour2020-06-141-14/+15
* remove tyOpt, mOpt (#14636)Timothee Cour2020-06-122-2/+2
* Add rstgen.rstToLatex convenience proc for renderRstToOut and initRstGenerato...Juan Carlos2020-06-121-0/+11
* httpcore: Add http code 308 Permanent Redirect (#14639)djazz2020-06-122-1/+3
* Add `proc find` to `heapqueue` (#14628)c-blake2020-06-101-4/+13
* exceptions.nim: Fix a bad `Error` -> `Defect` renaming (#14621)ee72020-06-101-1/+1
* parseutils: integerOutOfRangeDefect => integerOutOfRangeError (#14627)Timothee Cour2020-06-091-7/+7
* Make the example better describe the desired outcome (#14611)Max Grender-Jones2020-06-081-5/+5
* optimized wrapWords; fixes #14579 (#14606) [backport:1.2]Andreas Rumpf2020-06-081-25/+48
* `toJson`, `jsonTo`, json (de)serialization for custom types; remove dependenc...Timothee Cour2020-06-083-31/+157
* Fix sugar.dump: It doesn't work correctly with compile time expression (#14580)Tomohiro2020-06-081-1/+1
* openssl: use explicit result for SSL_in_init (#14597)alaviss2020-06-081-2/+2
* wrappers/openssl: defer loading SSL_CTX_set_ciphersuitesLeorize2020-06-061-1/+3
* net: also set TLSv1.3 cipher suitesLeorize2020-06-062-0/+12