| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-04-10 | Rollup merge of #69745 - estebank:predicate-obligations-3, r=nikomatsakis,eddyb | Mazdak Farrokhzad | -21/+52 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in body_owner_def_id | marmeladema | -8/+4 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in opt_local_def_id | marmeladema | -3/+7 |
| 2020-04-08 | Use `PredicateObligation`s instead of `Predicate`s | Esteban Küber | -21/+52 |
| 2020-04-08 | replace `has_local_value` with `needs_infer` | Bastian Kauschke | -9/+5 |
| 2020-04-08 | fix misleading type annotation diagonstics | YI | -6/+52 |
| 2020-04-06 | ty: switch `Ty::walk` from `Ty` to `GenericArg`. | Eduard-Mihai Burtescu | -49/+64 |
| 2020-04-06 | ty/walk: switch `walk_shallow` from `Ty` to `GenericArg`. | Eduard-Mihai Burtescu | -18/+24 |
| 2020-04-05 | Allocate query Vecs on the arena. | Camille GILLOT | -1/+1 |