about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-08-31Rollup merge of #101185 - compiler-errors:tweak-wf-locs, r=davidtwcoMatthias Krüger-3/+22
2022-08-31Rollup merge of #101100 - compiler-errors:generalize-call-suggestions, r=petr...Matthias Krüger-276/+335
2022-08-31Rollup merge of #101049 - JeanCASPAR:remove-span_fatal-from-ast_lowering, r=d...Matthias Krüger-3/+20
2022-08-31Rollup merge of #101025 - semarie:openbsd-archs, r=petrochenkovMatthias Krüger-3/+40
2022-08-31Rollup merge of #100970 - Xiretza:derive-multipart-suggestion, r=davidtwcoMatthias Krüger-266/+456
2022-08-31Auto merge of #101220 - JohnTitor:rollup-ov7upr7, r=JohnTitorbors-16/+16
2022-08-31Rollup merge of #101192 - TaKO8Ki:remove-path-string, r=compiler-errorsYuki Okushi-13/+13
2022-08-31Rollup merge of #101088 - nicholasbishop:bishop-uefi-pdb, r=davidtwcoYuki Okushi-3/+3
2022-08-30Auto merge of #99102 - JakobDegen:reorder-generators, r=oli-obkbors-159/+233
2022-08-30Auto merge of #98919 - 5225225:stricter-invalid-value, r=RalfJungbors-0/+9
2022-08-30Auto merge of #101195 - Dylan-DPC:rollup-rhjaz6r, r=Dylan-DPCbors-198/+366
2022-08-30Change fatal diagnostic to an error.JeanCASPAR-1/+7
2022-08-30Rollup merge of #100941 - lyming2007:issue-100584, r=oli-obkDylan DPC-11/+71
2022-08-30Rollup merge of #100653 - cuviper:fptoint_sat, r=michaelwoerister,antoyoDylan DPC-169/+177
2022-08-30Rollup merge of #100473 - compiler-errors:normalize-the-fn-def-sig-plz, r=lcnrDylan DPC-14/+90
2022-08-30Rollup merge of #99928 - compiler-errors:issue-99914, r=oli-obkDylan DPC-3/+14
2022-08-30Rollup merge of #99517 - Nilstrieb:display-raw-ptr, r=compiler-errorsDylan DPC-1/+14
2022-08-30Auto merge of #98100 - bjorn3:use_object_for_bitcode_reading, r=wesleywiserbors-30/+17
2022-08-30Rework SessionSubdiagnostic derive to support multipart_suggestionXiretza-219/+394
2022-08-30remove path stringTakayuki Maeda-13/+13
2022-08-30Simplify pass manager's `run_passes` logicJakob Degen-29/+19
2022-08-30Refactor MIR phasesJakob Degen-131/+215
2022-08-30Auto merge of #101183 - Dylan-DPC:rollup-6kewixv, r=Dylan-DPCbors-421/+444
2022-08-30SessionSubdiagnostic: make `#[applicability]` optionalXiretza-8/+4
2022-08-30Use span_suggestion_with_style in SessionSubdiagnostic deriveXiretza-39/+65
2022-08-30Code deduplication in tool_only_multipart_suggestionXiretza-12/+5
2022-08-30Tweak WellFormedLocs a bitMichael Goulet-3/+22
2022-08-30Rollup merge of #101123 - JohnTitor:rm-register-attr, r=TaKO8KiDylan DPC-62/+14
2022-08-30Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obkDylan DPC-306/+318
2022-08-30Rollup merge of #101022 - compiler-errors:issue-101020, r=jackh726Dylan DPC-5/+12
2022-08-30Rollup merge of #101019 - compiler-errors:return-closure-suggestion, r=cjgillotDylan DPC-24/+66
2022-08-30Rollup merge of #100092 - compiler-errors:issue-100075, r=oli-obkDylan DPC-24/+34
2022-08-30Auto merge of #100812 - Nilstrieb:revert-let-chains-nightly, r=Mark-Simulacrumbors-9/+66
2022-08-29Auto merge of #101167 - matthiaskrgr:rollup-yt3jdmp, r=matthiaskrgrbors-169/+148
2022-08-29Rollup merge of #101156 - Jarcho:remove_sync_lint_pass, r=compiler-errorsMatthias Krüger-3/+2
2022-08-29Rollup merge of #101146 - jackh726:borrowck-logging, r=compiler-errorsMatthias Krüger-84/+41
2022-08-29Rollup merge of #101141 - compiler-errors:get-trait-ref-is-a-misleading-name,...Matthias Krüger-11/+7
2022-08-29Rollup merge of #101131 - RalfJung:ctfe-no-needs-rfc, r=oli-obkMatthias Krüger-18/+11
2022-08-29Rollup merge of #100898 - compiler-errors:too-many-expr-fields, r=spastorinoMatthias Krüger-53/+87
2022-08-29Point at the string inside literal and mention if we need string interpolationYiming Lei-11/+71
2022-08-29Auto merge of #101152 - Dylan-DPC:rollup-v4iw8ux, r=Dylan-DPCbors-485/+241
2022-08-29Display raw pointer as `*{mut,const} T` instead of `*-ptr` in errorsnils-1/+14
2022-08-29Migrate stable let_chains error to session diagnosticsNilstrieb-23/+14
2022-08-29Revert let_chains stabilizationNilstrieb-9/+75
2022-08-29Various changes to logging of borrowck-related codeJack Huey-84/+41
2022-08-29Remove `Sync` requirement from lint pass objects as they are created on demandJason Newcomb-3/+2
2022-08-29Rollup merge of #101000 - m-ou-se:count-is-star, r=nagisaDylan DPC-8/+10
2022-08-29Rollup merge of #100819 - WaffleLapkin:use_ptr_byte_methods, r=scottmcmDylan DPC-1/+2
2022-08-29Rollup merge of #100239 - RalfJung:const-prop-uninit, r=oli-obkDylan DPC-57/+62
2022-08-29Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errorsDylan DPC-419/+167