| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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-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 |
| 2022-07-25 | Remove non-descriptive boolean from search_for_structural_match_violation | Michael Goulet | -11/+26 |
| 2022-07-25 | Get rid of redundant NonStructuralMatchTyKind | Michael Goulet | -53/+14 |
| 2022-07-25 | Deeply deny fn and raw ptrs in const generics | Michael Goulet | -23/+47 |
| 2022-07-24 | Combine redundant obligation cause codes | Michael Goulet | -41/+6 |
| 2022-07-24 | suggest dereferencing index when trying to use a reference of usize as index | Takayuki Maeda | -0/+28 |
| 2022-07-24 | Auto merge of #93429 - fee1-dead-contrib:allow-super-trait-tilde-const, r=oli... | bors | -8/+35 |
| 2022-07-24 | Instantiate constness in wfcheck | Deadbeef | -8/+35 |
| 2022-07-23 | Rollup merge of #99449 - compiler-errors:assoc-const-missing-item, r=lcnr | Guillaume Gomez | -3/+12 |
| 2022-07-23 | Rollup merge of #99580 - fmease:fix-issue-99565, r=estebank | Matthias Krüger | -3/+3 |
| 2022-07-22 | Do not resolve associated const when there is no provided value | Michael Goulet | -3/+12 |
| 2022-07-22 | Auto merge of #99521 - fee1-dead-contrib:const_fix_hax, r=oli-obk | bors | -48/+29 |
| 2022-07-22 | Rollup merge of #99539 - compiler-errors:bidirectional-block-suggestions, r=f... | Dylan DPC | -2/+1 |
| 2022-07-22 | Don't suggest unnameable generic arguments | León Orell Valerian Liehr | -3/+3 |
| 2022-07-21 | Auto merge of #99501 - lcnr:check-regions-infcx, r=oli-obk | bors | -98/+32 |
| 2022-07-21 | Rollup merge of #99558 - fee1-dead-contrib:remap_constness_fix, r=oli-obk | Matthias Krüger | -3/+3 |
| 2022-07-21 | Rollup merge of #99552 - lcnr:orphan_check-rework, r=oli-obk | Matthias Krüger | -196/+123 |
| 2022-07-21 | Rollup merge of #99528 - matthiaskrgr:2022_07_perf, r=estebank | Matthias Krüger | -2/+2 |
| 2022-07-21 | Fix `remap_constness` | Deadbeef | -3/+3 |
| 2022-07-21 | `region_outlives_predicate` no snapshot | lcnr | -29/+7 |
| 2022-07-21 | move `considering_regions` to the infcx | lcnr | -77/+33 |
| 2022-07-21 | rewrite the orphan check to use a type visitor | lcnr | -169/+124 |
| 2022-07-21 | orphan check: opaque types are an error | lcnr | -29/+1 |
| 2022-07-21 | change `map_bound(|_| x` to `rebind(x` | Deadbeef | -2/+2 |
| 2022-07-21 | Resolve vars in same_type_modulo_infer | Michael Goulet | -2/+1 |
| 2022-07-20 | Fix hack that remaps env constness. | Deadbeef | -46/+27 |
| 2022-07-20 | clippy::perf fixes | Matthias Krüger | -2/+2 |
| 2022-07-20 | take opaq types | ouz-a | -3/+6 |
| 2022-07-19 | Rollup merge of #99401 - TaKO8Ki:avoid-symbol-to-&str-conversions, r=nnethercote | Matthias Krüger | -2/+2 |