..
benches
Move deny(warnings) into rustbuild
2018-04-08 16:59:14 -06:00
char
mod.rs isn't beautiful
2018-05-30 22:24:24 +03:00
fmt
Reexport fmt::Alignment into std
2018-06-03 17:04:48 +02:00
hash
impl Hash for !
2018-06-14 23:26:38 -04:00
iter
Auto merge of #51463 - estebank:error-codes, r=nikomatsakis
2018-06-22 03:24:36 +00:00
num
add some docs to conversions
2018-06-10 13:16:34 +02:00
ops
Add message to rustc_on_unimplemented attributes in core
2018-06-19 15:19:13 -07:00
prelude
Switch to 1.26 bootstrap compiler
2018-05-17 08:47:25 -06:00
slice
Be more precise about why references need to be non-null and aligned
2018-06-09 10:40:51 +02:00
str
impl Default for &mut str
2018-06-03 00:29:50 +08:00
sync
Auto merge of #48553 - seanmonstar:atomic-debug, r=alexcrichton
2018-04-19 23:08:16 +00:00
tests
Auto merge of #51601 - Emerentius:step_by_range_diet, r=sfackler
2018-06-21 08:55:13 +00:00
unicode
Regenerate character tables for Unicode 11
2018-06-11 10:54:30 -07:00
alloc.rs
Rename OOM to allocation error
2018-06-18 21:41:24 +02:00
any.rs
Fix up Any doc examples
2018-05-31 13:27:08 -07:00
array.rs
Revert "Stabilize the TryFrom and TryInto traits"
2018-04-20 18:10:00 +02:00
ascii.rs
Correct a few stability attributes
2018-04-05 15:39:29 +01:00
borrow.rs
Fix formatting.
2018-03-18 13:05:00 +01:00
Cargo.toml
Switch to 1.26 bootstrap compiler
2018-05-17 08:47:25 -06:00
cell.rs
Add Ref/RefMut map_split method
2018-06-13 11:35:39 -07:00
clone.rs
Switch to 1.26 bootstrap compiler
2018-05-17 08:47:25 -06:00
cmp.rs
Add message to rustc_on_unimplemented attributes in core
2018-06-19 15:19:13 -07:00
convert.rs
Revert "Stabilize the TryFrom and TryInto traits"
2018-04-20 18:10:00 +02:00
default.rs
Fix "Quasi-quoting is inefficient" warning in incremental rustbuild.
2017-07-18 01:49:40 +08:00
future.rs
add a few blanket future impls to std
2018-06-08 17:56:59 -04:00
hint.rs
Stabilize core::hint::unreachable_unchecked.
2018-04-16 18:29:40 +08:00
internal_macros.rs
Switch to 1.26 bootstrap compiler
2018-05-17 08:47:25 -06:00
intrinsics.rs
Update nomicon link in transmute docs
2018-05-25 11:47:48 -07:00
iter_private.rs
Various fixes to wording consistency in the docs
2017-03-22 17:19:52 +01:00
lib.rs
Stabilize #[repr(transparent)]
2018-06-12 06:49:07 +02:00
macros.rs
undo payload in core::panic! changes
2018-06-03 13:46:19 +02:00
marker.rs
Update message for !Sized types
2018-06-19 17:32:33 -07:00
mem.rs
PinMut: Add safe get_mut and rename unsafe fns to get_mut_unchecked and map_unchecked
2018-06-23 18:29:56 +02:00
nonzero.rs
Make core::nonzero private
2018-05-16 19:08:41 +02:00
option.rs
Rollup merge of #51730 - MajorBreakfast:pin-get-mut-unchecked, r=withoutboats
2018-06-26 11:35:37 +02:00
panic.rs
implement #[panic_implementation]
2018-06-03 13:46:19 +02:00
panicking.rs
undo payload in core::panic! changes
2018-06-03 13:46:19 +02:00
ptr.rs
Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAlloc
2018-06-11 13:47:23 -07:00
raw.rs
Fix up various links
2017-03-20 10:10:16 -04:00
result.rs
Add explanation for #[must_use] on Result
2018-05-07 10:26:28 -07:00
task.rs
Improve core::task::TaskObj
2018-06-13 09:32:59 +02:00
time.rs
Rollup merge of #50167 - fintelia:duration-nanos, r=sfackler
2018-06-02 13:14:22 -06:00
tuple.rs
Update bootstrap compiler
2017-08-31 06:58:58 -07:00
unit.rs
impl FromIterator<()> for ()
2017-10-18 23:12:37 -07:00