summary refs log tree commit diff stats
path: root/lib/system/strmantle.nim
Commit message (Collapse)AuthorAgeFilesLines
* make --gc:arc --exceptions:quirky work again [backport:1.4] (#16583)Andreas Rumpf2021-01-041-10/+10
| | | | | * make --gc:arc --exceptions:quirky work again [backport:1.4] * fixes #16404 [backport:1.4]
* better addInt (#16160)flywind2020-12-011-15/+81
| | | | | | * better addint * Update lib/system/strmantle.nim Co-authored-by: Juan Carlos <juancarlospaco@gmail.com>
* Correct all eggs (#15906)Miran2020-11-101-1/+1
| | | | * "eg" is a misspelled "egg", "e.g." is "exempli gratia" * Also, "ie" is "i.e.".
* $(uint|uint64) now works with nimscript (#15644)Timothee Cour2020-10-201-20/+0
| | | | | * $(uint|uint64) now works with nimscript * fixup
* Clean out Deprecated proc (#14797)Juan Carlos2020-06-291-8/+0
| | | | * Remove and/or clean out Deprecated 'add' proc for floats * Update a test
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-231-3/+3
| | | | | | | | | | | * I don't care about observable stores * enforce explicit initializations * cleaner code for the stdlib * stdlib: use explicit initializations * make tests green * algorithm.nim: set result explicitly * remove out parameters and bring the PR into a mergable state * updated the changelog
* DrNim (Nim compiler with Z3 integration) (#13743)Andreas Rumpf2020-03-311-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | * code cleanups and feature additions * added basic test and koch/CI integration * make it build on Unix * DrNim: now buildable on Unix, only takes 10 minutes, enjoy * added basic documentation for DrNim which can also be seen as the RFC we're following * drnim: change the build setup so that drnim.exe ends up in bin/ * makes simple floating point ranges work * added basic float range check * drnim: teach Z3 about Nim's range types plus code refactoring * drnim: make unsigned numbers work * added and fixed index checking under setLen * first implementation of .ensures, .invariant and .assume (.requires still missing and so is proc type compatibility checking * drnim: .requires checking implemented * drnim: implemented .ensures properly * more impressive test involving min() * drnim: check for proc type compatibility and base method compatibility wrt .requires and .ensures * testament: support for 'pattern <directory> * koch: uses new <directory> feature of testament * drnim: added tiny musings about 'old' * Make testament work with old SSL versions * koch: add support for 'koch drnim -d:release' * drnim: preparations for the param.old notation
* ARC: ported the GC tests over to --gc:arcAraq2019-11-261-0/+9
|
* introduce csize_t instead of fixing csize (#12497)Arne Döring2019-10-311-1/+1
|
* consistent floating point output (#12219)Andreas Rumpf2019-09-201-31/+12
| | | | | * unify float printing * makes tests green
* styleCheck: make the compiler and large parts of the stdlib compatible with ↵Araq2019-07-101-3/+3
| | | | --styleCheck:error
* fixes #11447Andreas Rumpf2019-07-061-1/+1
|
* [other] preparations for --styleCheck:error for the Nim compiler (#11478)Andreas Rumpf2019-06-121-30/+33
|
* right shift is now by default sign preserving (#11322)Arne Döring2019-05-291-6/+6
| | | | | | | | | | | * right shift is now by default sign preserving * fix hashString and semfold * enable arithmetic shift right globally for CI * fix typo * remove xxx * use oldShiftRight as flag * apply feedback * add changelog entry
* fixes #10963, disallow implicit mixing of strings and ints/floats (#11292)Miran2019-05-211-7/+15
|
* hotfix: nimParseBiggestFloat needs to be patched for the newer string ↵Andreas Rumpf2019-04-201-20/+20
| | | | implementations; refs #11062
* move system.dollars in a separate file (#10829)Miran2019-03-131-1/+3
|
* system: some documentation improvements (#10809)Miran2019-03-111-0/+14
|
* system/strmantle: avoid leaking docs to system.nim [ci skip] (#10233)alaviss2019-01-081-1/+1
| | | thanks @timotheecour for spotting this
* --gc:destructors: next steps; WIPAndreas Rumpf2018-07-211-0/+18
|
* string comparisons don't have to know the strings representationAndreas Rumpf2018-07-101-21/+8
|
* refactorings in preparations for the new runtimeAndreas Rumpf2018-07-101-0/+293
itle='author Anselm R. Garbe <garbeam@wmii.de> 2006-07-10 22:16:48 +0200 committer Anselm R. Garbe <garbeam@wmii.de> 2006-07-10 22:16:48 +0200 added several other stuff' href='/acidbong/suckless/dwm/commit/event.c?id=439e15d09f6fa9271d3b49ef97194f0c80ebe161'>439e15d ^
439e15d ^
b9da4b0 ^
2e836ec ^
439e15d ^
a05beb6 ^
439e15d ^
a05beb6 ^
439e15d ^
a05beb6 ^
439e15d ^
a05beb6 ^
2e836ec ^
72655f0 ^
2e836ec ^
66da153 ^
439e15d ^





7696c89 ^
439e15d ^




e6cbe9c ^
439e15d ^




439e15d ^


26e134b ^

439e15d ^




439e15d ^





3399650 ^

dfd84f9 ^
da2bbd3 ^
439e15d ^


439e15d ^


83d2390 ^
439e15d ^

59b4a5e ^
c0705ee ^
dba2306 ^
c0705ee ^
439e15d ^



adaa28a ^

























439e15d ^

439e15d ^











0053620 ^

439e15d ^




439e15d ^
66da153 ^
439e15d ^




3399650 ^
c09bf8d ^
dba2306 ^
b1701ad ^

3399650 ^


66da153 ^
dba2306 ^
66da153 ^
3399650 ^

c0705ee ^
3399650 ^

c09bf8d ^
c0705ee ^

3399650 ^

439e15d ^




439e15d ^


0053620 ^

439e15d ^
adaa28a ^





























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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352