| Age | Commit message (Expand) | Author | Lines |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -3/+2 |
| 2016-04-03 | Add run-make test for stable symbol-name generation. | Michael Woerister | -0/+60 |
| 2016-03-30 | Auto merge of #32439 - jseyfried:visible_suggestions, r=nrc | bors | -1/+1 |
| 2016-03-30 | Fix fallout in tests | Jeffrey Seyfried | -1/+1 |
| 2016-03-29 | Remove unnecessary dependencies on rustc_llvm. | Eduard Burtescu | -1/+1 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -1/+1 |
| 2016-03-25 | remove link-guard test | Niko Matsakis | -60/+0 |
| 2016-03-25 | document test, don't use grep | Niko Matsakis | -1/+26 |
| 2016-03-25 | test for immediate symbol name hashing | Niko Matsakis | -0/+24 |
| 2016-03-25 | check only that symbol names are deterministic | Niko Matsakis | -3/+9 |
| 2016-03-25 | Add a "link-guard" to avoid accidentally linking to a wrong dylib at runtime. | Michael Woerister | -3/+61 |
| 2016-03-25 | Make the compiler emit an error if the crate graph contains two crates with t... | Michael Woerister | -2/+2 |
| 2016-03-25 | Add a test to verify that we have reproducible compiler builds. | Michael Woerister | -0/+180 |
| 2016-03-24 | Include source text in JSON errors | Nick Cameron | -2/+2 |
| 2016-03-18 | tests: Update run-make/issue-25581 to reflect how fat pointers are passed. | Eduard Burtescu | -9/+4 |
| 2016-03-17 | Add #[rustc_no_mir] to make tests pass with -Z orbit. | Eduard Burtescu | -0/+2 |
| 2016-03-15 | Auto merge of #31887 - SimonSapin:quiet-test, r=alexcrichton | bors | -0/+2 |
| 2016-03-15 | Add a test for --quiet in test harness. | Simon Sapin | -0/+2 |
| 2016-03-14 | Auto merge of #32169 - mitaa:anon-tip, r=nrc | bors | -3/+6 |
| 2016-03-14 | Allow custom filenames for anonymous inputs | mitaa | -3/+6 |
| 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 |