| Age | Commit message (Expand) | Author | Lines |
| 2020-07-16 | Rollup merge of #73926 - joaopaulocarreiro:github_rust-6, r=nikomatsakis | Manish Goregaokar | -0/+1 |
| 2020-07-16 | Rollup merge of #73566 - jyn514:name-resolve-first, r=eddyb | Manish Goregaokar | -0/+326 |
| 2020-07-16 | Auto merge of #72481 - marmeladema:duration-consts-2, r=oli-obk | bors | -0/+57 |
| 2020-07-16 | Rollup merge of #74037 - JohnTitor:contributing-md, r=Mark-Simulacrum | Manish Goregaokar | -1/+1 |
| 2020-07-15 | Constify most non-trait `Duration` methods as described in #72440 | marmeladema | -0/+57 |
| 2020-07-15 | Rollup merge of #74337 - estebank:ty-parse-recovery, r=varkor | Manish Goregaokar | -51/+10 |
| 2020-07-15 | Rollup merge of #74276 - lcnr:discriminant-kind-what, r=nagisa | Manish Goregaokar | -2/+2 |
| 2020-07-15 | Catch errors for any new item, not just trait implementations | Joshua Nelson | -3/+9 |
| 2020-07-15 | Don't ICE on infinitely recursive types | Joshua Nelson | -0/+21 |
| 2020-07-15 | --bless | Joshua Nelson | -6/+18 |
| 2020-07-15 | Don't crash on Vec<DoesNotExist> | Joshua Nelson | -0/+7 |
| 2020-07-15 | Add test case for #65863 | Joshua Nelson | -0/+15 |
| 2020-07-15 | Recurse into function bodies, but don't typeck closures | Joshua Nelson | -67/+126 |
| 2020-07-15 | Don't ICE on errors in function returning impl trait | Joshua Nelson | -0/+81 |
| 2020-07-15 | Add `rustdoc` tests from #72088 | Dylan MacKenzie | -0/+16 |
| 2020-07-15 | Add an option not to report resolution errors for rustdoc | Joshua Nelson | -3/+110 |
| 2020-07-15 | Don't run everybody_loops for rustdoc | Joshua Nelson | -1/+3 |
| 2020-07-15 | improve naming | Bastian Kauschke | -48/+48 |
| 2020-07-15 | cleanup | Bastian Kauschke | -2/+2 |
| 2020-07-15 | update const arg queries | Bastian Kauschke | -25/+0 |
| 2020-07-15 | update test | Bastian Kauschke | -12/+4 |
| 2020-07-15 | mir opt cross compile | Bastian Kauschke | -12/+12 |
| 2020-07-15 | mir_built is a lie | Bastian Kauschke | -152/+152 |
| 2020-07-15 | ui test diff | Bastian Kauschke | -2/+22 |
| 2020-07-15 | mir opt diff | Bastian Kauschke | -36/+36 |
| 2020-07-15 | continue mir pipeline | Bastian Kauschke | -0/+15 |
| 2020-07-15 | add const generic tests | Bastian Kauschke | -0/+333 |
| 2020-07-15 | improve DiscriminantKind handling | Bastian Kauschke | -2/+2 |
| 2020-07-14 | Handle case of incomplete local ty more gracefully | Esteban Küber | -51/+10 |
| 2020-07-15 | Auto merge of #74175 - nnethercote:more-static-symbols, r=oli-obk | bors | -1/+4 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -1/+4 |
| 2020-07-14 | Rollup merge of #74340 - davidtwco:issue-73747-improper-ctypes-defns-is-zst-w... | Manish Goregaokar | -0/+14 |
| 2020-07-14 | Rollup merge of #74336 - davidtwco:issue-73112-cross-crate-packed-type-diagno... | Manish Goregaokar | -0/+43 |
| 2020-07-14 | Rollup merge of #74272 - davidtwco:issue-73626-multiline-mixed-comments, r=Ma... | Manish Goregaokar | -0/+34 |
| 2020-07-14 | Rollup merge of #74228 - estebank:unsized-param, r=davidtwco | Manish Goregaokar | -367/+448 |
| 2020-07-14 | Rollup merge of #74211 - estebank:struct-pat-as-unit, r=petrochenkov | Manish Goregaokar | -117/+171 |
| 2020-07-14 | Reword message | Esteban Küber | -33/+33 |
| 2020-07-14 | Remove redundant explanatory `note` for type parameters | Esteban Küber | -97/+0 |
| 2020-07-14 | lint: use `transparent_newtype_field` to avoid ICE | David Wood | -0/+14 |
| 2020-07-14 | Suggest borrowing in more unsized fn param cases | Esteban Küber | -13/+45 |
| 2020-07-14 | Remove `Sized` `on_unimplemented` note | Esteban Küber | -165/+2 |
| 2020-07-14 | Suggest boxing or borrowing unsized fields | Esteban Küber | -86/+383 |
| 2020-07-14 | Point at type on E0275 instead of whole field | Esteban Küber | -2/+2 |
| 2020-07-14 | Suggest borrowing unsized argument types | Esteban Küber | -4/+16 |
| 2020-07-14 | Suggest struct pat on incorrect unit or tuple pat | Esteban Küber | -117/+171 |
| 2020-07-14 | typeck: use `item_name` in cross-crate packed diag | David Wood | -0/+43 |
| 2020-07-14 | Rollup merge of #74270 - davidtwco:issue-74086-more-placeholder-type-error, r... | Manish Goregaokar | -55/+91 |
| 2020-07-14 | Rollup merge of #74173 - estebank:struct-pat-as-enum, r=petrochenkov | Manish Goregaokar | -36/+17 |
| 2020-07-14 | Rollup merge of #73965 - davidtwco:issue-73886-non-primitive-slice-cast, r=es... | Manish Goregaokar | -0/+21 |
| 2020-07-13 | Rollup merge of #74286 - PankajChaudhary5:E0688, r=GuillaumeGomez | Manish Goregaokar | -0/+1 |