about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-05-23Do not try to confirm non-dyn compatible methodMichael Goulet-0/+8
2025-05-23yeet `CanonicalVarInfo`lcnr-221/+183
2025-05-23Rollup merge of #141376 - nnethercote:rename-kw-Empty, r=petrochenkovMatthias Krüger-28/+27
2025-05-23Rollup merge of #140967 - azhogin:azhogin/async-drop-poll-shim-for-error-drop...Matthias Krüger-3/+4
2025-05-23Rollup merge of #136400 - lolbinarycat:rustdoc-link-lint-135851, r=GuillaumeG...Matthias Krüger-4/+47
2025-05-23Emit dummy open drop for unsafe binderMichael Goulet-0/+17
2025-05-23Properly analyze captures from unsafe bindersMichael Goulet-5/+28
2025-05-23Dont walk into unsafe binders when emiting error for non-structural type matchMichael Goulet-0/+3
2025-05-23Auto merge of #140553 - BoxyUwU:defer_type_system_ctfe, r=compiler-errorsbors-97/+169
2025-05-23Auto merge of #135160 - RalfJung:aarch64-softfloat-not-neon, r=Noratriebbors-18/+82
2025-05-22Use the fn_span when emitting function calls for better debug info.Kyle Huey-0/+1
2025-05-22Auto merge of #141396 - matthiaskrgr:rollup-feg050g, r=matthiaskrgrbors-715/+810
2025-05-23Async drop poll shim for error dropee generates noop body (fixes #140930)Andrew Zhogin-3/+4
2025-05-22interpret: do not force_allocate all return placesRalf Jung-89/+84
2025-05-22Allow `#![doc(test(attr(..)))]` at every levelUrgau-52/+6
2025-05-22rustdoc: improve diagnostics on raw doc fragmentsbinarycat-4/+47
2025-05-22Allow `#![doc(test(attr(..)))]` at module level tooUrgau-10/+58
2025-05-22Auto merge of #141397 - matthiaskrgr:rollup-l9uu6g6, r=matthiaskrgrbors-23/+44
2025-05-22Rollup merge of #141390 - compiler-errors:poly-select-new-solver, r=lcnrMatthias Krüger-10/+12
2025-05-22Rollup merge of #141377 - nnethercote:rm-unnecessary-is_empty-checks, r=Guill...Matthias Krüger-1/+1
2025-05-22Rollup merge of #141362 - BoxyUwU:correct_error_term_kind, r=lcnrMatthias Krüger-4/+25
2025-05-22Rollup merge of #141359 - compiler-errors:async-fn-once, r=lcnrMatthias Krüger-8/+6
2025-05-22Rollup merge of #141286 - compiler-errors:querify-coroutine, r=oli-obkMatthias Krüger-41/+67
2025-05-22Rollup merge of #141130 - mejrs:use_self, r=compiler-errorsMatthias Krüger-88/+49
2025-05-22Rollup merge of #140435 - bend-n:use_ux_from_instead_of_bool_as_ux_unnecessar...Matthias Krüger-3/+16
2025-05-22Rollup merge of #140218 - fmease:hirtylo-clean-up-path-low, r=compiler-errorsMatthias Krüger-500/+502
2025-05-22Rollup merge of #139668 - matthewjasper:upper-bound-fix, r=compiler-errorsMatthias Krüger-1/+57
2025-05-22Rollup merge of #139635 - BoxyUwU:no_order_dependent_copy_checks, r=lcnrMatthias Krüger-75/+101
2025-05-22Rollup merge of #135562 - chenyukang:yukang-fix-128561, r=compiler-errorsMatthias Krüger-7/+18
2025-05-22Add test/comment about const patterns with unused paramsBoxy-0/+6
2025-05-22Review CommentsBoxy-79/+83
2025-05-22Auto merge of #141135 - compiler-errors:fast-path-2, r=lcnrbors-9/+85
2025-05-22Don't allow poly_select in new solverMichael Goulet-10/+12
2025-05-22Return correct error term kind on projection errorsBoxy-4/+25
2025-05-22ReviewsBoxy-23/+30
2025-05-22make enabling the neon target feature a FCWRalf Jung-13/+75
2025-05-22aarch64-softfloat: forbid enabling the neon target featureRalf Jung-5/+7
2025-05-22use uX::from instead of _ as uX in non - const contextsbendn-3/+16
2025-05-22Auto merge of #141379 - matthiaskrgr:rollup-g1cz0ic, r=matthiaskrgrbors-2/+1
2025-05-22Rollup merge of #140431 - bend-n:dont_handle_bool_transmute, r=NadrierilMatthias Krüger-2/+1
2025-05-22Remove `is_empty` check in `Ident::is_numeric`.Nicholas Nethercote-1/+1
2025-05-22Auto merge of #137198 - tgross35:cfg-match-rename, r=Amanieubors-6/+6
2025-05-22Rename `kw::Empty` as `sym::empty`.Nicholas Nethercote-28/+27
2025-05-21Rollup merge of #141363 - BoxyUwU:doc_lta_norm_binders, r=lcnrMatthias Krüger-4/+13
2025-05-21Rollup merge of #141357 - dianne:unhardcode-unpretty-thir-tree-body-expr, r=c...Matthias Krüger-9/+4
2025-05-21Rollup merge of #141356 - dianne:thir-lower-params-before-body-expr, r=compil...Matthias Krüger-1/+2
2025-05-21Rollup merge of #141351 - bjorn3:attr_handling_changes, r=NadrierilMatthias Krüger-8/+8
2025-05-21Rollup merge of #141347 - lcnr:lets-make-it-unsound-3, r=compiler-errorsMatthias Krüger-2/+42
2025-05-21Fix FnOnce impl for AsyncFn/AsyncFnMut closures in new solverMichael Goulet-1/+1
2025-05-21Make captures state error more preciseMichael Goulet-7/+5