| Age | Commit message (Expand) | Author | Lines |
| 2020-08-11 | Rollup merge of #75408 - mati865:update-ci-comment, r=pietroalbini | Tyler Mandry | -5/+7 |
| 2020-08-11 | Rollup merge of #75403 - giraffate:update_comment_in_fn, r=ecstatic-morse | Tyler Mandry | -1/+1 |
| 2020-08-11 | Rollup merge of #75393 - GuillaumeGomez:fix-help-shortcut, r=pickfire | Tyler Mandry | -3/+1 |
| 2020-08-11 | Rollup merge of #75378 - petrochenkov:isident, r=Mark-Simulacrum | Tyler Mandry | -26/+41 |
| 2020-08-11 | Fully handle "?" shortcut | Guillaume Gomez | -3/+1 |
| 2020-08-11 | Auto merge of #73656 - oli-obk:deaggregate-is-cleanup, r=wesleywiser | bors | -357/+793 |
| 2020-08-11 | move Deaggregate pass to post_borrowck_cleanup | Ralf Jung | -357/+793 |
| 2020-08-11 | Update MinGW comments in ci.yml | Mateusz Mikuła | -5/+7 |
| 2020-08-11 | Update comment for function | Takayuki Nakata | -1/+1 |
| 2020-08-11 | Rollup merge of #75360 - pickfire:patch-4, r=GuillaumeGomez | Yuki Okushi | -1/+11 |
| 2020-08-11 | Rollup merge of #75359 - lcnr:unused-delims-trim, r=oli-obk | Yuki Okushi | -24/+26 |
| 2020-08-11 | Rollup merge of #75353 - estebank:tiny, r=jyn514 | Yuki Okushi | -3/+3 |
| 2020-08-11 | Rollup merge of #75352 - estebank:incorrect-tuple-struct-pat, r=oli-obk | Yuki Okushi | -10/+14 |
| 2020-08-11 | Rollup merge of #75347 - fusion-engineering-forks:rustdoc-nat-sort, r=Guillau... | Yuki Okushi | -29/+63 |
| 2020-08-11 | Rollup merge of #75338 - RalfJung:const-eval-stack-size-check, r=oli-obk | Yuki Okushi | -5/+10 |
| 2020-08-11 | Rollup merge of #75333 - davidtwco:polymorphization-75260-fixes, r=lcnr | Yuki Okushi | -4/+24 |
| 2020-08-11 | Rollup merge of #75226 - pnadon:miri-undef-uninit, r=RalfJung | Yuki Okushi | -37/+37 |
| 2020-08-11 | Auto merge of #75383 - Dylan-DPC:rollup-6hi36zn, r=Dylan-DPC | bors | -392/+919 |
| 2020-08-11 | Rollup merge of #75366 - GuillaumeGomez:help-button, r=jyn514 | Dylan DPC | -11/+27 |
| 2020-08-11 | Rollup merge of #75363 - Aaron1011:fix/diag-infcx, r=lcnr | Dylan DPC | -5/+104 |
| 2020-08-11 | Rollup merge of #75339 - RalfJung:eval-required, r=oli-obk | Dylan DPC | -225/+302 |
| 2020-08-11 | Rollup merge of #75337 - davidtwco:polymorphization-75255-fixes, r=eddyb | Dylan DPC | -88/+33 |
| 2020-08-11 | Rollup merge of #75316 - alexcrichton:fix-wasm-simd, r=oli-obk | Dylan DPC | -24/+31 |
| 2020-08-11 | Rollup merge of #75315 - Mark-Simulacrum:save-temps, r=ecstatic-morse | Dylan DPC | -24/+53 |
| 2020-08-11 | Rollup merge of #75249 - GuillaumeGomez:rust-logo-border, r=Manishearth | Dylan DPC | -7/+13 |
| 2020-08-11 | Rollup merge of #75098 - Ryan1729:clippy-pointer-cast-lint-experiment, r=oli-obk | Dylan DPC | -8/+356 |
| 2020-08-10 | Auto merge of #74005 - estebank:type-ascription-redux, r=petrochenkov | bors | -146/+225 |
| 2020-08-10 | Auto merge of #75349 - nnethercote:tweak-confusable-idents-checking, r=petroc... | bors | -65/+43 |
| 2020-08-11 | Feature gate is always present | Mark Rousskov | -17/+17 |
| 2020-08-11 | Introduce `rustc_lexer::is_ident` and use it in couple of places | Vadim Petrochenkov | -9/+24 |
| 2020-08-10 | Auto merge of #75127 - jyn514:impl-trait, r=pnkfelix | bors | -105/+126 |
| 2020-08-10 | Add missing primary label | Esteban Küber | -7/+11 |
| 2020-08-10 | Point at item definition in foreign crates | Esteban Küber | -12/+56 |
| 2020-08-10 | Do not suggest similarly named enclosing item | Esteban Küber | -54/+41 |
| 2020-08-10 | Tweak ordering of suggestions | Esteban Küber | -87/+131 |
| 2020-08-10 | Auto merge of #74936 - GuillaumeGomez:const-rustc_const_unstable, r=jyn514 | bors | -5/+32 |
| 2020-08-11 | Remove empty fn main from E0749 | Ivan Tham | -1/+0 |
| 2020-08-10 | Auto merge of #74953 - JulianKnodt:master, r=lcnr | bors | -75/+190 |
| 2020-08-10 | Add test for rustc_const_unstable on methods | Guillaume Gomez | -0/+9 |
| 2020-08-10 | Add help button | Guillaume Gomez | -11/+27 |
| 2020-08-10 | Use : rather than . in example description | Ivan Tham | -1/+1 |
| 2020-08-10 | Split fix into another section for E0749 | Ivan Tham | -1/+11 |
| 2020-08-10 | Auto merge of #75357 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2020-08-10 | polymorphize: constrain unevaluated const handling | David Wood | -4/+24 |
| 2020-08-10 | Use existing `infcx` when emitting trait impl diagnostic | Aaron Hill | -5/+104 |
| 2020-08-10 | Add sample fix for E0749 | Ivan Tham | -0/+1 |
| 2020-08-10 | unused_delims: trim expr | Bastian Kauschke | -24/+26 |
| 2020-08-10 | add test for unused erroneous const in CTFE | Ralf Jung | -0/+63 |
| 2020-08-10 | update Miri | Ralf Jung | -8/+8 |
| 2020-08-10 | Convert `Eq` impl to check Ord::Equal | kadmin | -2/+8 |