about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2018-07-05Clarifying how the alignment of the struct worksVal Markovic-1/+4
2018-07-04Implement `Option::replace` in the core libraryKerollmops-0/+27
2018-07-04Auto merge of #51395 - SimonSapin:repr-transparent, r=SimonSapinbors-0/+8
2018-07-04Auto merge of #51935 - cramertj:unpin-references, r=withoutboatsbors-0/+9
2018-07-03Any docs preposition changeEthan McCue-1/+1
2018-07-03Auto merge of #51564 - SimonSapin:try-int, r=alexcrichtonbors-83/+189
2018-07-02Implement `UnsafeFutureObj` for `&mut Future`Josef Reinhard Brandl-2/+18
2018-07-02Remove unnecessary `PhantomData` fieldJosef Reinhard Brandl-4/+2
2018-07-02Add explanation for custom trait objectJosef Reinhard Brandl-1/+18
2018-07-02Fix naming convention issueJosef Reinhard Brandl-1/+1
2018-07-02Make `drop` method for `PinMut`'s `UnsafeFutureObj` impl emptyJosef Reinhard Brandl-3/+1
2018-07-02Improve doc comments for `FutureObj`Josef Reinhard Brandl-3/+4
2018-07-02`UnsafeFutureObj` impl for `PinMut`Josef Reinhard Brandl-3/+20
2018-07-02Add lifetime to `FutureObj`Josef Reinhard Brandl-27/+45
2018-07-02Make custom trait object for `Future` genericJosef Reinhard Brandl-53/+58
2018-07-01Rollup merge of #51853 - MajorBreakfast:fix-doc-links, r=cramertjPietro Albini-5/+9
2018-07-01Rollup merge of #51511 - Centril:feature/stabilize_iterator_flatten, r=SimonS...Pietro Albini-15/+7
2018-06-30Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichtonbors-244/+1
2018-06-30Bootstrap from 1.28.0-beta.3Mark Simulacrum-244/+1
2018-06-29Make Waker and LocalWaker UnpinTaylor Cramer-0/+3
2018-06-29Implement Unpin for referencesTaylor Cramer-0/+6
2018-06-29Move core::alloc::CollectionAllocErr to alloc::collectionsSimon Sapin-28/+0
2018-06-28Rollup merge of #51765 - jonas-schievink:patch-1, r=KodrAusMark Rousskov-2/+2
2018-06-28Auto merge of #51630 - joshlf:map-split-perf, r=dtolnaybors-30/+36
2018-06-28Rollup merge of #51842 - rust-lang:align-is-nonzero, r=cramertjkennytm-0/+2