summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
...
* docs minor and #15335 (#15337)flywind2020-09-161-0/+7
* allow old styled RTTI for arc/orc (#15331)Andreas Rumpf2020-09-161-6/+5
* fix cookie with comma (#15319)flywind2020-09-141-1/+5
* Fixing issue #15302 -- lwip doesn't support signals (#15303)Jaremy Creechley2020-09-141-2/+2
* remove annoying messages when creating orderedTables (#15309)flywind2020-09-121-11/+11
* fixes #15021Araq2020-09-111-2/+2
* Add some enhancements to `jsonutils.nim` (#15133)Ivan Bobev2020-09-094-26/+3
* add getprotobyname (#15273)flywind2020-09-091-0/+14
* nativesockets docs minor [backport: 1.2] (#15285)flywind2020-09-081-9/+9
* more Protocol supports in windows (#15274) [backport:1.2]flywind2020-09-071-5/+19
* Add SSL_CTX_set_session_id_context (#15233)IDF2020-09-041-0/+16
* fix #15257, `toHex` couldn't handle large uint64 (#15261) [backport:1.2]Miran2020-09-041-12/+31
* Changes for FreeRTOS/LwIP Port for the ESP32 (ESP-IDF) (#15250)Jaremy Creechley2020-08-313-2/+4
* template hygiene (#15240)Andy Davidoff2020-08-291-10/+13
* fixes #15221 (#15230)Andreas Rumpf2020-08-271-46/+44
* Raise KeyError if passed an invalid row entry (#15227)Scott Wadden2020-08-261-2/+7
* fixes #15207 [backport:1.2]Araq2020-08-261-19/+14
* remove deprecation from `math.round` (#15224)Miran2020-08-251-2/+1
* [backport] fix #15064, strscans.scanf edge case for '$+' (#15223)Miran2020-08-251-1/+1
* fix in doc: incomplete output (#15222) [ci skip]Jon2020-08-241-1/+1
* Use more `lent` in options (#15208)Mamy Ratsimbazafy2020-08-241-2/+2
* Added more SSL documentation to `net` module. (#15206)John Dupuy2020-08-221-3/+17
* Add test coverage for atomics (#15193)Elijah Shaw-Rutschman2020-08-181-7/+7
* better strict funcs, WIP (#15199)Andreas Rumpf2020-08-182-6/+10
* fixes #15177, the error message is now what it should have been (#15195)Andreas Rumpf2020-08-172-4/+3
* std/with support field assign (#14484)slangmgh2020-08-151-0/+26
* asyncnet: don't try to close the socket again [backport] (#15174)alaviss2020-08-121-17/+20
* Fix typo on CoroutineRef* doc (#15179)Cléber Zavadniak2020-08-121-1/+1
* docs: dlimport -> dynlib (#15175)Silvio2020-08-111-1/+1
* [FIX] strtabs interpolation in nimscript (#15172)haxscramper2020-08-091-1/+1
* fix #15148 (#15149)flywind2020-08-081-4/+11
* deques.nim: Refactor the `toDeque` functionality (#15166)ee72020-08-071-5/+18
* Added the ability to initialize a deque with an openArray (#15138)archnim2020-08-051-0/+6
* fixes a collect() bug reported on the forum (#15156) [backport:1.2]Andreas Rumpf2020-08-041-0/+10
* minor improvement (#15155)flywind2020-08-041-1/+1
* Remove `noSideEffect` pragmas (#15143)sschwarzer2020-08-012-2/+2
* net: allow close() to ignore SSL failures due to disconnections (#15120)alaviss2020-08-011-8/+98
* export asyncdispatch handles (#15140)flywind2020-08-011-1/+1
* Revert "Small typo (#15132)" (#15134)Andreas Rumpf2020-07-311-1/+1
* Small typo (#15132)Oliver Daniel2020-07-311-1/+1
* Fix tables.CountTable largest and smallest (#15115)treeform2020-07-291-4/+4
* asyncnet, net: don't attempt SSL_shutdown if a fatal error occurred (#15066)alaviss2020-07-302-34/+52
* fixes #14139 (#15107)flywind2020-07-291-3/+3
* Attempt to explain better why delImplIdx is the way it is. Maybe this can (#...c-blake2020-07-291-0/+30
* Fulfill https://github.com/nim-lang/Nim/pull/14995#issuecomment-664914391 (#1...c-blake2020-07-283-42/+41
* Fix #11352 strutil.insertSep() fails on negative numbers (#15087)Bung2020-07-281-6/+17
* deprecate tables.allValues; continuation of #15047 (#15092)Miran2020-07-281-1/+2
* parsecsv: fix '\0' being displayed as '0' in docs (#15086) [backport]Jjp1372020-07-271-2/+2
* deprecate tables.add (#15047)Miran2020-07-251-4/+8
* json.nim: smaller init size (#15048)Miran2020-07-231-2/+2