summary refs log tree commit diff stats
path: root/lib/std/enumutils.nim
Commit message (Expand)AuthorAgeFilesLines
* avoid `AnyEnumConv` warning in `genEnumCaseStmt` (#22061)Etan Kissling2023-06-101-10/+11
* minor code cleanups (#21215)Andreas Rumpf2023-01-021-1/+1
* move assertions out of system (#19599)flywind2022-03-231-0/+4
* fix parseEnum cannot parse enum with const fields (#19466)flywind2022-02-041-2/+7
* Allow `nnkAccQuoted` in `genEnumCaseStmt` (#18606)Vindaar2021-07-291-1/+5
* various small documentation improvements (#18602)Miran2021-07-281-6/+25
* jsonutils: add customization for toJson via `ToJsonOptions`; generalize symbo...Timothee Cour2021-05-181-2/+63
* CIs: attempt to use csources_v1 (#16282)Andreas Rumpf2021-04-211-4/+4
* add typetraits.OrdinalEnum, enumutils.symbolName (#17281)Timothee Cour2021-03-101-3/+25
* add enumutils.items for sparse enums, typetraits.SomeSparseEnum (#17080)Timothee Cour2021-02-231-2/+17
* EnumUtils, speed up findStr in compiler (#15777)cooldome2020-11-031-0/+64
ME.md?id=2a3d402fa58d9a4aa709ae74dac396b37f8ddf57'>2a3d402 ^
a2ca864 ^
2a3d402 ^



df6f3d1 ^









f3c7809 ^
a2ca864 ^
f3c7809 ^


a2ca864 ^
f3c7809 ^



2a3d402 ^
a2ca864 ^
2a3d402 ^


a2ca864 ^
2a3d402 ^

df6f3d1 ^





31c907b ^


a2ca864 ^









31c907b ^


a2ca864 ^
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