summary refs log tree commit diff stats
path: root/lib/std/enumutils.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
href='#n85'>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