rust/src/libcore
bors 3d845e131f Auto merge of #58361 - GuillaumeGomez:rollup, r=GuillaumeGomez
Rollup of 16 pull requests

Successful merges:

 - #57259 (Update reference of rlibc crate to compiler-builtins crate)
 - #57740 (Use `to_ne_bytes` for converting IPv4Addr to octets)
 - #57926 (Tiny expansion to docs for `core::convert`.)
 - #58157 (Add Cargo.lock automatically adding message)
 - #58203 (rustdoc: display sugared return types for async functions)
 - #58243 (Add trait alias support in rustdoc)
 - #58262 (Add #[must_use] message to Fn* traits)
 - #58295 (std::sys::unix::stdio: explain why we do into_raw)
 - #58297 (Cleanup JS a bit)
 - #58317 (Some writing improvement, conciseness of intro)
 - #58324 (miri: give non-generic functions a stable address)
 - #58332 (operand-to-place copies should never be overlapping)
 - #58345 (When there are multiple filenames, print what got interpreted as filenames)
 - #58346 (rpath computation: explain why we pop())
 - #58350 (Fix failing tidy (line endings on Windows))
 - #58352 (miri value visitor: use `?` in macro)

Failed merges:

r? @ghost
2019-02-10 22:35:36 +00:00
..
benches Add fmt benchmarks 2019-01-12 01:54:57 +09:00
char Remove licenses 2018-12-25 21:08:33 -07:00
fmt rename first_mut_ptr -> first_ptr_mut 2019-01-28 12:37:29 +01:00
future Add #[must_use] message to Iterator and Future 2019-01-13 02:57:27 +09:00
hash libcore: remove unneeded allow(deprecated) 2019-01-28 10:39:49 +01:00
iter Fix broken grammar in iter::from_fn() docs 2019-02-06 19:24:20 +02:00
num Use LLVM intrinsics for saturating add/sub 2019-01-29 22:32:13 +01:00
ops Add #[must_use] message to Fn* traits 2019-02-07 19:44:06 +09:00
prelude Remove licenses 2018-12-25 21:08:33 -07:00
slice rename first_mut_ptr -> first_ptr_mut 2019-01-28 12:37:29 +01:00
str update split docs 2019-02-04 15:26:33 -08:00
sync Add suggestions to deprecation lints 2019-01-30 17:49:04 +01:00
task Add #[must_use] to core::task::Poll 2019-02-04 22:41:39 +09:00
tests disable tests in Miri 2019-02-07 18:24:10 +01:00
unicode Remove licenses 2018-12-25 21:08:33 -07:00
alloc.rs Remove licenses 2018-12-25 21:08:33 -07:00
any.rs Stabilize Any::get_type_id and rename to type_id 2019-01-22 14:25:27 +01: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 Remove licenses 2018-12-25 21:08:33 -07:00
clone.rs Auto merge of #57125 - doitian:inconsistent-clone-doc, r=bluss 2019-01-01 20:50:13 +00:00
cmp.rs Rollup merge of #57357 - frewsxcv:frewsxcv-partial-eq, r=QuietMisdreavus 2019-01-18 18:06:30 +01:00
convert.rs Tiny improvement to docs for core::convert. 2019-01-26 16:46:15 -05:00
default.rs Remove licenses 2018-12-25 21:08:33 -07:00
ffi.rs Rollup merge of #57340 - eqrion:doc/c_variadic, r=Mark-Simulacrum 2019-01-18 18:06:29 +01:00
hint.rs Move spin_loop_hint to core::hint module 2019-01-15 16:44:28 -05:00
internal_macros.rs Remove licenses 2018-12-25 21:08:33 -07:00
intrinsics.rs Use LLVM intrinsics for saturating add/sub 2019-01-29 22:32:13 +01:00
iter_private.rs Remove licenses 2018-12-25 21:08:33 -07:00
lib.rs Rollup merge of #57259 - king6cong:master, r=alexcrichton 2019-02-10 21:45:07 +01:00
macros.rs some type-level docs for MaybeUninit; rename into_inner -> into_initialized 2019-02-03 22:10:39 +01:00
marker.rs Mark static generators as !Unpin 2019-01-27 22:58:59 +01:00
mem.rs Auto merge of #58129 - RalfJung:maybe-uninit, r=cramertj 2019-02-10 20:03:03 +00:00
option.rs stabilize transpose_result in 1.33 2019-01-13 06:15:44 +01: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 Update generator transform and generated function signature 2019-01-27 22:58:59 +01:00
ptr.rs some type-level docs for MaybeUninit; rename into_inner -> into_initialized 2019-02-03 22:10:39 +01:00
raw.rs Remove licenses 2018-12-25 21:08:33 -07:00
result.rs stabilize transpose_result in 1.33 2019-01-13 06:15:44 +01:00
time.rs Specify the tracking issue 2019-01-07 11:39:22 +01: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