| Age | Commit message (Expand) | Author | Lines |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -2/+4 |
| 2016-03-11 | test: Move some test outputs into $(TMPDIR) | Alex Crichton | -8/+12 |
| 2016-03-09 | Auto merge of #31631 - jonas-schievink:agoraphobia, r=nrc | bors | -2/+2 |
| 2016-02-19 | Add tests for read_volatile and write_volatile | Amanieu d'Antras | -1/+7 |
| 2016-02-16 | Move more uses of `panictry!` out of libsyntax | Jonas Schievink | -2/+2 |
| 2016-02-15 | Add LLVM FunctionPass regression test using run-make. | Corey Farwell | -17/+78 |
| 2016-02-14 | trans: Don't link whole rlibs to executables | Alex Crichton | -0/+104 |
| 2016-02-14 | Auto merge of #31391 - frewsxcv:test, r=alexcrichton | bors | -0/+109 |
| 2016-02-13 | Add LLVM ModulePass regression test using run-make. | Corey Farwell | -0/+109 |
| 2016-02-13 | use a compatible syntax for grep GNU/BSD | Sébastien Marie | -2/+2 |
| 2016-02-13 | Auto merge of #31358 - japaric:print-targets, r=alexcrichton | bors | -0/+15 |
| 2016-02-12 | Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brson | bors | -1/+1 |
| 2016-02-12 | rustc: add a `--print target-list` command | Jorge Aparicio | -0/+15 |
| 2016-02-11 | Add -C link-dead-code option r=alexcrichton | Johan Lorenzo | -0/+7 |
| 2016-02-08 | rustc: Implement a new `--print cfg` flag | Alex Crichton | -0/+15 |
| 2016-02-07 | Add compile-fail test in rustdoc | Guillaume Gomez | -1/+1 |
| 2016-02-05 | Instrument the AST map so that it registers reads when data is | Niko Matsakis | -1/+3 |
| 2016-02-03 | Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichton | bors | -3/+7 |
| 2016-02-02 | Reviewer requested changes and test fixes | Nick Cameron | -2/+2 |
| 2016-01-31 | Add Illumos support | Nikita Baksalyar | -3/+7 |
| 2016-01-29 | Get tests working on MSVC 32-bit | Alex Crichton | -3/+15 |
| 2016-01-29 | trans: Upgrade LLVM | Alex Crichton | -1/+0 |
| 2016-01-28 | Auto merge of #30411 - mitaa:multispan, r=nrc | bors | -2/+2 |
| 2016-01-28 | Implement MultiSpan error reporting | mitaa | -2/+2 |
| 2016-01-26 | Initial work towards abort-free compilation | Nick Cameron | -4/+4 |
| 2016-01-22 | Extended save-analysis to support generated code, alterned some spans in form... | Daniel Campbell | -0/+38 |
| 2016-01-21 | Auto merge of #29520 - retep998:staticlib-naming-fiasco, r=alexcrichton | bors | -10/+9 |
| 2016-01-16 | Fix test fallout | Peter Atashian | -10/+9 |
| 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 |