about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-05-22Rollup merge of #125015 - fmease:pat-tys-proh-gen-args-on-ct-params, r=spasto...León Orell Valerian Liehr-1/+49
2024-05-22Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcmbors-89/+59
2024-05-22Auto merge of #124227 - compiler-errors:hack-check-method-res, r=estebankbors-0/+42
2024-05-22Auto merge of #125326 - weiznich:move/do_not_recommend_to_diganostic_namespac...bors-132/+123
2024-05-21Auto merge of #124417 - Xiretza:translate-early-lints, r=fmeasebors-59/+59
2024-05-21Fix typo in deprecation lint messageXiretza-4/+4
2024-05-21Make early lints translatableXiretza-19/+19
2024-05-21Convert unexpected_cfg_{name,value} to struct diagnosticsXiretza-36/+36
2024-05-21Rollup merge of #125310 - workingjubilee:muck-out-the-test-stables, r=NilstriebMatthias Krüger-44/+41
2024-05-21Rollup merge of #125276 - dev-ardi:no-main-diag, r=fmeaseMatthias Krüger-4/+33
2024-05-21Rollup merge of #123122 - surechen:fix_122714, r=fmeaseMatthias Krüger-0/+120
2024-05-21Auto merge of #124676 - djkoloski:relax_multiple_sanitizers, r=cuviper,rcvallebors-10/+2
2024-05-21Auto merge of #125358 - matthiaskrgr:rollup-mx841tg, r=matthiaskrgrbors-21/+38
2024-05-21Move `#[do_not_recommend]` to the `#[diagnostic]` namespaceGeorg Semmler-132/+123
2024-05-21Rollup merge of #125266 - workingjubilee:stream-plastic-love, r=RalfJung,nikicMatthias Krüger-21/+38
2024-05-21Auto merge of #124097 - compiler-errors:box-into-iter, r=WaffleLapkinbors-19/+309
2024-05-21Auto merge of #123812 - compiler-errors:additional-fixes, r=fmeasebors-21/+33
2024-05-20Move 100 entries from tests/ui into subdirsJubilee Young-44/+41
2024-05-20Inline get_node_fn_decl into get_fn_decl, simplify/explain logic in report_re...Michael Goulet-21/+33
2024-05-20Adjust the method ambiguity lint tooMichael Goulet-0/+69
2024-05-20Implement BOXED_SLICE_INTO_ITERMichael Goulet-2/+223
2024-05-20BackticksMichael Goulet-17/+17
2024-05-21Rollup merge of #125308 - lcnr:search-graph-5, r=compiler-errorsMatthias Krüger-3/+31
2024-05-21Rollup merge of #125158 - Nilstrieb:block-indent, r=compiler-errorsMatthias Krüger-29/+29
2024-05-21Rollup merge of #124283 - surechen:fix_123558, r=estebankMatthias Krüger-0/+40
2024-05-21Rollup merge of #124050 - saethlin:less-sysroot-libc, r=ChrisDentonMatthias Krüger-63/+97
2024-05-20track cycle participants per entrylcnr-3/+31
2024-05-20Auto merge of #125219 - Urgau:check-cfg-cargo-config, r=fmeasebors-35/+96
2024-05-20Fix parsing of erroneously placed semicolonsardi-4/+33
2024-05-20hir pretty: fix block indentNilstrieb-29/+29
2024-05-20Rollup merge of #125314 - jdonszelmann:global-registration-feature-gate, r=pn...Matthias Krüger-0/+16
2024-05-20Rollup merge of #124917 - cardigan1008:issue-124819, r=pnkfelixMatthias Krüger-0/+17
2024-05-20Rollup merge of #124682 - estebank:issue-40990, r=pnkfelixMatthias Krüger-181/+567
2024-05-20Undo accidental change to tests/ui/sanitizer/thread.rsBen Kimock-0/+1
2024-05-20Fix feature-gates/rustc-private.rsBen Kimock-3/+3
2024-05-20Port stdout-during-shutdownBen Kimock-0/+22
2024-05-20Patch up foreign-fn-linkname.rsBen Kimock-9/+3
2024-05-20Add a Windows version of foreign2.rsBen Kimock-3/+25
2024-05-20Handle a few more simple testsBen Kimock-32/+34
2024-05-20Add only-unix to sigpipe testsBen Kimock-0/+5
2024-05-20Fix up a few more testsBen Kimock-17/+5
2024-05-20Fix incorrect suggestion for undeclared hrtb lifetimes in where clauses.surechen-0/+120
2024-05-20Note for E0599 if shadowed bindings has the method.surechen-0/+40
2024-05-20Fix quote escaping inside check-cfg valueUrgau-14/+47
2024-05-20add todo test for feature gatejdonszelmann-1/+16
2024-05-20Rollup merge of #125302 - workingjubilee:prefer-my-stack-neat, r=compiler-errorsMatthias Krüger-1/+13
2024-05-20Rollup merge of #125301 - jwong101:fix-static-coro-suggest, r=compiler-errorsMatthias Krüger-0/+64
2024-05-20Rollup merge of #125282 - WaffleLapkin:never-type-unsafe-improvements, r=comp...Matthias Krüger-9/+39
2024-05-19note value of RUST_MIN_STACK and explain unsettingJubilee Young-1/+3
2024-05-19defrost RUST_MIN_STACK=ice rustc hello.rsJubilee Young-0/+10