rust/src/liballoc
bors f565cdd614 Auto merge of #58866 - kennytm:rollup, r=kennytm
Rollup of 14 pull requests

Successful merges:

 - #58730 (Have all methods of Filter and FilterMap use internal iteration)
 - #58780 (ManuallyDrop != MaybeUninit)
 - #58782 (Replace `s` with `self` in docs for str methods taking self.)
 - #58785 (allow specifying attributes for tool lints)
 - #58802 (Ensure `record_layout_for_printing()` is inlined.)
 - #58821 (Fixed a syntax error in the pin docs)
 - #58830 (tidy: deny(rust_2018_idioms))
 - #58832 (Revert switching to GCP on AppVeyor)
 - #58833 (tools/rustbook: deny(rust_2018_idioms))
 - #58835 (tools/remote-test-{client,server}: deny(rust_2018_idioms))
 - #58838 (Fix typo in Vec#resize_with documentation)
 - #58842 (Forbid duplicating Cargo as a dependency)
 - #58852 (Update toolchain to build NetBSD release)
 - #58865 (Fix C-variadic function printing)
2019-03-03 08:47:51 +00:00
..
benches Remove some unnecessary 'extern crate' 2019-02-25 00:40:34 +09:00
collections Rollup merge of #58421 - nox:relax-bounds-binary-heap, r=dtolnay 2019-02-25 03:18:01 +01:00
tests Remove some unnecessary 'extern crate' 2019-02-25 00:40:34 +09:00
alloc.rs Clarify guarantees for Box allocation 2019-02-13 12:51:59 +05:30
borrow.rs Rollup merge of #58553 - scottmcm:more-ihle, r=Centril 2019-02-20 11:59:10 +08:00
boxed.rs Rollup merge of #58686 - hellow554:rustfmt_depr, r=cramertj 2019-02-25 03:18:03 +01:00
boxed_test.rs liballoc: revert nested imports style changes. 2019-02-03 08:27:44 +01:00
Cargo.toml liballoc => edition = 2018. 2019-02-02 08:36:03 +01:00
fmt.rs tests: doc comments 2019-02-10 23:42:32 +00:00
lib.rs Rollup merge of #58468 - RalfJung:maybe-uninit-split, r=Centril 2019-02-16 14:11:55 +08:00
macros.rs Bootstrap compiler update for 1.35 release 2019-03-02 09:05:34 -07:00
prelude.rs liballoc: revert nested imports style changes. 2019-02-03 08:27:44 +01:00
raw_vec.rs libs: doc comments 2019-02-10 23:57:25 +00:00
rc.rs libs: doc comments 2019-02-10 23:57:25 +00:00
slice.rs Revert "Remove mentions of unstable sort_by_cached key from stable documentation" 2019-02-12 22:26:44 -08:00
str.rs Move str::escape_* to libcore 2019-02-12 09:55:30 +01:00
string.rs Add a convert::Infallible empty enum, make string::ParseError an alias 2019-02-13 18:00:18 +01:00
sync.rs libs: doc comments 2019-02-10 23:57:25 +00:00
vec.rs Fix typo in Vec#resize_with documentation 2019-03-01 13:19:00 +01:00