| Age | Commit message (Expand) | Author | Lines |
| 2015-10-24 | Auto merge of #29151 - wthrowe:linker-output-ICE, r=alexcrichton | bors | -0/+60 |
| 2015-10-23 | Add a regression test for #29122 (fixed in #29134) | William Throwe | -0/+60 |
| 2015-10-21 | Auto merge of #29171 - nrc:servo-dxr, r=@arielb1 | bors | -1/+1 |
| 2015-10-21 | save-analysis: don't recompute crate name | Nick Cameron | -1/+1 |
| 2015-10-19 | Clean whitespace | Carlos Liam | -1/+1 |
| 2015-10-16 | trans: Use an isize to count the number of registers so we don't underflow fo... | Luqman Aden | -0/+25 |
| 2015-10-15 | Update the comments for Win64 ABI in tests. | Luqman Aden | -54/+38 |
| 2015-10-15 | rust_trans: struct argument over ffi were passed incorrectly in some situatio... | Luqman Aden | -0/+354 |
| 2015-10-09 | Misc fixups | Nick Cameron | -4/+5 |
| 2015-10-09 | Make save-analysis work for `if let` etc. | Nick Cameron | -0/+19 |
| 2015-10-04 | Auto merge of #28806 - wthrowe:bare-outfile-fix, r=alexcrichton | bors | -1/+3 |
| 2015-10-03 | Fix run-make/bare-outfile test | William Throwe | -1/+3 |
| 2015-10-02 | Rollup merge of #28805 - wthrowe:compile-stdin, r=alexcrichton | Steve Klabnik | -0/+5 |
| 2015-10-02 | Auto merge of #28768 - alexcrichton:dep-info++, r=brson | bors | -10/+67 |
| 2015-10-02 | rustc: Emit phony targets for inputs in dep-info | Alex Crichton | -2/+21 |
| 2015-10-01 | Add a test that rustc can compile standard input | William Throwe | -0/+5 |
| 2015-09-30 | rustc: Swap link order of native libs/rust deps | Alex Crichton | -21/+46 |
| 2015-09-30 | rustc: Support output filenames for each emit type | Alex Crichton | -8/+46 |
| 2015-09-27 | Rollup merge of #28673 - wthrowe:bad-archive, r=alexcrichton | Manish Goregaokar | -0/+5 |
| 2015-09-26 | Don't ICE if an archive isn't actually an archive | William Throwe | -0/+5 |
| 2015-09-25 | Auto merge of #28505 - apasel422:issue-28448, r=alexcrichton | bors | -2/+6 |
| 2015-09-22 | run-make: search libstdc++ in /usr/local/lib too | Sébastien Marie | -0/+5 |
| 2015-09-19 | Rollup merge of #28430 - apasel422:issue-14698, r=alexcrichton | Steve Klabnik | -0/+15 |
| 2015-09-18 | Always pass `/DEBUG` flag to MSVC linker | Andrew Paseltiner | -2/+6 |
| 2015-09-18 | Auto merge of #28465 - apasel422:tidy, r=alexcrichton | bors | -0/+0 |
| 2015-09-17 | Auto merge of #28421 - alexcrichton:msvc-rmake, r=alexcrichton | bors | -74/+138 |
| 2015-09-17 | Remove empty test files | Andrew Paseltiner | -0/+0 |
| 2015-09-17 | rmake: Get all tests passing on MSVC | Alex Crichton | -74/+138 |
| 2015-09-17 | Changes to tests | Nick Cameron | -1/+1 |
| 2015-09-16 | Emit an error upon failing to create a temp dir instead of panicking | Andrew Paseltiner | -0/+15 |
| 2015-09-03 | Use consistent terminology for byte string literals | Vadim Petrochenkov | -1/+1 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -7/+10 |
| 2015-08-17 | Fix existing tests for new `#[repr(simd)]`. | Huon Wilson | -3/+3 |
| 2015-08-15 | test: Fix tests for requiring issues | Alex Crichton | -1/+1 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -1/+1 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -79/+0 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -22/+21 |
| 2015-07-30 | Implement Win64 eh_personality natively. | Vadim Chugunov | -2/+3 |
| 2015-07-30 | Rename the unstable option `--xpretty` to `--unpretty` | Felix S. Klock II | -1/+1 |
| 2015-07-27 | test: Fix lto-syntax-extension | Alex Crichton | -45/+0 |
| 2015-07-23 | Rewrite the improper_ctypes lint. | Eli Friedman | -2/+5 |
| 2015-07-09 | Fix a span bug for qualified paths | Nick Cameron | -0/+15 |
| 2015-07-08 | Auto merge of #26869 - alexcrichton:fix-msvc-sepcomp, r=nrc | bors | -3/+3 |
| 2015-07-08 | trans: Link rlibs to dylibs with --whole-archive | Alex Crichton | -2/+2 |
| 2015-07-08 | this fixes the test failures on freebsd | Dave Huseby | -0/+6 |
| 2015-07-07 | msvc: Get codegen-units working | Alex Crichton | -1/+1 |
| 2015-06-19 | rustc: enforce stack discipline on ty::ctxt. | Eduard Burtescu | -13/+14 |
| 2015-06-19 | rustc: remove ownership of tcx from trans' context. | Eduard Burtescu | -2/+2 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -3/+3 |
| 2015-06-13 | Use `assert_eq!` instead of `assert!` in tests | petrochenkov | -3/+3 |