| Age | Commit message (Expand) | Author | Lines |
| 2020-04-28 | Fix numeric-cast tests for new `into` suggestion | Samrat Man Singh | -123/+43 |
| 2020-04-28 | Rollup merge of #71340 - Valloric:more-check-pass, r=nikomatsakis | Dylan DPC | -40/+40 |
| 2020-04-28 | Auto merge of #71636 - Dylan-DPC:rollup-9gc24ak, r=Dylan-DPC | bors | -0/+23 |
| 2020-04-28 | Rollup merge of #71489 - spastorino:fix-treat-err-as-bug-handling, r=eddyb | Dylan DPC | -0/+6 |
| 2020-04-28 | Rollup merge of #71488 - spastorino:normalize-ty-to-fix-broken-mir, r=eddyb | Dylan DPC | -0/+1 |
| 2020-04-28 | Rollup merge of #71311 - estebank:fn-type-param, r=varkor | Dylan DPC | -0/+16 |
| 2020-04-28 | Fix fulldeps tests. | Camille GILLOT | -1/+1 |
| 2020-04-28 | Auto merge of #71444 - RalfJung:test-async-no-opt, r=jonas-schievink | bors | -0/+30 |
| 2020-04-28 | also run some generator tests without MIR optimizations | Ralf Jung | -0/+15 |
| 2020-04-28 | Changed `simplify_match` output query because it had become outdated | Félix Fischer | -11/+19 |
| 2020-04-28 | Added MIR const-prop diff tests to show why some assertions now fail at compi... | Félix Fischer | -0/+421 |
| 2020-04-28 | Added new ui tests to show what errors MIR can now find at compile time | Félix Fischer | -0/+46 |
| 2020-04-28 | Allow Locals to be propagated into and from, but restricted to their own block | Félix Fischer | -19/+151 |
| 2020-04-27 | Added regression test for literal propagation and for scalar pair propagation | Félix Fischer | -0/+121 |
| 2020-04-27 | Auto merge of #71620 - Dylan-DPC:rollup-9wgtisb, r=Dylan-DPC | bors | -3/+27 |
| 2020-04-28 | Suggest `into` instead of `try_into` if possible with int types | Samrat Man Singh | -0/+60 |
| 2020-04-27 | Add test for delay_span_bug and -Ztrear-err-as-bug | Santiago Pastorino | -0/+6 |
| 2020-04-27 | keep 'pointer' terminology around | Ralf Jung | -14/+14 |
| 2020-04-27 | Emit basic block ids for statements and terminators in MIR only in -Zverbose ... | Oliver Scherer | -3062/+2999 |
| 2020-04-27 | make recursive-zst test unleashed | Ralf Jung | -3/+27 |
| 2020-04-27 | Rollup merge of #71438 - estebank:resolve-sugg-tiny, r=petrochenkov | Dylan DPC | -10/+32 |
| 2020-04-27 | Rollup merge of #71419 - contrun:wrong-namespace-rustc-resolve, r=petrochenkov | Dylan DPC | -0/+15 |
| 2020-04-27 | Rollup merge of #71409 - estebank:point-at-ret-question-mark-op, r=petrochenkov | Dylan DPC | -0/+11 |
| 2020-04-27 | Rollup merge of #68716 - petrochenkov:stabmixed, r=dtolnay | Dylan DPC | -1/+0 |
| 2020-04-26 | Rollup merge of #71576 - lcnr:inline-as_mut, r=oli-obk | Dylan DPC | -0/+139 |
| 2020-04-26 | Rollup merge of #71537 - Mark-Simulacrum:no-self-open, r=davidtwco | Dylan DPC | -49/+1 |
| 2020-04-26 | Rollup merge of #71421 - elichai:2020-04-boxed-slice, r=sfackler | Dylan DPC | -0/+69 |
| 2020-04-26 | Point at the return type on `.into()` failure caused by `?` | Esteban Küber | -0/+11 |
| 2020-04-26 | Tweak some suggestions in `rustc_resolve` | Esteban Küber | -10/+32 |
| 2020-04-26 | organize Debug/Display impls a bit more; avoid sign-ignorant decimal display | Ralf Jung | -37/+38 |
| 2020-04-26 | print pointers more compactly when they are too big | Ralf Jung | -17/+17 |
| 2020-04-26 | Stabilize `Span::mixed_site` | Vadim Petrochenkov | -1/+0 |
| 2020-04-26 | sync alloc dump and pointer printing | Ralf Jung | -36/+36 |
| 2020-04-26 | Add success and fail tests for into_boxed_slice | Elichai Turkel | -0/+69 |
| 2020-04-26 | check that `AsRef` and `AsMut` are inlined | Bastian Kauschke | -0/+139 |
| 2020-04-26 | test iterator chain type length blowup | Bastian Kauschke | -0/+31 |
| 2020-04-26 | tests: Remove unnecessary `-C relocation-model=dynamic-no-pic`s | Vadim Petrochenkov | -10/+4 |
| 2020-04-26 | use defkind.descr in wrong namespace resolve failure | YI | -3/+3 |
| 2020-04-26 | Rollup merge of #71541 - wesleywiser:issue_26376, r=Dylan-DPC | Dylan DPC | -0/+25 |
| 2020-04-26 | Rollup merge of #71140 - oli-obk:static_cycle, r=RalfJung | Dylan DPC | -2/+27 |
| 2020-04-26 | Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddyb | Dylan DPC | -14/+14 |
| 2020-04-25 | Rollup merge of #69041 - petrochenkov:stabmodispan, r=Amanieu | Dylan DPC | -0/+65 |
| 2020-04-25 | Remove support for self-opening | Mark Rousskov | -49/+1 |
| 2020-04-25 | Add a test for `Span::resolved_at` and `Span::located_at` | Vadim Petrochenkov | -0/+65 |
| 2020-04-25 | Rollup merge of #71533 - pnkfelix:revert-70566-for-const-validation-fix, r=Dy... | Dylan DPC | -133/+113 |
| 2020-04-25 | Rollup merge of #71517 - flip1995:unused_braces_hack, r=oli-obk | Dylan DPC | -0/+14 |
| 2020-04-25 | Rollup merge of #71494 - flip1995:while_let_span, r=petrochenkov | Dylan DPC | -4/+10 |
| 2020-04-24 | Add regression test for #26376 | Wesley Wiser | -0/+25 |
| 2020-04-25 | Rollup merge of #71330 - ecstatic-morse:const-qualif-lazy, r=oli-obk | Dylan DPC | -27/+106 |
| 2020-04-25 | Rollup merge of #69456 - contrun:fix-misleading-compiler-error, r=estebank | Dylan DPC | -0/+47 |