summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* [std/base64] uses runnableExamples (#17882)flywind2021-05-011-32/+30
* fix #17905: hash(closure) was not being tested (#17906)Timothee Cour2021-04-301-12/+20
* fix #17888: remove undefined behavior for posix.open; fix tempfiles.createTem...Timothee Cour2021-04-291-0/+1
* improve cache line size (#17885)flywind2021-04-291-6/+3
* [std/encodings]move to tests (#17866)flywind2021-04-291-72/+0
* Fix documentation of strutils.stripLineEnd (#17883)Michael Krieger2021-04-281-1/+1
* [std/encodings] fix iconv headers on OpenBSD (#17872)flywind2021-04-271-1/+3
* [std/pegs] increase test coverage (#17871)flywind2021-04-271-144/+0
* [std/parsecfg]use runnableExamples (#17868)flywind2021-04-271-96/+95
* add -d:nimLegacyNoHashRef for a transition period which avoids defining hash(...Timothee Cour2021-04-271-17/+22
* fix gbk encodings on windows (#17843)flywind2021-04-261-0/+1
* Remove confusing <//> (#17830)flywind2021-04-264-22/+22
* add colon (#17834)flywind2021-04-242-2/+2
* Fix Httpclient headers from being modified accidentally (#17808)Joey2021-04-211-2/+5
* CIs: attempt to use csources_v1 (#16282)Andreas Rumpf2021-04-2121-36/+35
* [std/deques] move data instead of copy + destroy (#17800)flywind2021-04-201-4/+2
* Fix buffer-overrun bug in net (#17728) [backport:1.0]shirleyquirk2021-04-161-4/+3
* std/hashes: hash(ref|ptr|pointer) + other improvements (#17731)Timothee Cour2021-04-161-23/+49
* start using import {.all.} (#17736)Timothee Cour2021-04-161-22/+0
* simplify asyncfutures, asyncmacro (#17633)Timothee Cour2021-04-142-72/+31
* remove unnecessary assignment (#17702)flywind2021-04-121-1/+0
* followup strformat PR. backslash escapes, tests, docs (#17700)shirleyquirk2021-04-121-4/+29
* [feature] add arbitrary code execution to strformat (#17694)shirleyquirk2021-04-111-9/+28
* Genode platform fixes (#17521)Emery Hemingway2021-04-091-0/+26
* hashes: Made the runnableExample easier to understand (#17689)Andreas Rumpf2021-04-091-1/+1
* further progress on rst roles & directives (fix #17646) (#17659)Andrey Makarov2021-04-086-11/+11
* Improve endians module (#17674)konsumlamm2021-04-081-7/+42
* use strstr for a faster find implementation (#17672)Andreas Rumpf2021-04-081-3/+26
* use sink and lent in deques (#17661)flywind2021-04-071-10/+10
* close #4451 (#17627)flywind2021-04-061-1/+2
* don't run one example on 32-bit machines (#17655)Miran2021-04-061-3/+4
* remove un-needed {.push hint[ConvFromXtoItselfNotNeeded]: off.} in asyncfutur...Timothee Cour2021-04-032-6/+1
* fix #17615(runnableExamples silently ignored if placed after some code) (#17619)flywind2021-04-021-1/+1
* [docs minor] close #17618 (#17620)flywind2021-04-021-9/+12
* [docs minor] close #16553 (#17612)flywind2021-04-021-10/+6
* Fix #17017 (math edge cases) (#17588)konsumlamm2021-04-011-5/+13
* Removes asynchttpserver.getSocket. (#17587)Dominik Picheta2021-03-311-14/+0
* add getPort to resolve Port(0) (#17559)Timothee Cour2021-03-301-15/+27
* Rotation right and left refactored to generics. Continuation of #16622 (#17578)rockcavera2021-03-301-88/+31
* Fix void async in templates (#17562)Ardek Romak2021-03-301-2/+3
* Add hasDataBuffered to asyncnet (#16000)Dylan Modesitt2021-03-291-0/+5
* [std/uri]fix #17481 (#17568)flywind2021-03-291-1/+1
* [docs]fix #17473 (#17565)flywind2021-03-291-2/+10
* Add `hasClosure` to `std/typetraits` (#17501)flywind2021-03-291-0/+11
* Small doc fixes in net (#17566)Danil Yarantsev2021-03-291-4/+2
* Fix net.readLine infine loop #17534 (#17535)ben2021-03-291-0/+1
* Free the certificate after checking in `checkCertName` (#17558) [backport:1.2]Danil Yarantsev2021-03-291-3/+4
* follow up #17539 (#17548)flywind2021-03-291-1/+0
* Add a getter for all defined Sections in parsecfg (#15450)Ardek Romak2021-03-281-0/+6
* nnkArglist => nnkArgList + special case stylecheck:error (#17529)Timothee Cour2021-03-271-1/+1
f='/akspecs/ranger/commit/doc/pydoc/ranger.defaults.apps.html?id=1cd06f3f1ec3c2ec3cea14208467b20ea6543782'>1cd06f3f ^
4c13e1f2 ^
f07bb12f ^
34a60763 ^

c776804d ^

34a60763 ^





62cd83ba ^

4c13e1f2 ^
f07bb12f ^
34a60763 ^

4c13e1f2 ^
f07bb12f ^
34a60763 ^

4c13e1f2 ^
f07bb12f ^
34a60763 ^

c776804d ^

34a60763 ^

f07bb12f ^
34a60763 ^
f07bb12f ^

4c13e1f2 ^

34a60763 ^



f07bb12f ^




34a60763 ^




f07bb12f ^





4c13e1f2 ^






c776804d ^
34a60763 ^
f07bb12f ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163