rust/src/liballoc
Mazdak Farrokhzad ca528fcc04
Rollup merge of #67504 - Mark-Simulacrum:note-data-offset, r=Centril
Warn against relying on ?Sized being last

Fixes #62522
2019-12-22 02:40:07 +01:00
..
alloc liballoc: ignore tests in Miri instead of removing them entirely 2019-12-07 12:42:19 +01:00
benches Add benchmarks for string::insert(_str) 2019-12-18 07:18:05 +01:00
collections Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
prelude Format liballoc with rustfmt 2019-11-29 20:25:07 -08:00
raw_vec Format liballoc with rustfmt 2019-11-29 20:25:07 -08:00
rc Make Weak::weak_count() return zero when no strong refs remain 2019-11-21 19:48:39 +00:00
sync Rollup merge of #65778 - bdonlan:stable_weak_count, r=dtolnay 2019-12-16 05:23:26 +01:00
tests Rollup merge of #67235 - jonas-schievink:vecdeque-leak, r=KodrAus 2019-12-13 20:35:30 +01:00
alloc.rs Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
borrow.rs Small Cow improvements 2019-12-11 21:01:33 +01:00
boxed.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
Cargo.toml bump rand to fix Miri failures 2019-08-04 14:50:26 +02:00
fmt.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
lib.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
macros.rs Scope format! temporaries 2019-09-27 17:36:45 -04:00
raw_vec.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
rc.rs Rollup merge of #67504 - Mark-Simulacrum:note-data-offset, r=Centril 2019-12-22 02:40:07 +01:00
slice.rs Format liballoc with rustfmt 2019-11-29 20:25:07 -08:00
str.rs Apply clippy::needless_return suggestions 2019-10-22 19:23:10 +02:00
string.rs Propagate cfg bootstrap 2019-12-18 12:16:19 -05:00
sync.rs Rollup merge of #67504 - Mark-Simulacrum:note-data-offset, r=Centril 2019-12-22 02:40:07 +01:00
tests.rs Format liballoc with rustfmt 2019-11-29 20:25:07 -08:00
vec.rs Propagate cfg bootstrap 2019-12-18 12:16:19 -05:00