about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-03-15Rollup merge of #109154 - chenyukang:yukang/fix-109152, r=compiler-errorsDylan DPC-2/+9
2023-03-15Rollup merge of #109136 - compiler-errors:simplify-proc-macro-checking, r=oli...Dylan DPC-148/+92
2023-03-15Rollup merge of #109109 - compiler-errors:polymorphize-foreign, r=NilstriebDylan DPC-10/+13
2023-03-15Deduplicate logic between projection normalization with and without escaping ...Oli Scherer-59/+21
2023-03-15Exhaustively match over all alias kindsOli Scherer-20/+29
2023-03-15Auto merge of #109035 - scottmcm:ptr-read-should-know-undef, r=WaffleLapkin,J...bors-3/+36
2023-03-15error-msg: expand suggestion for unused lintEzra Shaw-31/+22
2023-03-15error-msg: impl better suggestion for `E0532`Ezra Shaw-16/+32
2023-03-15Auto merge of #109089 - compiler-errors:opt_rpitit_info-follow-up, r=spastorinobors-8/+16
2023-03-15Fix #109152, fix the scenario that we may can not get span of funcyukang-2/+9
2023-03-14Improved implementation and comments after code review feedbackScott McMurray-13/+18
2023-03-15Fix linker detection for clang with prefixTaiki Endo-1/+3
2023-03-15Fix riscv64 fuchsia LLVM target nameTaiki Endo-1/+1
2023-03-15Auto merge of #107376 - aliemjay:remove-givens, r=lcnrbors-152/+29
2023-03-14Don't make projection tys out of anon constsMichael Goulet-21/+10
2023-03-14Assert def-kind is correct for alias typesMichael Goulet-0/+7
2023-03-14Encode opt_rpitit_info for associated typesMichael Goulet-8/+16
2023-03-14Use index based drop loop for slices and arraysTomasz Miąsko-101/+32
2023-03-14ICE when checking LocalInfo on runtime MIR.Camille GILLOT-23/+23
2023-03-14Remove LocalKind::Var.Camille GILLOT-18/+17
2023-03-14Make is_block_tail a variant of LocalInfo.Camille GILLOT-39/+26
2023-03-14Wrap the whole LocalInfo in ClearCrossCrate.Camille GILLOT-136/+132
2023-03-14Tighter spansMichael Goulet-2/+35
2023-03-14Simplify proc macro signature validity checkMichael Goulet-151/+62
2023-03-14Auto merge of #109130 - matthiaskrgr:rollup-dm3jza6, r=matthiaskrgrbors-43/+140
2023-03-14Remove box expressions from HIRclubby789-46/+5
2023-03-14Rollup merge of #109116 - MaciejWas:add-modifies-receiver-diagn-when-method-n...Matthias Krüger-26/+64
2023-03-14Rollup merge of #109110 - compiler-errors:impossible-impl-mono, r=jackh726Matthias Krüger-0/+15
2023-03-14Rollup merge of #109105 - compiler-errors:late-ct-in-anon-ct, r=oli-obkMatthias Krüger-7/+7
2023-03-14Rollup merge of #109101 - compiler-errors:layout-err, r=michaelwoeristerMatthias Krüger-2/+10
2023-03-14Rollup merge of #108923 - spastorino:new-rpitit-9, r=compiler-errorsMatthias Krüger-3/+14
2023-03-14Rollup merge of #108915 - spastorino:new-rpitit-8, r=compiler-errorsMatthias Krüger-2/+6
2023-03-14Rollup merge of #108909 - spastorino:new-rpitit-7, r=compiler-errorsMatthias Krüger-3/+4
2023-03-14Rollup merge of #108722 - petrhosek:fuchsia-riscv, r=petrochenkovMatthias Krüger-0/+20
2023-03-14Use `unused_generic_params` from crate metadataMichael Goulet-10/+13
2023-03-14Don't codegen impossible to satisfy implsMichael Goulet-0/+15
2023-03-14the fixFelix S. Klock II-0/+8
2023-03-14Emit "modifies receiver" diagnostic when no method is foundMaciej Wasilewski-26/+64
2023-03-14Remove some direct calls to local_def_id_to_hir_id on diagnosticsSantiago Pastorino-2/+6
2023-03-14Auto merge of #106505 - Nilstrieb:format-args-string-literal-episode-2, r=pet...bors-44/+89
2023-03-14Improve heuristics for format_args literal being suggestableNilstrieb-1/+35
2023-03-14Make fns from other crates with RPITIT workSantiago Pastorino-1/+11
2023-03-14Properly allow macro expanded `format_args` invocations to uses capturesNilstrieb-43/+54
2023-03-14Get impl defaultness using querySantiago Pastorino-2/+3
2023-03-14Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errorsbors-56/+32
2023-03-14Further codegen_attrs cleanupsNilstrieb-63/+62
2023-03-14Use match instead of if in codegen_attrsNilstrieb-275/+309
2023-03-14Auto merge of #109057 - compiler-errors:rpitit-info-again, r=spastorinobors-23/+31
2023-03-14Auto merge of #108992 - petrochenkov:qcstore2, r=cjgillotbors-246/+165
2023-03-13Don't ICE for late-bound consts across AnonConstBoundaryMichael Goulet-7/+7