about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
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
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-13/+51
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-16/+16
2015-01-05rollup merge of #20556: japaric/no-for-sizedAlex Crichton-3/+3
2015-01-05rollup merge of #20565: alexcrichton/missing-stabilityAlex Crichton-0/+3
2015-01-05rollup merge of #20560: aturon/stab-2-iter-ops-sliceAlex Crichton-15/+52
2015-01-05rollup merge of #20507: alexcrichton/issue-20444Alex Crichton-42/+0
2015-01-05rollup merge of #20434: steveklabnik/five_eyeAlex Crichton-427/+555
2015-01-05rollup merge of #20197: pczarn/ring_buf-collections-reformAlex Crichton-22/+307
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-8/+12
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-3/+22
2015-01-06FalloutNick Cameron-18/+18
2015-01-05Remove i suffix in docsSteve Klabnik-427/+555
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-10/+31
2015-01-05register snapshotJorge Aparicio-104/+0
2015-01-05Stabilize collection modulesAaron Turon-0/+9
2015-01-05Final alpha stabilization of std::sliceAaron Turon-2/+4
2015-01-05Rename macro_escape to macro_useKeegan McAllister-1/+2
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-2/+1
2015-01-05Use $crate and macro reexport to reduce duplicated codeKeegan McAllister-0/+15
2015-01-05remove unused `Sized` importsJorge Aparicio-1/+0
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-3/+3
2015-01-05std: Redesign c_str and c_vecAlex Crichton-42/+0
2015-01-05Implement a few methods for RingBufPiotr Czarnecki-22/+307
2015-01-04std: Fixup some missing stabilization on strAlex Crichton-0/+3
2015-01-05auto merge of #20395 : huonw/rust/char-stab-2, r=aturonbors-3/+2
2015-01-05Merge `UnicodeChar` and `CharExt`.Huon Wilson-2/+1
2015-01-05Rename `core::char::Char` to `CharExt` to match prelude guidelines.Huon Wilson-2/+2
2015-01-04[breaking change] Update entry API as part of RFC 509.Ben Foppa-26/+52
2015-01-03Remove deprecated functionalityAlex Crichton-1428/+197
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-36/+36
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-16/+16
2015-01-03collections: fix falloutJorge Aparicio-0/+121
2015-01-03use assoc types in binop traitsJorge Aparicio-10/+30