summary refs log tree commit diff stats
path: root/lib/std/wrapnils.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
n148' href='#n148'>148 149 150 151 152 153 154 155 156 157 158