about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-01-23Stop using `eval_rvalue_into_place` in const propOli Scherer-3/+12
2024-01-23Auto merge of #117958 - risc0:erik/target-triple, r=davidtwco,Mark-Simulacrumbors-3/+6
2024-01-23Auto merge of #119892 - joboet:libs_use_assert_unchecked, r=Nilstrieb,cuviperbors-0/+4
2024-01-22Rollup merge of #120233 - oli-obk:revert_trait_obj_upcast_stabilization, r=lcnrMatthias Krüger-94/+300
2024-01-22Rollup merge of #120159 - jyn514:track-verbose, r=wesleywiserMatthias Krüger-3/+3
2024-01-22Rollup merge of #120104 - Nadrieril:never-pat-diverges, r=compiler-errorsMatthias Krüger-0/+262
2024-01-22assembly test: add riscv32im_risc0_zkvm_elf targetErik Kaneda-0/+3
2024-01-22update ui test resultErik Kaneda-3/+3
2024-01-22Auto merge of #120242 - matthiaskrgr:rollup-a93yj3i, r=matthiaskrgrbors-55/+260
2024-01-22Rollup merge of #120164 - trevyn:is_downgradable, r=compiler-errorsMatthias Krüger-46/+56
2024-01-22Rollup merge of #120097 - Nadrieril:consistent_unreachable_subpats, r=compile...Matthias Krüger-1/+133
2024-01-22Rollup merge of #120059 - oli-obk:const_arg_type_mismatch, r=compiler-errorsMatthias Krüger-7/+70
2024-01-22Rollup merge of #118639 - fmease:deny-features-in-stable-rustc-crates, r=Waff...Matthias Krüger-1/+1
2024-01-22Test async fnNadrieril-0/+34
2024-01-22Use `-> !` to test divergenceNadrieril-5/+8
2024-01-22Rollup merge of #120213 - compiler-errors:dont-make-non-lifetime-binders-in-r...Matthias Krüger-0/+37
2024-01-22Rollup merge of #120152 - rowan-sl:help-message-for-range-pattern, r=oli-obkMatthias Krüger-0/+9
2024-01-22Rollup merge of #119948 - asquared31415:unsafe_op_in_unsafe_fn_fix, r=TaKO8KiMatthias Krüger-50/+154
2024-01-22Rollup merge of #119369 - bvanjoi:fix-119301, r=petrochenkovMatthias Krüger-1/+63
2024-01-22update codegen testsjoboet-0/+4
2024-01-22Add regression testOli Scherer-0/+69
2024-01-22Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin"Oli Scherer-94/+231
2024-01-22Never pattern in `let` statement divergesNadrieril-15/+27
2024-01-22Never pattern in function arguments divergesNadrieril-0/+213
2024-01-22Make generic const type mismatches not hide trait impls from the trait solverOli Scherer-7/+70
2024-01-22Auto merge of #120226 - matthiaskrgr:rollup-9xwx0si, r=matthiaskrgrbors-5/+105
2024-01-22Rollup merge of #119746 - notriddle:notriddle/resize-close-modals, r=fmeaseMatthias Krüger-0/+20
2024-01-22Rollup merge of #119710 - Nilstrieb:let-_-=-oops, r=TaKO8KiMatthias Krüger-5/+85
2024-01-21Don't actually make bound ty/const for RTNMichael Goulet-0/+37
2024-01-21`maybe_lint_impl_trait`: separate `is_downgradable` from `is_object_safe`trevyn-46/+56
2024-01-21exclude unexported macro bindings from extern cratebohan-1/+63
2024-01-21Rollup merge of #120128 - oli-obk:smir_internal_lift, r=celinvalMatthias Krüger-2/+2
2024-01-21Rollup merge of #120015 - Zalathar:format, r=dtolnayNadrieril-218/+282
2024-01-21Rollup merge of #119461 - cjgillot:jump-threading-interp, r=tmiaskoNadrieril-0/+122
2024-01-20Auto merge of #111803 - scottmcm:simple-swap-alternative, r=Mark-Simulacrumbors-18/+64
2024-01-20Rollup merge of #120063 - clubby789:remove-box-handling, r=NilstriebGuillaume Gomez-0/+0
2024-01-20Track `verbose` and `verbose_internals`jyn-3/+3
2024-01-20Add regression test for #119015 and update testsGuillaume Gomez-7/+38
2024-01-20Rollup merge of #120148 - trevyn:issue-117965, r=cjgillotMatthias Krüger-0/+34
2024-01-20Rollup merge of #119752 - estebank:ice-ice, r=fmeaseMatthias Krüger-0/+532
2024-01-20Rollup merge of #118799 - GKFX:stabilize-simple-offsetof, r=wesleywiserMatthias Krüger-42/+119
2024-01-19Tweak the threshold for chunked swappingAngelicosPhosphoros-18/+64
2024-01-20Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnrbors-77/+352
2024-01-20Auto merge of #120136 - matthiaskrgr:rollup-3zzb0z9, r=matthiaskrgrbors-138/+315
2024-01-20Auto merge of #116672 - maurer:128-align, r=nikicbors-0/+103
2024-01-19Update tests after rebaseEsteban Küber-6/+238
2024-01-19Account for traits using self-trait by name without `dyn`Esteban Küber-0/+206
2024-01-19Avoid ICE: Check diagnostic is error before downgradingEsteban Küber-0/+94
2024-01-20Don't delete any lifetimes with boundstrevyn-5/+0
2024-01-20add test issue-117965trevyn-0/+39