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
2019-03-25
Update src/libcore/option.rs
Pascal Hertleif
-1
/
+1
2019-03-22
Expand `impl FromIterator for Option` doc to include example of early termina...
Felix S. Klock II
-0
/
+20
2019-03-16
Rollup merge of #59231 - matklad:copied, r=Centril
kennytm
-6
/
+2
2019-03-16
Stabilize Option::copied
Aleksey Kladov
-6
/
+2
2019-03-15
Option and Result: Add references to documentation of as_ref and as_mut
Chris Gregory
-2
/
+2
2019-03-03
Remove stray ` in the documentation for the FromIterator implementation for O...
Alexandra V
-1
/
+1
2019-02-20
Rollup merge of #58553 - scottmcm:more-ihle, r=Centril
kennytm
-4
/
+4
2019-02-17
Use more impl header lifetime elision
Scott McMurray
-4
/
+4
2019-02-10
libs: doc comments
Alexander Regueiro
-3
/
+3
2019-01-13
stabilize transpose_result in 1.33
Mazdak Farrokhzad
-3
/
+1
2018-12-26
Auto merge of #56534 - xfix:copied, r=@SimonSapin
bors
-0
/
+42
2018-12-26
Add a tracking issue for Option::copied
Konrad Borowski
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-23
Rollup merge of #56939 - cramertj:pin-stabilization, r=alexcrichton
Mazdak Farrokhzad
-3
/
+3
2018-12-23
Merge branch 'master' into copied
Konrad Borowski
-1
/
+1
2018-12-23
Improve docs for collecting into `Option`s
Pascal Hertleif
-9
/
+31
2018-12-21
Stabilize Pin
Taylor Cramer
-2
/
+2
2018-12-21
Update Pin API to match the one proposed for stabilization
Taylor Cramer
-1
/
+1
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-05
Add unstable Option::copied()
Konrad Borowski
-0
/
+42
2018-10-08
Bump the `Option::replace` stabilize version to 1.31.0
Clément Renault
-1
/
+1
2018-10-08
Stabilize the `Option::replace` method
Clément Renault
-3
/
+1
2018-09-29
Use impl_header_lifetime_elision in libcore
Scott McMurray
-8
/
+8
2018-09-19
Auto merge of #53877 - withoutboats:compositional-pin, r=aturon
bors
-4
/
+14
2018-09-17
Cleanup and fix method resolution issue
Taylor Cramer
-4
/
+2
2018-09-14
Rollup merge of #53218 - weiznich:feature/option_ref_into, r=KodrAus
kennytm
-0
/
+14
2018-09-06
Fix invalid urls
Guillaume Gomez
-7
/
+5
2018-09-01
Update to a new pinning API.
Without Boats
-4
/
+16
2018-08-23
move PinMut into pin module and export through std
Niv Kaminer
-1
/
+1
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
[next]