Permalink
..
Failed to load latest commit information.
collections Move core::alloc::CollectionAllocErr to alloc::collections Jun 29, 2018
ffi Add links to std::char::REPLACEMENT_CHARACTER from docs. Aug 11, 2018
io Make std::io::Error #[non_exhaustive] Aug 15, 2018
net Replace _.. with just .. in slice pattern Aug 10, 2018
os Add aarch64-unknown-netbsd target Aug 7, 2018
prelude Reformat std prelude source to show it is the sum of core and alloc p… Jul 7, 2018
sync Auto merge of #52936 - felixrabe:patch-1, r=alexcrichton Aug 14, 2018
sys Rollup merge of #53395 - varkor:__Nonexhaustive-to-non_exhaustive, r=… Aug 16, 2018
sys_common avoid using the word 'initialized' to talk about that non-reentrant-c… Aug 8, 2018
tests Use str::repeat Jul 27, 2018
thread avoid using the word 'initialized' to talk about that non-reentrant-c… Aug 8, 2018
Cargo.toml Remove the unstable std_unicode crate, deprecated since 1.27 Jul 30, 2018
alloc.rs Switch to bootstrapping from 1.29 beta Aug 1, 2018
ascii.rs Remove unstable and deprecated APIs Jul 30, 2018
build.rs std: Use target_pointer_width for BACKTRACE_ELF_SIZE Aug 15, 2018
env.rs make reference to dirs crate clickable in terminals Jul 12, 2018
error.rs Add missing dyn in tests Jul 11, 2018
f32.rs Clarify rational behind current implementation of `.mod_euc()` Jun 26, 2018
f64.rs Clarify rational behind current implementation of `.mod_euc()` Jun 26, 2018
fs.rs Edit code example for File::open Jul 8, 2018
future.rs Remove unnecessary local in await! macro Aug 2, 2018
keyword_docs.rs Add let keyword doc Aug 11, 2018
lib.rs Stabilize `use_extern_macros` Aug 17, 2018
macros.rs Remove unnecessary local in await! macro Aug 2, 2018
memchr.rs Fix inconsistent doc headings Aug 24, 2017
num.rs Stabilize num::NonZeroU* May 16, 2018
panic.rs Deny bare trait objects in `src/libstd`. Jul 10, 2018
panicking.rs Deny bare trait objects in `src/libstd`. Jul 10, 2018
path.rs Add links to std::char::REPLACEMENT_CHARACTER from docs. Aug 11, 2018
primitive_docs.rs make std::str link into See also link May 9, 2018
process.rs Fix indent Aug 11, 2018
rt.rs Deny bare trait objects in `src/libstd`. Jul 10, 2018
time.rs Stabilize SystemTime::UNIX_EPOCH May 29, 2018