summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-24librustc: Remove cross borrowing from mutable `Box`es to `&mut`.Patrick Walton-6/+6
2014-06-24core: Add stability attributes to CloneBrian Anderson-0/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-429/+431
2014-06-24std: Bring back half of Add on StringAlex Crichton-0/+17
2014-06-22Register new snapshotsAlex Crichton-1/+0
2014-06-21collections: fix running `make check-stage1-collections`Erick Tryzelaar-0/+3
2014-06-21std: micro-optimize Vec constructors and add benchmarksErick Tryzelaar-0/+115
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-0/+2
2014-06-19Implement Eq for Bitv and BitvSetKasey Carrothers-25/+25
2014-06-19auto merge of #15014 : brson/rust/all-crates-experimental, r=cmrbors-0/+1
2014-06-18Deprecate the bytes!() macro.Simon Sapin-42/+42
2014-06-18Shorten endian conversion method namesBrendan Zabarauskas-1/+1
2014-06-18Merge the Bitwise and ByteOrder traits into the Int traitBrendan Zabarauskas-3/+0
2014-06-18Use ByteOrder methods instead of free-standing functionsBrendan Zabarauskas-38/+23
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-15Register new snapshotsAlex Crichton-50/+0
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-5/+7
2014-06-14Register new snapshotsAlex Crichton-12/+3
2014-06-13Fix all violations of stronger guarantees for mutable borrowsCameron Zwarich-5/+9
2014-06-13auto merge of #14750 : bachm/rust/master, r=alexcrichtonbors-0/+10
2014-06-13Remove typo on collections::treemap::UnionItemsRenato Riccieri Santos Zannon-1/+1
2014-06-13auto merge of #14831 : alexcrichton/rust/format-intl, r=brsonbors-0/+50
2014-06-13added get_mut() for [T]bachm-0/+10
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-0/+50
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-334/+111
2014-06-11auto merge of #14746 : alexcrichton/rust/libsync, r=brsonbors-0/+2
2014-06-11sync: Move underneath libstdAlex Crichton-0/+2
2014-06-11rustc: Update how Gc<T> is recognizedAlex Crichton-7/+0
2014-06-09collections: Add missing Default implsTom Jakubowski-0/+52
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-3/+13
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-53/+154
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-13/+13
2014-06-08auto merge of #14751 : jbcrail/rust/fix-comments, r=alexcrichtonbors-1/+1
2014-06-08Fix spelling errors in comments.Joseph Crail-1/+1
2014-06-08Implement Hash for Bitv and BitvSetSteven Fackler-25/+48
2014-06-07Implement Show for SmallIntMapAdolfo Ochagavía-0/+27
2014-06-07Implement Show for DListAdolfo Ochagavía-0/+25
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-4/+8
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-06-06Rename Iterator::len to countAaron Turon-34/+34
2014-06-06Fix documentation for `slice()`Adolfo Ochagavía-2/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-145/+154
2014-06-05std: Recreate a `collections` moduleAlex Crichton-2891/+8604
2014-06-05auto merge of #14526 : pczarn/rust/hashmap-opt, r=alexcrichtonbors-72/+117
2014-06-05auto merge of #14642 : aochagavia/rust/pr, r=alexcrichtonbors-0/+26
2014-06-04core: Apply stability attributes to ptr modBrian Anderson-5/+6
2014-06-04collections: optimize `HashMap`. Add `DefaultResizePolicy`.Piotr Czarnecki-72/+117
2014-06-04Implement Show for RingBufAdolfo Ochagavía-0/+26
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-126/+126