| Age | Commit message (Expand) | Author | Lines |
| 2015-06-21 | rustc_trans: Use custom PATH for archive commands | Alex Crichton | -9/+15 |
| 2015-06-20 | Auto merge of #26382 - alexcrichton:less-racy-path, r=brson | bors | -1/+11 |
| 2015-06-19 | rustc: remove Repr and UserString. | Eduard Burtescu | -2/+1 |
| 2015-06-19 | rustc: use the TLS type context in Repr and UserString. | Eduard Burtescu | -1/+1 |
| 2015-06-19 | rustc: use Repr and UserString instead of ppaux::ty_to_string. | Eduard Burtescu | -3/+2 |
| 2015-06-17 | rustc_driver: Frob the global PATH less | Alex Crichton | -1/+11 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -3/+1 |
| 2015-06-17 | Auto merge of #26025 - alexcrichton:update-llvm, r=brson | bors | -44/+47 |
| 2015-06-16 | rustc: Update LLVM | Alex Crichton | -44/+47 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -5/+5 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -3/+3 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -2/+2 |
| 2015-06-08 | Replace usage of String::from_str with String:from | Simon Sapin | -2/+2 |
| 2015-05-28 | Rollup merge of #25806 - nrc:20184-msg, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -2/+2 |
| 2015-05-27 | Add a WONTFIX message to a failing test. | Nick Cameron | -3/+3 |
| 2015-05-20 | Auto merge of #25350 - alexcrichton:msvc, r=brson | bors | -175/+344 |
| 2015-05-19 | rustc_trans: Add MSVC linker support | Alex Crichton | -5/+86 |
| 2015-05-19 | rustc_trans: Clean up some style in back::link | Alex Crichton | -30/+18 |
| 2015-05-19 | rustc_back: Tweak the MSVC target spec | Alex Crichton | -2/+8 |
| 2015-05-14 | syntax: refactor (Span)Handler and ParseSess constructors to be methods. | Eduard Burtescu | -2/+2 |
| 2015-05-12 | rustc_trans: Abstract linker support behind a trait | Alex Crichton | -142/+236 |
| 2015-05-12 | Scale back changes made | Alex Crichton | -1034/+7 |
| 2015-05-12 | Very hacky MSVC hacks. | Ricky Taylor | -7/+1034 |
| 2015-05-11 | Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnik | bors | -1/+1 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -3/+3 |
| 2015-05-06 | Auto merge of #25134 - alexcrichton:fix-issue-25072-for-realsies, r=brson | bors | -27/+2 |
| 2015-05-05 | rustc: Fix more verbatim paths leaking to gcc | Alex Crichton | -27/+2 |
| 2015-05-04 | Remove an obsolete example in a comment | Carol Nichols | -1/+1 |
| 2015-05-04 | rustc_trans: Fix another windows verbatim path | Alex Crichton | -1/+1 |
| 2015-05-03 | Update old uses of ~ in comments and debugging statements | Carol Nichols | -1/+1 |
| 2015-04-29 | rollup merge of #24711: alexcrichton/fs2.1 | Alex Crichton | -7/+33 |
| 2015-04-28 | std: Implement fs::DirBuilder | Alex Crichton | -1/+1 |
| 2015-04-27 | std: Expand the area of std::fs | Alex Crichton | -6/+32 |
| 2015-04-27 | rustc: Add support for linking arbitrary objects | Alex Crichton | -1/+9 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -15/+8 |
| 2015-04-21 | rollup merge of #24487: erickt/syntax | Alex Crichton | -1/+1 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -15/+8 |
| 2015-04-21 | rustc: Handle duplicate names merging archives | Alex Crichton | -9/+10 |
| 2015-04-21 | syntax: Change ExpnId::{from,to}_llvm_cookie to {from,to}_u32 | Erick Tryzelaar | -1/+1 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-08 | Allow plugins to register LLVM passes | Keegan McAllister | -0/+15 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -0/+2 |
| 2015-03-27 | rollup merge of #23786: alexcrichton/less-quotes | Alex Crichton | -3/+15 |
| 2015-03-27 | rustc: Remove support for hyphens in crate names | Alex Crichton | -3/+15 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -9/+9 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -2/+2 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -4/+4 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -2/+2 |