| Commit message (Expand) | Author | Age | Files | Lines |
* | Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillot | Matthias Krüger | 2023-05-09 | 2 | -5/+5 |
|\ |
|
| * | improve diagnostics and bless tests | Boxy | 2023-05-05 | 2 | -5/+5 |
* | | tweak "make mut" spans when assigning to locals | Ezra Shaw | 2023-05-05 | 1 | -1/+1 |
|/ |
|
* | rustc_middle: Fix `opt_item_ident` for non-local def ids | Vadim Petrochenkov | 2023-05-03 | 1 | -1/+2 |
* | Don't use implied trait predicates in gather_explicit_predicates_of | Michael Goulet | 2023-05-01 | 2 | -2/+11 |
* | Spelling - compiler | Josh Soref | 2023-04-17 | 1 | -1/+1 |
* | Tweak output for 'add line' suggestion | Esteban Küber | 2023-04-12 | 1 | -1/+2 |
* | Rollup merge of #109923 - ElectrifyPro:visibility, r=wesleywiser | Yuki Okushi | 2023-04-11 | 1 | -6/+10 |
|\ |
|
| * | Update ui tests involving invalid visibility qualifiers | Tam Pham | 2023-04-03 | 1 | -6/+10 |
* | | Perform match checking on THIR. | Camille GILLOT | 2023-04-03 | 5 | -17/+3 |
|/ |
|
* | evaluate: improve and fix recursion depth handling | lcnr | 2023-03-21 | 1 | -1/+1 |
* | Remove uses of `box_syntax` in rustc and tools | clubby789 | 2023-03-12 | 4 | -16/+37 |
* | may not => cannot | Michael Goulet | 2023-03-08 | 3 | -3/+3 |
* | docs/test: add UI test and docs for `E0476` | Ezra Shaw | 2023-02-25 | 2 | -0/+44 |
* | diagnostics: remove inconsistent English article "this" from E0107 | Michael Howell | 2023-02-23 | 2 | -20/+20 |
* | diagnostics: update test cases to refer to assoc fn with `self` as method | Michael Howell | 2023-02-22 | 2 | -4/+4 |
* | Rollup merge of #106347 - estebank:removal-suggestion, r=TaKO8Ki | Matthias Krüger | 2023-02-16 | 1 | -5/+4 |
|\ |
|
| * | Make removal suggestion not verbose | Esteban Küber | 2023-02-14 | 1 | -6/+4 |
| * | rebase and review comments | Esteban Küber | 2023-02-14 | 1 | -1/+1 |
| * | More accurate spans for arg removal suggestion | Esteban Küber | 2023-02-14 | 1 | -2/+3 |
* | | Fetch less HIR in signature check. | Camille GILLOT | 2023-02-14 | 1 | -1/+1 |
|/ |
|
* | Tighter spans for bad inherent impl types | Michael Goulet | 2023-02-13 | 3 | -7/+7 |
* | Add extended error message for E0523 | Matthew Kelly | 2023-02-06 | 2 | -0/+27 |
* | Modify primary span label for E0308 | Esteban Küber | 2023-01-30 | 2 | -2/+2 |
* | internally change regions to be covariant | Ali MJ Al-Nasrawy | 2023-01-27 | 2 | -2/+2 |
* | Rollup merge of #106897 - estebank:issue-99430, r=davidtwco | Matthias Krüger | 2023-01-25 | 5 | -3/+10 |
|\ |
|
| * | Tweak E0597 | Esteban Küber | 2023-01-15 | 5 | -3/+10 |
* | | add UI test + docs for `E0789` | Ezra Shaw | 2023-01-23 | 2 | -0/+27 |
* | | Rollup merge of #106931 - Ezrashaw:docs-e0208, r=compiler-errors | Guillaume Gomez | 2023-01-19 | 2 | -0/+16 |
|\ \ |
|
| * | | remove error code from `#[rustc_variance]` and document its remains | Ezra Shaw | 2023-01-18 | 2 | -0/+16 |
| |/ |
|
* | | special case removing `&` suggestion | Ezra Shaw | 2023-01-18 | 2 | -6/+19 |
* | | make `CastError::NeedsDeref` create a `MachineApplicable` suggestion + other ... | Ezra Shaw | 2023-01-16 | 1 | -4/+6 |
|/ |
|
* | Rollup merge of #106585 - estebank:issue-46585, r=compiler-errors | Matthias Krüger | 2023-01-13 | 2 | -2/+6 |
|\ |
|
| * | When suggesting writing a fully qualified path probe for appropriate types | Esteban Küber | 2023-01-11 | 2 | -2/+6 |
* | | Point at impl self type for impl wf obligations | Michael Goulet | 2023-01-12 | 1 | -2/+2 |
* | | Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errors | bors | 2023-01-12 | 2 | -17/+3 |
|\ \ |
|
| * \ | Rollup merge of #106097 - mejrs:mir_build2, r=oli-obk | Michael Goulet | 2023-01-11 | 2 | -17/+3 |
| |\ \ |
|
| | * | | Don't recommend `if let` if `let else` works | mejrs | 2023-01-11 | 1 | -5/+1 |
| | * | | Migrate pattern matching | mejrs | 2023-01-11 | 2 | -13/+3 |
| | |/ |
|
* | | | Rollup merge of #106167 - yanchen4791:issue-105544-fix, r=oli-obk | Matthias Krüger | 2023-01-12 | 3 | -5/+22 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix invalid syntax in impl Trait parameter type suggestions for E0311 | yanchen4791 | 2023-01-11 | 3 | -5/+22 |
| |/ |
|
* | | Note predicate span on ImplDerivedObligation | Michael Goulet | 2023-01-11 | 1 | -1/+1 |
|/ |
|
* | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | 2023-01-11 | 2 | -2/+2 |
* | Move /src/test to /tests | Albert Larsan | 2023-01-11 | 519 | -0/+7197 |