summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-07-17remove useless feature(repr_transparent)F001-1/+0
2018-07-17impl DerefMut for Cell<[T]>F001-0/+10
2018-07-17code style fixesF001-2/+4
2018-07-17impl `Deref` instead of `Index`F001-10/+8
2018-07-17use lifetime elision for consistencyF001-1/+1
2018-07-17remove "get_with" methodF001-24/+2
2018-07-17add repr transparentF001-0/+1
2018-07-17implement rfc 1789F001-44/+103
2018-07-17Rollup merge of #52392 - heycam:patch-1, r=steveklabnikkennytm-3/+3
2018-07-15impl PartialEq+Eq for BuildHasherDefaultMarco Neumann-0/+10
2018-07-15AsRef doc wording tweaksCameron McCormack-3/+3
2018-07-14Add unaligned volatile intrinsicsAmanieu d'Antras-0/+9
2018-07-14Make rounding down clear in duration documentationKaroline Plum-4/+4
2018-07-14Rollup merge of #52316 - seanmonstar:waker-unsafety, r=cramertjkennytm-5/+3
2018-07-14Rollup merge of #52003 - Kerollmops:option-replace, r=Kimundikennytm-0/+43
2018-07-13Auto merge of #51622 - kennytm:three-field-range-inclusive, r=SimonSapinbors-102/+115
2018-07-13Changed implementation of the third field to make LLVM optimize it better.kennytm-31/+39
2018-07-13Include is_empty() in PartialEq and Hash.kennytm-0/+19
2018-07-13Upgrade implementation of StepBy<RangeInclusive<_>>.kennytm-3/+5
2018-07-13Change RangeInclusive to a three-field struct.kennytm-97/+81
2018-07-12task: remove wrong comments about non-existent LocalWake traitSean McArthur-5/+3
2018-07-12Auto merge of #51339 - sdroege:exact-chunks-remainder, r=alexcrichtonbors-8/+54
2018-07-12deprecation message improvementArtyom Pavlov-2/+2
2018-07-12Rollup merge of #52164 - euclio:references, r=TimNNkennytm-13/+11
2018-07-11Rollup merge of #52193 - Emerentius:step_by_note, r=alexcrichtonMark Rousskov-1/+22
2018-07-11use proper footnote syntax for referencesAndy Russell-13/+11
2018-07-11Rollup merge of #52238 - frewsxcv:frewsxcv-unwrap, r=GuillaumeGomezGuillaume Gomez-1/+5
2018-07-11Rollup merge of #52231 - lqd:error_mesg, r=GuillaumeGomezGuillaume Gomez-1/+1
2018-07-11Rollup merge of #51701 - anirudhb:master, r=frewsxcvGuillaume Gomez-0/+6
2018-07-10Avoid unwrapping in PanicInfo doc example.Corey Farwell-1/+5
2018-07-10Fix typo in error message E0277Rémy Rakic-1/+1
2018-07-10Rollup merge of #52151 - GuillaumeGomez:trait-impl-settings, r=QuietMisdreavusGuillaume Gomez-4/+4
2018-07-10Rollup merge of #52149 - willmo:transparent-atomics, r=cramertjGuillaume Gomez-0/+3
2018-07-10Rollup merge of #52064 - Valloric:patch-1, r=cramertjGuillaume Gomez-1/+4
2018-07-10Change wording for {copy, clone}_from_sliceAnirudh Balaji-6/+6
2018-07-10Amend option.take examplesBen Berman-2/+4
2018-07-10step_by: leave time of item skip unspecifiedEmerentius-1/+22
2018-07-09Implement #[alloc_error_handler]Simon Sapin-0/+1
2018-07-09Add "or destination" to {copy, clone}_from_slice exampleAnirudh Balaji-4/+4
2018-07-09Fix the documentation of `Option::replace`Clément RENAULT-1/+1
2018-07-09Add a basic test to `Option::replace`Clément RENAULT-0/+16
2018-07-08Fix some linksGuillaume Gomez-4/+4
2018-07-07Add #[repr(transparent)] to Atomic* typeswillmo-0/+3
2018-07-06Rollup merge of #52104 - tmccombs:repr_trans_stable, r=Mark-SimulacrumMark Rousskov-1/+0
2018-07-06Handle array manually in string case conversion methodsPazzaz-0/+3
2018-07-06Auto merge of #51953 - japaric:atomic-load-store, r=alexcrichtonbors-0/+16
2018-07-06Remove unnecessary feature gate.Thayne McCombs-1/+0
2018-07-06Rollup merge of #52030 - bowbahdoe:patch-1, r=alexcrichtonkennytm-1/+1
2018-07-05#[cfg(target_has_atomic_cas)] -> #[cfg(target_has_atomic = "cas")]Jorge Aparicio-17/+16
2018-07-05enable Atomic*.{load,store} for ARMv6-M / MSP430Jorge Aparicio-0/+17