summary refs log tree commit diff
path: root/src/libcollections/bit.rs
AgeCommit message (Expand)AuthorLines
2015-05-13Update BitSet docs to correct typesPaul Quint-3/+3
2015-04-23std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-1/+0
2015-04-23std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-2/+1
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-2/+2
2015-04-03Auto merge of #23832 - petrochenkov:usize, r=aturonbors-17/+17
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-10/+2
2015-03-31Stabilize std::numAaron Turon-1/+0
2015-03-30Remove unnecessary `as usize`Vadim Petrochenkov-17/+17
2015-03-26Register new snapshotsAlex Crichton-12/+0
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+45
2015-03-23rollup merge of #23637: apasel422/iterAlex Crichton-0/+4
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+45
2015-03-23Compiler and trait changes to make indexing by value.Niko Matsakis-0/+12
2015-03-23implement `Clone` for various iteratorsAndrew Paseltiner-0/+4
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-1/+1
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-1180/+0
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-12/+12
2015-03-03Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddybbors-3/+3
2015-03-03Rollup merge of #22876 - Florob:const, r=nikomatsakisManish Goregaokar-2/+2
2015-03-03Add `core::num::wrapping` and fix overflow errors.James Miller-3/+3
2015-03-02core: Audit num module for int/uintBrian Anderson-59/+59
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-2/+2
2015-02-25Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichtonManish Goregaokar-3/+3
2015-02-24Modify collection's `Debug` output to resemble in their content onlyTobias Bucher-3/+3
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-6/+6
2015-02-23Rollup merge of #22643 - fhartwig:bitvec-doc-fix, r=alexcrichtonManish Goregaokar-1/+1
2015-02-21Remove last traces of BitV and BitVSet from documentationFlorian Hartwig-1/+1
2015-02-20Register new snapshotsAlex Crichton-20/+0
2015-02-18Round 1 fixes and rebase conflictsAlex Crichton-2/+2
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-524/+533
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-0/+21
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-3/+3
2015-02-18make FromIterator use IntoIteratorAlexis-6/+6
2015-02-18make Extend use IntoIteratorAlexis-3/+4
2015-02-18Implement RFC 580Aaron Turon-519/+527
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-0/+21
2015-02-17Register new snapshotsAlex Crichton-22/+0
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-3/+3
2015-02-17std: Stabilize the IntoIterator traitAlex Crichton-0/+2
2015-02-13add an associated `Item` type to `IntoIterator`Jorge Aparicio-0/+24
2015-02-09std: Rename IntoIterator::Iter to IntoIterAlex Crichton-2/+2
2015-02-05remove int_uint feature from libcollectionsAlexis-152/+152
2015-02-05misc collections code cleanupAlexis-96/+96
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-02-02remove unused mut qualifiersJorge Aparicio-3/+3
2015-02-02`for x in xs.iter_mut()` -> `for x in &mut xs`Jorge Aparicio-3/+3
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-8/+8
2015-01-30rollup merge of #21713: alexcrichton/second-pass-fmtAlex Crichton-0/+1
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-0/+1