about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-05-29Auto merge of #141717 - jhpratt:rollup-neu8nzl, r=jhprattbors-165/+43
2025-05-29Rollup merge of #141571 - RalfJung:float-tests, r=tgross35Jacob Pratt-46/+0
2025-05-29Rollup merge of #138285 - beetrees:repr128-stable, r=traviscross,bjorn3Jacob Pratt-119/+43
2025-05-29Rollup merge of #141683 - compiler-errors:unsafe-binder-capture, r=oli-obkJacob Pratt-0/+3
2025-05-29Rollup merge of #138139 - xizheyin:issue-137384, r=ChrisDentonJacob Pratt-0/+19
2025-05-29Rollup merge of #136429 - fmease:gci-fix-def-site-checks, r=BoxyUwUJacob Pratt-6/+27
2025-05-29Remove unneeded featureOrson Peters-1/+0
2025-05-29Add testOrson Peters-0/+39
2025-05-28atomic_load intrinsic: use const generic parameter for orderingRalf Jung-23/+23
2025-05-28Rollup merge of #141670 - chenyukang:yukang-fix-ice-from-contracts, r=nnether...Trevor Gross-14/+54
2025-05-28Rollup merge of #141548 - bvanjoi:issue-141256, r=petrochenkovTrevor Gross-0/+149
2025-05-28Rollup merge of #140697 - Sa4dUs:split-autodiff, r=ZuseZ4Trevor Gross-128/+98
2025-05-28Stabilise `repr128`beetrees-119/+43
2025-05-28GCI: Check where-clauses for well-formedness at the def siteLeón Orell Valerian Liehr-0/+22
2025-05-28Handle e2021 precise capturing of unsafe binderMichael Goulet-0/+3
2025-05-28Avoid over-counting of `UsePath` in the HIR stats.Nicholas Nethercote-3/+3
2025-05-28Filter percentages out of `tests/ui/stats/input-stats.rs` output.Nicholas Nethercote-160/+164
2025-05-28coretests: add abs() and copysign() tests, and remove now-unnecessary ui testRalf Jung-46/+0
2025-05-28Fix ICE in tokenstream with contracts from parser recoveryyukang-14/+54
2025-05-28Auto merge of #141668 - tgross35:rollup-03gg6lf, r=tgross35bors-103/+530
2025-05-27Rollup merge of #141551 - compiler-errors:hir-lints, r=BoxyUwUTrevor Gross-95/+196
2025-05-27Rollup merge of #140367 - folkertdev:asm-cfg, r=nnethercoteTrevor Gross-8/+334
2025-05-27Auto merge of #129658 - saethlin:spare-a-crumb, r=jhprattbors-101/+17
2025-05-27Make the `dangerous_implicit_autorefs` lint deny-by-defaultUrgau-92/+98
2025-05-27Rollup merge of #141640 - Fabian-Gruenbichler:mr/test-version-check-rpath-fal...Matthias Krüger-17/+0
2025-05-28consider glob imports in cfg suggestionbohan-0/+149
2025-05-27Always evaluate free lifetime-generic constantsLeón Orell Valerian Liehr-6/+5
2025-05-27Report text_direction_codepoint_in_literal when parsingMatthew Jasper-18/+143
2025-05-27Update tests with Range parameter to `BTreeMap::extract_if` etc.Sidney Cammeresi-2/+2
2025-05-27Suggest mut when possbile for temporary value dropped while borrowedyukang-2/+83
2025-05-27Refactor the two-phase check for impls and impl itemsMu001999-2/+7
2025-05-27Rollup merge of #141594 - BoxyUwU:another_gai_test, r=jieyouxuMichael Goulet-0/+25
2025-05-27Rollup merge of #141587 - ferrocene:lw-yurotqzwvwlw, r=jieyouxuMichael Goulet-36/+45
2025-05-27Rollup merge of #141584 - compiler-errors:typing-env-synthetic-body, r=lcnrMichael Goulet-0/+13
2025-05-27Rollup merge of #141580 - oli-obk:early-dyn-catches-the-incompat, r=compiler-...Michael Goulet-199/+187
2025-05-27Rollup merge of #141552 - jieyouxu:cfg-version-tests, r=est31Michael Goulet-243/+350
2025-05-27Rollup merge of #141536 - Urgau:ambi_wide_ptr-cmp-diag, r=fee1-deadMichael Goulet-25/+125
2025-05-27Rollup merge of #140591 - Kivooeo:new-fix-five, r=davidtwcoMichael Goulet-39/+113
2025-05-27test: convert version_check ui test to run-makeFabian Grünbichler-17/+0
2025-05-27Use more detailed spans in dyn compat errors within bodiesOli Scherer-199/+187
2025-05-27move asm parsing code into `rustc_parse`Folkert de Vries-18/+22
2025-05-27support `#[cfg(...)]` on arguments to the `asm!` macrosFolkert de Vries-0/+322
2025-05-27Wrap NonZero::new_unchecked call in the print_type_sizes test in a constBen Kimock-30/+8
2025-05-26Auto merge of #140790 - quininer:mac-xray, r=wesleywiser,jieyouxubors-10/+27
2025-05-27Rollup merge of #141550 - Urgau:unused_braces-attrs, r=chenyukang许杰友 Jieyou Xu (Joe)-0/+49
2025-05-27Rollup merge of #141439 - compiler-errors:dyn-compatible-coerce, r=oli-obk许杰友 Jieyou Xu (Joe)-765/+57
2025-05-27Rollup merge of #141433 - compiler-errors:unsafe-binder-captures, r=oli-obk许杰友 Jieyou Xu (Joe)-0/+21
2025-05-27Rollup merge of #141431 - compiler-errors:open-drop, r=oli-obk许杰友 Jieyou Xu (Joe)-0/+29
2025-05-26Add testBoxy-0/+25
2025-05-26Add missing edition directives for async-await testsLukas Wirth-36/+45