| Age | Commit message (Expand) | Author | Lines |
| 2020-12-18 | Change potentially_qualified to be defined on Binder<PredicateAtom> | Jack Huey | -10/+14 |
| 2020-12-17 | Auto merge of #79945 - jackh726:existential_trait_ref, r=nikomatsakis | bors | -137/+173 |
| 2020-12-17 | Auto merge of #79840 - dvtkrlbs:issue-79667, r=oli-obk | bors | -1/+0 |
| 2020-12-17 | Rollup merge of #80039 - LeSeulArtichaut:rm-tyencoder-tcx, r=matthewjasper | Yuki Okushi | -4/+0 |
| 2020-12-16 | Allow `since="TBD"` for rustc_deprecated | bstrie | -35/+40 |
| 2020-12-15 | Auto merge of #78068 - RalfJung:union-safe-assign, r=nikomatsakis | bors | -3/+27 |
| 2020-12-15 | Auto merge of #73210 - wesleywiser:consts_in_debuginfo, r=oli-obk | bors | -9/+28 |
| 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/+5 |
| 2020-12-12 | Auto merge of #79553 - sexxi-goose:mir_min_cap_writeback, r=nikomatsakis | bors | -12/+78 |
| 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 | -4/+22 |
| 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-09 | Extra assertions in eval_body_using_ecx to disallow queries for | Tunahan Karlibas | -1/+0 |
| 2020-12-06 | [mir-opt] Allow debuginfo to be generated for a constant or a Place | Wesley Wiser | -9/+28 |
| 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 | -12/+56 |
| 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-04 | Auto merge of #79686 - Dylan-DPC:rollup-leama5f, r=Dylan-DPC | bors | -2/+0 |
| 2020-12-04 | Rollup merge of #79646 - petrochenkov:inclean, r=davidtwco | Dylan DPC | -2/+0 |
| 2020-12-03 | Combination of commits | Rich Kadel | -3/+21 |
| 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 | -73/+4 |
| 2020-12-03 | rustc_metadata: Remove some dead code | Vadim Petrochenkov | -2/+0 |
| 2020-12-02 | Create `rustc_ty_library` | LeSeulArtichaut | -194/+5 |
| 2020-12-02 | Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsa... | Santiago Pastorino | -73/+4 |
| 2020-12-02 | Auto merge of #79547 - erikdesjardins:byval, r=nagisa | bors | -6/+6 |
| 2020-12-01 | Rollup merge of #79509 - GuillaumeGomez:improve-attr-spans, r=oli-obk | Guillaume Gomez | -2/+1 |
| 2020-12-01 | Created NestedMetaItem::name_value_literal_span method | Guillaume Gomez | -2/+1 |
| 2020-12-01 | Auto merge of #74967 - Aaron1011:feature/incr-def-path-table, r=pnkfelix | bors | -37/+204 |
| 2020-11-29 | Pass arguments up to 2*usize by value | Erik Desjardins | -6/+6 |
| 2020-11-29 | Be cautious of calling upvar_tys before mir | Aman Arora | -99/+129 |
| 2020-11-29 | Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsakis | bors | -4/+73 |
| 2020-11-29 | Auto merge of #78863 - KodrAus:feat/simd-array, r=oli-obk | bors | -35/+103 |
| 2020-11-28 | Do not visit ForeignItemRef for HIR indexing and validation. | Camille GILLOT | -0/+8 |
| 2020-11-28 | expand iter_projections comment | Ralf Jung | -0/+4 |
| 2020-11-28 | Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkov | bors | -4/+4 |
| 2020-11-27 | Make super_traits_of return an iterator | Santiago Pastorino | -12/+15 |
| 2020-11-27 | Remove super_traits_of query, just leave a helper function | Santiago Pastorino | -6/+23 |
| 2020-11-27 | Make super_traits_of return Lrc for cheaper clone | Santiago Pastorino | -1/+1 |
| 2020-11-27 | Fix super_predicates_that_define_assoc_type API doc | Santiago Pastorino | -6/+4 |