Permalink
..
Failed to load latest commit information.
benches Move deny(warnings) into rustbuild Apr 8, 2018
char Rollup merge of #53059 - ljedrz:unneeded_returns, r=kennytm Aug 12, 2018
fmt Enforce #![deny(bare_trait_objects)] in src/libcore Jul 25, 2018
future Implement Unpin for FutureObj and LocalFutureObj Jul 30, 2018
hash impl PartialEq+Eq for BuildHasherDefault Jul 15, 2018
iter Fix since of Iterator::flatten to be a proper semver Aug 15, 2018
num Gratuitous at byte boundaries in hex i32 literals in some doc-tests Aug 17, 2018
ops Fix a typo in unsize.rs Jul 31, 2018
prelude Switch to 1.26 bootstrap compiler May 17, 2018
slice Rollup merge of #53059 - ljedrz:unneeded_returns, r=kennytm Aug 12, 2018
str Rollup merge of #53273 - frewsxcv:frewsxcv-ufffd, r=GuillaumeGomez Aug 12, 2018
sync Make core::sync::atomic::Ordering #[non_exhaustive] Aug 15, 2018
task Rename Executor trait to Spawn Aug 6, 2018
tests Auto merge of #53033 - RalfJung:manually_dro, r=SimonSapin Aug 14, 2018
unicode Auto merge of #51609 - dscorbett:is_numeric, r=alexcrichton Aug 1, 2018
Cargo.toml Switch to 1.26 bootstrap compiler May 17, 2018
alloc.rs Remove explicit returns where unnecessary Aug 4, 2018
any.rs Enforce #![deny(bare_trait_objects)] in src/libcore Jul 25, 2018
array.rs Revert "Stabilize the TryFrom and TryInto traits" Apr 20, 2018
ascii.rs migrate codebase to `..=` inclusive range patterns Jun 26, 2018
borrow.rs Fix formatting. Mar 18, 2018
cell.rs Remove redundant field names in structs Aug 4, 2018
clone.rs Switch to 1.26 bootstrap compiler May 17, 2018
cmp.rs inline some short functions Aug 9, 2018
convert.rs AsRef doc wording tweaks Jul 15, 2018
default.rs Fix "Quasi-quoting is inefficient" warning in incremental rustbuild. Jul 17, 2017
hint.rs Stabilize core::hint::unreachable_unchecked. Apr 16, 2018
internal_macros.rs Switch to 1.26 bootstrap compiler May 17, 2018
intrinsics.rs Switch to bootstrapping from 1.29 beta Aug 1, 2018
iter_private.rs Various fixes to wording consistency in the docs Mar 22, 2017
lib.rs Make core::sync::atomic::Ordering #[non_exhaustive] Aug 15, 2018
macros.rs Don't accept none str literals for the format string in writeln Aug 10, 2018
marker.rs Fix doc link (again) Aug 5, 2018
mem.rs repr(transparent) Aug 9, 2018
nonzero.rs Add #[repr(transparent)] to some libcore types Jun 16, 2018
option.rs inline some short functions Aug 9, 2018
panic.rs Enforce #![deny(bare_trait_objects)] in src/libcore Jul 25, 2018
panicking.rs Bootstrap from 1.28.0-beta.3 Jun 30, 2018
ptr.rs Rollup merge of #53059 - ljedrz:unneeded_returns, r=kennytm Aug 12, 2018
raw.rs Fix up various links Mar 20, 2017
result.rs inline some short functions Aug 9, 2018
time.rs Remove redundant field names in structs Aug 4, 2018
tuple.rs Update bootstrap compiler Aug 31, 2017
unit.rs impl FromIterator<()> for () Oct 19, 2017