index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
std
/
wrapnils.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
An unnamed break in a block now gives an `UnnamedBreak` warning (#20901)
ringabout
2022-11-24
1
-9
/
+11
*
major improvements to `std/wrapnils`: optimal codegen, case objects, lvalue s...
Timothee Cour
2021-07-07
1
-51
/
+134
*
avoid re-exporting options from std/wrapnils (#18222)
Timothee Cour
2021-06-10
1
-1
/
+1
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
1
-2
/
+2
*
clean up wrapnils
flywind
2021-02-25
1
-1
/
+0
*
refs #17114: workaround for arm64 which should segfault but does not (#17178)
Timothee Cour
2021-02-25
1
-1
/
+0
*
wrapnils: add `??.` which returns an `Option` (#16931)
Timothee Cour
2021-02-24
1
-50
/
+49
*
std/wrapnils does not use experimental:dotOperators anymore (#16996)
Timothee Cour
2021-02-10
1
-12
/
+9
*
use typeof instead type (#16962)
flywind
2021-02-08
1
-4
/
+4
*
clarify docs for wrapnils (#16929)
Timothee Cour
2021-02-04
1
-2
/
+7
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-1
/
+1
*
maybe: allows optional chaining of field access and indexing when LHS i snil ...
Timothee Cour
2020-01-18
1
-0
/
+109