summary refs log tree commit diff stats
path: root/lib/std
Commit message (Expand)AuthorAgeFilesLines
* ORC: progress (#18000)Andreas Rumpf2021-05-121-1/+1
* jsonutils: handle holey enum as regular enum, via ord (#17995)Timothee Cour2021-05-111-0/+3
* jsonutils: support set (#17994)Timothee Cour2021-05-111-1/+5
* improve std/tempfiles (#17920)Timothee Cour2021-05-111-21/+49
* misc fixes: remove `forceConst` (obsolete by static), add more runnableExampl...Timothee Cour2021-05-011-1/+1
* gitutils: add diffStrings, diffFiles, and use it in testament to compare expe...Timothee Cour2021-04-302-24/+64
* fix #17888: remove undefined behavior for posix.open; fix tempfiles.createTem...Timothee Cour2021-04-291-3/+10
* refactor all code that builds csources (#17815)Timothee Cour2021-04-231-1/+1
* close #9372 add std/tempfiles (#17361)flywind2021-04-211-0/+139
* CIs: attempt to use csources_v1 (#16282)Andreas Rumpf2021-04-218-26/+26
* [std/tasks]add gcsafe pragmas (#17799)flywind2021-04-211-4/+4
* Small privateAccess improvement (#17786)Clyybber2021-04-191-1/+1
* Rename `=` to `=copy` in stdlib (#17781)Clyybber2021-04-192-2/+2
* privateAccess now works with ref | ptr (#17760)Timothee Cour2021-04-191-1/+1
* `import foo {.all.}` reboot (#17706)Timothee Cour2021-04-161-0/+34
* callback cannot be nil (#17718)flywind2021-04-141-0/+1
* Update channels.nim (#17717)flywind2021-04-141-4/+4
* add number literal jsbigints.big (#17707)Timothee Cour2021-04-131-7/+13
* add std/tasks (#17447)flywind2021-04-091-0/+272
* Update `sysrand` documentation (#17676)konsumlamm2021-04-081-16/+16
* fix #17615(runnableExamples silently ignored if placed after some code) (#17619)flywind2021-04-021-2/+2
* new `genAst` as replacement for `quote do` (#17426)Timothee Cour2021-04-021-0/+87
* jsonutils: support cstring (including as Table key); improve docs (#16062)Timothee Cour2021-03-311-5/+17
* remove std/ prefix from doc/lib.rst now that canonical import is shown in mod...Timothee Cour2021-03-291-17/+10
* Small doc improvements for `std/with` (#17556)konsumlamm2021-03-291-3/+4
* nnkArglist => nnkArgList + special case stylecheck:error (#17529)Timothee Cour2021-03-271-1/+1
* close #11330 sets uses optimized countSetBits (#17334)flywind2021-03-221-0/+17
* improve jsutils docs (#17421)Timothee Cour2021-03-211-10/+42
* Use importjs (#17422)konsumlamm2021-03-191-2/+2
* follow up #17276 (#17355)flywind2021-03-191-2/+10
* fix a typo (#17417)flywind2021-03-191-1/+1
* [std/channels]fix recv leaks(Part One) (#17394)flywind2021-03-171-23/+6
* fix #17383: json.%,to and jsonutils.formJson,toJson now works with uint|uint6...Timothee Cour2021-03-161-1/+3
* fix #17380 (#17391)flywind2021-03-161-1/+2
* make std/sysrand better (#17360)flywind2021-03-151-19/+29
* clarify the behavior of newChan flywind2021-03-121-0/+4
* New channels implementation for ORC (#17305)flywind2021-03-121-0/+510
* fix wrong examples (#17350)flywind2021-03-121-11/+6
* clarify the docs of isolation (#17335)flywind2021-03-111-1/+7
* Use `.. warning::` (#17320)konsumlamm2021-03-103-3/+3
* add typetraits.OrdinalEnum, enumutils.symbolName (#17281)Timothee Cour2021-03-101-3/+25
* fix #17275 (#17276)flywind2021-03-091-0/+4
* add setutils.[]= (#17272)Timothee Cour2021-03-081-3/+17
* Add module jsfetch (#12531)Juan Carlos2021-03-063-0/+346
* 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 #17264 [backport:1.4] (#17266)flywind2021-03-051-1/+2
* follow up #17165 (#17262)flywind2021-03-041-0/+1
* Improve Bigint (#17252)Juan Carlos2021-03-041-0/+2
* rename prepareStrMutation to prepareMutation (#17235)flywind2021-03-031-1/+1
v>
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73