| Age | Commit message (Expand) | Author | Lines |
| 2020-12-25 | Rollup merge of #80342 - pierwill:patch-1, r=lcnr | Dylan DPC | -1/+1 |
| 2020-12-25 | Rollup merge of #80327 - PankajChaudhary5:PankajChaudhary, r=GuillaumeGomez | Dylan DPC | -4/+1 |
| 2020-12-25 | Rollup merge of #80274 - pierwill:lintlevelsource, r=petrochenkov | Dylan DPC | -2/+2 |
| 2020-12-23 | Fix typo | pierwill | -1/+1 |
| 2020-12-23 | Updated the match with the matches macro | PankajChaudhary5 | -4/+1 |
| 2020-12-23 | Rollup merge of #80298 - PankajChaudhary5:PankajChaudhary, r=GuillaumeGomez | Guillaume Gomez | -8/+2 |
| 2020-12-23 | Rollup merge of #80241 - pierwill:patch-12, r=lcnr | Guillaume Gomez | -1/+1 |
| 2020-12-23 | Rollup merge of #80225 - pierwill:patch-11, r=lcnr | Guillaume Gomez | -0/+11 |
| 2020-12-23 | Rollup merge of #80204 - pierwill:pierwill-rustcmiddle-ondisk, r=varkor | Guillaume Gomez | -2/+2 |
| 2020-12-22 | Auto merge of #80177 - tgnottingham:foreign_defpathhash_registration, r=Aaron... | bors | -10/+28 |
| 2020-12-22 | Improve the code quality by using matches macro | PankajChaudhary5 | -8/+2 |
| 2020-12-21 | Rename rustc_middle::lint::LintSource | pierwill | -2/+2 |
| 2020-12-20 | Fix typo | pierwill | -1/+1 |
| 2020-12-20 | Edit rustc_middle::ty::TyKind docs | pierwill | -3/+5 |
| 2020-12-20 | Add module-level docs to rustc_middle::ty | pierwill | -0/+11 |
| 2020-12-20 | Auto merge of #80163 - jackh726:binder-refactor-part-3, r=lcnr | bors | -70/+71 |
| 2020-12-20 | Auto merge of #79635 - lcnr:const-eval-idk, r=oli-obk | bors | -1/+10 |
| 2020-12-19 | docs: Edit rustc_middle::ty::query::on_disk_cache | pierwill | -2/+2 |
| 2020-12-19 | More rebinds | Jack Huey | -8/+15 |
| 2020-12-18 | OnDiskCache: avoid storing local def id hashes in foreign def id collection | Tyson Nottingham | -2/+4 |
| 2020-12-18 | rustc_query_system: explicitly register reused dep nodes | Tyson Nottingham | -9/+25 |
| 2020-12-18 | Change potentially_qualified to be defined on Binder<PredicateAtom> | Jack Huey | -10/+14 |
| 2020-12-18 | Make BoundRegion have a kind of BoungRegionKind | Jack Huey | -70/+71 |
| 2020-12-17 | Auto merge of #79945 - jackh726:existential_trait_ref, r=nikomatsakis | bors | -137/+173 |
| 2020-12-17 | Rollup merge of #80039 - LeSeulArtichaut:rm-tyencoder-tcx, r=matthewjasper | Yuki Okushi | -4/+0 |
| 2020-12-15 | Auto merge of #79922 - tmiasko:lower-discriminant, r=nagisa | bors | -4/+35 |
| 2020-12-14 | Remove unused `TyEncoder::tcx` required method | LeSeulArtichaut | -4/+0 |
| 2020-12-14 | Add explanation for skip_binder in relate | Jack Huey | -0/+1 |
| 2020-12-12 | Auto merge of #79169 - LeSeulArtichaut:ty-lib, r=nikomatsakis | bors | -194/+4 |
| 2020-12-12 | Auto merge of #79553 - sexxi-goose:mir_min_cap_writeback, r=nikomatsakis | bors | -7/+40 |
| 2020-12-11 | Move binder for dyn to each list item | Jack Huey | -137/+172 |
| 2020-12-11 | Lower `discriminant_value` intrinsic | Tomasz Miąsko | -4/+35 |
| 2020-12-10 | Use `def_path_hash_to_def_id` when re-using a `RawDefId` | Aaron Hill | -3/+21 |
| 2020-12-09 | Use Places for captures in MIR | Aman Arora | -0/+9 |
| 2020-12-09 | Auto merge of #79721 - Aaron1011:fix/reuse-def-path-hash, r=wesleywiser | bors | -1/+1 |
| 2020-12-06 | Use min_captures for creating UpvarSusbts::tupled_upvar_tys | Aman Arora | -0/+13 |
| 2020-12-06 | Writeback min_capture map to TypeckResults | Aman Arora | -7/+18 |
| 2020-12-06 | Auto merge of #78609 - lcnr:rustdoc-const-eval, r=matthewjasper | bors | -13/+38 |
| 2020-12-06 | Auto merge of #79729 - matthiaskrgr:clones_, r=jyn514 | bors | -1/+1 |
| 2020-12-05 | Auto merge of #79445 - SNCPlay42:struct-tail-recursion-limit, r=oli-obk | bors | -2/+8 |
| 2020-12-05 | remove redundant clones | Matthias Krüger | -1/+1 |
| 2020-12-04 | Properly re-use def path hash in incremental mode | Aaron Hill | -1/+1 |
| 2020-12-04 | check the recursion limit when finding struct tail | SNCPlay42 | -2/+8 |
| 2020-12-03 | Combination of commits | Rich Kadel | -2/+4 |
| 2020-12-03 | extend the docs for `WithOptConstParam` | Bastian Kauschke | -13/+38 |
| 2020-12-03 | Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Mark-Simul... | bors | -60/+2 |
| 2020-12-02 | Create `rustc_ty_library` | LeSeulArtichaut | -194/+4 |
| 2020-12-02 | add comment to `visit_ct_substs` | Bastian Kauschke | -0/+5 |
| 2020-12-02 | Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsa... | Santiago Pastorino | -60/+2 |
| 2020-12-02 | Auto merge of #79547 - erikdesjardins:byval, r=nagisa | bors | -6/+6 |