about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-07-17rewrite extern-fn-with-packed-struct to rmakeOneirical-6/+17
2024-07-17rewrite extern-fn-explicit-align to rmakeOneirical-6/+17
2024-07-17rewrite static-extern-type to rmakeOneirical-6/+16
2024-07-17rewrite longjmp-across-rust to rmakeOneirical-6/+18
2024-07-17rewrite extern-fn-struct-passing-abi to rmakeOneirical-6/+16
2024-07-17rewrite and rename issue-25581Oneirical-6/+17
2024-07-17rewrite extern-fn-with-extern-types to rmakeOneirical-6/+16
2024-07-17tests: update for `rfs` rename许杰友 Jieyou Xu (Joe)-82/+80
2024-07-17tests: update rustdoc test for renamed `assert_dirs_are_equal`许杰友 Jieyou Xu (Joe)-2/+2
2024-07-17tests: update for renamed `fs` module in run_make_support许杰友 Jieyou Xu (Joe)-239/+225
2024-07-17tests: update rustdoc test for renamed `assert_recursive_eq`许杰友 Jieyou Xu (Joe)-2/+2
2024-07-17Auto merge of #127840 - tgross35:rollup-jfkg1dq, r=tgross35bors-0/+1
2024-07-16Rollup merge of #127512 - eggyal:newline-terminate-print-linkargs, r=compiler...Trevor Gross-0/+1
2024-07-17Auto merge of #126208 - Oneirical:one-flew-over-the-cuckoo's-test, r=jieyouxubors-61/+126
2024-07-16Auto merge of #127831 - tgross35:rollup-c0j9n7b, r=tgross35bors-70/+298
2024-07-16Rollup merge of #127501 - compiler-errors:invert-infer-error-mod-struture, r=...Trevor Gross-1/+1
2024-07-16Rollup merge of #127390 - Oneirical:rough-testimation, r=jieyouxuTrevor Gross-42/+86
2024-07-16Rollup merge of #126762 - compiler-errors:kw-lt, r=michaelwoeristerTrevor Gross-10/+53
2024-07-16Rollup merge of #126699 - Bryanskiy:delegation-coercion, r=compiler-errorsTrevor Gross-17/+158
2024-07-16build_native_static_lib with llvm_ar for run_make_supportOneirical-2/+10
2024-07-16rewrite prune-link-args to rmake formatOneirical-75/+66
2024-07-16rewrite dump-mono-stats to rmake formatOneirical-5/+12
2024-07-16rewrite compiler-lookup-paths to rmakeOneirical-44/+103
2024-07-16Auto merge of #126484 - Oneirical:test-in-peace, r=jieyouxu,kobzolbors-46/+83
2024-07-16Deny keyword lifetimes pre-expansionMichael Goulet-10/+53
2024-07-16Delegation: support coercion for target expressionBryanskiy-17/+158
2024-07-16Fix the issue of invalid suggestion for a reference of iteratoryukang-8/+0
2024-07-16add test for issue 127590yukang-0/+87
2024-07-16Rollup merge of #127780 - compiler-errors:zip-args, r=jieyouxuTrevor Gross-20/+97
2024-07-16Rollup merge of #120990 - chenyukang:yukang-fix-120327-dbg, r=oli-obkTrevor Gross-0/+189
2024-07-15Move rustc_infer::infer::error_reporting to rustc_infer::error_reporting::inferMichael Goulet-1/+1
2024-07-15Auto merge of #127629 - tesuji:suggest-option-ref-unwrap_or, r=estebankbors-1/+85
2024-07-15Make sure trait def ids match before zipping args in note_function_argument_o...Michael Goulet-20/+97
2024-07-15Rollup merge of #127684 - RalfJung:unleashed-mutable-refs, r=oli-obkMatthias Krüger-427/+399
2024-07-15Rollup merge of #127407 - estebank:parser-suggestions, r=oli-obkMatthias Krüger-577/+2682
2024-07-15Rollup merge of #124921 - RalfJung:offset-from-same-addr, r=oli-obkMatthias Krüger-25/+30
2024-07-16Suggest a borrow when using dbgyukang-0/+189
2024-07-15Use multipart_suggestion to avoid place holder in span_to_snippetLzu Tao-3/+3
2024-07-15Add support for `Result<&T, _>'Lzu Tao-0/+4
2024-07-14Rollup merge of #127711 - BoxyUwU:add_effects_test, r=fee1-deadMatthias Krüger-0/+88
2024-07-14Auto merge of #127670 - compiler-errors:no-type-length-limit, r=jackh726bors-57/+49
2024-07-14Auto merge of #127087 - cjgillot:small-map, r=oli-obkbors-139/+403
2024-07-14add_effects_testBoxy-0/+88
2024-07-13Rollup merge of #127671 - notriddle:notriddle/issue-d, r=Mark-SimulacrumJubilee-16/+40
2024-07-13Rollup merge of #122300 - CastilloDel:master, r=cjgillotJubilee-6/+48
2024-07-13Auto merge of #127435 - GrigorenkoPV:tests-for-112905, r=cjgillotbors-0/+92
2024-07-13consolidate miri-unleashed tests for mutable refs into one fileRalf Jung-427/+399
2024-07-13Bless coverage.Camille GILLOT-7/+9
2024-07-13Propagate places through assignments.Camille GILLOT-23/+64
2024-07-13Add test for copying aggregates.Camille GILLOT-0/+221