| Age | Commit message (Expand) | Author | Lines |
| 2023-08-01 | Auto merge of #112849 - m-ou-se:panic-message-format, r=thomcc | bors | -68/+118 |
| 2023-08-01 | Fix invalid slice coercion suggestion reported in turbofish | Urgau | -0/+42 |
| 2023-08-01 | Improve diagnostic for wrong borrow on binary operations | Urgau | -0/+190 |
| 2023-07-31 | Auto merge of #114308 - matthiaskrgr:rollup-m64bkm7, r=matthiaskrgr | bors | -23/+63 |
| 2023-07-31 | Rollup merge of #114200 - compiler-errors:detect-tail-unsize-then-upcast, r=lcnr | Matthias Krüger | -0/+40 |
| 2023-07-31 | Rollup merge of #114193 - crlf0710:lexer_unicode15, r=Manishearth | Matthias Krüger | -21/+19 |
| 2023-07-31 | Rollup merge of #114182 - Ddystopia:cleanup-after-113312, r=lcnr | Matthias Krüger | -2/+4 |
| 2023-07-31 | Rollup merge of #113920 - bvanjoi:fix-81413, r=petrochenkov | Matthias Krüger | -0/+34 |
| 2023-07-31 | Don't check unnecessarily that impl trait is RPIT | Michael Goulet | -0/+51 |
| 2023-07-31 | Rollup merge of #114267 - compiler-errors:rpitit-opaque-bounds, r=spastorino | Matthias Krüger | -25/+1 |
| 2023-07-31 | Rollup merge of #114228 - fmease:wf-lazy-ty-aliases, r=oli-obk | Matthias Krüger | -1/+37 |
| 2023-07-31 | Auto merge of #114225 - workingjubilee:only-golden-arches, r=compiler-errors | bors | -66/+32 |
| 2023-07-31 | Auto merge of #114266 - calebzulawski:simd-bswap, r=compiler-errors | bors | -0/+22 |
| 2023-07-31 | parser: more friendly hints for handling `async move` in the 2015 edition | bohan | -0/+12 |
| 2023-07-30 | Rollup merge of #113741 - compiler-errors:rpitit-projects-to-missing-opaque, ... | Jubilee | -0/+26 |
| 2023-07-30 | Auto merge of #112843 - chenyukang:yukang-more-on-backtrace, r=workingjubilee | bors | -7/+15 |
| 2023-07-30 | Don't install default projection bound for RPITITs | Michael Goulet | -0/+26 |
| 2023-07-30 | Remap explicit item bounds of RPITIT's opaque back to ty::Opaque | Michael Goulet | -25/+1 |
| 2023-07-30 | Fix simd_bswap for i8/u8 | Caleb Zulawski | -0/+22 |
| 2023-07-30 | Rollup merge of #114256 - Urgau:fix-issue-114180, r=WaffleLapkin | Matthias Krüger | -28/+76 |
| 2023-07-30 | Rollup merge of #114246 - Bryanskiy:type-privacy-lints-fixes, r=petrochenkov | Matthias Krüger | -15/+3 |
| 2023-07-30 | Rollup merge of #102198 - lukas-code:nonnull_as_ref, r=Amanieu | Matthias Krüger | -0/+30 |
| 2023-07-30 | add macro test cases to extra arguments test | Lukas Markeffsky | -21/+108 |
| 2023-07-31 | normalize backtrace error messages | yukang | -8/+9 |
| 2023-07-30 | Fix invalid suggestion for mismatched types in closure arguments | Urgau | -28/+76 |
| 2023-07-30 | Rollup merge of #114018 - Enselic:multi-annotation, r=b-naber | Matthias Krüger | -0/+25 |
| 2023-07-30 | Weaken unnameable_types lint | Bryanskiy | -15/+3 |
| 2023-07-30 | Check lazy type aliases for well-formedness | León Orell Valerian Liehr | -1/+37 |
| 2023-07-30 | Rollup merge of #114203 - fee1-dead-contrib:effects/pp-no-host, r=oli-obk | fee1-dead | -8/+7 |
| 2023-07-30 | Auto merge of #114226 - matthiaskrgr:rollup-wxdudsm, r=matthiaskrgr | bors | -0/+12 |
| 2023-07-30 | Rollup merge of #114222 - compiler-errors:lazy-type-alias-is-incomplete, r=ol... | Matthias Krüger | -0/+12 |
| 2023-07-29 | Replace ignore-everything with only-arch | Jubilee Young | -66/+32 |
| 2023-07-29 | some nits, bless test | Michael Goulet | -16/+2 |
| 2023-07-29 | Implement assumed_wf_types for RPITITs' implementations | Michael Goulet | -0/+29 |
| 2023-07-29 | Take RPITITs inherit the assumed_wf_types of their parent fn | Michael Goulet | -12/+8 |
| 2023-07-29 | Mark lazy_type_alias as incomplete | Michael Goulet | -0/+12 |
| 2023-07-29 | Auto merge of #114156 - calebzulawski:simd-bswap, r=compiler-errors | bors | -25/+118 |
| 2023-07-29 | cg_llvm: remove pointee types and pointercast/bitcast-of-ptr | Erik Desjardins | -23/+1 |
| 2023-07-29 | Auto merge of #114028 - Centri3:ternary-operator, r=compiler-errors | bors | -0/+184 |
| 2023-07-29 | Auto merge of #114148 - cuviper:drop-llvm-14, r=nikic | bors | -6/+0 |
| 2023-07-29 | Effects: don't print `host` param in diagnostics | Deadbeef | -8/+7 |
| 2023-07-29 | Auto merge of #114150 - clubby789:improve-option-ref-suggestion, r=WaffleLapkin | bors | -5/+59 |
| 2023-07-29 | print omitted frames count for short backtrace mode | yukang | -3/+10 |
| 2023-07-29 | Adjust some tests for invalid_reference_casting improvements | Urgau | -3/+3 |
| 2023-07-29 | Improve diagnostics of the invalid_reference_casting lint | Urgau | -68/+121 |
| 2023-07-29 | Avoid linting on expression that are only UB with SB/TB | Urgau | -34/+19 |
| 2023-07-29 | Add support for deferred casting for the invalid_reference_casting lint | Urgau | -1/+12 |
| 2023-07-29 | Revert "Temporarily switch invalid_reference_casting lint to allow-by-default" | Urgau | -18/+22 |
| 2023-07-29 | Fix tests. | Mara Bos | -2/+3 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -66/+115 |