| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-06-14 | getopts: format failure messages with `Show`. | Huon Wilson | -4/+3 |
| 2014-06-13 | librustc: Forbid `transmute` from being called on types whose size is | Patrick Walton | -0/+3 |
| 2014-06-13 | Dump results of analysis phase as CSV | Nick Cameron | -2/+18 |
| 2014-06-12 | Better dylib skipping based on Alex Crichton code | Valerii Hiora | -21/+26 |
| 2014-06-12 | Basic iOS support | Valerii Hiora | -3/+5 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -1/+1 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -1/+1 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -1/+1 |
| 2014-06-09 | Implement #[plugin_registrar] | Keegan McAllister | -28/+42 |
| 2014-06-06 | auto merge of #14667 : aochagavia/rust/pr2, r=huonw | bors | -2/+2 |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo OchagavĂa | -2/+2 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -1/+1 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -4/+4 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -5/+5 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -40/+40 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -2/+2 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -27/+27 |
| 2014-05-24 | Get "make check" to work with unused-attribute | Steven Fackler | -38/+40 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -2/+2 |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -5/+6 |