| Age | Commit message (Expand) | Author | Lines |
| 2015-06-19 | rustc: remove ownership of tcx from trans' context. | Eduard Burtescu | -6/+4 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -2/+2 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -1/+0 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -3/+4 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -2/+2 |
| 2015-05-27 | Remove build date from the output of --version | Johannes Oertel | -5/+0 |
| 2015-05-23 | driver: Only emit the RUST_BACKTRACE message if not present | Richo Healey | -1/+4 |
| 2015-05-20 | Auto merge of #25350 - alexcrichton:msvc, r=brson | bors | -1/+1 |
| 2015-05-19 | rustc: Shorten MSVC metadata section name | Alex Crichton | -1/+1 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-05-01 | std: Remove index notation on slice iterators | Alex Crichton | -5/+5 |
| 2015-04-30 | Auto merge of #24884 - michaelsproul:extended-errors, r=nrc | bors | -3/+4 |
| 2015-04-30 | Add metadata output to the diagnostics system. | Michael Sproul | -3/+4 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -1/+0 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -4/+2 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-04 | Fix printing of extended errors. | Michael Sproul | -1/+2 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -2/+2 |
| 2015-03-31 | rollup merge of #23919: alexcrichton/stabilize-io-error | Alex Crichton | -1/+0 |
| 2015-03-31 | std: Stabilize last bits of io::Error | Alex Crichton | -1/+0 |
| 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-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -3/+2 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -3/+2 |
| 2015-03-26 | Register new snapshots | Alex Crichton | -1/+1 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -6/+7 |
| 2015-03-17 | std: Tweak some unstable features of `str` | Alex Crichton | -0/+1 |
| 2015-03-15 | Use new io in print and println macroses | Simonas Kazlauskas | -1/+1 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -20/+19 |
| 2015-03-13 | Auto merge of #23229 - aturon:stab-path, r=alexcrichton | bors | -1/+0 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -1/+0 |
| 2015-03-12 | Rollup merge of #23274 - rprichard:fix-21715, r=pnkfelix | Manish Goregaokar | -25/+43 |
| 2015-03-11 | Improve -Z unstable-options diagnostics and avoid an ICE | Ryan Prichard | -25/+43 |
| 2015-03-10 | std: Stabilize more of the `char` module | Alex Crichton | -3/+1 |
| 2015-03-06 | rollup merge of #22975: alexcrichton/stabilize-ffi | Alex Crichton | -1/+0 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -0/+2 |
| 2015-03-06 | Rollup merge of #23081 - alexcrichton:stabilize-fs, r=aturon | Manish Goregaokar | -1/+0 |
| 2015-03-06 | Rollup merge of #23010 - alexcrichton:deprecate-some-old-io, r=aturon | Manish Goregaokar | -0/+1 |
| 2015-03-05 | std: Stabilize the `fs` module | Alex Crichton | -1/+0 |
| 2015-03-05 | std: Stabilize the `ffi` module | Alex Crichton | -1/+0 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+2 |
| 2015-03-04 | std: Stabilize portions of the `io` module | Alex Crichton | -0/+1 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -24/+30 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -2/+2 |
| 2015-02-28 | Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturon | Manish Goregaokar | -1/+1 |
| 2015-02-28 | Separate most of rustc::lint::builtin into a separate crate. | Huon Wilson | -2/+4 |
| 2015-02-27 | std: Stabilize the `env` module | Alex Crichton | -1/+1 |
| 2015-02-22 | Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturon | Manish Goregaokar | -5/+5 |
| 2015-02-21 | In the rustc driver, we pass the expanded, not the pre-expansion, AST to the ... | Nick Cameron | -5/+7 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -5/+5 |