| Age | Commit message (Expand) | Author | Lines |
| 2016-01-15 | Translate zero-sized return types as void | Björn Steinbrink | -0/+40 |
| 2016-01-15 | Address reviewer comments | Nick Cameron | -4/+5 |
| 2016-01-15 | Add a test | Nick Cameron | -1/+23 |
| 2015-12-23 | Simply two cfg attributes | Michael McConville | -2/+2 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -4/+2 |
| 2015-12-21 | Auto merge of #30493 - semarie:openbsd-cc, r=alexcrichton | bors | -5/+1 |
| 2015-12-20 | openbsd: use specific linker for building | Sébastien Marie | -0/+1 |
| 2015-12-20 | remove specific code for OpenBSD that define STDCPP_LIBDIR_RUSTFLAGS | Sébastien Marie | -5/+0 |
| 2015-12-18 | Fix emitting asm and object file output at the same time | Björn Steinbrink | -0/+90 |
| 2015-12-14 | Auto merge of #30328 - sanxiyn:include-type-name, r=alexcrichton | bors | -0/+28 |
| 2015-12-13 | Better support for `--llvm-root`. | Richard Diamond | -5/+25 |
| 2015-12-12 | Include type name in symbol for methods | Seo Sanghyeon | -0/+28 |
| 2015-12-09 | Auto merge of #30208 - pnkfelix:fix-issue-30063, r=alexcrichton | bors | -0/+46 |
| 2015-12-08 | regression test for issue #30063 | Felix S. Klock II | -0/+46 |
| 2015-12-06 | Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturon | bors | -6/+3 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -6/+3 |
| 2015-12-04 | Expand run-make test with regression tests for #30204 | Felix S. Klock II | -0/+29 |
| 2015-11-26 | fix tests & rustdoc | Ariel Ben-Yehuda | -5/+7 |
| 2015-11-26 | make check works | Ariel Ben-Yehuda | -10/+21 |
| 2015-11-26 | remove csearch from the rest of rustc | Ariel Ben-Yehuda | -0/+1 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+0 |
| 2015-11-20 | rustc: Fix `extern crate` being order dependent | Alex Crichton | -0/+46 |
| 2015-11-18 | Patch graphviz tests to account for the fact that nested items are not | Niko Matsakis | -5/+5 |
| 2015-11-18 | MIR: Add pass that erases all regions right before trans | Michael Woerister | -1/+1 |
| 2015-11-06 | Preserve public static items across LTO | arcnmx | -1/+5 |
| 2015-11-04 | Auto merge of #29478 - angelsl:msvc2, r=alexcrichton | bors | -0/+38 |
| 2015-11-04 | Build compiler-rt/builtins with MSVC | angelsl | -0/+38 |
| 2015-11-03 | Pass the mir map to trans | Niko Matsakis | -2/+2 |
| 2015-11-01 | Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichton | bors | -1/+4 |
| 2015-10-31 | Remove PatWildMulti | Vadim Petrochenkov | -1/+1 |
| 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 | Fix up tests and docs. | Vadim Chugunov | -1/+4 |
| 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 |