about summary refs log tree commit diff
path: root/src/libcore/tests/option.rs
AgeCommit message (Expand)AuthorLines
2019-12-06Format libcore with rustfmt (including tests and benches)David Tolnay-15/+12
2019-07-18renamed `inner_deref` feature's `deref*()` methods `as_deref*()` as per discu...Brad Gibson-5/+25
2019-03-10we can now skip should_panic tests with the libtest harnessRalf Jung-3/+0
2019-02-13mark failures expected due to panicsRalf Jung-3/+3
2019-02-07disable tests in MiriRalf Jung-0/+3
2018-12-26Auto merge of #56534 - xfix:copied, r=@SimonSapinbors-0/+21
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-05Add tests for Option::copied()Konrad Borowski-0/+21
2018-07-29resolved upstream merge conflictsBrad Gibson-1/+14
2018-07-25Add missing dynTatsuyuki Ishi-1/+1
2018-07-09Add a basic test to `Option::replace`Clément RENAULT-0/+15
2018-04-30fixed some and added more testsBrad Gibson-0/+8
2018-04-27fixed inner_deref test case for NoneBrad Gibson-1/+1
2018-04-26added DerefOption and DerefResult + tests to stdBrad Gibson-0/+11
2017-09-27Rename option::Missing to NoneErrorHunter Praska-3/+3
2017-09-27Add docs for Missing, correct Option's Try testHunter Praska-2/+2
2017-09-27Add tests for Option and Result Try implHunter Praska-0/+27
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-1/+1
2017-04-03Move libXtest into libX/testsStjepan Glavina-0/+272