| Age | Commit message (Expand) | Author | Lines |
| 2020-05-28 | standardize limit comparisons with `Limit` type | David Wood | -1/+1 |
| 2020-05-24 | Auto merge of #72362 - matthewjasper:remove-rescope, r=nikomatsakis | bors | -1/+0 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -1/+1 |
| 2020-05-22 | Remove ReScope | Matthew Jasper | -1/+0 |
| 2020-05-20 | intern `PredicateKind` | Bastian Kauschke | -4/+2 |
| 2020-05-20 | introduce newtype'd `Predicate<'tcx>` | Bastian Kauschke | -42/+47 |
| 2020-05-20 | rename `Predicate` to `PredicateKind`, introduce alias | Bastian Kauschke | -22/+23 |
| 2020-05-17 | chalk | Bastian Kauschke | -7/+6 |
| 2020-05-17 | Assume unevaluated consts are equal to the other consts and add ConstEquate o... | Ben Lewis | -2/+4 |
| 2020-05-14 | Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakis | Ralf Jung | -3/+0 |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -3/+0 |
| 2020-05-11 | Fix clippy warnings | Matthias Krüger | -40/+36 |
| 2020-05-07 | Fix nit and cargo.lock | Jack Huey | -1/+1 |
| 2020-05-07 | Reintegrate chalk using chalk-solve | Jack Huey | -0/+1476 |
| 2020-05-02 | Move ensure_sufficient_stack to data_structures | Simonas Kazlauskas | -3/+3 |
| 2020-05-02 | Prevent stack overflow for deeply recursive code | Oliver Scherer | -5/+9 |
| 2020-05-01 | Remove leftover chalk types | Jack Huey | -896/+0 |
| 2020-04-24 | Remove `Option` from the return type of `def_kind`. | Eduard-Mihai Burtescu | -9/+7 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -1/+1 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -1/+1 |
| 2020-04-20 | Remove unused dependencies | Shotaro Yamada | -2/+0 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -8/+9 |
| 2020-04-13 | Use `CRATE_HIR_ID` instead of `DUMMY_HIR_ID` when appropriate. | marmeladema | -1/+1 |
| 2020-04-12 | Remove usage of `DUMMY_HIR_ID` in calls to `ObligationClause::misc` | marmeladema | -3/+1 |
| 2020-04-06 | ty: switch `Ty::walk` from `Ty` to `GenericArg`. | Eduard-Mihai Burtescu | -6/+19 |
| 2020-04-03 | Minor follow-up after renaming librustc(_middle) | Yuki Okushi | -1/+2 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -20/+20 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -28/+28 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-25 | Rollup merge of #70319 - lcnr:issue63695, r=eddyb | Dylan DPC | -7/+8 |
| 2020-03-23 | query normalize_generic_arg_after_erasing_regions | Bastian Kauschke | -7/+8 |
| 2020-03-23 | Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis | Mazdak Farrokhzad | -5/+5 |
| 2020-03-23 | Auto merge of #70204 - Centril:unshackled-lowering, r=Zoxc | bors | -1/+1 |
| 2020-03-21 | {rustc::hir::map -> rustc_hir}::definitions | Mazdak Farrokhzad | -1/+1 |
| 2020-03-21 | clarify when we pass () to functions (clippy::unit_arg) | Matthias Krüger | -7/+9 |
| 2020-03-21 | rustc: keep upvars tupled in {Closure,Generator}Substs. | Eduard-Mihai Burtescu | -5/+5 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -1/+1 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -1/+1 |
| 2020-03-14 | Index HIR after creating TyCtxt | John Kåre Alsaker | -2/+2 |
| 2020-03-14 | Make downstream crates compile. | Camille GILLOT | -23/+38 |
| 2020-03-14 | Move rustc_infer::traits to new crate rustc_trait_selection. | Camille GILLOT | -0/+1 |
| 2020-03-14 | Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb | Yuki Okushi | -1/+1 |
| 2020-03-12 | remove lifetimes that can be elided (clippy::needless_lifetimes) | Matthias Krüger | -1/+1 |
| 2020-03-12 | Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini | Mazdak Farrokhzad | -5/+5 |
| 2020-03-10 | Rename rustc guide to rustc dev guide | Santiago Pastorino | -5/+5 |
| 2020-03-03 | rename TraitItemKind::Method -> Fn | Mark Mansi | -1/+1 |
| 2020-03-02 | Remove chalk integration | CAD97 | -1873/+0 |
| 2020-03-01 | Fix use of `has_infer_types` | Matthew Jasper | -1/+1 |
| 2020-03-01 | Auto merge of #69592 - petrochenkov:nosyntax, r=Centril | bors | -2/+2 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -2/+2 |