| Age | Commit message (Expand) | Author | Lines |
| 2020-04-14 | typeck: workaround WF hole in `to_const`. | Eduard-Mihai Burtescu | -16/+112 |
| 2020-04-14 | Don't load the same allocation twice when reading a scalar pair from it | Oliver Scherer | -7/+5 |
| 2020-04-14 | typeck: track any errors injected during writeback and taint tables appropria... | Eduard-Mihai Burtescu | -6/+70 |
| 2020-04-14 | cleanup `is_expr_delims_necessary` | Bastian Kauschke | -1/+1 |
| 2020-04-14 | Update books | Eric Huss | -0/+0 |
| 2020-04-14 | Tests. | Felix S. Klock II | -0/+52 |
| 2020-04-14 | Tighten time complexity on the doc | mi_sawa | -2/+2 |
| 2020-04-14 | Remove unused single_step flag | Mark Rousskov | -5/+1 |
| 2020-04-14 | Auto merge of #71125 - Dylan-DPC:rollup-3b8prjh, r=Dylan-DPC | bors | -24/+11 |
| 2020-04-14 | If an LLVM module's exports change, cannot reuse its post-LTO object file in | Felix S. Klock II | -4/+33 |
| 2020-04-14 | Rollup merge of #71124 - JOE1994:patch-3, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-04-14 | Rollup merge of #71122 - lcnr:update-docs, r=Mark-Simulacrum | Dylan DPC | -4/+4 |
| 2020-04-14 | Rollup merge of #71121 - AnthonyMikh:fix_string_doc_link, r=Dylan-DPC | Dylan DPC | -0/+1 |
| 2020-04-14 | Rollup merge of #71120 - GuillaumeGomez:cleanup-e0517, r=Dylan-DPC | Dylan DPC | -2/+1 |
| 2020-04-14 | Rollup merge of #71112 - cuviper:unsigned-Neg, r=Mark-Simulacrum | Dylan DPC | -17/+4 |
| 2020-04-14 | Add missing comma | Youngsuk Kim | -1/+1 |
| 2020-04-14 | update docs | Bastian Kauschke | -4/+4 |
| 2020-04-14 | Auto merge of #5457 - phansch:sym, r=matthiaskrgr | bors | -21/+19 |
| 2020-04-14 | Auto merge of #5463 - matthiaskrgr:rustup_42, r=phansch | bors | -8/+8 |
| 2020-04-14 | Fix broken link in documentation for String::from_utf8 | AnthonyMikh | -0/+1 |
| 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 | rustup https://github.com/rust-lang/rust/pull/70643 | Matthias Krüger | -8/+8 |
| 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 #5453 - rabisg0:fix/redundant_clone, r=phansch | bors | -11/+36 |
| 2020-04-14 | Auto merge of #5458 - phansch:is-proc-macro-attr, r=matthiaskrgr | bors | -8/+2 |
| 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-13 | Auto merge of #71111 - Dylan-DPC:rollup-esp17qn, r=Dylan-DPC | bors | -73/+108 |
| 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 |