rust/library
Dylan MacKenzie fc2c1f8ddc Make Option::unwrap unstably const
`Result::unwrap` is not eligible becuase it formats the contents of the
`Err` variant. `unwrap_or`, `unwrap_or_else` and friends are not
eligible because they drop things or invoke closures.
2020-07-30 12:30:58 -07:00
..
alloc Rollup merge of #74902 - rust-lang:into_raw_non_null, r=dtolnay 2020-07-29 16:38:28 -07:00
core Make Option::unwrap unstably const 2020-07-30 12:30:58 -07:00
panic_abort mv std libs to library/ 2020-07-27 19:51:13 -05:00
panic_unwind mv std libs to library/ 2020-07-27 19:51:13 -05:00
proc_macro mv std libs to library/ 2020-07-27 19:51:13 -05:00
profiler_builtins mv std libs to library/ 2020-07-27 19:51:13 -05:00
rtstartup mv std libs to library/ 2020-07-27 19:51:13 -05:00
rustc-std-workspace-alloc mv std libs to library/ 2020-07-27 19:51:13 -05:00
rustc-std-workspace-core mv std libs to library/ 2020-07-27 19:51:13 -05:00
rustc-std-workspace-std mv std libs to library/ 2020-07-27 19:51:13 -05:00
std Rollup merge of #74742 - poliorcetics:ip-addr-remove-rejected-errata, r=nikomatsakis 2020-07-29 16:38:19 -07:00
stdarch@311d56cd91 Update stdarch submodule 2020-07-28 09:41:09 -07:00
term mv std libs to library/ 2020-07-27 19:51:13 -05:00
test mv std libs to library/ 2020-07-27 19:51:13 -05:00
unwind mv std libs to library/ 2020-07-27 19:51:13 -05:00