| Age | Commit message (Expand) | Author | Lines |
| 2020-06-30 | Stabilize `#[track_caller]`. | Adam Perry | -69/+23 |
| 2020-06-30 | Make #[target_feature] Fn trait error message less confusing | Caleb Zulawski | -6/+6 |
| 2020-06-30 | Add force-host to test aux file used by proc-macro | Aaron Hill | -2/+4 |
| 2020-06-30 | Bless failing tests | LeSeulArtichaut | -99/+105 |
| 2020-06-30 | Bless mir-opt tests | Dylan MacKenzie | -16/+44 |
| 2020-06-30 | remove duplicate tests | Bastian Kauschke | -38/+0 |
| 2020-06-30 | Switch crate_extern_paths to a query, and tweak wording. | Eric Huss | -3/+3 |
| 2020-06-30 | Provide more information on duplicate lang item error. | Eric Huss | -4/+13 |
| 2020-06-30 | stabilize const mem::forget | Dodo | -2/+0 |
| 2020-06-30 | Stabilize casts and coercions to `&[T]` in const fn | Oliver Scherer | -29/+22 |
| 2020-06-30 | va_args implementation for AAPCS. | Jamie Cunliffe | -0/+65 |
| 2020-06-29 | Normalize symbol ids to 0 in test stdout | Aaron Hill | -9/+13 |
| 2020-06-29 | Serialize all foreign `SourceFile`s into proc-macro crate metadata | Aaron Hill | -3/+83 |
| 2020-06-29 | Fix try_print_visible_def_path for Rust 2018 | Dan Aloni | -2/+2 |
| 2020-06-29 | Add test for issue #56175 | Dan Aloni | -0/+53 |
| 2020-06-29 | add spans to injected coverage counters | Rich Kadel | -6/+30 |
| 2020-06-29 | stabilize const_ascii_ctype_on_intrinsics | Trevor Spiteri | -2/+0 |
| 2020-06-29 | stabilize const_int_sign | Trevor Spiteri | -2/+0 |
| 2020-06-29 | stabilize const_saturating_int_methods | Trevor Spiteri | -2/+0 |
| 2020-06-29 | stabilize const_nonzero_int_methods | Trevor Spiteri | -2/+0 |
| 2020-06-28 | Auto merge of #72437 - ecstatic-morse:stabilize-const-if-match, r=oli-obk | bors | -1498/+232 |
| 2020-06-28 | Update tests | Dylan MacKenzie | -373/+71 |
| 2020-06-28 | Update tests | Dylan MacKenzie | -1192/+228 |
| 2020-06-28 | Rollup merge of #73817 - jumbatm:rename-to-clashing-extern-declarations, r=pe... | Manish Goregaokar | -50/+77 |
| 2020-06-28 | Rollup merge of #73795 - JohnTitor:tests-for-const-fn-ptrs, r=oli-obk | Manish Goregaokar | -0/+125 |
| 2020-06-28 | Rollup merge of #73774 - ecstatic-morse:liveness-of-projections, r=oli-obk | Manish Goregaokar | -0/+48 |
| 2020-06-28 | Split and expand nonstandard-style lints unicode unit test. | Charles Lew | -16/+189 |
| 2020-06-27 | Rollup merge of #73763 - davidtwco:terminal-width-json-emitter, r=estebank | Manish Goregaokar | -0/+61 |
| 2020-06-27 | Rollup merge of #73708 - Aaron1011:feature/reland-move-fn-self-msg, r=davidtwco | Manish Goregaokar | -38/+444 |
| 2020-06-27 | Rollup merge of #73672 - nellshamrell:async-fix, r=estebank | Manish Goregaokar | -15/+21 |
| 2020-06-27 | Rollup merge of #73525 - cuviper:llvm11, r=nikic | Manish Goregaokar | -3/+3 |
| 2020-06-27 | Fix wording for anonymous parameter name help | James Box | -10/+10 |
| 2020-06-28 | Rename the lint to clashing_extern_declarations. | jumbatm | -50/+77 |
| 2020-06-27 | Fix comment. | ecstatic-morse | -1/+1 |
| 2020-06-27 | Don't implement Fn* for unsafe #[target_feature] functions | Caleb Zulawski | -0/+3 |
| 2020-06-28 | Add test for issue-72352 | Yuki Okushi | -0/+29 |
| 2020-06-28 | Add test for issue-71611 | Yuki Okushi | -0/+17 |
| 2020-06-28 | Add test for issue-71382 | Yuki Okushi | -0/+32 |
| 2020-06-27 | Use an 'approximate' universal upper bound when reporting region errors | Aaron Hill | -10/+62 |
| 2020-06-27 | Improve messaging from PR feedback | David Hewitt | -14/+7 |
| 2020-06-27 | Recover extra trailing angle brackets in struct definition | Aaron Hill | -0/+22 |
| 2020-06-27 | Add test for issue-71381 | Yuki Okushi | -0/+47 |
| 2020-06-27 | Auto merge of #73779 - Manishearth:rollup-lwqd9jm, r=Manishearth | bors | -0/+62 |
| 2020-06-26 | Auto merge of #73596 - petrochenkov:shebang2, r=Mark-Simulacrum | bors | -5/+9 |
| 2020-06-26 | Rollup merge of #73485 - estebank:dedup-preds, r=nikomatsakis | Manish Goregaokar | -0/+26 |
| 2020-06-26 | Rollup merge of #72771 - jyn514:rustdoc, r=Manishearth | Manish Goregaokar | -0/+36 |
| 2020-06-26 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -38/+444 |
| 2020-06-26 | Add peek test for projections | Dylan MacKenzie | -0/+48 |
| 2020-06-26 | rustc_lexer: Simplify shebang parsing once more | Vadim Petrochenkov | -5/+9 |
| 2020-06-26 | errors: use `-Z terminal-width` in JSON emitter | David Wood | -0/+61 |