| Age | Commit message (Expand) | Author | Lines |
| 2022-08-30 | Auto merge of #99860 - oli-obk:revert_97346, r=pnkfelix | bors | -4/+14 |
| 2022-08-15 | Revert let_chains stabilization | Nilstrieb | -1/+1 |
| 2022-08-04 | Rollup merge of #100095 - jackh726:early-binder, r=lcnr | Matthias Krüger | -15/+19 |
| 2022-08-03 | Rollup merge of #99795 - compiler-errors:delay-specialization-normalize-error... | Matthias Krüger | -4/+6 |
| 2022-08-03 | Rollup merge of #99746 - compiler-errors:more-trait-engine, r=jackh726 | Matthias Krüger | -12/+14 |
| 2022-08-03 | Add bound_impl_subject and bound_return_ty | Jack Huey | -9/+9 |
| 2022-08-03 | Change sized_constraints to return EarlyBinder | Jack Huey | -1/+5 |
| 2022-08-02 | Add bound_predicates_of and bound_explicit_predicates_of | Jack Huey | -5/+5 |
| 2022-08-03 | Auto merge of #99509 - lcnr:commit_unconditionally, r=jackh726 | bors | -186/+167 |
| 2022-08-03 | Delay a bug when failed to normalize trait ref during specialization | Michael Goulet | -4/+6 |
| 2022-08-02 | Auto merge of #92268 - jswrenn:transmute, r=oli-obk | bors | -0/+78 |
| 2022-08-02 | Auto merge of #100063 - matthiaskrgr:rollup-lznouys, r=matthiaskrgr | bors | -2/+2 |
| 2022-08-02 | Rollup merge of #99987 - Alexendoo:parse-format-position-span, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2022-08-02 | Auto merge of #100032 - BoxyUwU:no_ty_in_placeholder_const, r=compiler-errors | bors | -4/+1 |
| 2022-08-02 | Rollup merge of #99156 - lcnr:omoe-wa, r=wesleywiser | Matthias Krüger | -2/+0 |
| 2022-08-01 | Remove trait_of_item query. | Camille GILLOT | -1/+1 |
| 2022-08-01 | Remove DefId from AssocItemContainer. | Camille GILLOT | -3/+3 |
| 2022-08-01 | Store associated item defaultness in impl_defaultness. | Camille GILLOT | -3/+8 |
| 2022-08-01 | fmt... | Ellen | -4/+1 |
| 2022-08-01 | Rollup merge of #100012 - TaKO8Ki:avoid-ty-to-string-conversions, r=fee1-dead | Matthias Krüger | -5/+4 |
| 2022-08-01 | Rollup merge of #99911 - cjgillot:no-guess, r=davidtwco | Matthias Krüger | -1/+0 |
| 2022-08-01 | make `PlaceholderConst` not store the type of the const | Ellen | -1/+1 |
| 2022-08-01 | avoid `Ty` to `String` conversions | Takayuki Maeda | -5/+4 |
| 2022-07-31 | Always include a position span in rustc_parse_format::Argument | Alex Macleod | -2/+2 |
| 2022-07-30 | Rollup merge of #99862 - WaffleLapkin:type_mismatch_fix, r=compiler-errors | Dylan DPC | -13/+20 |
| 2022-07-30 | Rollup merge of #99311 - kckeiks:clean-up-body-owner-methods, r=cjgillot | Dylan DPC | -3/+4 |
| 2022-07-30 | Auto merge of #99796 - compiler-errors:issue-53475, r=oli-obk | bors | -7/+1 |
| 2022-07-30 | Rollup merge of #99671 - TaKO8Ki:suggest-dereferencing-index, r=compiler-errors | Yuki Okushi | -0/+29 |
| 2022-07-29 | Rename local_did to def_id | Miguel Guarniz | -1/+1 |
| 2022-07-29 | Change maybe_body_owned_by to take local def id | Miguel Guarniz | -3/+4 |
| 2022-07-29 | Document check_region_obligations_and_report_errors, simplify a call to resol... | Michael Goulet | -7/+1 |
| 2022-07-29 | check if T is slice | Takayuki Maeda | -2/+3 |
| 2022-07-29 | Auto merge of #99660 - PrestonFrom:issue_99265, r=compiler-errors | bors | -1/+1 |
| 2022-07-28 | Remove guess_head_span. | Camille GILLOT | -1/+0 |
| 2022-07-28 | improve type mismatch error for functions | Maybe Waffle | -13/+20 |
| 2022-07-28 | Rollup merge of #99837 - TaKO8Ki:avoid-symbol-to-string-conversions, r=fee1-dead | Dylan DPC | -5/+5 |
| 2022-07-28 | avoid `Symbol` to `String` conversions | Takayuki Maeda | -5/+5 |
| 2022-07-27 | safe transmute: don't mark user impls as unambiguous | Jack Wrenn | -1/+0 |
| 2022-07-27 | safe transmute: gracefully handle const params of wrong types | Jack Wrenn | -1/+1 |
| 2022-07-27 | Initial (incomplete) implementation of transmutability trait. | Jack Wrenn | -0/+79 |
| 2022-07-27 | Rollup merge of #99651 - compiler-errors:fn-and-raw-ptr-in-const-generics, r=... | Guillaume Gomez | -68/+68 |
| 2022-07-27 | Rollup merge of #99789 - TaKO8Ki:use-pluralize-macro, r=compiler-errors | Yuki Okushi | -2/+2 |
| 2022-07-27 | use `pluralize!` | Takayuki Maeda | -2/+2 |
| 2022-07-26 | Fix diagnostics for unfulfilled obligations | Deadbeef | -7/+11 |
| 2022-07-26 | Rollup merge of #99666 - compiler-errors:issue-99663, r=lcnr | Dylan DPC | -1/+30 |
| 2022-07-26 | Rollup merge of #99618 - compiler-errors:uhh-idk, r=lcnr | Dylan DPC | -13/+4 |
| 2022-07-26 | Use TraitEngine in more places that don't specifically need FulfillmentCtxt::... | Michael Goulet | -12/+14 |
| 2022-07-25 | handle consts with param/infer in const_eval_resolve better | Michael Goulet | -13/+4 |
| 2022-07-25 | Restore Opaque behavior to coherence check | Michael Goulet | -1/+30 |
| 2022-07-25 | Generate correct suggestion with named arguments used positionally | Preston From | -1/+1 |