about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
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
2014-09-19Add enum variants to the type namespaceNick Cameron-3/+3
2014-09-19Refactor `Vec::map_in_place` to move code out of `PartialVec`Tobias Bucher-208/+222
2014-09-19Implement slicing syntax.Nick Cameron-0/+80
2014-09-16Fallout from renamingAaron Turon-170/+170
2014-09-16Align with _mut conventionsAaron Turon-37/+169
2014-09-16auto merge of #17266 : Gankro/rust/vec-move, r=alexcrichtonbors-0/+2
2014-09-16auto merge of #17245 : sfackler/rust/enumset-show, r=alexcrichtonbors-1/+27
2014-09-16auto merge of #17280 : thestinger/rust/heap, r=pcwaltonbors-7/+3
2014-09-15heap: optimize EMPTY to avoid relocationsDaniel Micay-7/+3
2014-09-15auto merge of #16887 : steveklabnik/rust/guide_iterators, r=alexcrichtonbors-10/+26
2014-09-14impl ExactSize for vec::MoveItemsAlexis Beingessner-0/+2
2014-09-14Fixed `map_in_place` tests after rustc upgradeTobias Bucher-8/+7
2014-09-14Added missing `}` from `map_in_place` rebaseTobias Bucher-0/+1
2014-09-14Remove the unused `Iterator` implementation of the private `PartialVec`Tobias Bucher-6/+0
2014-09-14Minimize the public interface and rename it to `map_in_place`Tobias Bucher-19/+21
2014-09-14Check that the `min_align_of` the both types in a `PartialVec` matchesTobias Bucher-2/+6
2014-09-14Fix some of the issues mentioned in the PR on GithubTobias Bucher-22/+43
2014-09-14PartialVec: Remove TODOs and rename `unwrap` to `into_vec`Tobias Bucher-8/+4
2014-09-14Add support for in-place map for `Vec`s of types with same sizeTobias Bucher-0/+258
2014-09-13Properly implement Show for EnumSetSteven Fackler-1/+27
2014-09-13Move info into individual modules.Steve Klabnik-10/+26
2014-09-09Remove some test warnings.Jonas Hietala-2/+10
2014-09-08auto merge of #16903 : mahkoh/rust/move_items_unwrap, r=aturonbors-0/+25
2014-09-04collections/slice: Reexport mut_ref_slice in addition to ref_slice.Peter Marheine-1/+1
2014-09-03Fix spelling errors and capitalization.Joseph Crail-4/+4
2014-09-04auto merge of #16961 : huonw/rust/bitv-twiddle, r=alexcrichtonbors-22/+29
2014-09-03bitv: add larger tests, better benchmarks & remove dead code.Huon Wilson-22/+29
2014-08-31Rename `RawPtr::to_option()` to `RawPtr::as_ref()`Andrew Poelstra-1/+1
2014-08-31Add unwrap method to MoveItemsJulian Orth-0/+25
2014-08-30auto merge of #16859 : alexcrichton/rust/snapshots, r=huonwbors-188/+0
2014-08-29Register new snapshotsAlex Crichton-188/+0
2014-08-30Add lint groups; define built-in lint groups `bad_style` and `unused`P1start-1/+0
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-0/+1
2014-08-29auto merge of #16768 : nham/rust/libcollections_test_cleanup, r=alexcrichtonbors-77/+75
2014-08-28auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichtonbors-10/+10