rust/src/liballoc
Dylan DPC 38c85b7393
Rollup merge of #73638 - yuqio:remove-unused-crate-imports, r=nikomatsakis
Remove unused crate imports in 2018 edition crates

Closes #73570
2020-06-24 14:28:33 +02:00
..
alloc liballoc tests: Miri supports threads now 2020-05-01 11:16:38 +02:00
benches Introduce BTreeMap benches of iter itself 2020-04-25 00:05:10 +02:00
collections Rollup merge of #73638 - yuqio:remove-unused-crate-imports, r=nikomatsakis 2020-06-24 14:28:33 +02:00
prelude Format liballoc with rustfmt 2019-11-29 20:25:07 -08:00
raw_vec #[deny(unsafe_op_in_unsafe_fn)] in liballoc 2020-06-19 13:47:01 +02:00
rc Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
sync Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
tests Rollup merge of #71660 - sollyucko:master, r=dtolnay 2020-06-22 14:53:46 +02:00
alloc.rs Apply suggestions from code review 2020-06-19 13:47:04 +02:00
borrow.rs Format the world 2019-12-22 17:42:47 -05:00
boxed.rs Rollup merge of #72709 - LeSeulArtichaut:unsafe-liballoc, r=nikomatsakis 2020-06-19 09:14:58 -07:00
Cargo.toml Ensure std benchmarks get tested. 2020-06-18 09:11:15 -07:00
fmt.rs grammar: dealing-with 2020-05-06 19:01:27 -04:00
lib.rs #[deny(unsafe_op_in_unsafe_fn)] in liballoc 2020-06-19 13:47:01 +02:00
macros.rs make vec![,] uncompilable 2020-04-14 10:27:55 +03:00
raw_vec.rs Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisa 2020-06-23 00:33:54 -07:00
rc.rs #[deny(unsafe_op_in_unsafe_fn)] in liballoc 2020-06-19 13:47:01 +02:00
slice.rs #[deny(unsafe_op_in_unsafe_fn)] in liballoc 2020-06-19 13:47:01 +02:00
str.rs #[deny(unsafe_op_in_unsafe_fn)] in liballoc 2020-06-19 13:47:01 +02:00
string.rs Rollup merge of #73465 - lzutao:spec-char-tostring, r=sfackler 2020-06-19 09:15:18 -07:00
sync.rs #[deny(unsafe_op_in_unsafe_fn)] in liballoc 2020-06-19 13:47:01 +02:00
task.rs #[deny(unsafe_op_in_unsafe_fn)] in liballoc 2020-06-19 13:47:01 +02:00
tests.rs Stop importing integer modules in liballoc 2020-04-05 11:22:01 +02:00
vec.rs Rollup merge of #71660 - sollyucko:master, r=dtolnay 2020-06-22 14:53:46 +02:00