about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-03-25Auto merge of #122721 - oli-obk:merge_queries, r=davidtwcobors-46/+36
2024-03-24Rollup merge of #122984 - RalfJung:panic-in-hook, r=AmanieuMatthias Krüger-0/+1
2024-03-24Rollup merge of #122949 - ShoyuVanilla:issue-117310, r=lcnrMatthias Krüger-0/+28
2024-03-24Rollup merge of #122886 - matthiaskrgr:issue90192, r=fee1-deadMatthias Krüger-0/+20
2024-03-24Rollup merge of #122757 - h1467792822:priv-dep, r=davidtwcoMatthias Krüger-0/+20
2024-03-24Auto merge of #122895 - matthiaskrgr:ice-tests-5xxxx-to-9xxxx, r=fmeasebors-0/+346
2024-03-24Auto merge of #122891 - compiler-errors:encode-implied-predicates-always, r=o...bors-0/+16
2024-03-24panic-in-panic-hook: formatting a message that's just a string is risk-freeRalf Jung-0/+1
2024-03-24add issue numbers via // issue: rust-lang/rust#ISSUE_NUM directiveMatthias Krüger-14/+73
2024-03-24add test for stack overflow with recursive type #98842Matthias Krüger-0/+40
2024-03-24add test for ice #90691 ICE: resolution failed during building vtable represe...Matthias Krüger-0/+41
2024-03-24add test for 88421 ICE: could not fully normalize `&<MyType as std::ops::Inde...Matthias Krüger-0/+36
2024-03-24add test for #88212 ICE when lambda captures unsized localMatthias Krüger-0/+44
2024-03-24add test for ice 83056 "bad input type for cast"Matthias Krüger-0/+26
2024-03-24add test for str as extern "C" arg causes compiler panic #80125Matthias Krüger-0/+50
2024-03-24add test for #64784 Declarative macros can create infinite glob import cyclesMatthias Krüger-0/+15
2024-03-24add test for #52334Matthias Krüger-0/+35
2024-03-24add test for #90192Matthias Krüger-0/+20
2024-03-23Rollup merge of #122879 - maurer:callsite-instances, r=workingjubileeJubilee-0/+22
2024-03-23Rollup merge of #122875 - maurer:cfi-transparent-termination, r=workingjubileeJubilee-0/+33
2024-03-23Rollup merge of #121940 - veera-sivarajan:bugfix-121593, r=fmeaseJubilee-32/+32
2024-03-24Rollup merge of #122943 - matthiaskrgr:ice-tests-9xxxx-to-12xxxx, r=fmeaseMatthias Krüger-0/+450
2024-03-24Rollup merge of #122942 - Luv-Ray:master, r=lcnrMatthias Krüger-0/+44
2024-03-24Rollup merge of #122907 - compiler-errors:uniquify-reerror, r=lcnrMatthias Krüger-0/+49
2024-03-24Rollup merge of #122217 - estebank:issue-119685, r=fmeaseMatthias Krüger-38/+140
2024-03-24Rollup merge of #121281 - kadiwa4:test_103626, r=estebank,lcnrMatthias Krüger-0/+48
2024-03-23CFI: Strip auto traits off Self for virtual callsMatthew Maurer-0/+22
2024-03-23regression test for #103626Kalle Wachsmuth-0/+48
2024-03-23Auto merge of #122947 - matthiaskrgr:rollup-10j7orh, r=matthiaskrgrbors-38/+306
2024-03-23Add test in `higher-ranked`Luv-Ray-0/+44
2024-03-23address review feedbackMatthias Krüger-11/+11
2024-03-23Add a regression test for #117310Shoyu Vanilla-0/+28
2024-03-23Rollup merge of #122930 - RalfJung:panic-in-panic-fmt, r=AmanieuMatthias Krüger-0/+27
2024-03-23Rollup merge of #122927 - gurry:122199-ice-unexpected-node-2, r=workingjubileeMatthias Krüger-10/+197
2024-03-23Rollup merge of #122922 - kpreid:print-async, r=compiler-errorsMatthias Krüger-11/+11
2024-03-23Rollup merge of #122915 - fmease:lt-opaq-mismatch-delay-bug, r=compiler-errorsMatthias Krüger-17/+71
2024-03-23Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obkbors-2/+0
2024-03-23add test for #107228Matthias Krüger-0/+28
2024-03-23add test for #106874 ICE BoundUniversalRegionErrorMatthias Krüger-0/+138
2024-03-23add test for ICE #106444Matthias Krüger-0/+16
2024-03-23add test for #106423Matthias Krüger-0/+57
2024-03-23add test for ICE "raw ptr comparison should already be caught in the trait s...Matthias Krüger-0/+46
2024-03-23add test for #104779 opaque types, patterns and subtyping ICE: IndexMap: key...Matthias Krüger-0/+68
2024-03-23add test for opaque type with non-universal region substs #101852Matthias Krüger-0/+36
2024-03-23add test for #99945Matthias Krüger-0/+61
2024-03-23add panic location to 'panicked while processing panic'Ralf Jung-0/+27
2024-03-23Change an ICE regression test to use the original reproducerGurinder Singh-10/+197
2024-03-22-Zprint-type-sizes: print the types of awaitees and unnamed coroutine locals.Kevin Reid-11/+11
2024-03-23Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlinbors-2/+31
2024-03-22CFI: Support self_cell-like recursionMatthew Maurer-0/+33