about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-01-15rollup merge of #20463: amaranth/black_box_outputAlex Crichton-4/+4
2015-01-15Explicitly note that vector contents are on the heapAidan Hobson Sayers-1/+1
2015-01-14use UFCS in `#[deriving(Hash)]`Jorge Aparicio-0/+2
2015-01-14Add examples for DList methods.nathan dotz-6/+166
2015-01-14auto merge of #21061 : japaric/rust/range, r=nick29581bors-8/+8
2015-01-13Fix test failuresTravis Watkins-4/+4
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-8/+8
2015-01-12auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichtonbors-2/+2
2015-01-12Vec's IntoIter should be Send/Sync when Vec is (fixes #21027)Renato Zannon-0/+3
2015-01-11Remove unused import.Joseph Crail-1/+0
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-2/+2
2015-01-11auto merge of #20406 : TimDumol/rust/dlist-append-split-off, r=Gankrobors-41/+161
2015-01-11auto merge of #20859 : mahkoh/rust/as_mut_vec, r=nikomatsakisbors-0/+15
2015-01-10add inline to every String functionJulian Orth-0/+15
2015-01-10Merge pull request #20771 from Kimundi/vec-macro-repeatbors-1/+5
2015-01-09Add append() and split_off() to DList.Tim Dumol-41/+161
2015-01-08Merge pull request #20766 from tsurai/patch-1bors-1/+1
2015-01-08Enabled the `vec![]` macro to use the `[a; b]` repeat syntax.Marvin Löbel-1/+5
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