summary refs log tree commit diff stats
path: root/tests/stdlib/twrapnils.nim
Commit message (Expand)AuthorAgeFilesLines
* Rename test variable due to unfortunate connotations (#18453)Aditya Siram2021-07-081-4/+4
* major improvements to `std/wrapnils`: optimal codegen, case objects, lvalue s...Timothee Cour2021-07-071-74/+207
* avoid re-exporting options from std/wrapnils (#18222)Timothee Cour2021-06-101-0/+1
* wrapnils: add `??.` which returns an `Option` (#16931)Timothee Cour2021-02-241-17/+20
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-2/+2
* maybe: allows optional chaining of field access and indexing when LHS i snil ...Timothee Cour2020-01-181-0/+82