summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-3/+4
2015-01-08Remove warning from the libraries.Huon Wilson-3/+4
2015-01-08Improvements to feature stagingBrian Anderson-110/+110
2015-01-08Add missing module stability attributesAaron Turon-0/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-7/+14
2015-01-07rollup merge of #20720: nick29581/assoc-ice-missingAlex Crichton-4/+33
2015-01-08Remove String impls and fix for make tidyNick Cameron-51/+0
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-47/+46
2015-01-07rollup merge of #20722: alexcrichton/audit-showAlex Crichton-39/+13
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-77/+56
2015-01-07rollup merge of #20696: reem/unsized-typeidAlex Crichton-0/+13
2015-01-07rollup merge of #20680: nick29581/target-wordAlex Crichton-8/+11
2015-01-07rollup merge of #20663: brson/feature-stagingAlex Crichton-0/+1
2015-01-07rollup merge of #20654: alexcrichton/stabilize-hashAlex Crichton-533/+400
2015-01-07fix the `&mut _` patternsJorge Aparicio-5/+5
2015-01-08Remove the unneeded Sized bound on TypeId creationJonathan Reem-0/+13
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07std: Tweak String implementationsAlex Crichton-61/+13
2015-01-07use slicing sugarJorge Aparicio-42/+41
2015-01-08Show, String, Eq impls for RangesNick Cameron-4/+84
2015-01-07register new snapshotsJorge Aparicio-58/+0
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-533/+400
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-8/+11
2015-01-07Add isize, usize modules, deprecate int, uint modulesAaron Turon-6/+55
2015-01-07Register new snapshotsAlex Crichton-71/+1
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