summary refs log tree commit diff
path: root/src/libcollections/bit.rs
AgeCommit message (Expand)AuthorLines
2015-07-27Show appropriate feature flags in docsSteve Klabnik-49/+98
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-1/+1
2015-07-01fallout of bitvec/bitset deprecationAlexis Beingessner-1/+1
2015-06-30Deprecate BitSet and BitVec in favour of bit-vec and bit-set crates in cargoAlexis Beingessner-0/+5
2015-06-17More test fixes and fallout of stability changesAlex Crichton-0/+2
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-61/+64
2015-06-17collections: Split the `collections` featureAlex Crichton-20/+20
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-4/+4
2015-06-08Auto merge of #25989 - jooert:implement_rfc839, r=Gankrobors-0/+14
2015-06-08Implement RFC 839Johannes Oertel-0/+14
2015-06-07change some statics to constantsOliver 'ker' Schneider-4/+4
2015-05-18Auto merge of #25230 - rayglover:patch-bitset, r=Gankrobors-74/+83
2015-05-16fix to size_hint(); documentation for bit-twiddle;ray glover-15/+22
2015-05-11Rollup merge of #25288 - DrKwint:master, r=alexcrichtonSteve Klabnik-3/+3
2015-05-11Auto merge of #24934 - jooert:bitset-append-split_off, r=Gankrobors-0/+83
2015-05-10Update BitSet docs to correct typesPaul Quint-3/+3
2015-05-10Implement `append` and `split_off` for BitSet (RFC 509)Johannes Oertel-0/+83
2015-05-09Perf improvements to `collections::BitSet`.ray glover-75/+77
2015-05-09Document panic behaviour of BitVec::split_offJohannes Oertel-0/+4
2015-05-06Implement append and split_off for BitVec (RFC 509)Johannes Oertel-0/+101
2015-05-04Make `BitVec::process` faster (branch free).Huon Wilson-6/+4
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-1/+0
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-1/+0
2015-04-17std: 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