summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-01-08Merge pull request #20766 from tsurai/patch-1bors-1/+1
2015-01-08doc: Fix unresolved import in Bitv exampleCristian Kubis-1/+1
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08rollup merge of #20738: brson/feature-staging2Alex Crichton-37/+37
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08auto merge of #20744 : huonw/rust/fix-string-slicing, r=pnkfelixbors-1/+7
2015-01-08Let ToString work with unsized types, importantly, `str`.Huon Wilson-1/+7
2015-01-08Improvements to feature stagingBrian Anderson-37/+37
2015-01-08Add missing module stability attributesAaron Turon-0/+2
2015-01-07Test fixes and rebase conflictsAlex Crichton-4/+4
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+1
2015-01-07rollup merge of #20657: alexcrichton/stabilize-macrosAlex Crichton-0/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-74/+73
2015-01-07rollup merge of #20722: alexcrichton/audit-showAlex Crichton-14/+8
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-23/+0
2015-01-07rollup merge of #20663: brson/feature-stagingAlex Crichton-0/+1
2015-01-07rollup merge of #20654: alexcrichton/stabilize-hashAlex Crichton-21/+50
2015-01-07fix the `&mut _` patternsJorge Aparicio-1/+1
2015-01-08Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.Felix S. Klock II-0/+1
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07std: Tweak String implementationsAlex Crichton-23/+8
2015-01-07use slicing sugarJorge Aparicio-73/+72
2015-01-07register new snapshotsJorge Aparicio-23/+0
2015-01-07std: Stablize the macros moduleAlex Crichton-0/+1
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-21/+50
2015-01-07Register new snapshotsAlex Crichton-23/+0
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-4/+4
2015-01-06More test fixesAlex Crichton-26/+29
2015-01-06Fix misspelled comments.Joseph Crail-4/+4
2015-01-06Test fixes and rebase conflictsAlex Crichton-0/+7
2015-01-06rollup merge of #20656: japaric/at-cleanAlex Crichton-2/+2
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-1/+1
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-6/+8
2015-01-06rollup merge of #20593: nikomatsakis/unused-tps-in-implAlex Crichton-1/+3
2015-01-06rollup merge of #20653: alexcrichton/entry-unstableAlex Crichton-28/+26
2015-01-06Register new snapshotsAlex Crichton-42/+3
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-34/+73
2015-01-07markers -> markerNick Cameron-13/+13
2015-01-07falloutNick Cameron-50/+56
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-34/+73
2015-01-06Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...Niko Matsakis-1/+3
2015-01-07Replace full slice notation with index callsNick Cameron-109/+103
2015-01-07Impls using the new scheme for slicingNick Cameron-26/+53
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-12/+14
2015-01-06std: Revert stability of Entry-based APIsAlex Crichton-10/+10
2015-01-06[breaking change] Revert Entry behaviour to take keys by value.Dylan Ede-18/+16
2015-01-06cleanup: use short AT notation (`Ty::Item` instead of `<Ty as Trait>::Item`)Jorge Aparicio-2/+2
2015-01-05More test fixes!Alex Crichton-0/+1
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-553/+419