summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2015-03-24Test fixes and rebase conflicts, round 2Alex Crichton-0/+1
2015-03-25Implement AsRef and AsMut for fixed-sized arraysGleb Kozyrev-0/+19
2015-03-24rollup merge of #23671: steveklabnik/doc_std_cloneAlex Crichton-0/+8
2015-03-24rollup merge of #23661: steveklabnik/any_docsAlex Crichton-4/+4
2015-03-24rollup merge of #23630: nrc/coerce-tidyAlex Crichton-3/+31
2015-03-24rollup merge of #23282: nikomatsakis/fn-trait-inheritanceAlex Crichton-1/+52
2015-03-24core: Update docs for StrExt demotion in libstdUlrik Sverdrup-8/+7
2015-03-25Change lint names to pluralsNick Cameron-20/+20
2015-03-25Add trivial cast lints.Nick Cameron-3/+31
2015-03-24An example for cloneSteve Klabnik-0/+8
2015-03-24Clean up Any's title lineSteve Klabnik-4/+4
2015-03-23rollup merge of #23652: alexcrichton/stabilize-hasher-finishAlex Crichton-1/+1
2015-03-23rollup merge of #23644: mbrubeck/doc-editAlex Crichton-6/+3
2015-03-23Update docs for ptr module.Matt Brubeck-6/+3
2015-03-23rollup merge of #23503: alexcrichton/fix-ptr-docsAlex Crichton-23/+31
2015-03-23rollup merge of #23484: alexcrichton/marker-trait-stableAlex Crichton-0/+1