about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-07-12Auto merge of #127635 - matthiaskrgr:rollup-foopajr, r=matthiaskrgrbors-207/+196
2024-07-12Rollup merge of #127625 - SkiFire13:revert-comment-deletion, r=workingjubileeMatthias Krüger-0/+2
2024-07-12Rollup merge of #127622 - compiler-errors:builtin-internal, r=lqdMatthias Krüger-2/+2
2024-07-12Rollup merge of #127596 - tesuji:help-unwrap-or, r=compiler-errorsMatthias Krüger-15/+37
2024-07-12Rollup merge of #127164 - Nadrieril:clean-lowering-loop, r=matthewjasperMatthias Krüger-190/+155
2024-07-12Auto merge of #127382 - estebank:const-let, r=compiler-errorsbors-26/+56
2024-07-11Auto merge of #127614 - matthiaskrgr:rollup-8geziwi, r=matthiaskrgrbors-81/+125
2024-07-11Add doc for deconstruct_option_or_resultLzu Tao-0/+3
2024-07-11Add suggestion for `Option<&Vec<T>> -> Option<&[T]`Lzu Tao-15/+34
2024-07-11Account for `let foo = expr`; to suggest `const foo: Ty = expr;`Esteban Küber-22/+51
2024-07-11Use verbose style when suggesting changing `const` with `let`Esteban Küber-5/+6
2024-07-11Revert accidental comment deletionGiacomo Stevanato-0/+2
2024-07-11Mark builtin syntax as internalMichael Goulet-2/+2
2024-07-11Rollup merge of #127605 - nikic:remove-extern-wasm, r=oli-obkMatthias Krüger-59/+24
2024-07-11Rollup merge of #127601 - trevyn:issue-127600, r=compiler-errorsMatthias Krüger-2/+2
2024-07-11Rollup merge of #127598 - weiznich:diagnostic_do_not_recommend_also_skips_hel...Matthias Krüger-0/+19
2024-07-11Rollup merge of #127591 - compiler-errors:label-after-primary, r=lcnrMatthias Krüger-1/+10
2024-07-11Rollup merge of #124599 - estebank:issue-41708, r=wesleywiserMatthias Krüger-19/+70
2024-07-11Auto merge of #127487 - tgross35:f16-f128-simd, r=Amanieubors-0/+2
2024-07-11Auto merge of #127311 - oli-obk:do_not_count_errors, r=compiler-errorsbors-0/+3
2024-07-11Avoid follow-up errors and ICEs after missing lifetime errors on data structuresOli Scherer-0/+3
2024-07-11Remove extern "wasm" ABINikita Popov-59/+24
2024-07-11check is_ident before parse_identtrevyn-2/+2
2024-07-11Auto merge of #127097 - compiler-errors:async-closure-lint, r=oli-obkbors-18/+152
2024-07-11Allows `#[diagnostic::do_not_recommend]` to supress trait impls in suggestion...Georg Semmler-0/+19
2024-07-11Auto merge of #127575 - chenyukang:yukang-fix-struct-fields-ice, r=compiler-e...bors-26/+56
2024-07-10Fix diagnostic and add a test for itMichael Goulet-1/+1
2024-07-10Make sure that labels are defined after the primary span in diagnosticsMichael Goulet-0/+9
2024-07-10Auto merge of #127560 - oli-obk:safe_clobber, r=nnethercotebors-14/+3
2024-07-10Auto merge of #127419 - trevyn:issue-125446, r=fee1-deadbors-61/+101
2024-07-11report pat no field error no recoverd struct variantyukang-26/+56
2024-07-10Rollup merge of #127570 - lcnr:normalize-cool, r=compiler-errorsMatthias Krüger-13/+10
2024-07-10Rollup merge of #127568 - lcnr:undo-leakcheck, r=oli-obkMatthias Krüger-54/+12
2024-07-10Rollup merge of #127094 - Borgerr:E0191-suggestion-correction, r=fmeaseMatthias Krüger-1/+13
2024-07-10simplify and future-proof `needs_normalization`lcnr-13/+10
2024-07-10instantiate higher ranked goals in candidate selectionlcnr-54/+12
2024-07-10Update `Cargo.lock` and remove duplicated implGuillaume Gomez-10/+6
2024-07-10Merge commit '98ed962c7d3eebe12c97588e61245273d265e72f' into masterGuillaume Gomez-1137/+2684
2024-07-10Make `visit_clobber`'s impl safeOli Scherer-14/+3
2024-07-10Auto merge of #127549 - jhpratt:rollup-o1mbmhr, r=jhprattbors-35/+201
2024-07-10Rollup merge of #127508 - lcnr:search-graph-prep, r=compiler-errorsJacob Pratt-34/+32
2024-07-10Rollup merge of #125627 - vincenzopalazzo:macros/cargo-fix-expr2024, r=compil...Jacob Pratt-0/+168
2024-07-10Rollup merge of #124211 - compiler-errors:bump-elided_lifetimes_in_associated...Jacob Pratt-1/+1
2024-07-10Auto merge of #127496 - tgross35:f16-f128-pattern-fixme, r=Nadrierilbors-1/+2
2024-07-10Auto merge of #127495 - compiler-errors:more-trait-error-reworking, r=lcnrbors-1126/+1168
2024-07-09E0191 suggestion correction, inserts turbofish without dyn (#91997)Ashton Hunt-1/+13
2024-07-09Auto merge of #127358 - oli-obk:taint_itemctxt, r=fmeasebors-191/+203
2024-07-09Address review commentsNadrieril-4/+4
2024-07-09Return the `otherwise_block` instead of passing it as argumentNadrieril-57/+29
2024-07-09Factor out the "process remaining candidates" casesNadrieril-44/+30