about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-2/+2
2015-01-06More test fixesAlex Crichton-14/+50
2015-01-06Fix misspelled comments.Joseph Crail-2/+2
2015-01-06Revert "Remove the unneeded Sized bound on TypeId creation"Alex Crichton-17/+1
2015-01-06Test fixes and rebase conflictsAlex Crichton-6/+21
2015-01-06rollup merge of #20563: cmr/macro-input-future-proofingAlex Crichton-14/+16
2015-01-06Minor fallout/update FOLLOW setsCorey Richardson-4/+4
2015-01-06rollup merge of #20656: japaric/at-cleanAlex Crichton-81/+78
2015-01-06rollup merge of #20662: reem/unsized-typeidAlex Crichton-3/+3
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-1/+1
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-321/+339
2015-01-06Register new snapshotsAlex Crichton-21/+7
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-45/+189
2015-01-07markers -> markerNick Cameron-35/+35
2015-01-07falloutNick Cameron-67/+70
2015-01-06Stricter rules surrounding adjacent nonterminals and sequencesCorey Richardson-1/+4
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-45/+189
2015-01-06Remove the unneeded Sized bound on TypeId creationJonathan Reem-3/+3
2015-01-07Replace full slice notation with index callsNick Cameron-48/+63
2015-01-07Impls using the new scheme for slicingNick Cameron-183/+144
2015-01-07Review changesNick Cameron-2/+1
2015-01-07stabilisationNick Cameron-0/+16
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-328/+331
2015-01-06Fix falloutCorey Richardson-11/+10
2015-01-06cleanup: use short AT notation (`Ty::Item` instead of `<Ty as Trait>::Item`)Jorge Aparicio-81/+78
2015-01-06Apply stability attributes to core::num::{Int, SignedInt, UnsignedInt}.Huon Wilson-11/+40
2015-01-06Unstabilise f32/f64 constants that are int/uint.Huon Wilson-14/+13
2015-01-06Reword unstability message for core::num::Float.Huon Wilson-1/+1
2015-01-06Deprecate the constant-returning functions in Float.Huon Wilson-3/+33
2015-01-06num: remove deprecated functionality.Huon Wilson-12/+12
2015-01-05More test fixes!Alex Crichton-157/+0
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-50/+207
2015-01-05Test fixesAlex Crichton-53/+0
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-37/+205
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-69/+69
2015-01-05rollup merge of #20556: japaric/no-for-sizedAlex Crichton-37/+35
2015-01-05rollup merge of #20594: nikomatsakis/orphan-orderedAlex Crichton-0/+5
2015-01-05rollup merge of #20565: alexcrichton/missing-stabilityAlex Crichton-38/+13
2015-01-05rollup merge of #20560: aturon/stab-2-iter-ops-sliceAlex Crichton-333/+487
2015-01-05rollup merge of #20554: huonw/mut-patternAlex Crichton-1/+1
2015-01-05rollup merge of #20507: alexcrichton/issue-20444Alex Crichton-1/+1
2015-01-05rollup merge of #20434: steveklabnik/five_eyeAlex Crichton-60/+60
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-6/+7
2015-01-06FalloutNick Cameron-71/+71
2015-01-05Remove i suffix in docsSteve Klabnik-60/+60
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-28/+69
2015-01-05register snapshotJorge Aparicio-42/+0
2015-01-05Implement new orphan rule that requires that impls of remote traits meet the ...Niko Matsakis-0/+5
2015-01-05Final alpha stabilization of std::sliceAaron Turon-4/+8