| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -2/+2 |
| 2014-09-14 | rustdoc: fix fallout from using ptr::P. | Eduard Burtescu | -6/+6 |
| 2014-09-08 | rustdoc: fix fallout from the addition of a 'tcx lifetime on tcx. | Eduard Burtescu | -4/+3 |
| 2014-09-07 | Changed addl_lib_search_paths from HashSet to Vec | inrustwetrust | -4/+4 |
| 2014-09-06 | auto merge of #16907 : SimonSapin/rust/tempdir-result, r=huonw | bors | -1/+1 |
| 2014-09-05 | move back::link::write into a separate file | Stuart Pernsteiner | -2/+2 |
| 2014-08-31 | Have std::io::TempDir::new and new_in return IoResult | Simon Sapin | -1/+1 |
| 2014-07-31 | rustdoc: Use --crate-name with --test | Alex Crichton | -2/+7 |
| 2014-07-23 | collections: Deprecate shift/unshift | Brian Anderson | -1/+1 |
| 2014-07-21 | rustdoc: Add an --extern flag analagous to rustc's | Tom Jakubowski | -4/+11 |
| 2014-07-21 | rustc: Pass optional additional plugins to compile_input | Brian Anderson | -2/+2 |
| 2014-07-10 | auto merge of #15336 : jakub-/rust/diagnostics, r=brson | bors | -2/+2 |
| 2014-07-11 | Add scaffolding for assigning alpha-numeric codes to rustc diagnostics | Jakub Wieczorek | -2/+2 |
| 2014-07-10 | io::process::Command: add fine-grained env builder | Aaron Turon | -17/+6 |
| 2014-07-05 | rustc: Remove CrateId and all related support | Alex Crichton | -1/+1 |
| 2014-06-28 | librustc: Match trait self types exactly. | Patrick Walton | -1/+8 |
| 2014-06-24 | Store the registered lints in the Session | Keegan McAllister | -1/+2 |
| 2014-06-20 | auto merge of #15039 : huonw/rust/rustdoc-testharnesss, r=alexcrichton | bors | -6/+11 |
| 2014-06-19 | rustdoc: add the ability to run tests with --test. | Huon Wilson | -6/+11 |
| 2014-06-18 | rustdoc: Don't inject `extern crate std`. | Alex Crichton | -1/+3 |
| 2014-06-18 | rustdoc: Fix testing indented code blocks | Alex Crichton | -1/+1 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -2/+3 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -3/+3 |