rust/src/libstd
bors 05cb29e96f Auto merge of #54051 - kennytm:rollup, r=kennytm
Rollup of 10 pull requests

Successful merges:

 - #53315 (use `NonZeroU32` in `newtype_index!`macro, change syntax)
 - #53932 ([NLL] Remove base_place)
 - #53942 (Rewrite `precompute_borrows_out_of_scope` for fewer hash table lookups.)
 - #53973 (Have rust-lldb look for the rust-enabled lldb)
 - #53981 (Implement initializer() for FileDesc)
 - #53987 (rustbuild: allow configuring llvm version suffix)
 - #53993 (rustc_resolve: don't record uniform_paths canaries as reexports.)
 - #54007 (crates that provide a `panic_handler` are exempt from the `unused_extern_crates` lint)
 - #54040 (update books for next release)
 - #54050 (Update `petgraph` dependency to 0.4.13 to fix build with nightly)
2018-09-08 11:53:21 +00:00
..
collections Fix invalid urls 2018-09-06 23:32:30 +02:00
ffi Fix link 2018-09-06 23:32:30 +02:00
io Auto merge of #51885 - GuillaumeGomez:trait-impl-show-docs, r=Mark-Simulacrum,QuietMisdreavus 2018-09-08 04:14:54 +00:00
net Rollup merge of #53213 - tmccombs:stable-ipconstructors, r=KodrAus 2018-08-21 01:20:10 +08:00
os Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomez 2018-09-01 23:18:41 +08:00
prelude Reformat std prelude source to show it is the sum of core and alloc preludes 2018-07-07 23:16:27 +02:00
sync Fix invalid urls 2018-09-06 23:32:30 +02:00
sys Implement initializer() for FileDesc 2018-09-05 23:41:20 -04:00
sys_common Breaking change upgrades 2018-09-04 13:22:08 -06:00
tests Breaking change upgrades 2018-09-04 13:22:08 -06:00
thread split paragraph 2018-08-28 10:49:45 +02:00
alloc.rs rustc: Continue to tweak "std internal symbols" 2018-08-26 16:34:14 -07:00
ascii.rs Remove unstable and deprecated APIs 2018-07-30 18:18:23 +02:00
build.rs std: Use target_pointer_width for BACKTRACE_ELF_SIZE 2018-08-14 21:08:42 -07:00
Cargo.toml Breaking change upgrades 2018-09-04 13:22:08 -06:00
env.rs make reference to dirs crate clickable in terminals 2018-07-12 12:48:10 +02:00
error.rs Correctly parenthesize dyn Error + 'static. 2018-08-21 00:58:52 +02:00
f32.rs Clarify rational behind current implementation of .mod_euc() 2018-06-26 13:09:56 +02:00
f64.rs Clarify rational behind current implementation of .mod_euc() 2018-06-26 13:09:56 +02:00
fs.rs Rollup merge of #53376 - frewsxcv:frewsxcv-copy, r=GuillaumeGomez 2018-09-07 15:26:30 +08:00
future.rs move PinMut into pin module and export through std 2018-08-23 01:37:03 +03:00
keyword_docs.rs Add struct keyword doc 2018-08-23 23:50:05 +02:00
lib.rs stabilize #[panic_handler] 2018-09-07 13:27:30 +02:00
macros.rs use cfg(rustdoc) instead of cfg(dox) in std and friends 2018-08-31 13:29:10 -05:00
memchr.rs Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
num.rs Stabilize num::NonZeroU* 2018-05-16 19:11:31 +02:00
panic.rs move PinMut into pin module and export through std 2018-08-23 01:37:03 +03:00
panicking.rs add #[panic_handler]; deprecate #[panic_implementation] 2018-08-23 20:58:55 +02:00
path.rs Add links to std::char::REPLACEMENT_CHARACTER from docs. 2018-08-11 15:42:35 -04:00
primitive_docs.rs make std::str link into See also link 2018-05-09 18:30:32 -04:00
process.rs document the platform-specific behavior of Command::current_dir 2018-08-20 17:02:45 -04:00
rt.rs Deny bare trait objects in src/libstd. 2018-07-10 20:35:36 +02:00
time.rs Stabilize SystemTime::UNIX_EPOCH 2018-05-28 18:24:01 -06:00