| Age | Commit message (Expand) | Author | Lines |
| 2020-04-17 | Auto merge of #71049 - eddyb:const-err, r=oli-obk | bors | -293/+47 |
| 2020-04-17 | Auto merge of #70629 - anyska:fields-variant, r=oli-obk | bors | -3/+1 |
| 2020-04-17 | Auto merge of #71230 - Dylan-DPC:rollup-rofigbv, r=Dylan-DPC | bors | -6/+181 |
| 2020-04-17 | Rollup merge of #71206 - RalfJung:dont-try, r=oli-obk | Dylan DPC | -1/+1 |
| 2020-04-17 | Rollup merge of #71182 - JohnTitor:regression-tests, r=Mark-Simulacrum | Dylan DPC | -0/+64 |
| 2020-04-17 | Rollup merge of #71164 - RalfJung:uninit-not-undef, r=oli-obk | Dylan DPC | -5/+115 |
| 2020-04-17 | Rollup merge of #70578 - PankajChaudhary5:master, r=GuillaumeGomez | Dylan DPC | -0/+1 |
| 2020-04-17 | Auto merge of #71131 - pnkfelix:issue-69798-dont-reuse-post-lto-products-when... | bors | -0/+52 |
| 2020-04-16 | Rollup merge of #70611 - pawanbisht62:doc/61137-add-long-error-code-e0708, r=... | Dylan DPC | -0/+1 |
| 2020-04-17 | Avoid emitting stderr for now | Yuki Okushi | -24/+2 |
| 2020-04-17 | Add test for issue-67893 | Yuki Okushi | -0/+45 |
| 2020-04-17 | Add test for issue-54067 | Yuki Okushi | -0/+12 |
| 2020-04-17 | Add test for issue-28575 | Yuki Okushi | -0/+20 |
| 2020-04-17 | Add test for issue-24843 | Yuki Okushi | -0/+9 |
| 2020-04-16 | Auto merge of #71201 - Dylan-DPC:rollup-23202uf, r=Dylan-DPC | bors | -110/+174 |
| 2020-04-16 | bikeshed | Ralf Jung | -1/+1 |
| 2020-04-16 | ty: convert `ErrorHandled::Reported` to `ConstKind::Error`. | Eduard-Mihai Burtescu | -293/+47 |
| 2020-04-16 | Miri error messages: avoid try terminology | Ralf Jung | -1/+1 |
| 2020-04-16 | rustc_target::abi: add Primitive variant to FieldsShape. | Ana-Maria Mihalache | -3/+1 |
| 2020-04-16 | Rollup merge of #71141 - Duddino:master, r=estebank | Dylan DPC | -0/+46 |
| 2020-04-16 | Rollup merge of #70566 - jumbatm:exceeding-bitshifts-constprop, r=RalfJung | Dylan DPC | -110/+128 |
| 2020-04-16 | Auto merge of #70755 - wesleywiser:simplify_locals_2_electric_boogaloo, r=oli... | bors | -115/+152 |
| 2020-04-16 | test fast path offset reporting | Ralf Jung | -2/+112 |
| 2020-04-16 | switch back to 'bytes' | Ralf Jung | -1/+1 |
| 2020-04-16 | Auto merge of #70831 - sfackler:shrink-future-stack, r=matthewjasper | bors | -8/+2 |
| 2020-04-15 | Remove other Rvalues | Wesley Wiser | -133/+90 |
| 2020-04-15 | Add test case | Wesley Wiser | -0/+80 |
| 2020-04-15 | Do not ICE in the face of invalid enum discriminant | Esteban Küber | -0/+158 |
| 2020-04-15 | reword Miri validity errors: undefined -> uninitialized | Ralf Jung | -3/+3 |
| 2020-04-15 | Provide better compiler output when using `?` on `Option` in fn returning `Re... | Duddino | -4/+4 |
| 2020-04-15 | Rollup merge of #70891 - lcnr:replace-rvalue_aggregate, r=eddyb | Mazdak Farrokhzad | -188/+849 |
| 2020-04-15 | Auto merge of #71151 - Dylan-DPC:rollup-6rt4h7b, r=Dylan-DPC | bors | -15/+85 |
| 2020-04-15 | Update stderrs after rebase. | jumbatm | -0/+6 |
| 2020-04-15 | Amend exceeding-bitshifts test case for #69021. | jumbatm | -113/+125 |
| 2020-04-14 | Provide better compiler output when using `?` on `Option` in fn returning `Re... | Duddino | -0/+46 |
| 2020-04-14 | typeck: always expose repeat count `AnonConst`s' parent in `generics_of`. | Eduard-Mihai Burtescu | -61/+19 |
| 2020-04-14 | borrow_check/type_check: normalize `Aggregate` and `Call` operands. | Eduard-Mihai Burtescu | -0/+15 |
| 2020-04-14 | allow try as scrutinee, e.g. `match try ...` | Bastian Kauschke | -15/+85 |
| 2020-04-14 | typeck: workaround WF hole in `to_const`. | Eduard-Mihai Burtescu | -14/+87 |
| 2020-04-14 | typeck: track any errors injected during writeback and taint tables appropria... | Eduard-Mihai Burtescu | -2/+54 |
| 2020-04-14 | Tests. | Felix S. Klock II | -0/+52 |
| 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 | -18/+234 |
| 2020-04-14 | Auto merge of #70643 - Rustin-Liu:rustin-patch-rename, r=eddyb | bors | -34/+34 |
| 2020-04-13 | Update test after rebase | Tyler Mandry | -5/+5 |
| 2020-04-13 | Incorporate feedback into diagnostics | Tyler Mandry | -23/+23 |
| 2020-04-13 | Don't double-annotate the same Span | Tyler Mandry | -6/+31 |
| 2020-04-13 | Use clearer message when obligation is caused by await expr | Tyler Mandry | -6/+3 |
| 2020-04-13 | Use "generator" instead of "future" when appropriate | Tyler Mandry | -6/+6 |
| 2020-04-13 | Don't annotate type when type is opaque | Tyler Mandry | -4/+4 |