| Age | Commit message (Expand) | Author | Lines |
| 2022-03-17 | Rollup merge of #94960 - codehorseman:master, r=oli-obk | Dylan DPC | -3/+3 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -6/+8 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -3/+3 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -5/+5 |
| 2022-02-19 | rustc_trait_selection: adopt let else in more places | est31 | -17/+10 |
| 2022-01-31 | Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-01-15 | initial revert | Ellen | -1/+1 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_trait_selection` | Sylvan Bowdler | -1/+1 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -10/+26 |
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -26/+10 |
| 2021-11-29 | Completely remove ConstnessAnd | Oli Scherer | -2/+1 |
| 2021-11-29 | Avoid storing the ImplPolarity and Constness next to a TraitRef and use Trait... | Oli Scherer | -3/+10 |
| 2021-11-29 | Add constness to ParamEnv | Oli Scherer | -5/+15 |
| 2021-11-22 | Use `derive_default_enum` in the compiler | Jacob Pratt | -10/+6 |
| 2021-11-14 | Fix span for non-satisfied trivial trait bounds | Nilstrieb | -1/+2 |
| 2021-11-08 | Make select_* methods return Vec for TraitEngine | Deadbeef | -9/+14 |
| 2021-11-06 | Improve terminology around "after typeck" | pierwill | -1/+1 |
| 2021-11-04 | Erase regions within `vtable_trait_first_method_offset`. | Charles Lew | -1/+4 |
| 2021-10-20 | Add polarity to TraitPredicate | Santiago Pastorino | -0/+1 |
| 2021-10-04 | Rollup merge of #89413 - matthewjasper:spec-marker-fix, r=nikomatsakis | Jubilee | -1/+3 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -1/+1 |
| 2021-09-30 | Elaborate predicates in min_specialization checks | Matthew Jasper | -1/+3 |
| 2021-09-24 | Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakis | Jubilee | -1/+2 |
| 2021-09-17 | Add another case of fallback to () avoid breakage | Mark Rousskov | -0/+1 |
| 2021-09-15 | Remove ToPredicate impls that use Binder::dummy | jackh726 | -1/+2 |
| 2021-09-09 | rename mir -> thir around abstract consts | Ellen | -5/+5 |
| 2021-09-05 | Add query `own_existential_vtable_entries` | Gary Guo | -17/+37 |
| 2021-09-05 | Stop allocating vtable entries for non-object-safe methods | Gary Guo | -4/+4 |
| 2021-08-27 | fmt | Deadbeef | -1/+4 |
| 2021-08-27 | Add `ty::BoundConstness` | Deadbeef | -1/+1 |
| 2021-08-26 | review | lcnr | -1/+1 |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -1/+1 |
| 2021-08-20 | Add assertion to ensure the query doesn't get called before type infererence ... | Charles Lew | -2/+2 |
| 2021-08-18 | Fold `vtable_trait_upcasting_coercion_new_vptr_slot` logic into obligation pr... | Charles Lew | -36/+27 |
| 2021-08-03 | Implement pointer casting. | Charles Lew | -7/+9 |
| 2021-07-20 | Switch to store `Instance` directly within `VtblEntry`, fix `TraitVPtr` repre... | Charles Lew | -8/+18 |
| 2021-07-20 | Add internal attribute and tests. | Charles Lew | -1/+11 |
| 2021-07-20 | Refactor vtable format. | Charles Lew | -57/+298 |
| 2021-07-06 | Make type_implements_trait not a query | Aman Arora | -40/+1 |
| 2021-07-04 | tag issues with FIXME | Niko Matsakis | -1/+1 |
| 2021-07-04 | allow inference vars in type_implements_trait | Niko Matsakis | -4/+12 |
| 2021-06-15 | Refactor to make interpreter and codegen backend neutral to vtable internal r... | Charles Lew | -51/+82 |
| 2021-03-23 | Add has_default to GenericParamDefKind::Const | kadmin | -1/+1 |
| 2021-02-28 | Remove an old FIXME comment and inline attribute | Ömer Sinan Ağacan | -1/+0 |
| 2021-02-05 | Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Ma... | Santiago Pastorino | -1/+2 |
| 2021-01-31 | Add error message for private fn | kadmin | -1/+1 |
| 2021-01-16 | Review changes | Jack Huey | -1/+1 |
| 2020-12-24 | use matches!() macro in more places | Matthias Krüger | -3/+2 |
| 2020-12-02 | Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsa... | Santiago Pastorino | -2/+1 |
| 2020-11-29 | Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsakis | bors | -1/+2 |