| Age | Commit message (Expand) | Author | Lines |
| 2020-04-17 | Tests. | Felix S. Klock II | -0/+52 |
| 2020-03-06 | fix various typos | Matthias Krüger | -3/+3 |
| 2020-02-28 | Auto merge of #68505 - skinny121:canonicalize-const-eval-inputs, r=nikomatsakis | bors | -0/+23 |
| 2020-02-20 | Revert "Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-ca... | Dylan MacKenzie | -2/+1 |
| 2020-02-20 | Rollup merge of #69185 - RalfJung:const-prop-lints, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2020-02-20 | Add regression test for issue 68477. | Ben Lewis | -0/+23 |
| 2020-02-18 | Add `#[rustc_args_required_const]` to `simd_shuffle` tests | Dylan MacKenzie | -1/+2 |
| 2020-02-18 | better lint names | Ralf Jung | -1/+1 |
| 2020-02-15 | fix incremental tests | Ralf Jung | -2/+2 |
| 2020-02-06 | Move the `krate` method to Hir and remove the Krate dep node | John Kåre Alsaker | -19/+13 |
| 2020-01-27 | Collisions in the dep-graph due to path-reuse are rare but can occur. | Felix S. Klock II | -0/+13 |
| 2020-01-01 | Add a test for #37333 | Michal Terepeta | -0/+51 |
| 2019-12-20 | General purpose teest cases contributed by mw. | Felix S. Klock II | -0/+136 |
| 2019-12-06 | Make try_mark_previous_green aware of cycles. | Alex Aktsipetrov | -0/+15 |
| 2019-11-27 | rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug... | Eduard-Mihai Burtescu | -8/+8 |
| 2019-11-21 | Fix broken incremental test | Dylan MacKenzie | -2/+1 |
| 2019-11-20 | Rollup merge of #66060 - traxys:test_65401, r=michaelwoerister | Mazdak Farrokhzad | -0/+8 |
| 2019-11-11 | [mir-opt] Turn on the `ConstProp` pass by default | Wesley Wiser | -7/+7 |
| 2019-11-10 | Rollup merge of #66216 - wesleywiser:const_prop_codegen_improvements, r=oli-obk | Yuki Okushi | -2/+2 |
| 2019-11-08 | [mir-opt] Handle aggregates in SimplifyLocals pass | Wesley Wiser | -2/+2 |
| 2019-11-06 | gate rustc_on_unimplemented under rustc_attrs | Mazdak Farrokhzad | -1/+1 |
| 2019-11-05 | was not the same replace as others | Quentin Boyer | -1/+1 |
| 2019-11-05 | rewrote error messages for #[rustc_error] | Quentin Boyer | -1/+1 |
| 2019-11-03 | added test for checking that ICEs are not hidden | Quentin Boyer | -0/+8 |
| 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 |