| Age | Commit message (Expand) | Author | Lines |
| 2015-08-15 | Add issue for the rustc_private feature everywhere | Alex Crichton | -1/+1 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -3/+3 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -1/+1 |
| 2015-05-24 | Return TaggedDocsIterator from reader::tagged_docs. | Ms2ger | -5/+3 |
| 2015-05-24 | Introduce TaggedDocsIterator and use it to implement reader::tagged_docs. | Ms2ger | -12/+20 |
| 2015-05-19 | Return the iterator from reader::docs. | Ms2ger | -6/+4 |
| 2015-05-17 | Rewrite reader::docs with an iterator. | Ms2ger | -9/+34 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -23/+28 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -2/+2 |
| 2015-03-31 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -1/+0 |
| 2015-03-31 | std: Stabilize last bits of io::Error | Alex Crichton | -7/+7 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -3/+1 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -3/+1 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -4/+4 |
| 2015-03-28 | Fix some typos | Vadim Petrochenkov | -1/+1 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -140/+139 |
| 2015-03-24 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+1 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -2/+2 |
| 2015-03-19 | Fix spelling errors in comments. | Joseph Crail | -1/+1 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -288/+32 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -1/+1 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -0/+2 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+2 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -23/+23 |
| 2015-03-04 | Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw | bors | -9/+9 |
| 2015-03-03 | Rollup merge of #22876 - Florob:const, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2015-03-03 | metadata: Reordered integral tags in the ascending order. | Kang Seonghoon | -51/+55 |
| 2015-03-03 | metadata: Bump the metadata encoding version. | Kang Seonghoon | -5/+101 |
| 2015-03-03 | metadata: Compact integer encoding. | Kang Seonghoon | -93/+114 |
| 2015-03-03 | metadata: Space-optimize empty vectors and maps. | Kang Seonghoon | -0/+17 |
| 2015-03-03 | metadata: Implement relaxation of short RBML lengths. | Kang Seonghoon | -32/+62 |
| 2015-03-03 | metadata: Introduce `EsSub8` and `EsSub32` tags. | Kang Seonghoon | -35/+77 |
| 2015-03-03 | metadata: Bye bye `EsLabel`. No regrets. | Kang Seonghoon | -47/+4 |
| 2015-03-03 | metadata: Eliminate the `EsEnumBody` tag. | Kang Seonghoon | -35/+12 |
| 2015-03-03 | metadata: Introduce implicit lengths for auto-serialization. | Kang Seonghoon | -52/+121 |
| 2015-03-03 | metadata: New tag encoding scheme. | Kang Seonghoon | -8/+35 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -3/+3 |
| 2015-03-01 | remove some compiler warnings | Tshepang Lekhonkhobe | -9/+9 |
| 2015-02-27 | std: Deprecated the `old_io::extensions` module | Alex Crichton | -39/+37 |
| 2015-02-24 | Use arrays instead of vectors in tests | Vadim Petrochenkov | -1/+1 |
| 2015-02-20 | try to reduce bajillion warnings | Alexis | -0/+2 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -4/+4 |
| 2015-02-17 | std: Rename io/path features with old_ prefix | Alex Crichton | -1/+1 |
| 2015-02-15 | Fix rollup (remove slicing_syntax) | Manish Goregaokar | -1/+0 |
| 2015-02-11 | rollup merge of #22161: steveklabnik/close_2741 | Alex Crichton | -1/+0 |
| 2015-02-11 | rustc: Fix a number of stability lint holes | Alex Crichton | -3/+3 |
| 2015-02-10 | Remove FIXME in librbml | Steve Klabnik | -1/+0 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -6/+6 |
| 2015-02-02 | More deprecating of i/u suffixes | Alfie John | -41/+41 |