| Age | Commit message (Expand) | Author | Lines |
| 2020-05-05 | Move projection_cache into the combined undo log | Markus Westerlind | -34/+58 |
| 2020-05-05 | Allow SnapshotMap to have a separate undo_log | Markus Westerlind | -4/+4 |
| 2020-05-05 | Move region_constraint to the unified undo log | Markus Westerlind | -165/+182 |
| 2020-05-05 | perf: Reduce snapshot/rollback overhead | Markus Westerlind | -184/+503 |
| 2020-05-04 | Auto merge of #71108 - estebank:suggest-proj-type-mismatch-constraint, r=oli-obk | bors | -2/+3 |
| 2020-05-03 | Rollup merge of #71806 - lcnr:patch-3, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-05-02 | When a projection is expected, suggest constraining or calling method | Esteban Küber | -2/+3 |
| 2020-05-02 | typo | Bastian Kauschke | -1/+1 |
| 2020-05-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -3/+3 |
| 2020-05-01 | Rollup merge of #71758 - jackh726:chalk-remove, r=jackh726 | Dylan DPC | -17/+2 |
| 2020-05-01 | Rollup merge of #71018 - lcnr:custom-const-param, r=eddyb | Dylan DPC | -1/+0 |
| 2020-05-01 | Remove leftover chalk types | Jack Huey | -17/+2 |
| 2020-05-01 | remove obsolete comments | Tshepang Lekhonkhobe | -6/+0 |
| 2020-04-30 | Rollup merge of #71449 - ecstatic-morse:free-region-cleanup, r=Mark-Simulacrum | Dylan DPC | -4/+181 |
| 2020-04-30 | Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasper | Dylan DPC | -0/+4 |
| 2020-04-30 | coerce documentation | Bastian Kauschke | -1/+0 |
| 2020-04-28 | Rollup merge of #71311 - estebank:fn-type-param, r=varkor | Dylan DPC | -1/+7 |
| 2020-04-27 | fix typo | Esteban Kuber | -1/+1 |
| 2020-04-27 | Auto merge of #71268 - estebank:devectorize, r=eddyb | bors | -18/+11 |
| 2020-04-26 | Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddyb | Dylan DPC | -6/+1 |
| 2020-04-25 | Rollup merge of #71544 - cuviper:filter_map_next, r=Mark-Simulacrum | Dylan DPC | -33/+27 |
| 2020-04-24 | Replace filter_map().next() calls with find_map() | Josh Stone | -33/+27 |
| 2020-04-25 | Rollup merge of #71534 - cuviper:unused-option-map, r=Mark-Simulacrum | Dylan DPC | -1/+3 |
| 2020-04-25 | Rollup merge of #69456 - contrun:fix-misleading-compiler-error, r=estebank | Dylan DPC | -6/+52 |
| 2020-04-24 | Avoid unused Option::map results | Josh Stone | -1/+3 |
| 2020-04-24 | Remove `Option` from the return type of `def_kind`. | Eduard-Mihai Burtescu | -6/+1 |
| 2020-04-23 | Address comments from review | marmeladema | -6/+4 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -5/+5 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -5/+10 |
| 2020-04-22 | Move `{Free,}RegionRelations` and `FreeRegionMap` out of `rustc_middle` | Dylan MacKenzie | -4/+181 |
| 2020-04-20 | Remove some allocations in predicate evaluation | Esteban Küber | -4/+3 |
| 2020-04-20 | Remove some `Vec` allocations in an effort to improve perf | Esteban Küber | -14/+8 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -43/+48 |
| 2020-04-18 | On `FnDef` type annotation suggestion, use fn-pointer output | Esteban Küber | -1/+7 |
| 2020-04-18 | Auto merge of #71218 - eddyb:a-lifetime-stranded-in-fn-def, r=nikomatsakis | bors | -0/+25 |
| 2020-04-17 | Auto merge of #71049 - eddyb:const-err, r=oli-obk | bors | -4/+7 |
| 2020-04-16 | outlives: ignore lifetimes shallowly found in `ty::FnDef`s. | Eduard-Mihai Burtescu | -0/+25 |
| 2020-04-16 | mir/interpret: only use `ErrorHandled::Reported` for `ErrorReported`. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-04-16 | ty: add `ty::ConstKind::Error` to replace `tcx.consts.err`. | Eduard-Mihai Burtescu | -2/+5 |
| 2020-04-16 | reserve variable for empty root region | Niko Matsakis | -0/+4 |
| 2020-04-16 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -4/+4 |
| 2020-04-15 | Fix clippy warnings | Matthias Krüger | -1/+0 |
| 2020-04-14 | Auto merge of #70643 - Rustin-Liu:rustin-patch-rename, r=eddyb | bors | -1/+1 |
| 2020-04-14 | Rename AssocKind::Method to AssocKind::Fn | Rustin-Liu | -1/+1 |
| 2020-04-13 | Just `unwrap()` instead of `unwrap_or(DUMMY_HIR_ID)`. | marmeladema | -1/+1 |
| 2020-04-12 | Rollup merge of #71069 - marmeladema:dummy-hir-id-obligation-clause, r=eddyb | Dylan DPC | -1/+2 |
| 2020-04-12 | Remove usage of `DUMMY_HIR_ID` in `Scope::hir_id` | marmeladema | -1/+2 |
| 2020-04-12 | Update links of `rustc guide` | Yuki Okushi | -2/+2 |
| 2020-04-11 | Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakis | bors | -1/+1 |
| 2020-04-10 | Auto merge of #70986 - marmeladema:issue70853/librustc_middle-local-def-id, r... | bors | -1/+1 |