summary refs log tree commit diff stats
path: root/lib/pure/strtabs.nim
Commit message (Expand)AuthorAgeFilesLines
* move assertions out of system (#19599)flywind2022-03-231-0/+4
* remove outdated codes (#17140)flywind2021-02-221-1/+0
* fix some warnings (#16952)flywind2021-02-081-1/+1
* move tests to testament (#16101)flywind2020-11-241-12/+0
* Don't use os for Standalone (#15944)wilypomegranate2020-11-131-2/+2
* string is not nil anymore (#15352)flywind2020-09-181-4/+2
* Add some enhancements to `jsonutils.nim` (#15133)Ivan Bobev2020-09-091-19/+1
* better strict funcs, WIP (#15199)Andreas Rumpf2020-08-181-5/+8
* [FIX] strtabs interpolation in nimscript (#15172)haxscramper2020-08-091-1/+1
* Remove `noSideEffect` pragmas (#15143)sschwarzer2020-08-011-1/+1
* `toJson`, `jsonTo`, json (de)serialization for custom types; remove dependenc...Timothee Cour2020-06-081-1/+19
* Improve JSON serialisation of strtabs (#14549)PMunch2020-06-051-1/+1
* fixes #13946 (#14302)Andreas Rumpf2020-05-111-1/+1
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-021-0/+1
* StringStream & more stdlib modules support for JS/NimScript (#14095)hlaaftana2020-04-281-2/+2
* fixes #12996Araq2020-01-051-1/+2
* add a StringTable.clear that requires no mode specification (#12853)Andy Davidoff2019-12-091-1/+5
* use system.move instead of system.shallowCopy if the GC mode requires itAndreas Rumpf2019-10-041-0/+2
* [backport] run nimpretty on string stuffnarimiran2019-09-301-24/+26
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* makes koch.nim sem'check with --newruntimeAraq2019-04-061-1/+1
* see what appveyor thinks about thisAraq2019-04-011-2/+2
* newruntime: progressAraq2019-04-011-6/+3
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-45/+42
* better docs: strtabs (#10704)Miran2019-02-191-104/+209
* Change strtabs.nextTry to match the assumption in strtabs.delOscar Nihlgård2019-02-031-1/+1
* Implement {.booldefine.} (#10533)Oscar Nihlgård2019-02-031-1/+27
* Added examples to strtabs module (#10160)Ico Doornekamp2019-01-071-0/+31
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-16/+3
* strtabs: fixes stupid typoAndreas Rumpf2018-04-301-1/+1
* make VM tests greenAraq2018-04-301-9/+9
* Support `in` operator on StringTableRefLynn C. Rees2017-09-081-0/+4
* added default param to strtabs.getOrDefault (#5280)David Krause2017-01-261-2/+2
* make tests greenAraq2016-11-081-1/+1
* Allow to use strtabs module with js targetAnatoly Galiulin2016-09-081-14/+24
* udpated the compiler and tester to use getOrDefaultAraq2015-10-131-2/+2
* added getOrDefault; bootstrapping works againAraq2015-10-131-0/+5
* Merge branch 'mget' of https://github.com/def-/Nim into def--mgetAraq2015-10-131-12/+17
|\
| * Rename mget to `[]`def2015-03-311-13/+18
* | add assert test to end of moduleJamesP2015-10-061-6/+9
* | bug fix #3416 add wrapper around `[]=` to account forJamesP2015-10-051-3/+6
* | lib/pure/p-t - Dropped 'T' from typespdw2015-06-041-4/+4
* | Rename clearStringTable to cleardef2015-03-171-2/+2
* | Rename resetStringTable to clearStringTabledef2015-03-171-1/+1
* | Make strtabs module usable when avoiding allocationsdef2015-03-171-0/+6
|/
* configuration system supports %= to access environment variablesAraq2015-02-071-1/+1
* compiler distinguishes between 2 different 'var' types for C++ interop; code ...Araq2015-02-071-1/+1
* more modules updatedAraq2014-08-281-18/+18
* big renameAraq2014-08-281-3/+3
* big renameAraq2014-08-271-10/+15
-14 16:11:47 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-06-14 16:11:47 -0700 1564 - a better way to support string literals' href='/akkartik/mu/commit/013literal_string.cc?h=main&id=7fb3fccbb8f2a4b068a0e4bffa46a935e11db3a4'>7fb3fccb ^
fc52705f ^

7fb3fccb ^

fc52705f ^




7fb3fccb ^











fc52705f ^
1d0a623a ^
fc52705f ^

66b97b4d ^
5e21a9f6 ^
7a9b05fa ^
05d17773 ^


7a9b05fa ^

7c0d16a7 ^
7a9b05fa ^






ea542d0a ^




7cc045d9 ^



















88be3dbc ^
3d6c13dc ^
e3fa6cc7 ^
3d6c13dc ^
c712c271 ^
c51043ab ^
23fd54f1 ^



c712c271 ^
23fd54f1 ^
fc52705f ^






c51043ab ^



35457609 ^
c712c271 ^
d7494165 ^
4f5cf668 ^
c51043ab ^
2f677225 ^






7fb3fccb ^














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