| Age | Commit message (Expand) | Author | Lines |
| 2019-10-25 | Re-enable Emscripten's exception handling support | Thomas Lively | -1/+1 |
| 2019-10-21 | Rollup merge of #65652 - skinny121:const_infer_leak, r=eddyb | Yuki Okushi | -0/+67 |
| 2019-10-21 | Fix `canonicalize_const_var` from leaking inference variables through | ben | -0/+67 |
| 2019-10-20 | Improve SimplifyLocals pass so it can remove unused consts | Wesley Wiser | -8/+8 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -0/+6 |
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri... | Tyler Mandry | -6/+0 |
| 2019-10-04 | Fix ABI, run and fix more tests, re-enable CI for PRs | Thomas Lively | -0/+6 |
| 2019-09-14 | Ban non-extern rust intrinsics | Mark Rousskov | -15/+2 |
| 2019-08-26 | Auto merge of #63580 - wesleywiser:move_promoted_out, r=oli-obk | bors | -4/+10 |
| 2019-08-25 | Revert "Allow a dirty MirBuilt for make_extern and make_method_extern" | Josh Stone | -2/+2 |
| 2019-08-23 | Fix incremental tests | Wesley Wiser | -4/+10 |
| 2019-08-22 | Changed tests | Wesley Wiser | -1/+1 |
| 2019-08-19 | Cherry-pick src/test changes with Centril's changes | sd234678 | -157/+156 |
| 2019-07-20 | normalize use of backticks in compiler messages for librustc_incremental | Samy Kacimi | -4/+4 |
| 2019-07-06 | while_{let_}loops/change_{break,continue}: typeck_tables_of clean. | Mazdak Farrokhzad | -4/+4 |
| 2019-07-06 | Adjust incremental test while_loops.rs | Mazdak Farrokhzad | -2/+2 |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -48/+48 |
| 2019-06-23 | Auto merge of #61778 - petrochenkov:pass, r=Mark-Simulacrum | bors | -4/+4 |
| 2019-06-19 | Rename regression test to link it to the corresponding issue | Oliver Scherer | -0/+0 |
| 2019-06-19 | Remove the `AllocId` from `ByRef` values | Oliver Scherer | -0/+17 |
| 2019-06-16 | compiletest: Remove `skip-codegen` | Vadim Petrochenkov | -1/+1 |
| 2019-06-16 | compiletest: Validate pass modes harder | Vadim Petrochenkov | -2/+2 |
| 2019-06-16 | compiletest: Introduce `// {check,build,run}-pass` pass modes | Vadim Petrochenkov | -1/+1 |
| 2019-05-23 | Remove subtle Default impl for Value | John Kåre Alsaker | -1/+0 |
| 2019-05-20 | Rollup merge of #60823 - oli-obk:used_unused_no_mangle, r=michaelwoerister | Mazdak Farrokhzad | -0/+10 |
| 2019-05-18 | Auto merge of #60386 - Goirad:sgx-ignore-tests, r=nikomatsakis | bors | -0/+1 |
| 2019-05-16 | Added ignore-sgx for appropriate tests | Dario Gonzalez | -0/+1 |
| 2019-05-14 | Fix incremental compilation of cdylib emitting spurious unused_attributes lint | Oliver Scherer | -0/+10 |
| 2019-05-12 | Change compare mode to use -Zborrowck=mir | Matthew Jasper | -2/+2 |
| 2019-05-10 | Auto merge of #59288 - Centril:hir-if-to-match, r=oli-obk | bors | -2/+2 |
| 2019-05-10 | Various test changes | Mazdak Farrokhzad | -2/+2 |
| 2019-05-10 | add regression test for #60629 | Marcel Hellwig | -0/+10 |
| 2019-04-23 | Remove unnecessary ignore-tidy-linelength | varkor | -2/+0 |
| 2019-04-23 | Auto merge of #60172 - varkor:tidy-double-trailing-newline, r=kennytm | bors | -7/+0 |
| 2019-04-22 | Remove leading newlines | varkor | -1/+0 |
| 2019-04-22 | Remove double trailing newlines | varkor | -7/+0 |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -4/+4 |
| 2019-03-30 | Update tests | John Kåre Alsaker | -184/+184 |
| 2019-03-29 | Regression test for incremental treatment of rustc_scalar_valid_range_{start,... | Felix S. Klock II | -0/+19 |
| 2019-03-29 | Regression test for incremental treatment of rustc_on_unimplemented. | Felix S. Klock II | -0/+27 |
| 2019-03-20 | Add no_hash to query macro and move some queries over | John Kåre Alsaker | -159/+159 |
| 2019-03-18 | Add load_cached query modifier and keep dep node names consistent with query ... | John Kåre Alsaker | -175/+175 |
| 2019-03-18 | Define queries using a proc macro | John Kåre Alsaker | -77/+77 |
| 2019-03-14 | Moved issue tests to subdirs and normalised names. | Alexander Regueiro | -3/+3 |
| 2019-03-06 | Regression test for #58813 | Felix S. Klock II | -0/+14 |
| 2019-02-14 | Rollup merge of #58378 - alexcrichton:incremental-lto, r=michaelwoerister | Mazdak Farrokhzad | -0/+40 |
| 2019-02-13 | Rollup merge of #58386 - Zoxc:fix-54242, r=michaelwoerister | Mazdak Farrokhzad | -0/+17 |
| 2019-02-12 | rustc: Implement incremental "fat" LTO | Alex Crichton | -0/+40 |
| 2019-02-12 | Set the query in the ImplicitCtxt before trying to mark it green | John Kåre Alsaker | -0/+17 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -9/+9 |