| Age | Commit message (Expand) | Author | Lines |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -49/+98 |
| 2015-07-09 | Use vec![elt; n] where possible | Ulrik Sverdrup | -1/+1 |
| 2015-07-01 | fallout of bitvec/bitset deprecation | Alexis Beingessner | -1/+1 |
| 2015-06-30 | Deprecate BitSet and BitVec in favour of bit-vec and bit-set crates in cargo | Alexis Beingessner | -0/+5 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -0/+2 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -61/+64 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -20/+20 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -4/+4 |
| 2015-06-08 | Auto merge of #25989 - jooert:implement_rfc839, r=Gankro | bors | -0/+14 |
| 2015-06-08 | Implement RFC 839 | Johannes Oertel | -0/+14 |
| 2015-06-07 | change some statics to constants | Oliver 'ker' Schneider | -4/+4 |
| 2015-05-18 | Auto merge of #25230 - rayglover:patch-bitset, r=Gankro | bors | -74/+83 |
| 2015-05-16 | fix to size_hint(); documentation for bit-twiddle; | ray glover | -15/+22 |
| 2015-05-11 | Rollup merge of #25288 - DrKwint:master, r=alexcrichton | Steve Klabnik | -3/+3 |
| 2015-05-11 | Auto merge of #24934 - jooert:bitset-append-split_off, r=Gankro | bors | -0/+83 |
| 2015-05-10 | Update BitSet docs to correct types | Paul Quint | -3/+3 |
| 2015-05-10 | Implement `append` and `split_off` for BitSet (RFC 509) | Johannes Oertel | -0/+83 |
| 2015-05-09 | Perf improvements to `collections::BitSet`. | ray glover | -75/+77 |
| 2015-05-09 | Document panic behaviour of BitVec::split_off | Johannes Oertel | -0/+4 |
| 2015-05-06 | Implement append and split_off for BitVec (RFC 509) | Johannes Oertel | -0/+101 |
| 2015-05-04 | Make `BitVec::process` faster (branch free). | Huon Wilson | -6/+4 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -1/+0 |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -1/+0 |
| 2015-04-17 | std: Add Default/IntoIterator/ToOwned to the prelude | Alex Crichton | -2/+1 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -2/+2 |
| 2015-04-03 | Auto merge of #23832 - petrochenkov:usize, r=aturon | bors | -17/+17 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -10/+2 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -1/+0 |
| 2015-03-30 | Remove unnecessary `as usize` | Vadim Petrochenkov | -17/+17 |
| 2015-03-26 | Register new snapshots | Alex Crichton | -12/+0 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -0/+45 |
| 2015-03-23 | rollup merge of #23637: apasel422/iter | Alex Crichton | -0/+4 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+45 |
| 2015-03-23 | Compiler and trait changes to make indexing by value. | Niko Matsakis | -0/+12 |
| 2015-03-23 | implement `Clone` for various iterators | Andrew Paseltiner | -0/+4 |
| 2015-03-17 | Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn | Manish Goregaokar | -1/+1 |
| 2015-03-16 | extract libcollections tests into libcollectionstest | Jorge Aparicio | -1180/+0 |
| 2015-03-13 | Remove explicit syntax highlight from docs. | Joseph Crail | -1/+1 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -12/+12 |
| 2015-03-03 | Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb | bors | -3/+3 |
| 2015-03-03 | Rollup merge of #22876 - Florob:const, r=nikomatsakis | Manish Goregaokar | -2/+2 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -3/+3 |
| 2015-03-02 | core: Audit num module for int/uint | Brian Anderson | -59/+59 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -2/+2 |
| 2015-02-25 | Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2015-02-24 | Modify collection's `Debug` output to resemble in their content only | Tobias Bucher | -3/+3 |
| 2015-02-24 | Use arrays instead of vectors in tests | Vadim Petrochenkov | -6/+6 |
| 2015-02-23 | Rollup merge of #22643 - fhartwig:bitvec-doc-fix, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-02-21 | Remove last traces of BitV and BitVSet from documentation | Florian Hartwig | -1/+1 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -20/+0 |