| Age | Commit message (Expand) | Author | Lines |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -10/+81 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -1/+1 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -1/+1 |
| 2015-03-23 | rustdoc: Add #[doc(test(no_inject_crate))] attribute | Brian Anderson | -9/+47 |
| 2015-03-23 | rustdoc: interpret all leading feature attributes in examples as crate attrib... | Brian Anderson | -2/+35 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -24/+22 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -6/+6 |
| 2015-03-06 | Rollup merge of #23081 - alexcrichton:stabilize-fs, r=aturon | Manish Goregaokar | -1/+1 |
| 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/+1 |
| 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 | -14/+22 |
| 2015-02-28 | Separate most of rustc::lint::builtin into a separate crate. | Huon Wilson | -0/+3 |
| 2015-02-24 | std: Move std::env to the new I/O APIs | Alex Crichton | -3/+3 |
| 2015-02-17 | Fallout from stabilization | Aaron Turon | -2/+2 |
| 2015-02-10 | parse cfgspecs passed to rustdoc | Andrew Paseltiner | -8/+2 |
| 2015-02-09 | Review changes | Nick Cameron | -2/+2 |
| 2015-02-09 | Refactor compilation to make it easier to use for tools | Nick Cameron | -1/+1 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -11/+11 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -1/+1 |
| 2015-02-01 | std: Add a new `env` module | Alex Crichton | -3/+3 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -8/+8 |
| 2015-01-26 | Make '-A warnings' apply to all warnings, including feature gate warnings | Brian Anderson | -2/+2 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -8/+8 |
| 2015-01-17 | rustdoc: Accept string source in core::run_core | Tom Jakubowski | -1/+1 |
| 2015-01-12 | Make the compilation process more easily customisable | Nick Cameron | -4/+7 |
| 2015-01-08 | rustdoc: Stop adding #[deny(warnings)] to all tests | Brian Anderson | -1/+0 |
| 2015-01-07 | Preliminary feature staging | Brian Anderson | -0/+3 |
| 2015-01-06 | rollup merge of #20615: aturon/stab-2-thread | Alex Crichton | -1/+1 |
| 2015-01-06 | Fallout from stabilization | Aaron Turon | -1/+1 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -1/+1 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-02 | rollup merge of #20273: alexcrichton/second-pass-comm | Alex Crichton | -1/+1 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -2/+2 |
| 2014-12-29 | std: Second pass stabilization for `comm` | Alex Crichton | -1/+1 |
| 2014-12-29 | std: Stabilize the prelude module | Alex Crichton | -2/+2 |
| 2014-12-23 | rustc: Add knowledge of separate lookup paths | Alex Crichton | -7/+9 |
| 2014-12-18 | Revise std::thread API to join by default | Aaron Turon | -1/+1 |
| 2014-12-18 | Fallout from new thread API | Aaron Turon | -1/+2 |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -3/+4 |
| 2014-12-06 | Allow message specification for should_fail | Steven Fackler | -1/+1 |
| 2014-12-04 | Separate the driver into its own crate that uses trans, typeck. | Niko Matsakis | -1/+1 |
| 2014-12-04 | Remove dependencies on driver from trans et al. by moving various | Niko Matsakis | -2/+2 |
| 2014-11-21 | unicode: Rename is_XID_start to is_xid_start, is_XID_continue to is_xid_continue | Brian Anderson | -2/+2 |
| 2014-11-21 | unicode: Add stability attributes to u_char | Brian Anderson | -3/+2 |
| 2014-11-18 | Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem... | Niko Matsakis | -5/+3 |
| 2014-11-04 | Implement flexible target specification | Corey Richardson | -1/+1 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -1/+1 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -3/+3 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -1/+1 |