summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* doc times: do not use `now` (and also `epochTime`) for benchmarking (#17405)Timothee Cour2021-03-181-1/+6
* followup #17398: `getTempDir`, `getConfigDir` now do not have trailing DirSep...Timothee Cour2021-03-181-7/+11
* Rst test check messages (fix #17280) (#17338)Andrey Makarov2021-03-172-13/+24
* allow short-style rst references with symbols (#17372)Andrey Makarov2021-03-171-11/+30
* [std/channels]fix recv leaks(Part One) (#17394)flywind2021-03-171-23/+6
* fix #17393 getHomeDir and expandTilde should not include trailing `/` (#17398)Timothee Cour2021-03-171-2/+12
* followup #17389; add see also in std/json (#17400)Timothee Cour2021-03-161-0/+8
* Fix FutureStream memory usage (#17395) [backport:1.2]Igor Ribeiro de Assis2021-03-161-1/+5
* fix #17383: json.%,to and jsonutils.formJson,toJson now works with uint|uint6...Timothee Cour2021-03-162-5/+21
* Documentation only jsconsole (#17384)Juan Carlos2021-03-161-0/+12
* fix #17380 (#17391)flywind2021-03-161-1/+2
* fix #17385, `len` must be declared before `items` (#17386)Miran2021-03-151-21/+21
* make std/sysrand better (#17360)flywind2021-03-151-19/+29
* Clean up imports in httpclient.nim (#17367)xioren2021-03-141-4/+5
* clarify the behavior of newChan flywind2021-03-121-0/+4
* New channels implementation for ORC (#17305)flywind2021-03-121-0/+510
* rename channels to channels_builtin (#17330)flywind2021-03-124-3/+3
* fix RST parsing when no indent after enum.item (fix #17249) (#17257)Andrey Makarov2021-03-123-10/+51
* Relocate 4xx/5xx exception in downloadFile (#17332) [backport:1.2]xioren2021-03-121-6/+6
* fix wrong examples (#17350)flywind2021-03-121-11/+6
* refs #4347, add `ZZZ` and `ZZZZ` patterns for timezone offsets without colons...Miran2021-03-111-17/+29
* Clarify behaviour of ```replace``` (#17337)Héctor M. Monacci2021-03-111-1/+1
* clarify the docs of isolation (#17335)flywind2021-03-111-1/+7
* Use `.. warning::` (#17320)konsumlamm2021-03-1015-88/+84
* add typetraits.OrdinalEnum, enumutils.symbolName (#17281)Timothee Cour2021-03-102-8/+34
* Change parameter names in lists module from `L` (#17321)konsumlamm2021-03-101-127/+127
* Improve the lists module (#17312)konsumlamm2021-03-101-166/+185
* Small improvements for the distros module (#17309)konsumlamm2021-03-091-25/+18
* Add Portals (#17306)Juan Carlos2021-03-091-0/+4
* fix #17275 (#17276)flywind2021-03-092-3/+10
* remove unnecessary deps (#17307)flywind2021-03-091-2/+0
* fix #13491 #17279 runnableExamples now don't get lost in translation (#17282)Timothee Cour2021-03-091-3/+2
* add setutils.[]= (#17272)Timothee Cour2021-03-081-3/+17
* Add Debug breakpoints support (#17295)Juan Carlos2021-03-081-0/+6
* stdlib/os: add isAdmin (#17012)Roman Inflianskas2021-03-072-0/+74
* use lowercase --define switches (#17283)flywind2021-03-0713-33/+33
* Add module jsfetch (#12531)Juan Carlos2021-03-063-0/+346
* runnableExamples for walkFiles + friends (#17271)Timothee Cour2021-03-061-0/+12
* add warnings to std/isolation (#17270)flywind2021-03-051-0/+3
* Add unsafeIsolate and extract to std/isolation [backport:1.4] (#17263)flywind2021-03-051-0/+8
* Fix macros.quote custom op symbol interpolation. (#17256)quantimnot2021-03-051-2/+6
* fix #17264 [backport:1.4] (#17266)flywind2021-03-051-1/+2
* Remove support for named procs with sugar.=> (#17220)konsumlamm2021-03-051-10/+0
* IC: further progress (#17150)Andreas Rumpf2021-03-051-3/+0
* follow up #17165 (#17262)flywind2021-03-042-3/+3
* Added assertion to clamp (#17248)Jason Beetham2021-03-042-2/+7
* reuse jsffi in json module (#17165)flywind2021-03-041-20/+7
* Improve Bigint (#17252)Juan Carlos2021-03-041-0/+2
* followup #16871 asyncjs.then: allow pipelining procs returning futures (#17189)Timothee Cour2021-03-041-21/+58
* use .. warning:: (#17226)flywind2021-03-045-16/+13