index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
option.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-10
Also add a `From` implementation for `&mut Option<T>` -> `Option<&mut T>'
Georg Semmler
-0
/
+7
2018-08-09
Add stability attribute
Georg Semmler
-0
/
+1
2018-08-09
inline some short functions
M Farkas-Dyck
-0
/
+4
2018-08-09
Add a implementation of `From` for converting `&'a Option<T>` into
Georg Semmler
-0
/
+6
2018-07-29
resolved upstream merge conflicts
Brad Gibson
-5
/
+80
2018-07-18
Rollup merge of #52218 - rivertam:patch-1, r=withoutboats
kennytm
-2
/
+4
2018-07-10
Amend option.take examples
Ben Berman
-2
/
+4
2018-07-09
Fix the documentation of `Option::replace`
Clément RENAULT
-1
/
+1
2018-07-04
Implement `Option::replace` in the core library
Kerollmops
-0
/
+27
2018-06-26
Rollup merge of #51730 - MajorBreakfast:pin-get-mut-unchecked, r=withoutboats
Pietro Albini
-1
/
+1
2018-06-23
`PinMut`: Add safe `get_mut` and rename unsafe fns to `get_mut_unchecked` and...
Josef Reinhard Brandl
-1
/
+1
2018-06-20
Replace unreachable! with unreachable_unchecked
Martin Glagla
-3
/
+3
2018-05-22
Add Option::as_pin_mut
Taylor Cramer
-0
/
+10
2018-05-15
Add Option::xor method
Clar Charr
-0
/
+36
2018-04-30
fixed some and added more tests
Brad Gibson
-1
/
+1
2018-04-26
refactored to implement without trait
Brad Gibson
-18
/
+11
2018-04-26
added DerefOption and DerefResult + tests to std
Brad Gibson
-2
/
+19
2018-04-05
Remove uses of option_filter feature
Thayne McCombs
-2
/
+0
2018-04-01
Stabilize `Option::filter`.
Thayne McCombs
-1
/
+1
2018-03-31
Commit code for option size hint
Phlosioneer
-1
/
+6
2018-03-20
Implement some trivial size_hints for various iterators
Phlosioneer
-0
/
+5
2018-03-06
Stabilize option_ref_mut_cloned
Matt Brubeck
-2
/
+1
2018-03-06
Auto merge of #48768 - kennytm:rollup, r=kennytm
bors
-3
/
+3
2018-03-03
core: Update stability attributes for FusedIterator
Ulrik Sverdrup
-3
/
+3
2018-03-03
core: Stabilize FusedIterator
Ulrik Sverdrup
-3
/
+3
2018-02-26
Fix doctest failure
Phlosioneer
-1
/
+0
2018-02-25
Change the example string to something arbitrary
Phlosioneer
-4
/
+5
2018-02-24
Slight modification to the as_ref example of std::option::Option
Phlosioneer
-2
/
+2
2018-01-20
Rollup merge of #47193 - cramertj:result-opts, r=TimNN
Guillaume Gomez
-0
/
+29
2018-01-16
Remove incorrect `Default::default` links, add a new one
Geoffry Song
-7
/
+4
2018-01-10
Add transpose conversions for Option and Result
Taylor Cramer
-0
/
+29
2017-12-07
Rollup merge of #46548 - jonathanstrong:master, r=dtolnay
Guillaume Gomez
-0
/
+17
2017-12-07
adds links to methods, removes trailing whitespace
Jonathan Strong
-5
/
+10
2017-12-06
Adds language to the documentation for `Option` and `Result` suggesting
Jonathan Strong
-0
/
+12
2017-11-11
Refactor Option::filter method
Shanavas M
-8
/
+4
2017-11-08
Add `Option::filter()` according to RFC 2124
Lukas Kalbertodt
-0
/
+39
2017-09-27
Rename option::Missing to NoneError
Hunter Praska
-6
/
+9
2017-09-27
Add docs for Missing, correct Option's Try test
Hunter Praska
-1
/
+1
2017-09-27
Impl Try for Option
Hunter Praska
-1
/
+24
2017-08-29
Rollup merge of #43705 - panicbit:option_ref_mut_cloned, r=aturon
Ariel Ben-Yehuda
-0
/
+20
2017-08-08
Assign tracking issue to option_ref_mut_cloned
panicbit
-1
/
+1
2017-08-07
Fix Option<&mut T>::cloned doc test
panicbit
-0
/
+1
2017-08-07
libcore: Implement cloned() for Option<&mut T>
panicbit
-0
/
+19
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-1
/
+1
2017-07-25
std: Stabilize `option_entry` feature
Alex Crichton
-6
/
+2
2017-05-22
Adding links to option::Option
projektir
-26
/
+60
2017-05-04
Simplify types in `std::option` doc comment example.
Corey Farwell
-6
/
+6
2017-04-02
Minor changes to core::option docs
Irfan Hudda
-6
/
+6
2017-04-01
Improve docs of core::option::Iter
Irfan Hudda
-1
/
+7
2017-04-01
Improve docs of core::option::IterMut
Irfan Hudda
-1
/
+7
[prev]
[next]