about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-12-22Rollup merge of #105602 - RalfJung:read-convenience, r=oli-obkYuki Okushi-6/+17
2022-12-21Auto merge of #105979 - matthiaskrgr:rollup-2luw3mx, r=matthiaskrgrbors-57/+108
2022-12-21Auto merge of #105812 - ojeda:no-jump-tables, r=nikicbors-0/+12
2022-12-20Rollup merge of #105973 - oli-obk:simplify_callee_checks, r=jackh726Matthias Krüger-18/+10
2022-12-20Rollup merge of #105949 - ChrisDenton:bump-cfg-if, r=NilstriebMatthias Krüger-3/+7
2022-12-20Rollup merge of #105897 - oli-obk:tait_patterns, r=TaKO8KiMatthias Krüger-35/+59
2022-12-20Rollup merge of #105791 - Ezrashaw:add-e0472-long-docs, r=GuillaumeGomezMatthias Krüger-1/+32
2022-12-20Add `-Zno-jump-tables`Miguel Ojeda-0/+12
2022-12-20Avoid going through the happy path in case of non-fn builtin callsOli Scherer-18/+6
2022-12-20Auto merge of #105381 - uweigand:s390x-ffi-vaarg, r=nikicbors-0/+84
2022-12-20use `track_caller` to show where the panic is actually fromOli Scherer-0/+4
2022-12-20Hackily fix an opaque type ICEOli Scherer-5/+13
2022-12-20Some style nitsOli Scherer-4/+4
2022-12-20Replace a `find` with a loop to simplify the logic.Oli Scherer-19/+22
2022-12-20Make it easier to debug where a region error was createdOli Scherer-3/+19
2022-12-20Some tracing cleanupsOli Scherer-8/+5
2022-12-20Rollup merge of #105930 - JakobDegen:nal-unsound, r=oli-obkMatthias Krüger-1/+2
2022-12-20Rollup merge of #105835 - tmiasko:cleanup-post-borrowck, r=JakobDegenMatthias Krüger-71/+28
2022-12-20Bump `cfg-if` to `1.0`Chris Denton-3/+7
2022-12-20Auto merge of #105940 - matthiaskrgr:rollup-ho4po1t, r=matthiaskrgrbors-2/+30
2022-12-20docs: add long error explanation for error E0472Ezra Shaw-1/+32
2022-12-20Rollup merge of #105935 - Ezrashaw:add-test+docs-for-e0377, r=GuillaumeGomezMatthias Krüger-2/+30
2022-12-20Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obkbors-268/+182
2022-12-20docs/test: add UI test and long-form error docs for `E0377`Ezra Shaw-2/+30
2022-12-20Auto merge of #105575 - compiler-errors:impl-wf-lint, r=oli-obkbors-14/+147
2022-12-19Disable `NormalizeArrayLen`Jakob Degen-1/+2
2022-12-20Auto merge of #105918 - matthiaskrgr:rollup-mmazd62, r=matthiaskrgrbors-40/+134
2022-12-19Auto merge of #105905 - lqd:revert-103880, r=jackh726bors-357/+99
2022-12-19Implement va_list and va_arg for s390x FFIUlrich Weigand-0/+84
2022-12-19Rollup merge of #105915 - andrewpollack:revert-105250-async-rm-resumety, r=tm...Matthias Krüger-38/+25
2022-12-19Rollup merge of #105860 - Ezrashaw:add-long-errors-0460-0457, r=jruderman,Gui...Matthias Krüger-2/+109
2022-12-19Revert "Replace usage of `ResumeTy` in async lowering with `Context`"Andrew Pollack-38/+25
2022-12-19Auto merge of #103600 - compiler-errors:early-binder-nits, r=spastorinobors-45/+27
2022-12-19Make fast-path for implied wf lint betterMichael Goulet-71/+92
2022-12-19Downgrade IMPLIED_BOUNDS_ENTAILMENT to warn by default, add it to builtin lin...Michael Goulet-4/+5
2022-12-19Add IMPLIED_BOUNDS_ENTAILMENT lintMichael Goulet-7/+118
2022-12-19Revert "Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr"Rémy Rakic-357/+99
2022-12-19more markdown list formattingEzra Shaw-3/+3
2022-12-19Rollup merge of #105882 - compiler-errors:issue-105832, r=jackh726Dylan DPC-5/+3
2022-12-19Rollup merge of #105864 - matthiaskrgr:compl, r=NilstriebDylan DPC-54/+26
2022-12-19Rollup merge of #105839 - LegionMammal978:mut-upvar-not-send, r=lcnrDylan DPC-17/+22
2022-12-19Auto merge of #105883 - matthiaskrgr:rollup-v5n53t1, r=matthiaskrgrbors-154/+92
2022-12-19clippy::complexity fixesMatthias Krüger-54/+26
2022-12-18Rollup merge of #105879 - Nilstrieb:revert-hir-arena, r=oli-obkMatthias Krüger-38/+21
2022-12-18Rollup merge of #105873 - matthiaskrgr:clippy_fmt, r=NilstriebMatthias Krüger-55/+37
2022-12-18Rollup merge of #105869 - matthiaskrgr:clone_on_copy, r=compiler-errorsMatthias Krüger-16/+16
2022-12-18Rollup merge of #105867 - matthiaskrgr:rec_param, r=compiler-errorsMatthias Krüger-44/+10
2022-12-18Rollup merge of #105842 - compiler-errors:arg-name-sugg, r=petrochenkovMatthias Krüger-1/+8
2022-12-18Auto merge of #105446 - erikdesjardins:vt-size, r=nikicbors-3/+24
2022-12-18Don't ICE in closure arg borrow suggestionMichael Goulet-5/+3