about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-08-07Rollup merge of #128656 - ChrisDenton:rust-lld, r=lqdGuillaume Gomez-6/+8
2024-08-07Rollup merge of #128527 - estebank:ambiguity-suggestion, r=NadrierilGuillaume Gomez-6/+10
2024-08-07Auto merge of #128196 - Oneirical:poltergeist-manitestation, r=jieyouxubors-85/+108
2024-08-06Rollup merge of #128649 - ChrisDenton:param-passing, r=jieyouxuTrevor Gross-18/+8
2024-08-06Rollup merge of #128647 - ChrisDenton:link-args-order, r=jieyouxuTrevor Gross-6/+5
2024-08-06Rollup merge of #128638 - ChrisDenton:link-dedup, r=jieyouxuTrevor Gross-8/+25
2024-08-06Rollup merge of #128362 - folkertdev:naked-function-symbol-visibility, r=bjorn3Trevor Gross-0/+187
2024-08-06Rollup merge of #128107 - Oneirical:tomato-hartester, r=jieyouxuTrevor Gross-76/+95
2024-08-07Auto merge of #128761 - matthiaskrgr:rollup-5p1mlqq, r=matthiaskrgrbors-0/+229
2024-08-07Rollup merge of #128718 - jieyouxu:check-cfg_attr, r=nnethercoteMatthias Krüger-0/+169
2024-08-07Rollup merge of #128710 - ChrisDenton:null, r=jieyouxuMatthias Krüger-0/+13
2024-08-06fix testEsteban Küber-15/+11
2024-08-06Rollup merge of #128736 - GuillaumeGomez:fix-remap-path-prefix, r=notriddleMatthias Krüger-0/+24
2024-08-06Rollup merge of #128693 - notriddle:notriddle/impl-disambiguator-2024, r=Guil...Matthias Krüger-1/+40
2024-08-06Rollup merge of #128377 - veera-sivarajan:fix-128249, r=davidtwcoMatthias Krüger-0/+66
2024-08-06Move test to be make instead of uiEsteban Küber-132/+47
2024-08-06Change test to be only-linux and ignore-wasm32Esteban Küber-3/+4
2024-08-06Add `help` about using `cargo tree`Esteban Küber-11/+13
2024-08-06Add test for mixing types from two incompatible crate versionsEsteban Küber-0/+133
2024-08-06rewrite long-linker-command-lines-cmd-exe to rmakeOneirical-37/+32
2024-08-06rewrite long-linker-command-lines to rmakeOneirical-22/+21
2024-08-06rewrite cross-lang-lto-upstream-rlibs to rmakeOneirical-32/+61
2024-08-06Add regression test for #69264Guillaume Gomez-0/+24
2024-08-06rustdoc-search: account for numeric disambiguators on implsMichael Howell-1/+40
2024-08-06Auto merge of #128245 - Oneirical:total-linkage-ownage, r=jieyouxubors-31/+41
2024-08-06Auto merge of #126804 - estebank:short-error-primary-label, r=davidtwcobors-13/+13
2024-08-06tests: add regression test to make sure `cfg_attr` isn't considered unhandled许杰友 Jieyou Xu (Joe)-0/+169
2024-08-06On short error format, append primary span label to messageEsteban Küber-13/+13
2024-08-06Auto merge of #125558 - Amanieu:const-asm-type, r=lcnrbors-228/+217
2024-08-05Check staticlib name falls back to `rust_out`Chris Denton-1/+5
2024-08-05Windows: Test if `\\.\NUL` works as an input fileChris Denton-0/+9
2024-08-05Rollup merge of #128697 - RalfJung:nullary-op, r=compiler-errorsMatthias Krüger-1/+1
2024-08-05Rollup merge of #128694 - compiler-errors:norm, r=WaffleLapkinMatthias Krüger-17/+3
2024-08-05Rollup merge of #128688 - RalfJung:custom-mir-tail-calls, r=compiler-errorsMatthias Krüger-0/+23
2024-08-05Rollup merge of #128580 - compiler-errors:cfi-param-env, r=lcnrMatthias Krüger-0/+44
2024-08-05interpret: move nullary-op evaluation into operator.rsRalf Jung-1/+1
2024-08-05Normalize when equating dyn tails in MIR borrowckMichael Goulet-17/+3
2024-08-05add test for symbol visibility of `#[naked]` functionsFolkert-0/+187
2024-08-05Auto merge of #128689 - matthiaskrgr:rollup-ukyn8wq, r=matthiaskrgrbors-0/+5
2024-08-05Rollup merge of #128385 - its-the-shrimp:fix_114039, r=aDotInTheVoidMatthias Krüger-0/+5
2024-08-05custom MIR: add support for tail callsRalf Jung-0/+23
2024-08-05Auto merge of #124336 - compiler-errors:super-outlives, r=lcnrbors-10/+73
2024-08-05rewrite cdylib-dylib-linkage to rmakeOneirical-31/+41
2024-08-05rewrite redundant-libs to rmakeOneirical-27/+41
2024-08-05rewrite raw-dylib-c to rmakeOneirical-28/+29
2024-08-05rewrite raw-dylib-alt-calling-conventions to rmakeOneirical-24/+28
2024-08-05Enforce supertrait outlives obligations hold when confirming implMichael Goulet-10/+73
2024-08-05Auto merge of #127095 - Oneirical:testiary-education, r=jieyouxubors-68/+115
2024-08-05rustdoc-json: discard non-local inherent implsschvv31n-0/+5
2024-08-05Auto merge of #117468 - daxpedda:wasm-relaxed-simd, r=alexcrichtonbors-0/+28