| Age | Commit message (Expand) | Author | Lines |
| 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-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 #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 | Stabilize `Span::mixed_site` | Vadim Petrochenkov | -1/+0 |
| 2020-04-26 | Add success and fail tests for into_boxed_slice | Elichai Turkel | -0/+69 |
| 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 | 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 #71494 - flip1995:while_let_span, r=petrochenkov | Dylan DPC | -2/+8 |
| 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 |
| 2020-04-24 | adjust tests | Ralf Jung | -133/+113 |
| 2020-04-24 | Remove redundant `descr`/`descriptive_variant` methods from HIR. | Eduard-Mihai Burtescu | -14/+14 |
| 2020-04-24 | Rollup merge of #71318 - RalfJung:miri-unleash-cleanup, r=oli-obk | Dylan DPC | -181/+156 |
| 2020-04-24 | Rollup merge of #71235 - estebank:lt-sugg-2, r=ecstatic-morse | Dylan DPC | -30/+438 |
| 2020-04-24 | Rollup merge of #71426 - contrun:fix-e0751-explanation, r=estebank | Dylan DPC | -28/+28 |
| 2020-04-24 | Rollup merge of #71068 - pyfisch:unicode-version-stable, r=SimonSapin | Dylan DPC | -3/+1 |
| 2020-04-24 | Rollup merge of #70845 - varkor:const-generics-derive-eq-diagnostic, r=estebank | Dylan DPC | -8/+12 |
| 2020-04-24 | update_tests | flip1995 | -2/+8 |
| 2020-04-23 | explain what we are testing in mutable_const | Ralf Jung | -9/+18 |
| 2020-04-23 | Rollup merge of #70633 - kper:master, r=estebank | Dylan DPC | -0/+69 |
| 2020-04-23 | miri-unleash tests: ensure they fire even with 'allow(const_err)' | Ralf Jung | -174/+140 |
| 2020-04-23 | Cycle errors now occur during const-eval, not checking | Dylan MacKenzie | -27/+106 |
| 2020-04-23 | Rollup merge of #71396 - DeeDeeG:improve-e0308-again, r=estebank | Dylan DPC | -40/+32 |
| 2020-04-23 | Rollup merge of #71005 - jonas-schievink:no-place-like-return, r=oli-obk | Dylan DPC | -2/+2 |
| 2020-04-23 | Disallow statics initializing themselves | Oliver Scherer | -2/+27 |
| 2020-04-23 | Stabilize UNICODE_VERSION (feature unicode_version) | Pyfisch | -3/+1 |
| 2020-04-23 | fix error code for E0751 | YI | -28/+28 |
| 2020-04-22 | Sort `MultiSpan`s on creation | Esteban Küber | -3/+3 |
| 2020-04-22 | smoke-test for async fn with mir-opt-level=0 | Ralf Jung | -0/+15 |
| 2020-04-22 | Rollup merge of #71400 - dtolnay:isavailable, r=petrochenkov | Dylan DPC | -0/+31 |
| 2020-04-22 | Rollup merge of #71256 - cuviper:must_use_replace, r=estebank | Dylan DPC | -1/+2 |
| 2020-04-22 | fix test | Esteban Küber | -1/+1 |
| 2020-04-22 | Revert old span change | Esteban Küber | -10/+10 |
| 2020-04-22 | Tweak wording | Esteban Küber | -32/+44 |
| 2020-04-22 | Tweak `'static` suggestion code | Esteban Küber | -21/+417 |
| 2020-04-22 | Rollup merge of #71370 - PankajChaudhary5:ErrorCode-E0696, r=GuillaumeGomez | Dylan DPC | -1/+2 |
| 2020-04-22 | Rollup merge of #71336 - ecstatic-morse:check-consts-asm, r=oli-obk | Dylan DPC | -1/+28 |