about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2014-11-16rollup merge of #18976: bjz/rfc369-numericsJakub Bukaj-2/+59
2014-11-16rollup merge of #18970: aturon/fixup-stableJakub Bukaj-1/+0
2014-11-16rollup merge of #18942: jbcrail/tree-set-docsJakub Bukaj-4/+4
2014-11-16Move ToString to collections::stringBrendan Zabarauskas-1/+44
2014-11-16Move IntoString to collections::stringBrendan Zabarauskas-0/+6
2014-11-16Move FromStr to core::strBrendan Zabarauskas-1/+9
2014-11-15Update ring_buf.rs from fallout of #18827.Colin Sherratt-5/+5
2014-11-14libs: fix #[stable] inheritance falloutAaron Turon-1/+0
2014-11-14auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichtonbors-19/+19
2014-11-14Added population count assertion in reserve. Cleaned up wrap_index.Colin Sherratt-11/+14
2014-11-14Manually reset the ringbuffer before or after the ringbuffer push/pop tests.Colin Sherratt-17/+25
2014-11-14Added some extra debug_asserts to ring_buf.Colin Sherratt-4/+16
2014-11-14Handle allocate/reallocate errors in ring_bufColin Sherratt-9/+14
2014-11-14Expand the benchmarking and unit test suite for ring_buf.Colin Sherratt-199/+486
2014-11-14auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichtonbors-7/+11
2014-11-14Revert the need for initial values with arithmetic iteratorsBrendan Zabarauskas-4/+4
2014-11-13Remove BTreeSet from all examples.Joseph Crail-4/+4
2014-11-12Fix `Vec::map_in_place` not doing what is written in the commentTobias Bucher-1/+4
2014-11-12Register new snapshotsAlex Crichton-21/+0
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-1/+5
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-4/+4
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-5/+5
2014-11-13Create UnsignedInt trait and deprecate free functionsBrendan Zabarauskas-2/+2
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-19/+19
2014-11-11auto merge of #18753 : jbcrail/rust/fix-deprecated-enum-set, r=alexcrichtonbors-2/+2
2014-11-10Implement collection views API for TrieMap.Michael Sproul-102/+589
2014-11-09auto merge of #18756 : jbcrail/rust/add-enum-set-bitxor, r=alexcrichtonbors-1/+26
2014-11-08auto merge of #18475 : gamazeps/rust/toExtend, r=alexcrichtonbors-16/+32
2014-11-08auto merge of #18740 : jbcrail/rust/implement-enum-set-len, r=alexcrichtonbors-1/+20
2014-11-08auto merge of #18735 : utkarshkukreti/rust/remove-unnecessary-to_string-from-...bors-6/+5
2014-11-08Implements Extend for EnumSet and LruCachegamazeps-0/+16
2014-11-08Renamed Extendable to Extendgamazeps-16/+16
2014-11-07Add tests for BitAnd and BitXor.Joseph Crail-0/+20
2014-11-07Add BitXor to EnumSet.Joseph Crail-1/+6
2014-11-07Rename deprecated EnumSet methods in unit tests.Joseph Crail-2/+2
2014-11-07Implement len() for EnumSet.Joseph Crail-1/+20
2014-11-07Remove unnecessary `.to_string()`s from `Vec.swap_remove`'s doc example.Utkarsh Kukreti-6/+5
2014-11-06Add example impl in CLike docs. Fix 13752.Simon Sapin-1/+21
2014-11-06EnumSet assertion: better error message.Simon Sapin-1/+3
2014-11-06Make EnumSet not silently corrupt data.Simon Sapin-1/+30
2014-11-06fix EnumSet::is_subsetAlex Crichton-2/+7
2014-11-06rollup merge of #18605 : Gankro/collect-fruitAlex Crichton-845/+1158
2014-11-06Implement low-hanging fruit of collection conventionsAlexis Beingessner-845/+1158
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-170/+72
2014-11-05Fix testsJorge Aparicio-17/+17
2014-11-05Fix fallout of DSTifying PartialEq, PartialOrd, Eq, OrdJorge Aparicio-0/+21
2014-11-05Add impls of the comparison operators for fixed-length arrays of lengths 0......Niko Matsakis-10/+10
2014-11-05Repair various cases where values of distinct types were being operatedNiko Matsakis-1/+1
2014-11-04libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` inPatrick Walton-7/+8
2014-11-03rollup merge of #18519 : Gankro/collect-smashAlex Crichton-1620/+1715