| Age | Commit message (Expand) | Author | Lines |
| 2015-06-19 | rustc: store the type context in TLS and allow safe access to it. | Eduard Burtescu | -0/+1 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -1/+1 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -1/+2 |
| 2015-06-17 | std: Split the `std_misc` feature | Alex Crichton | -1/+2 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -0/+8 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -2/+7 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -0/+2 |
| 2015-05-29 | add const_fn features | Niko Matsakis | -0/+1 |
| 2015-05-27 | Remove #[cfg(stage0)] items. | Eduard Burtescu | -3/+0 |
| 2015-05-19 | Overhaul cast semantics and make them follow RFC401 | Ariel Ben-Yehuda | -0/+1 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-05-13 | std: Redesign Duration, implementing RFC 1040 | Alex Crichton | -0/+2 |
| 2015-05-05 | rustc: Fix more verbatim paths leaking to gcc | Alex Crichton | -0/+1 |
| 2015-04-30 | Auto merge of #24884 - michaelsproul:extended-errors, r=nrc | bors | -0/+6 |
| 2015-04-30 | Add metadata output to the diagnostics system. | Michael Sproul | -0/+6 |
| 2015-04-29 | rollup merge of #24921: tamird/bitflags-associated-const | Alex Crichton | -4/+5 |
| 2015-04-29 | rollup merge of #24711: alexcrichton/fs2.1 | Alex Crichton | -1/+1 |
| 2015-04-29 | Fallout | Tamir Duberstein | -3/+4 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -1/+0 |
| 2015-04-27 | std: Expand the area of std::fs | Alex Crichton | -1/+1 |
| 2015-04-24 | Auto merge of #24553 - nikomatsakis:issue-22779-overconstrained-impl, r=pnkfelix | bors | -0/+2 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -0/+4 |
| 2015-04-21 | implement rfc 1054: split_whitespace() fn, deprecate words() | kwantam | -1/+0 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -0/+4 |
| 2015-04-18 | Rather than storing the relations between free-regions in a global | Niko Matsakis | -0/+2 |
| 2015-04-17 | Port to using the newer graph, which offers iterators instead of the | Niko Matsakis | -1/+0 |
| 2015-04-17 | Use the newer snapshot_vec, which has a simplified delegate | Niko Matsakis | -1/+0 |
| 2015-04-17 | Add librustc_data_structures crate | Niko Matsakis | -0/+1 |
| 2015-04-02 | Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelix | Manish Goregaokar | -0/+2 |
| 2015-03-31 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+0 |
| 2015-03-31 | Stabilize `std::convert` and related code | Aaron Turon | -1/+0 |
| 2015-03-31 | Add a "match" relation that can be used to make recursion check during | Niko Matsakis | -0/+1 |
| 2015-03-31 | Port over type inference to using the new type relation stuff | Niko Matsakis | -0/+1 |
| 2015-03-27 | rollup merge of #23794: brson/slicegate | Alex Crichton | -0/+1 |
| 2015-03-27 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+0 |
| 2015-03-27 | Feature gate *all* slice patterns. #23121 | Brian Anderson | -0/+1 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -1/+0 |
| 2015-03-27 | rollup merge of #23738: alexcrichton/snapshots | Alex Crichton | -1/+1 |
| 2015-03-27 | Change the trivial cast lints to allow by default | Nick Cameron | -1/+0 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -1/+0 |
| 2015-03-26 | Register new snapshots | Alex Crichton | -1/+1 |
| 2015-03-25 | Change lint names to plurals | Nick Cameron | -2/+2 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -0/+3 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -0/+2 |
| 2015-03-17 | std: Tweak some unstable features of `str` | Alex Crichton | -0/+1 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -1/+0 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -1/+0 |
| 2015-03-06 | rollup merge of #22975: alexcrichton/stabilize-ffi | Alex Crichton | -1/+0 |
| 2015-03-06 | Suppress some warnings about features | Alex Crichton | -0/+2 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -1/+2 |