about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-05-30Rollup merge of #141746 - Urgau:rework-doc_cfg-checks, r=GuillaumeGomezMatthias Krüger-15/+39
2025-05-30Rollup merge of #141703 - compiler-errors:deref-place, r=lcnrMatthias Krüger-0/+63
2025-05-30Rollup merge of #141747 - lolbinarycat:rustdoc-cfg-138112, r=GuillaumeGomezMatthias Krüger-0/+13
2025-05-30Rollup merge of #141538 - folkertdev:systemv-x86_64-va_arg, r=workingjubileeMatthias Krüger-2/+12
2025-05-30Rollup merge of #141507 - RalfJung:atomic-intrinsics, r=bjorn3Matthias Krüger-23/+23
2025-05-30Rollup merge of #141430 - fee1-dead-contrib:push-nmzoprvtsvww, r=petrochenkovMatthias Krüger-12/+6
2025-05-30Rollup merge of #141407 - mu001999-contrib:dead-code/refactor, r=petrochenkovMatthias Krüger-2/+57
2025-05-30Rollup merge of #141004 - matthewjasper:unicode-before-expansion, r=davidtwcoMatthias Krüger-36/+143
2025-05-30Rollup merge of #133823 - estebank:issue-56328, r=petrochenkovMatthias Krüger-23/+218
2025-05-29rustdoc: display doc(cfg(false)) properlybinarycat-0/+13
2025-05-29implement `va_arg` for x86_64 systemv and macOSFolkert de Vries-2/+12
2025-05-29Rework `#[doc(cfg(..))]` checks as distinct pass in rustdocUrgau-15/+39
2025-05-29Add test for issue 127911 and 128839Mu001999-0/+50
2025-05-29Normalize possibly unnormalized type in relate_type_and_user_typeMichael Goulet-0/+31
2025-05-29Structurally normalize types as needed in projection_ty_coreMichael Goulet-0/+32
2025-05-29Use `cfg_attr` AST placeholder AST `cfg_attr_trace` for diagnosticsEsteban Küber-23/+218
2025-05-29Auto merge of #141717 - jhpratt:rollup-neu8nzl, r=jhprattbors-178/+43
2025-05-29remove `visit_clobber` and move `DummyAstNode` to `rustc_expand`Deadbeef-12/+6
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-132/+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-28atomic_load intrinsic: use const generic parameter for orderingRalf Jung-23/+23
2025-05-28Auto merge of #141696 - tgross35:rollup-fhpj180, r=tgross35bors-189/+399
2025-05-28Rollup merge of #141670 - chenyukang:yukang-fix-ice-from-contracts, r=nnether...Trevor Gross-19/+54
2025-05-28Rollup merge of #141548 - bvanjoi:issue-141256, r=petrochenkovTrevor Gross-0/+149
2025-05-28Rollup merge of #141411 - lolbinarycat:rustdoc-link-proc-macro-91274, r=Guill...Trevor Gross-0/+56
2025-05-28Rollup merge of #140697 - Sa4dUs:split-autodiff, r=ZuseZ4Trevor Gross-170/+140
2025-05-28Auto merge of #141576 - marcoieni:pr-free-runners-aarch, r=Kobzolbors-4/+8
2025-05-28Stabilise `repr128`beetrees-132/+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-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-19/+54
2025-05-28Auto merge of #141668 - tgross35:rollup-03gg6lf, r=tgross35bors-114/+687
2025-05-27Rollup merge of #141551 - compiler-errors:hir-lints, r=BoxyUwUTrevor Gross-95/+196
2025-05-27Rollup merge of #141517 - lolbinarycat:rustdoc-doctest-tooltip-ignore-141092,...Trevor Gross-0/+23
2025-05-27Rollup merge of #141252 - dianqk:gvn-repeat-index, r=saethlinTrevor Gross-0/+84
2025-05-27Rollup merge of #140894 - Urgau:check-cfg-rustdoc, r=GuillaumeGomezTrevor Gross-11/+50
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-155/+71
2025-05-27Rollup merge of #141654 - durin42:randomly-fixed-test, r=jieyouxuMatthias Krüger-15/+11
2025-05-27Rollup merge of #141650 - Zalathar:revert-unused-local-file, r=ZalatharMatthias Krüger-46/+20
2025-05-27Rollup merge of #141640 - Fabian-Gruenbichler:mr/test-version-check-rpath-fal...Matthias Krüger-17/+13
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-27Warn on non-crate level text direction lintsMatthew Jasper-18/+0
2025-05-27Report text_direction_codepoint_in_literal when parsingMatthew Jasper-18/+143
2025-05-27tests: mark option-niche-eq as fixed on LLVM 21Augie Fackler-15/+11