about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-05-24mir-opt: Create an indirect BB to add `StorageDead`dianqk-0/+66
2025-05-23rustdoc-gui test: apply suggestions from code reviewbinarycat-1/+4
2025-05-23Rollup merge of #140832 - workingjubilee:aarch64-linux-should-use-frame-point...Matthias Krüger-5/+6
2025-05-23Suggest correct `version("..")` predicate syntax in check-cfgUrgau-0/+45
2025-05-23Do not try to confirm non-dyn compatible methodMichael Goulet-304/+83
2025-05-23yeet `CanonicalVarInfo`lcnr-29/+25
2025-05-23Rollup merge of #141126 - fmease:rev-rjson-priv-repr, r=aDotInTheVoidMatthias Krüger-37/+4
2025-05-23Rollup merge of #140967 - azhogin:azhogin/async-drop-poll-shim-for-error-drop...Matthias Krüger-0/+40
2025-05-23Rollup merge of #136400 - lolbinarycat:rustdoc-link-lint-135851, r=GuillaumeG...Matthias Krüger-33/+99
2025-05-23Emit dummy open drop for unsafe binderMichael Goulet-0/+29
2025-05-23Properly analyze captures from unsafe bindersMichael Goulet-0/+21
2025-05-23Dont walk into unsafe binders when emiting error for non-structural type matchMichael Goulet-0/+30
2025-05-23Auto merge of #140553 - BoxyUwU:defer_type_system_ctfe, r=compiler-errorsbors-92/+377
2025-05-23Auto merge of #135160 - RalfJung:aarch64-softfloat-not-neon, r=Noratriebbors-0/+45
2025-05-22rustdoc: rip out all the gui tests for <100% width mobile sidebarbinarycat-19/+5
2025-05-22Use the fn_span when emitting function calls for better debug info.Kyle Huey-0/+46
2025-05-22Auto merge of #141396 - matthiaskrgr:rollup-feg050g, r=matthiaskrgrbors-202/+807
2025-05-23Async drop poll shim for error dropee generates noop body (fixes #140930)Andrew Zhogin-0/+40
2025-05-22rustdoc JSON: Don't apply `#[repr]` privacy heuristicsLeón Orell Valerian Liehr-37/+4
2025-05-22Collect and use `#[doc(test(attr(..)))]` at every levelUrgau-0/+262
2025-05-22Allow `#![doc(test(attr(..)))]` at every levelUrgau-36/+118
2025-05-22Allow `#![doc(test(attr(..)))]` doctests to be again merged togetherUrgau-4/+24
2025-05-22Collect and use `#![doc(test(attr(..)))]` at module level tooUrgau-0/+115
2025-05-22rustdoc: improve diagnostics on raw doc fragmentsbinarycat-33/+99
2025-05-22Allow `#![doc(test(attr(..)))]` at module level tooUrgau-10/+30
2025-05-22Fix future-incompatible lint group testUrgau-15/+35
2025-05-22Rollup merge of #141390 - compiler-errors:poly-select-new-solver, r=lcnrMatthias Krüger-0/+57
2025-05-22Rollup merge of #141362 - BoxyUwU:correct_error_term_kind, r=lcnrMatthias Krüger-8/+56
2025-05-22Rollup merge of #141359 - compiler-errors:async-fn-once, r=lcnrMatthias Krüger-0/+15
2025-05-22Rollup merge of #141130 - mejrs:use_self, r=compiler-errorsMatthias Krüger-49/+102
2025-05-22Rollup merge of #140435 - bend-n:use_ux_from_instead_of_bool_as_ux_unnecessar...Matthias Krüger-43/+114
2025-05-22Rollup merge of #140218 - fmease:hirtylo-clean-up-path-low, r=compiler-errorsMatthias Krüger-18/+124
2025-05-22Rollup merge of #139668 - matthewjasper:upper-bound-fix, r=compiler-errorsMatthias Krüger-14/+169
2025-05-22Rollup merge of #139635 - BoxyUwU:no_order_dependent_copy_checks, r=lcnrMatthias Krüger-78/+260
2025-05-22Rollup merge of #135562 - chenyukang:yukang-fix-128561, r=compiler-errorsMatthias Krüger-0/+38
2025-05-22Add test/comment about const patterns with unused paramsBoxy-0/+19
2025-05-22Review CommentsBoxy-0/+2
2025-05-22Don't allow poly_select in new solverMichael Goulet-0/+57
2025-05-22Return correct error term kind on projection errorsBoxy-8/+56
2025-05-22ReviewsBoxy-2/+2
2025-05-22make enabling the neon target feature a FCWRalf Jung-0/+45
2025-05-22use uX::from instead of _ as uX in non - const contextsbendn-43/+114
2025-05-22Auto merge of #140527 - GuillaumeGomez:doctest-main-fn, r=notriddlebors-0/+73
2025-05-22Rollup merge of #141364 - aDotInTheVoid:atttrdocss, r=GuillaumeGomezMatthias Krüger-0/+11
2025-05-22Rollup merge of #140868 - SpecificProtagonist:rustdoc-trait-impl-code-link, r...Matthias Krüger-0/+27
2025-05-22Rollup merge of #140431 - bend-n:dont_handle_bool_transmute, r=NadrierilMatthias Krüger-12/+6
2025-05-21Rollup merge of #141356 - dianne:thir-lower-params-before-body-expr, r=compil...Matthias Krüger-9/+9
2025-05-21Rollup merge of #141347 - lcnr:lets-make-it-unsound-3, r=compiler-errorsMatthias Krüger-0/+33
2025-05-21Rollup merge of #141341 - folkertdev:limit-VaArgSafe-impls, r=workingjubileeMatthias Krüger-6/+6
2025-05-21Fix FnOnce impl for AsyncFn/AsyncFnMut closures in new solverMichael Goulet-0/+15