rust/src/libcore
bors 082c86175f Auto merge of #58644 - Centril:rollup, r=Centril
Rollup of 17 pull requests

Successful merges:

 - #57656 (Deprecate the unstable Vec::resize_default)
 - #58059 (deprecate before_exec in favor of unsafe pre_exec)
 - #58064 (override `VecDeque::try_rfold`, also update iterator)
 - #58198 (Suggest removing parentheses surrounding lifetimes)
 - #58431 (fix overlapping references in BTree)
 - #58555 (Add a note about 2018e if someone uses `try {` in 2015e)
 - #58588 (remove a bit of dead code)
 - #58589 (cleanup macro after 2018 transition)
 - #58591 (Dedup a rustdoc diagnostic construction)
 - #58600 (fix small documentation typo)
 - #58601 (Search for target_triple.json only if builtin target not found)
 - #58606 (Docs: put Future trait into spotlight)
 - #58607 (Fixes #58586: Make E0505 erronous example fail for the 2018 edition)
 - #58615 (miri: explain why we use static alignment in ref-to-place conversion)
 - #58620 (introduce benchmarks of BTreeSet.intersection)
 - #58621 (Update miri links)
 - #58632 (Make std feature list sorted)

Failed merges:

r? @ghost
2019-02-22 21:32:15 +00:00
..
benches Add fmt benchmarks 2019-01-12 01:54:57 +09:00
char Auto merge of #58051 - SimonSapin:str_escape, r=alexcrichton 2019-02-12 23:30:16 +00:00
fmt Rollup merge of #58538 - GuillaumeGomez:fmt-examples, r=Centril 2019-02-20 11:58:52 +08:00
future Put Future trait into spotlight 2019-02-20 22:06:30 +01:00
hash libs: doc comments 2019-02-10 23:57:25 +00:00
iter Stabilize iter::from_fn 2019-02-19 14:10:07 +01:00
num Rollup merge of #58044 - Lokathor:lokathor, r=alexcrichton 2019-02-20 12:01:58 +08:00
ops Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik 2019-02-12 19:09:24 +00:00
prelude Remove licenses 2018-12-25 21:08:33 -07:00
slice Rollup merge of #58553 - scottmcm:more-ihle, r=Centril 2019-02-20 11:59:10 +08:00
str Rollup merge of #58553 - scottmcm:more-ihle, r=Centril 2019-02-20 11:59:10 +08:00
sync Destabilize fixed-width const defined atomic integers 2019-02-21 13:57:51 +01:00
task Merging master 2019-02-12 22:46:14 -08:00
tests Rollup merge of #58576 - SimonSapin:successors, r=Centril 2019-02-20 11:59:26 +08:00
unicode Remove licenses 2018-12-25 21:08:33 -07:00
alloc.rs tests: doc comments 2019-02-10 23:42:32 +00:00
any.rs tests: doc comments 2019-02-10 23:42:32 +00:00
array.rs Remove licenses 2018-12-25 21:08:33 -07:00
ascii.rs Remove licenses 2018-12-25 21:08:33 -07:00
borrow.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
cell.rs libs: doc comments 2019-02-10 23:57:25 +00:00
clone.rs Auto merge of #57125 - doitian:inconsistent-clone-doc, r=bluss 2019-01-01 20:50:13 +00:00
cmp.rs tests: doc comments 2019-02-10 23:42:32 +00:00
convert.rs Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik 2019-02-14 02:41:16 +01:00
default.rs libs: doc comments 2019-02-10 23:57:25 +00:00
ffi.rs libs: doc comments 2019-02-10 23:57:25 +00:00
hint.rs libs: doc comments 2019-02-10 23:57:25 +00:00
internal_macros.rs Rollup merge of #58553 - scottmcm:more-ihle, r=Centril 2019-02-20 11:59:10 +08:00
intrinsics.rs Move the intrinsics into a submodule 2019-02-13 13:31:11 +01:00
iter_private.rs Remove licenses 2018-12-25 21:08:33 -07:00
lib.rs Auto merge of #58373 - RalfJung:maybe-uninit, r=gnzlbg 2019-02-18 02:56:18 +00:00
macros.rs make Centril happy 2019-02-14 22:31:06 +01:00
marker.rs fix link 2019-02-21 17:18:18 +01:00
mem.rs Auto merge of #58373 - RalfJung:maybe-uninit, r=gnzlbg 2019-02-18 02:56:18 +00:00
option.rs Rollup merge of #58553 - scottmcm:more-ihle, r=Centril 2019-02-20 11:59:10 +08:00
panic.rs Remove licenses 2018-12-25 21:08:33 -07:00
panicking.rs Remove licenses 2018-12-25 21:08:33 -07:00
pin.rs take a bit more space for new_unchecked examples 2019-02-21 23:13:49 +01:00
ptr.rs libs: doc comments 2019-02-10 23:57:25 +00:00
raw.rs Remove licenses 2018-12-25 21:08:33 -07:00
result.rs libs: doc comments 2019-02-10 23:57:25 +00:00
time.rs libs: doc comments 2019-02-10 23:57:25 +00:00
tuple.rs Remove licenses 2018-12-25 21:08:33 -07:00
unit.rs Remove licenses 2018-12-25 21:08:33 -07:00