| Age | Commit message (Expand) | Author | Lines |
| 2020-05-05 | Rebase and use ena 0.14 | Markus Westerlind | -15/+23 |
| 2020-05-05 | perf: Merge region_obligations snapshotting into the undo log | Markus Westerlind | -1/+1 |
| 2020-05-05 | Move projection_cache into the combined undo log | Markus Westerlind | -1/+1 |
| 2020-05-04 | Rollup merge of #71038 - lcnr:dyn_trait_structural_match, r=pnkfelix | Dylan DPC | -0/+5 |
| 2020-05-04 | Auto merge of #71108 - estebank:suggest-proj-type-mismatch-constraint, r=oli-obk | bors | -0/+7 |
| 2020-05-03 | Rollup merge of #71314 - mibac138:cfg-version, r=petrochenkov | Dylan DPC | -6/+11 |
| 2020-05-02 | Point at associated types when they have a default type | Esteban Küber | -0/+7 |
| 2020-05-03 | Implement RFC 2523, `#[cfg(version(..))]` | mibac138 | -6/+11 |
| 2020-05-02 | Rollup merge of #71787 - tshepang:rustdoc-warnings, r=varkor | Dylan DPC | -2/+2 |
| 2020-05-02 | Auto merge of #71795 - RalfJung:rollup-yqxfi5a, r=RalfJung | bors | -1/+0 |
| 2020-05-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -2/+2 |
| 2020-05-02 | Auto merge of #70170 - eddyb:wf-early-exit, r=nikomatsakis | bors | -43/+45 |
| 2020-05-01 | remove obsolete comment | Tshepang Lekhonkhobe | -1/+0 |
| 2020-05-01 | Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper | bors | -2/+2 |
| 2020-04-30 | wf: {Int,Float}Var can only infer to always-WF ints/floats. | Eduard-Mihai Burtescu | -2/+8 |
| 2020-04-30 | wf: handle "livelock" checking before reaching `WfPredicates::compute`. | Eduard-Mihai Burtescu | -42/+38 |
| 2020-04-30 | Rollup merge of #71449 - ecstatic-morse:free-region-cleanup, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-04-29 | forbid `dyn Trait` in const generics | Bastian Kauschke | -0/+5 |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -2/+2 |
| 2020-04-27 | Use `LocalDefId` in `typeck_tables_of` and `used_trait_imports` queries | marmeladema | -1/+1 |
| 2020-04-27 | Auto merge of #71268 - estebank:devectorize, r=eddyb | bors | -114/+91 |
| 2020-04-27 | Rollup merge of #71409 - estebank:point-at-ret-question-mark-op, r=petrochenkov | Dylan DPC | -14/+37 |
| 2020-04-26 | Point at the return type on `.into()` failure caused by `?` | Esteban Küber | -14/+37 |
| 2020-04-24 | Remove `Option` from the return type of `def_kind`. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-04-24 | Auto merge of #71215 - marmeladema:issue70853/librustc_middle-local-def-id-2,... | bors | -28/+47 |
| 2020-04-24 | Rollup merge of #71426 - contrun:fix-e0751-explanation, r=estebank | Dylan DPC | -1/+1 |
| 2020-04-23 | Address comments from review | marmeladema | -4/+3 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -8/+7 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -23/+43 |
| 2020-04-23 | librustc_middle: return LocalDefId instead of DefId in local_def_id | marmeladema | -1/+2 |
| 2020-04-23 | fix error code for E0751 | YI | -1/+1 |
| 2020-04-22 | Move `{Free,}RegionRelations` and `FreeRegionMap` out of `rustc_middle` | Dylan MacKenzie | -1/+1 |
| 2020-04-22 | Rollup merge of #71203 - csmoe:issue-71137, r=csmoe | Dylan DPC | -6/+18 |
| 2020-04-22 | Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obk | Dylan DPC | -3/+4 |
| 2020-04-22 | add test for correct await span | csmoe | -9/+15 |
| 2020-04-22 | Rollup merge of #70998 - estebank:suggest-impl-trait-empty-fn, r=varkor | Yuki Okushi | -32/+92 |
| 2020-04-21 | Rollup merge of #71174 - Nokel81:fix-async-main-error, r=petrochenkov | Dylan DPC | -12/+7 |
| 2020-04-20 | Ensure tail expression will have a `Ty` for E0746 | Esteban Küber | -48/+73 |
| 2020-04-20 | Remove some allocations in predicate evaluation | Esteban Küber | -5/+7 |
| 2020-04-20 | Use more `Iterator`s instead of `Vec`s | Esteban Küber | -51/+35 |
| 2020-04-20 | Remove unnecessary allocation | Esteban Küber | -26/+25 |
| 2020-04-20 | Remove some `Vec` allocations in an effort to improve perf | Esteban Küber | -33/+25 |
| 2020-04-20 | Suggest `-> impl Trait` and `-> Box<dyn Trait>` on fn that doesn't return | Esteban Küber | -25/+60 |
| 2020-04-20 | Check that main/start is not async | Sebastian Malton | -12/+7 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -35/+30 |
| 2020-04-19 | Auto merge of #69793 - estebank:predicate-obligations-4, r=nikomatsakis | bors | -183/+67 |
| 2020-04-18 | Add label to item source of bound obligation | Esteban Küber | -2/+2 |
| 2020-04-18 | Do not emit note for projected derived obligations | Esteban Küber | -3/+15 |
| 2020-04-18 | Remove `AssocTypeBound` and propagate bound `Span`s | Esteban Küber | -188/+50 |
| 2020-04-18 | Maintain chain of derived obligations | Esteban Küber | -0/+10 |