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
/
pure
/
options.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
make `std/options` compatible with strictdefs (#23675)
ringabout
2024-06-05
1
-6
/
+6
*
fixes #22932; treats closure iterators as pointers (#22934)
ringabout
2023-11-14
1
-2
/
+2
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
1
-1
/
+1
*
fixes #22836; Unnecessary warning on 'options.none' with 'strictDefs'… (#22...
ringabout
2023-10-18
1
-1
/
+1
*
Markdown code blocks migration part 8 (#22478)
Andrey Makarov
2023-08-15
1
-1
/
+2
*
std/options enables stricteffects (#19441)
ringabout
2022-08-25
1
-4
/
+8
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+4
*
Add sink annotation to option some() (#18358)
tomc1998
2021-06-25
1
-2
/
+2
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
1
-1
/
+1
*
`std/options`: `$some(3)` is now `"some(3)"`, etc. (#17147)
Timothee Cour
2021-02-24
1
-9
/
+15
*
Add example for pattern matching on options (#17120)
konsumlamm
2021-02-22
1
-21
/
+49
*
Improve documentation for options (#17036)
konsumlamm
2021-02-18
1
-130
/
+104
*
use typeof instead type (#16962)
flywind
2021-02-08
1
-2
/
+2
*
use runnableExamples in options (#16503)
flywind
2020-12-30
1
-26
/
+17
*
move tests to testament (#16101)
flywind
2020-11-24
1
-141
/
+0
*
Add some enhancements to `jsonutils.nim` (#15133)
Ivan Bobev
2020-09-09
1
-1
/
+0
*
Use more `lent` in options (#15208)
Mamy Ratsimbazafy
2020-08-24
1
-2
/
+2
*
Change `UnpackError` with `UnpackDefect` (#14457)
Ivan Bobev
2020-05-27
1
-6
/
+6
*
make get for options use lent T (#14442)
cooldome
2020-05-25
1
-2
/
+2
*
The whole options module should be inline (#14417) [backport:1.2]
Mamy Ratsimbazafy
2020-05-21
1
-15
/
+14
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-3
/
+3
*
Consider proc as a pointer type in options (#13460)
hlaaftana
2020-02-21
1
-3
/
+12
*
[backport] run nimpretty on the remaining files
narimiran
2019-09-30
1
-2
/
+3
*
Prevent options from calling custom ref == operators (#10745)
Yuriy Glukhov
2019-02-26
1
-3
/
+18
*
better docs: options (#10720)
Miran
2019-02-22
1
-54
/
+226
*
Make options.UnpackError inherit from system.Defect
Oscar Nihlgård
2018-12-08
1
-19
/
+15
*
fixes #8658; addQuoted on Option[T] (#8659)
Arne Döring
2018-08-17
1
-3
/
+5
*
Adds get for Option[T]. (#8462)
Dominik Picheta
2018-08-14
1
-1
/
+8
*
Fixed $ on None[T] for T with .name (#8293)
Quelklef
2018-07-12
1
-1
/
+15
*
options: use isSome (#7782)
alaviss
2018-05-06
1
-4
/
+4
*
Add none[T]() as alias to none(T) (#7512)
hlaaf
2018-04-16
1
-0
/
+8
*
option optimization (#6253)
Arne Döring
2018-04-11
1
-15
/
+49
*
Fix documentation for the `$` proc on an option (#6449)
Euan T
2017-10-02
1
-1
/
+4
*
Add flatMap operator to Options (#6404)
Zach Smith
2017-09-27
1
-24
/
+57
*
Fix options module to use new import name
def
2015-11-23
1
-2
/
+2
*
Extend option functionality
Nycto
2015-09-23
1
-1
/
+63
*
Rename optionals module to options
Flaviu Tamas
2015-05-26
1
-0
/
+160