about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-02-20Rollup merge of #121350 - compiler-errors:resolve, r=oli-obkMatthias Krüger-1/+26
2024-02-20Rollup merge of #121344 - fmease:lta-constr-by-input, r=oli-obkMatthias Krüger-2/+62
2024-02-20Rollup merge of #121323 - compiler-errors:raw-param-types, r=oli-obkMatthias Krüger-0/+31
2024-02-20Rollup merge of #121322 - compiler-errors:next-solver-fulfillment-ice, r=lcnrMatthias Krüger-0/+26
2024-02-20Introduce expand_weak_alias_tysLeón Orell Valerian Liehr-2/+62
2024-02-20Auto merge of #121345 - Nilstrieb:rollup-reb0xge, r=Nilstriebbors-7/+64
2024-02-20Fix stray trait mismatch in resolve_associated_item for AsyncFnMichael Goulet-1/+26
2024-02-20Rollup merge of #121318 - kadiwa4:no_assembly_in_supposedly_safe_code, r=Nils...Nilstrieb-2/+47
2024-02-20Rollup merge of #121241 - reitermarkus:generic-nonzero-traits, r=dtolnayNilstrieb-4/+9
2024-02-20Rollup merge of #121167 - petrochenkov:unload2, r=wesleywiserNilstrieb-1/+8
2024-02-20Auto merge of #120863 - saethlin:slice-get-checked, r=the8472bors-1/+1
2024-02-20Auto merge of #121087 - oli-obk:eager_const_failures, r=lcnrbors-418/+607
2024-02-20Rollup merge of #121319 - compiler-errors:err, r=oli-obkNilstrieb-95/+49
2024-02-20Rollup merge of #121308 - kadiwa4:test_103369, r=TaKO8KiNilstrieb-0/+53
2024-02-20Rollup merge of #121307 - estebank:drive-by, r=compiler-errorsNilstrieb-1/+12
2024-02-20Rollup merge of #120716 - spastorino:change-some-lint-msgs, r=lcnrNilstrieb-319/+60
2024-02-20testMichael Goulet-0/+26
2024-02-20Don't use raw parameter types in find_builder_fnMichael Goulet-0/+5
2024-02-20Simply do not ICEMichael Goulet-0/+26
2024-02-19Convert debug_assert_nounwind to intrinsics::debug_assertionsBen Kimock-1/+1
2024-02-19return ty::Error when equating ty::ErrorMichael Goulet-95/+49
2024-02-20trigger `unsafe_code` on `global_asm!` invocationsKalle Wachsmuth-2/+47
2024-02-19Always evaluate free constants and statics, even if previous errors occurredOli Scherer-418/+607
2024-02-19Auto merge of #121211 - lcnr:nll-relate-handle-infer, r=BoxyUwUbors-24/+11
2024-02-19Remove suspicious auto trait lintSantiago Pastorino-300/+43
2024-02-19regression test for #103369Kalle Wachsmuth-0/+53
2024-02-19Drive-by `DUMMY_SP` -> `Span` and fmt changesEsteban Küber-1/+12
2024-02-19Rollup merge of #121275 - tshepang:test-panicking-proc-macros, r=nnethercoteMatthias Krüger-0/+18
2024-02-19Rollup merge of #121041 - Nilstrieb:into-the-future-of-2024, r=Mark-SimulacrumMatthias Krüger-3/+9
2024-02-19Rollup merge of #121032 - oli-obk:cyclic_type_ice, r=cjgillotMatthias Krüger-0/+38
2024-02-18Add `Future` and `IntoFuture` to the 2024 preludeNilstrieb-3/+9
2024-02-18Change leak check lint message to behavior is likely to change in the futureSantiago Pastorino-19/+17
2024-02-18add test for panicking attribute macrosTshepang Mbambo-0/+18
2024-02-18Auto merge of #119673 - petrochenkov:dialoc5, r=compiler-errors,cjgillotbors-101/+107
2024-02-18resolve: Scale back unloading of speculatively loaded cratesVadim Petrochenkov-1/+8
2024-02-18Rollup merge of #121247 - scottmcm:intrinsic-reminder, r=petrochenkovMatthias Krüger-0/+12
2024-02-18Rollup merge of #121067 - tshepang:make-expand-translatable, r=fmeaseMatthias Krüger-18/+28
2024-02-18Auto merge of #117772 - surechen:for_117448, r=petrochenkovbors-29/+107
2024-02-18By tracking import use types to check whether it is scope uses or the other s...surechen-29/+107
2024-02-18macro_rules: Preserve all metavariable spans in a global side tableVadim Petrochenkov-101/+107
2024-02-18Auto merge of #121034 - obeis:improve-static-mut-ref, r=RalfJungbors-372/+702
2024-02-17Add help to `hir_analysis_unrecognized_intrinsic_function`Scott McMurray-0/+12
2024-02-18Auto merge of #121252 - fmease:rollup-x7zogl8, r=fmeasebors-5/+182
2024-02-18Rollup merge of #121237 - Urgau:better-cargo-heuristic, r=compiler-errorsLeón Orell Valerian Liehr-5/+5
2024-02-18Rollup merge of #121198 - clubby789:unnamed-fields-hir-checks, r=compiler-errorsLeón Orell Valerian Liehr-0/+124
2024-02-18Rollup merge of #121100 - estebank:issue-71252, r=compiler-errorsLeón Orell Valerian Liehr-0/+53
2024-02-18Auto merge of #120780 - fmease:lta-in-impls, r=oli-obkbors-0/+228
2024-02-18Improve wording of static_mut_refObei Sideg-372/+702
2024-02-17Implement `NonZero` traits generically.Markus Reiter-4/+9
2024-02-17Rollup merge of #121193 - compiler-errors:coherence-fulfillment, r=lcnrMatthias Krüger-0/+56