| Age | Commit message (Expand) | Author | Lines |
| 2014-07-21 | rustc: Allow the crate linked to as 'std' to be customized | Brian Anderson | -0/+3 |
| 2014-07-21 | rustc: Pass optional additional plugins to compile_input | Brian Anderson | -6/+10 |
| 2014-07-21 | rustc: Extract --crate-type parsing to its own function | Brian Anderson | -17/+26 |
| 2014-07-21 | rustc: Make `monitor` public. | Brian Anderson | -1/+1 |
| 2014-07-18 | rustc: Mix extra-filename in temp outputs | Alex Crichton | -3/+9 |
| 2014-07-18 | auto merge of #15725 : aochagavia/rust/vec, r=alexcrichton | bors | -1/+1 |
| 2014-07-17 | librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language, | Patrick Walton | -1/+1 |
| 2014-07-17 | Rename functions in the CloneableVector trait | Adolfo Ochagavía | -1/+1 |
| 2014-07-17 | auto merge of #15698 : Zoxc/rust/code-model, r=alexcrichton | bors | -0/+2 |
| 2014-07-16 | auto merge of #15696 : Zoxc/rust/redzone, r=alexcrichton | bors | -0/+2 |
| 2014-07-16 | Add an option to disable the use of the redzone | John Kåre Alsaker | -0/+2 |
| 2014-07-15 | Support for specifying the code model | John Kåre Alsaker | -0/+2 |
| 2014-07-15 | auto merge of #15615 : jakub-/rust/diagnostics, r=brson | bors | -0/+3 |
| 2014-07-15 | Fix errors | Adolfo Ochagavía | -1/+0 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo Ochagavía | -2/+1 |
| 2014-07-15 | auto merge of #15371 : pnkfelix/rust/fsk-render-dataflow-on-dot, r=alexcrichton | bors | -18/+92 |
| 2014-07-15 | Extend --pretty flowgraph=ID to include dataflow results in output. | Felix S. Klock II | -18/+92 |
| 2014-07-14 | rustc_llvm: Remove the inner llvm module | Brian Anderson | -3/+3 |
| 2014-07-12 | Convert a first batch of diagnostics to have error codes | Jakub Wieczorek | -0/+3 |
| 2014-07-12 | auto merge of #15601 : jbclements/rust/disable-default-macro-behavior, r=alex... | bors | -2/+8 |
| 2014-07-11 | add Macro Exterminator | John Clements | -1/+6 |
| 2014-07-11 | use side table to store exported macros | John Clements | -1/+2 |
| 2014-07-11 | Add scaffolding for assigning alpha-numeric codes to rustc diagnostics | Jakub Wieczorek | -13/+52 |
| 2014-07-08 | auto merge of #14832 : alexcrichton/rust/no-rpath, r=brson | bors | -2/+2 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -5/+5 |
| 2014-07-08 | rustc: Fix naming output files with --crate-name | Alex Crichton | -4/+15 |
| 2014-07-05 | rustc: Default #[crate_name] on input, not output | Alex Crichton | -5/+3 |
| 2014-07-05 | rustc: Repurpose the --crate-name CLI flag | Alex Crichton | -4/+22 |
| 2014-07-05 | rustc: Add a flag for specifying dependencies | Alex Crichton | -3/+23 |
| 2014-07-05 | rustc: Stop putting hashes in filenames by default | Alex Crichton | -6/+6 |
| 2014-07-05 | rustc: Add a new codegen flag, -C metadata=foo | Alex Crichton | -0/+13 |
| 2014-07-05 | rustc: Remove CrateId and all related support | Alex Crichton | -46/+43 |
| 2014-07-04 | librustc: Remove the `&LIFETIME EXPR` production from the language. | Patrick Walton | -2/+2 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -11/+6 |
| 2014-06-24 | Stabilize version output for rustc and rustdoc | Robert Buonpastore | -10/+23 |
| 2014-06-24 | Implement lint plugins | Keegan McAllister | -10/+27 |
| 2014-06-24 | Reindent function call continuations, and other style fixes | Keegan McAllister | -1/+1 |
| 2014-06-24 | Convert builtin lints to uppercase names for style consistency | Keegan McAllister | -2/+2 |
| 2014-06-24 | Use names in Lint structs in an ASCII-case-insensitive way | Keegan McAllister | -1/+2 |
| 2014-06-24 | Clean up and document the public lint API | Keegan McAllister | -1/+1 |
| 2014-06-24 | Store the registered lints in the Session | Keegan McAllister | -35/+76 |
| 2014-06-24 | Replace enum LintId with an extensible alternative | Keegan McAllister | -60/+50 |
| 2014-06-24 | Rename lint::Lint to lint::LintId | Keegan McAllister | -3/+3 |
| 2014-06-24 | Move lint.rs out of middle | Keegan McAllister | -4/+5 |
| 2014-06-24 | auto merge of #14963 : w3ln4/rust/master, r=alexcrichton | bors | -4/+8 |
| 2014-06-24 | Added Mipsel architecture support | Pawel Olzacki | -4/+8 |
| 2014-06-18 | Add stability inheritance | Aaron Turon | -2/+5 |
| 2014-06-18 | Fallout from TaskBuilder changes | Aaron Turon | -10/+7 |
| 2014-06-16 | rustc: Disable rpath settings by default | Alex Crichton | -2/+2 |
| 2014-06-16 | auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton | bors | -22/+29 |