| Age | Commit message (Expand) | Author | Lines |
| 2015-09-03 | Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T` | Vadim Petrochenkov | -10/+12 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -3/+6 |
| 2015-08-14 | rustc: Allow changing the default allocator | Alex Crichton | -61/+67 |
| 2015-08-10 | trans: Stop informing LLVM about dllexport | Alex Crichton | -2/+78 |
| 2015-08-10 | Auto merge of #27338 - alexcrichton:remove-morestack, r=brson | bors | -23/+0 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -23/+0 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -5/+2 |
| 2015-07-31 | Add Win10 SDK lib subfolder name | Peter Atashian | -7/+36 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -1/+1 |
| 2015-07-27 | Auto merge of #27250 - alexcrichton:ucrt, r=brson | bors | -12/+76 |
| 2015-07-24 | trans: Try to detect the Universal CRT on MSVC | Alex Crichton | -12/+76 |
| 2015-07-24 | Auto merge of #26583 - eefriedman:lint-ffi, r=nrc | bors | -1/+2 |
| 2015-07-23 | Rewrite the improper_ctypes lint. | Eli Friedman | -1/+2 |
| 2015-07-22 | trans: Consolidate creating pass manager builders | Alex Crichton | -79/+70 |
| 2015-07-16 | trans: Clean up handling the LLVM data layout | Alex Crichton | -49/+40 |
| 2015-07-16 | trans: Add kind to writeArchive | Alex Crichton | -11/+18 |
| 2015-07-12 | debuginfo: Instruct MSVC linker to generate PDB file if debuginfo is enabled | Michael Woerister | -0/+24 |
| 2015-07-10 | trans: Use LLVM's writeArchive to modify archives | Alex Crichton | -55/+553 |
| 2015-07-08 | trans: Link rlibs to dylibs with --whole-archive | Alex Crichton | -116/+119 |
| 2015-07-07 | msvc: Get codegen-units working | Alex Crichton | -122/+59 |
| 2015-07-01 | msvc: Lookup linker in windows registry | Alex Crichton | -17/+425 |
| 2015-06-25 | rustc_trans: Handle empty dlls on MSVC | Alex Crichton | -2/+22 |
| 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 |