about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
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/+13
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/+77
2025-05-26ci: move tests from x86_64-gnu-llvm-19 job to aarch64MarcoIeni-4/+8
2025-05-26rustdoc: use custom `CfgMatchesLintEmitter` to make check-cfg workUrgau-11/+50
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
2025-05-26Support opaque_types_defined_by for SyntheticCoroutineBodyMichael Goulet-0/+13
2025-05-26cfg_version: pull out dedicated syntax test from feature gate testJieyou Xu-243/+350
2025-05-26Deduplicate dyn compatibility violations due to coercionMichael Goulet-765/+57
2025-05-26mir-opt: Do not transform non-int type in match_branchesdianqk-0/+61
2025-05-26Auto merge of #141567 - jhpratt:rollup-uuhcmci, r=jhprattbors-241/+83
2025-05-26Rollup merge of #141559 - RalfJung:less-rustc_allow_const_fn_unstable, r=comp...Jacob Pratt-240/+40
2025-05-26Rollup merge of #140863 - GuillaumeGomez:cleanup-tyalias-render, r=lolbinarycatJacob Pratt-1/+43
2025-05-26Auto merge of #138489 - tmiasko:call-tmps-lifetime, r=workingjubileebors-29/+73
2025-05-25const-check: stop recommending the use of rustc_allow_const_fn_unstableRalf Jung-240/+40
2025-05-26Add compiler tests for xrayquininer-10/+77
2025-05-25Fix `unused_braces` lint suggestion when encountering attributesUrgau-0/+49
2025-05-25Make UNNECESSARY_TRANSMUTES into a HIR lintMichael Goulet-56/+170
2025-05-25Make PTR_TO_INTEGER_TRANSMUTE_IN_CONSTS into a HIR lintMichael Goulet-39/+26
2025-05-25Improve `ambiguous_wide_pointer_comparisons` lint compare diagnosticsUrgau-25/+125
2025-05-25Rollup merge of #141512 - Noratrieb:stop-trimming-this-much, r=compiler-errorsGuillaume Gomez-42/+62
2025-05-25Rollup merge of #141413 - est31:cfg_version_env_var, r=jieyouxuGuillaume Gomez-0/+47
2025-05-25Add regression test for #140739Guillaume Gomez-0/+42
2025-05-25Tweak attribute rendering depending on wether or not it is a type aliasGuillaume Gomez-1/+1
2025-05-25Rollup merge of #140950 - clubby789:nonzero-ord-test, r=Mark-SimulacrumJacob Pratt-10/+52
2025-05-25Rollup merge of #139831 - lolbinarycat:rustdoc-mobile-sidebar, r=GuillaumeGomezJacob Pratt-19/+8
2025-05-24Make #[cfg(version)] respect RUSTC_OVERRIDE_VERSION_STRINGest31-0/+47
2025-05-24Avoid extra path trimming in method not found errorNoratrieb-42/+62
2025-05-24rustdoc: use descriptive tooltip if doctest is conditionally ignoredbinarycat-0/+23
2025-05-24Auto merge of #141372 - khuey:ir_call_dbg_loc, r=jieyouxubors-0/+47
2025-05-24Rollup merge of #141432 - lcnr:canonicalize-regions, r=compiler-errorsMatthias Krüger-29/+25
2025-05-24Disable test on android because it doesn't have backtraces.Kyle Huey-1/+2
2025-05-24Add ui test func-pointer-issue-140491xizheyin-0/+16
2025-05-24mir-opt: Do not create storage marks for temporary localsdianqk-26/+3
2025-05-24Rollup merge of #141456 - Urgau:check-cfg-version-pred, r=jieyouxuMatthias Krüger-0/+45
2025-05-24Rollup merge of #141438 - compiler-errors:dyn-compatible-call, r=lcnrMatthias Krüger-304/+83
2025-05-24Rollup merge of #141429 - compiler-errors:unsafe-binder-non-structural-match,...Matthias Krüger-0/+30
2025-05-24Enable xray support for Macquininer-1/+1