| Age | Commit message (Expand) | Author | Lines |
| 2022-12-03 | fix #101749, use . instead of :: when accessing a method of an object | yukang | -15/+90 |
| 2022-11-21 | Auto merge of #104533 - oli-obk:method_callee, r=lcnr | bors | -322/+253 |
| 2022-11-21 | merge self type and substs in `trait_method` | Oli Scherer | -5/+4 |
| 2022-11-21 | Simplify one more `TraitRef::new` site | Oli Scherer | -4/+3 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -152/+105 |
| 2022-11-21 | Remove some unnecessary slicing | Oli Scherer | -9/+9 |
| 2022-11-21 | Remove a redundant assert | Oli Scherer | -6/+0 |
| 2022-11-21 | Fix an ICE that I just made worse | Oli Scherer | -9/+1 |
| 2022-11-21 | For lcnr | Oli Scherer | -0/+1 |
| 2022-11-21 | Add helper to create the trait ref for a lang item | Oli Scherer | -66/+51 |
| 2022-11-21 | Some cleanup around trait_method lookup | Oli Scherer | -7/+7 |
| 2022-11-21 | Use iterators instead of slices at more sites | Oli Scherer | -9/+10 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -64/+65 |
| 2022-11-21 | Remove an unnecessary query + subst round | Oli Scherer | -1/+1 |
| 2022-11-21 | Add a helper for replacing the self type in trait refs | Oli Scherer | -29/+15 |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the s... | Oli Scherer | -143/+152 |
| 2022-11-21 | Split out the actual predicate solving code into a separate function | Oli Scherer | -9/+17 |
| 2022-11-21 | Use ty::List instead of InternalSubsts | Oli Scherer | -7/+2 |
| 2022-11-21 | Check that type_implements_trait actually is passed the right amount of gener... | Oli Scherer | -15/+23 |
| 2022-11-21 | Reduce the amount of passed-around arguments that will get merged into one la... | Oli Scherer | -12/+12 |
| 2022-11-21 | Auto merge of #104120 - mejrs:diag, r=davidtwco | bors | -605/+652 |
| 2022-11-21 | Auto merge of #104673 - matthiaskrgr:rollup-85f65ov, r=matthiaskrgr | bors | -398/+330 |
| 2022-11-21 | Improve slug name error | mejrs | -53/+45 |
| 2022-11-21 | Fix tests | mejrs | -31/+39 |
| 2022-11-21 | Match crate and slug names | mejrs | -605/+652 |
| 2022-11-21 | Rollup merge of #104662 - nnethercote:tweak-deriving-for-packed-non-copy, r=j... | Matthias Krüger | -70/+24 |
| 2022-11-21 | Rollup merge of #104605 - RalfJung:clf_consts, r=bjorn3 | Matthias Krüger | -51/+31 |
| 2022-11-21 | Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnr | Matthias Krüger | -52/+47 |
| 2022-11-21 | Rollup merge of #104511 - dpaoliello:privateglobalworkaround, r=michaelwoerister | Matthias Krüger | -1/+14 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -261/+339 |
| 2022-11-21 | Remove `ref` patterns from `rustc_ast` | Maybe Waffle | -224/+214 |
| 2022-11-21 | Auto merge of #103454 - camsteffen:remove-conservatively-uninhabited, r=oli-obk | bors | -160/+96 |
| 2022-11-21 | Streamline deriving on packed structs. | Nicholas Nethercote | -70/+24 |
| 2022-11-21 | Auto merge of #102717 - beetrees:repr128-c-style-debuginfo, r=nagisa | bors | -14/+12 |
| 2022-11-20 | Factor out conservative_is_privately_uninhabited | Cameron Steffen | -79/+23 |
| 2022-11-20 | Change to Ty::is_inhabited_from | Cameron Steffen | -80/+72 |
| 2022-11-20 | Fix typo | Cameron Steffen | -1/+1 |
| 2022-11-20 | Rollup merge of #104504 - compiler-errors:fru-syntax-note, r=estebank | Matthias Krüger | -12/+90 |
| 2022-11-20 | Rollup merge of #104564 - RalfJung:either, r=oli-obk | Matthias Krüger | -102/+125 |
| 2022-11-20 | Auto merge of #103390 - compiler-errors:metadata-mod-regions, r=eholk | bors | -6/+7 |
| 2022-11-20 | Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compiler-errors | bors | -7/+55 |
| 2022-11-20 | Auto merge of #104629 - JohnTitor:rollup-vp3m98i, r=JohnTitor | bors | -10/+7 |
| 2022-11-20 | Rollup merge of #104626 - reez12g:issue-99144-2, r=jyn514 | Yuki Okushi | -3/+5 |
| 2022-11-20 | Rollup merge of #104608 - Nilstrieb:fixmed, r=compiler-errors | Yuki Okushi | -6/+0 |
| 2022-11-20 | Rollup merge of #104467 - fuzzypixelz:fix/attempt-to-substract-with-overflow,... | Yuki Okushi | -1/+2 |
| 2022-11-20 | Fix doctest errors related to rustc_middle | reez12g | -3/+5 |
| 2022-11-20 | Auto merge of #104522 - RalfJung:try_normalize_after_erasing_regions, r=oli-obk | bors | -1/+3 |
| 2022-11-19 | Auto merge of #102795 - lukas-code:constify-is-aligned-via-align-offset, r=ol... | bors | -53/+140 |
| 2022-11-19 | Fix substraction with overflow in `wrong_number_of_generic_args.rs` | Mahmoud Mazouz | -1/+2 |
| 2022-11-19 | Cleanup macro matching recovery | Nilstrieb | -6/+0 |