summary refs log tree commit diff stats
path: root/lib/std/wrapnils.nim
Commit message (Expand)AuthorAgeFilesLines
* complete std prefixes for stdlib (#22887)ringabout2023-10-301-2/+2
* An unnamed break in a block now gives an `UnnamedBreak` warning (#20901)ringabout2022-11-241-9/+11
* major improvements to `std/wrapnils`: optimal codegen, case objects, lvalue s...Timothee Cour2021-07-071-51/+134
* avoid re-exporting options from std/wrapnils (#18222)Timothee Cour2021-06-101-1/+1
* CIs: attempt to use csources_v1 (#16282)Andreas Rumpf2021-04-211-2/+2
* clean up wrapnilsflywind2021-02-251-1/+0
* refs #17114: workaround for arm64 which should segfault but does not (#17178)Timothee Cour2021-02-251-1/+0
* wrapnils: add `??.` which returns an `Option` (#16931)Timothee Cour2021-02-241-50/+49
* std/wrapnils does not use experimental:dotOperators anymore (#16996)Timothee Cour2021-02-101-12/+9
* use typeof instead type (#16962)flywind2021-02-081-4/+4
* clarify docs for wrapnils (#16929)Timothee Cour2021-02-041-2/+7
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-1/+1
* maybe: allows optional chaining of field access and indexing when LHS i snil ...Timothee Cour2020-01-181-0/+109
='#n170'>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