summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-03-29Auto merge of #23816 - frewsxcv:fromiterator-example, r=Manishearthbors-0/+21
2015-03-29Add an example for FromIterator::from_iterCorey Farwell-0/+21
2015-03-29Rollup merge of #23814 - steveklabnik:gh23320, r=alexcrichtonManish Goregaokar-0/+10
2015-03-29Auto merge of #23810 - sfackler:debug-collections, r=alexcrichtonbors-90/+125
2015-03-28Oops fix output examplesSteven Fackler-4/+4
2015-03-28Fold in debug builder doc examplesSteven Fackler-15/+3
2015-03-28Remove IteratorExtSteven Fackler-99/+103
2015-03-28Document properties for Eq + HashSteve Klabnik-0/+10
2015-03-28Fold collections debug implsSteven Fackler-16/+1
2015-03-28Update debug helpers and add list builderSteven Fackler-64/+126
2015-03-28Fix some typosVadim Petrochenkov-1/+1
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-28Auto merge of #23799 - reem:error-no-send, r=aturonbors-1/+1
2015-03-28Auto merge of #23789 - steveklabnik:gh22716, r=alexcrichtonbors-0/+17
2015-03-27Make `std::error::Error` not inherit from SendJonathan Reem-1/+1
2015-03-27Note that zip and enumerate are similarSteve Klabnik-0/+17
2015-03-27rollup merge of #23793: steveklabnik/gh21668Alex Crichton-4/+8
2015-03-27rollup merge of #23791: jviereck/fix-23713Alex Crichton-1/+1
2015-03-27Update return value docs in atomics docsSteve Klabnik-4/+8
2015-03-27Fix wording for Option<T>.unwrap. Fixes #23713Julian Viereck-1/+1
2015-03-27Test fixes and rebase conflicts, round 1Alex Crichton-1/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-116/+117
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-358/+0
2015-03-27rollup merge of #23780: ruud-v-a/wrappingAlex Crichton-1/+1
2015-03-27rollup merge of #23776: nrc/allow_trivial_castAlex Crichton-14/+0
2015-03-27rollup merge of #23771: aturon/stab-straggle-1Alex Crichton-10/+7
2015-03-27rollup merge of #23753: aturon/revise-convertAlex Crichton-0/+16
2015-03-27rollup merge of #23752: alexcrichton/remove-should-failAlex Crichton-4/+4
2015-03-27rollup merge of #23736: gmjosack/masterAlex Crichton-1/+1
2015-03-27rollup merge of #23721: erickt/deprecateAlex Crichton-0/+6
2015-03-27rollup merge of #23712: nikomatsakis/reflect-traitAlex Crichton-11/+57
2015-03-27rollup merge of #23676: gkoz/array_as_refAlex Crichton-0/+19
2015-03-27num: Derive Debug for WrappingRuud van Asseldonk-1/+1
2015-03-27Change the trivial cast lints to allow by defaultNick Cameron-14/+0
2015-03-26Fix doc tests.Niko Matsakis-0/+1
2015-03-26Stabilize some stragglers in `std::option`Aaron Turon-10/+7
2015-03-26Implement `Reflect` trait with a variant on the standard OIBITNiko Matsakis-11/+56
2015-03-26Update docs to fix various 404sGary M. Josack-1/+1
2015-03-26Revise use of conversion traitsAaron Turon-0/+16
2015-03-26syntax: Remove support for #[should_fail]Alex Crichton-4/+4
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-116/+117
2015-03-26Register new snapshotsAlex Crichton-358/+0
2015-03-26Deprecate as_mut_slice methodsErick Tryzelaar-0/+6
2015-03-26Added instability markers to `POST_DROP_*` consts, and related opt-in's.Felix S. Klock II-10/+19
2015-03-26A better `core::mem::dropped` implementation suggested by huonw on the PR.Felix S. Klock II-6/+9
2015-03-26filling-drop: switch `DTOR_NEEDED` and `DTOR_DONE` to non-trivial values.Felix S. Klock II-1/+1
2015-03-26Switch drop-flag to `u8` to allow special tags to instrument state.Felix S. Klock II-1/+95
2015-03-25Auto merge of #23434 - alexcrichton:misc-stab, r=aturonbors-3/+4
2015-03-25Rollup merge of #23664 - bluss:std-docs, r=steveklabnikManish Goregaokar-8/+7