| Age | Commit message (Expand) | Author | Lines |
| 2020-04-14 | Improve rustdoc js testers code | Guillaume Gomez | -45/+39 |
| 2020-04-14 | Clean up E0517 explanation | Guillaume Gomez | -2/+1 |
| 2020-04-14 | Auto merge of #70893 - tmiasko:llvm-sanitizers, r=cuviper | bors | -0/+0 |
| 2020-04-14 | Remove `DUMMY_HIR_ID` | marmeladema | -64/+13 |
| 2020-04-14 | Do not use `DUMMY_HIR_ID` as placeholder value in node_id_to_hir_id table | marmeladema | -30/+66 |
| 2020-04-14 | make `vec![,]` uncompilable | Waffle | -2/+2 |
| 2020-04-14 | update 32 bit mir-opt tests | Bastian Kauschke | -31/+119 |
| 2020-04-14 | Auto merge of #70679 - tmandry:issue-68112, r=nikomatsakis | bors | -106/+411 |
| 2020-04-14 | Auto merge of #70643 - Rustin-Liu:rustin-patch-rename, r=eddyb | bors | -126/+119 |
| 2020-04-13 | Update test after rebase | Tyler Mandry | -5/+5 |
| 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 | Remove the last remnant of unsigned Neg | Josh Stone | -17/+4 |
| 2020-04-13 | Fix symbol sorting | Steven Fackler | -1/+1 |
| 2020-04-14 | Rollup merge of #71109 - lcnr:generics_in_const_fn, r=eddyb | Dylan DPC | -41/+5 |
| 2020-04-14 | Rollup merge of #71103 - samrat:tait-sized, r=estebank | Dylan DPC | -0/+17 |
| 2020-04-14 | Rollup merge of #71092 - marmeladema:dummy-hir-id-removal, r=eddyb | Dylan DPC | -30/+22 |
| 2020-04-14 | Rename AssocKind::Method to AssocKind::Fn | Rustin-Liu | -126/+119 |
| 2020-04-13 | bless mir opt tests | Bastian Kauschke | -157/+730 |
| 2020-04-13 | unit rvalue: use constant `()` instead of tuple | Bastian Kauschke | -10/+20 |
| 2020-04-13 | allow const generics in const fn | Bastian Kauschke | -41/+5 |
| 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 | Don't always run `add_call_guards` pass | Jonas Schievink | -5/+7 |
| 2020-04-13 | Remove usage of `DUMMY_HIR_ID` in `FnCtxt::get_conversion_methods` | marmeladema | -8/+4 |
| 2020-04-13 | Add test case for type aliasing `impl Sized` | Samrat Man Singh | -0/+17 |
| 2020-04-13 | Auto merge of #70989 - eddyb:mir-opt-32-pr-ci, r=Mark-Simulacrum | bors | -10/+111 |
| 2020-04-13 | fmt | Ralf Jung | -2/+3 |
| 2020-04-13 | Miri: let machine hook dynamically decide about alignment checks | Ralf Jung | -7/+13 |
| 2020-04-13 | Address review comments | Vadim Petrochenkov | -4/+1 |
| 2020-04-13 | rustc_target: Introduce `msvc_base` | Vadim Petrochenkov | -48/+59 |
| 2020-04-13 | rustc_target: Inherit `windows_uwp_gnu_base` from `windows_gnu_base` | Vadim Petrochenkov | -21/+13 |
| 2020-04-13 | rustc_target: Inherit `windows_uwp_msvc_base` from `windows_msvc_base` | Vadim Petrochenkov | -41/+9 |
| 2020-04-13 | rustc_target: Remove some useless imports | Vadim Petrochenkov | -25/+0 |
| 2020-04-13 | rustc_target: `windows(_uwp)_base` -> `windows(_uwp)_gnu_base` | Vadim Petrochenkov | -9/+9 |
| 2020-04-13 | linker: Pass `/NODEFAULTLIB` in a more regular way | Vadim Petrochenkov | -19/+23 |
| 2020-04-13 | rustc_target: Move tests into a separate unconfigured file | Vadim Petrochenkov | -43/+48 |