| Age | Commit message (Expand) | Author | Lines |
| 2020-04-13 | Incorporate feedback into diagnostics | Tyler Mandry | -49/+41 |
| 2020-04-13 | Fix style nits | Tyler Mandry | -45/+37 |
| 2020-04-13 | Include type info when available for awaited expr | Tyler Mandry | -6/+8 |
| 2020-04-13 | rustfmt | Tyler Mandry | -26/+33 |
| 2020-04-13 | Don't double-annotate the same Span | Tyler Mandry | -7/+34 |
| 2020-04-13 | Use clearer message when obligation is caused by await expr | Tyler Mandry | -46/+126 |
| 2020-04-13 | Use "generator" instead of "future" when appropriate | Tyler Mandry | -22/+19 |
| 2020-04-13 | Don't annotate type when type is opaque | Tyler Mandry | -5/+10 |
| 2020-04-13 | Improve span label | Tyler Mandry | -16/+24 |
| 2020-04-13 | Add test for #68112 (existing output) | Tyler Mandry | -0/+194 |
| 2020-04-13 | Use inner/outer generator naming instead of first/last | Tyler Mandry | -12/+13 |
| 2020-04-13 | Auto merge of #71105 - Dylan-DPC:rollup-nezezxr, r=Dylan-DPC | bors | -117/+413 |
| 2020-04-13 | Rollup merge of #71101 - RalfJung:miri-alignment-check, r=ecstatic-morse | Dylan DPC | -7/+13 |
| 2020-04-13 | Rollup merge of #71097 - pickfire:pattern-docs, r=Dylan-DPC | Dylan DPC | -6/+38 |
| 2020-04-13 | Rollup merge of #71087 - JohnTitor:impl-self-ty, r=eddyb | Dylan DPC | -35/+9 |
| 2020-04-13 | Rollup merge of #71051 - ryr3:fix_try_into, r=estebank | Dylan DPC | -69/+289 |
| 2020-04-13 | Rollup merge of #70656 - GuillaumeGomez:scrollbar-display, r=kinnison | Dylan DPC | -0/+64 |
| 2020-04-13 | Auto merge of #70989 - eddyb:mir-opt-32-pr-ci, r=Mark-Simulacrum | bors | -10/+111 |
| 2020-04-13 | Miri: let machine hook dynamically decide about alignment checks | Ralf Jung | -7/+13 |
| 2020-04-13 | Add examples to Pattern docs | Ivan Tham | -0/+32 |
| 2020-04-13 | Add period to Pattern docs | Ivan Tham | -6/+6 |
| 2020-04-13 | Auto merge of #70961 - ecstatic-morse:into-def-id, r=eddyb | bors | -14/+47 |
| 2020-04-13 | Auto merge of #70882 - tmiasko:llvm-version-suffix, r=Mark-Simulacrum | bors | -3/+7 |
| 2020-04-13 | Auto merge of #71056 - matthiaskrgr:submodule_upd, r=Dylan-DPC | bors | -26/+17 |
| 2020-04-13 | Remove `FnCtxt::impl_self_ty` | Yuki Okushi | -35/+9 |
| 2020-04-13 | Auto merge of #71023 - mati865:mingw-unwind-linking-cleanup, r=Amanieu | bors | -2/+14 |
| 2020-04-12 | Rollup merge of #71069 - marmeladema:dummy-hir-id-obligation-clause, r=eddyb | Dylan DPC | -36/+27 |
| 2020-04-12 | Rollup merge of #71064 - dwrensha:issue-69130, r=eddyb | Dylan DPC | -2/+33 |
| 2020-04-12 | Rollup merge of #71013 - jonas-schievink:visit-projection, r=eddyb | Dylan DPC | -74/+39 |
| 2020-04-12 | Rollup merge of #67766 - sapir:fix-unused-in-or-pattern-warning, r=matthewjasper | Dylan DPC | -52/+229 |
| 2020-04-12 | Remove usage of `DUMMY_HIR_ID` in `Scope::hir_id` | marmeladema | -10/+10 |
| 2020-04-12 | Remove usage of `DUMMY_HIR_ID` in `CheckAttrVisitor::check_inline` | marmeladema | -3/+2 |
| 2020-04-12 | Remove usage of `DUMMY_HIR_ID` in `CheckLoopVisitor` | marmeladema | -8/+8 |
| 2020-04-12 | Remove usage of `DUMMY_HIR_ID` in calls to `ObligationClause::misc` | marmeladema | -15/+7 |
| 2020-04-12 | [windows-gnu] Link pthread statically | Mateusz Mikuła | -2/+2 |
| 2020-04-12 | Auto merge of #71059 - Dylan-DPC:rollup-zgu6jmx, r=Dylan-DPC | bors | -40/+113 |
| 2020-04-12 | fix issue 69130 | David Renshaw | -2/+33 |
| 2020-04-12 | Rollup merge of #71057 - GuillaumeGomez:cleanup-e0516, r=Dylan-DPC | Dylan DPC | -0/+1 |
| 2020-04-12 | Rollup merge of #71053 - phansch:update_kw_sym_docs, r=Dylan-DPC | Dylan DPC | -0/+8 |
| 2020-04-12 | Rollup merge of #71048 - arlosi:normalize_ext_src, r=eddyb | Dylan DPC | -1/+59 |
| 2020-04-12 | Rollup merge of #71041 - JohnTitor:rustc-dev-guide, r=jonas-schievink | Dylan DPC | -4/+4 |
| 2020-04-12 | Rollup merge of #71034 - GuillaumeGomez:cleanup-e0515, r=Dylan-DPC | Dylan DPC | -4/+4 |
| 2020-04-12 | Rollup merge of #71029 - Mark-Simulacrum:cargo-build, r=Mark-Simulacrum | Dylan DPC | -31/+37 |
| 2020-04-12 | Auto merge of #70873 - mark-i-m:update-rdg, r=JohnTitor | bors | -1/+3 |
| 2020-04-12 | Clean up E0516 explanation | Guillaume Gomez | -0/+1 |
| 2020-04-12 | submodules: update clippy from d342cee7 to af5940b7 | Matthias Krüger | -26/+17 |
| 2020-04-12 | Add some basic docs to `sym` and `kw` modules | Philipp Hansch | -0/+8 |
| 2020-04-12 | Add blessed tests after compiler message fix | Yashhwanth Ram | -65/+225 |
| 2020-04-12 | Fix order of comparison and remove incorrect case for ints in typeck/demand.rs | Yashhwanth Ram | -6/+64 |
| 2020-04-12 | Auto merge of #69707 - estebank:impl-trait-missing-bounds, r=Centril | bors | -50/+304 |