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
/
library
/
core
/
tests
/
option.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-11-16
Remove option_payload_ptr; redundant to offset_of
George Bateman
-0
/
+8
2023-04-16
fix library and rustdoc tests
Deadbeef
-5
/
+19
2022-11-06
cfg-step code
Mark Rousskov
-1
/
+1
2022-10-09
fixup lint name
Maybe Waffle
-1
/
+1
2022-10-09
allow `for_loop_over_fallibles` in a `core` test
Maybe Waffle
-0
/
+1
2022-05-29
Use Box::new() instead of box syntax in core tests
est31
-2
/
+2
2021-12-17
Constify (most) `Option` methods
Deadbeef
-10
/
+88
2021-10-18
Make more `From` impls `const`
woppopo
-0
/
+15
2021-10-17
Make Option::as_mut const
woppopo
-0
/
+8
2021-08-29
const fn for option copied, take & replace + tests
Lamb
-0
/
+13
2021-08-09
Added some basic tests for `Option::unzip()` and `Option::zip()` (I noticed t...
Chase Wilson
-1
/
+33
2021-05-06
Simple library test updates
Scott McMurray
-12
/
+0
2021-01-10
Add `unwrap_unchecked()` methods for `Option` and `Result`
Miguel Ojeda
-0
/
+7
2020-11-30
Make ui test that are run-pass and do not test the compiler itself library tests
Christiaan Dirkx
-0
/
+10
2020-09-25
review: fix nits and move panic safety tests to the correct place
Alexis Bourget
-2
/
+1
2020-09-21
Move more tests using Cell to unit tests
Alexis Bourget
-0
/
+31
2020-09-20
Move const tests for `Option` to `library\core`
Christiaan Dirkx
-0
/
+16
2020-08-30
Fix tests using `FixedSizeArray` methods (which are now shadowed)
Lukas Kalbertodt
-1
/
+0
2020-07-27
mv std libs to library/
mark
-0
/
+359