| Age | Commit message (Expand) | Author | Lines |
| 2023-09-08 | Rollup merge of #115649 - notriddle:notriddle/82038, r=compiler-errors | Matthias Krüger | -0/+18 |
| 2023-09-08 | Rollup merge of #115629 - compiler-errors:sugg-deref-unsize, r=oli-obk | Matthias Krüger | -2/+39 |
| 2023-09-08 | Rollup merge of #115624 - compiler-errors:rtn-path, r=WaffleLapkin | Matthias Krüger | -2/+64 |
| 2023-09-07 | Auto merge of #115527 - oli-obk:drop_maybe_uninit_in_const, r=lcnr | bors | -0/+17 |
| 2023-09-07 | diagnostics: add test case for trait bounds diagnostic | Michael Howell | -0/+18 |
| 2023-09-07 | Don't require `Drop` for `[PhantomData<T>; N]` where `N` and `T` are generic,... | Oli Scherer | -0/+17 |
| 2023-09-07 | Auto merge of #114183 - Urgau:stabilize-print-with-path, r=oli-obk | bors | -13/+0 |
| 2023-09-07 | Stabilize `PATH` option for `--print KIND=PATH` | Urgau | -13/+0 |
| 2023-09-07 | Auto merge of #115582 - compiler-errors:refine-yeet, r=oli-obk | bors | -40/+187 |
| 2023-09-07 | Ensure that dyn trait bounds stay sorted | Michael Goulet | -7/+7 |
| 2023-09-07 | Rename folder typo | Michael Goulet | -0/+0 |
| 2023-09-07 | Don't suggest dereferencing to unsized type | Michael Goulet | -0/+37 |
| 2023-09-07 | Print the path of an RPITIT in RTN | Michael Goulet | -2/+64 |
| 2023-09-07 | Add note | Michael Goulet | -0/+5 |
| 2023-09-07 | Don't emit refining_impl_trait for private items | Michael Goulet | -46/+69 |
| 2023-09-07 | Use self instead of the actual self ty | Michael Goulet | -2/+2 |
| 2023-09-07 | Implement refinement lint for RPITIT | Michael Goulet | -16/+135 |
| 2023-09-07 | Auto merge of #115166 - Urgau:invalid_ref_casting-invalid-unsafecell-usage, r... | bors | -20/+76 |
| 2023-09-06 | Rollup merge of #115587 - mojave2:issue-115348, r=oli-obk | Matthias Krüger | -0/+37 |
| 2023-09-06 | Rollup merge of #115578 - ouz-a:rustc_clarify, r=oli-obk | Matthias Krüger | -9/+9 |
| 2023-09-06 | Rollup merge of #115473 - gurry:113110-expected-item, r=compiler-errors | Matthias Krüger | -0/+33 |
| 2023-09-06 | Rollup merge of #114511 - chenyukang:yukang-fix-114374-fmt-args, r=b-naber | Matthias Krüger | -0/+49 |
| 2023-09-06 | add a regression test | mojave2 | -0/+37 |
| 2023-09-06 | make comments less cryptic | ouz-a | -9/+9 |
| 2023-09-06 | Add explanatory note to 'expected item' error | Gurinder Singh | -0/+33 |
| 2023-09-06 | Auto merge of #115529 - chenyukang:yukang-fix-115402-overflowsize, r=compiler... | bors | -0/+60 |
| 2023-09-06 | Auto merge of #115371 - matthewjasper:if-let-guard-parsing, r=cjgillot | bors | -2/+47 |
| 2023-09-06 | Fix error report for size overflow from transmute | yukang | -0/+60 |
| 2023-09-05 | unconstrained region vars: do not ICE ICE baby | lcnr | -0/+48 |
| 2023-09-05 | Auto merge of #115553 - matthiaskrgr:rollup-c0045hz, r=matthiaskrgr | bors | -6/+121 |
| 2023-09-05 | Rollup merge of #115519 - compiler-errors:next-solver-assoc-ice, r=lcnr | Matthias Krüger | -0/+40 |
| 2023-09-05 | Rollup merge of #115492 - Enselic:large-box-move, r=oli-obk | Matthias Krüger | -6/+56 |
| 2023-09-05 | Rollup merge of #115353 - Enselic:no-optimized-mir, r=oli-obk | Matthias Krüger | -0/+25 |
| 2023-09-05 | Auto merge of #115531 - RalfJung:read_via_copy, r=scottmcm | bors | -4/+26 |
| 2023-09-05 | Auto merge of #115467 - compiler-errors:assoc-ty-object-safety, r=oli-obk | bors | -22/+59 |
| 2023-09-04 | read_via_copy: don't prematurely optimize away the read | Ralf Jung | -4/+26 |
| 2023-09-04 | Add help to allow lint for the implied by suggestion | Urgau | -0/+13 |
| 2023-09-04 | Auto merge of #115513 - Urgau:normalize-msg-after-translate, r=petrochenkov | bors | -0/+16 |
| 2023-09-03 | Don't ICE on associated type projection without feature gate | Michael Goulet | -0/+40 |
| 2023-09-03 | Auto merge of #115270 - sebastiantoh:issue-105479, r=Nadrieril | bors | -4/+80 |
| 2023-09-03 | Don't forget to normalize the translated message | Urgau | -0/+16 |
| 2023-09-03 | Rollup merge of #115478 - gurry:115462-exprfield-no-warn, r=compiler-errors | Guillaume Gomez | -4/+52 |
| 2023-09-03 | Improve clarity of diagnostic message on non-exhaustive matches | Sebastian Toh | -8/+8 |
| 2023-09-03 | Allow `large_assignments` for Box/Arc/Rc initialization | Martin Nordholts | -6/+56 |
| 2023-09-03 | Emit unused doc comment warnings for pat and expr fields | Gurinder Singh | -4/+52 |
| 2023-09-02 | Auto merge of #115429 - compiler-errors:assoc-ct-lt-fallthrough, r=cjgillot | bors | -0/+59 |
| 2023-09-02 | Do not require associated types with Self: Sized to uphold bounds when confir... | Michael Goulet | -22/+48 |
| 2023-09-02 | RPITITs are considered object-safe, they're always on Self:Sized methods | Michael Goulet | -18/+29 |
| 2023-09-02 | Auto merge of #113295 - clarfonthey:ascii-step, r=cuviper | bors | -1/+1 |
| 2023-09-01 | Rollup merge of #115424 - notriddle:notriddle/issue-106413, r=oli-obk | Matthias Krüger | -0/+159 |