about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2014-10-07auto merge of #17802 : Gankro/rust/collection-docs-redux, r=aturonbors-0/+5
2014-10-06add missing btree re-exportsAlexis Beingessner-0/+2
2014-10-06library-level docs for collectionsAlexis Beingessner-0/+3
2014-10-07Rename slicing methodsNick Cameron-1/+86
2014-10-07Rename slice::SliceNick Cameron-8/+8
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-4/+8
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-60/+75
2014-10-05String::truncate doc: also fails if not a char boundarySimon Sapin-4/+5
2014-10-04auto merge of #17738 : hoeppnertill/rust/master, r=alexcrichtonbors-9/+28
2014-10-03Fix preallocation amount in String::from_utf16Simon Sapin-1/+1
2014-10-03Fix lev_distanceTill Hoeppner-9/+28
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-45/+1
2014-10-02rollup merge of #16993 : dschatzberg/items-boundsAlex Crichton-17/+79
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-82/+62
2014-10-02Revert "Remove the `_` suffix from slice methods."Aaron Turon-71/+0
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-10/+6
2014-10-02Revert "Review and rebasing changes"Aaron Turon-36/+11
2014-10-02Add fixes for new lifetime boundsDan Schatzberg-11/+8
2014-10-02Add tests for MoveItemsDan Schatzberg-0/+33
2014-10-02Use RawPtr::offset when size_of::<T>() > 0Dan Schatzberg-1/+5
2014-10-02Add lifetime bounds on Items and MutItems.Dan Schatzberg-14/+42
2014-10-02tests: remove uses of Gc.Eduard Burtescu-44/+0
2014-10-02syntax: mark the managed_boxes feature as Removed.Eduard Burtescu-1/+1
2014-10-02auto merge of #17620 : nick29581/rust/slice4, r=aturonbors-61/+181
2014-10-02Review and rebasing changesNick Cameron-11/+36
2014-10-02auto merge of #17381 : tbu-/rust/pr_mapinplace2, r=aturonbors-208/+222
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-6/+10
2014-10-02Remove the `_` suffix from slice methods.Nick Cameron-0/+71
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-62/+82
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-7/+7
2014-09-29rollup merge of #17621 : sfackler/new-snapAlex Crichton-3/+0
2014-09-29rollup merge of #17599 : Gankro/enum-ordAlex Crichton-1/+1
2014-09-29rollup merge of #17585 : sfackler/string-sliceAlex Crichton-0/+32
2014-09-29rollup merge of #17577 : squeaky-pl/patch-1Alex Crichton-1/+1
2014-09-28Register new snapshotsSteven Fackler-3/+0
2014-09-27make EnumSet derive Ord and PartialOrdAlexis Beingessner-1/+1
2014-09-27auto merge of #17334 : Gankro/rust/btree-vec, r=huonwbors-920/+2221
2014-09-27complete btree rewriteAlexis Beingessner-920/+2221
2014-09-26Implement Slice for String and strSteven Fackler-0/+32
2014-09-27Correct stability marker in string.rsSqueaky-1/+1
2014-09-25Add tests for new _mut variantsAaron Turon-4/+81
2014-09-24auto merge of #17438 : alexcrichton/rust/string-stable, r=aturonbors-47/+196
2014-09-23Deal with the fallout of string stabilizationAlex Crichton-27/+36
2014-09-22Fix deprecation warnings in check-docs.Victor Berger-5/+7
2014-09-22Update calls of deprecated functions in macros.Victor Berger-14/+20
2014-09-22collections: Deprecate shift_char for insert/removeAlex Crichton-15/+87
2014-09-22collections: Stabilize StringAlex Crichton-9/+77
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-48/+23
2014-09-21collections: Stabilize VecAlex Crichton-5/+56
2014-09-19rollup merge of #17338 : nick29581/variants-namespaceAlex Crichton-3/+3