about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
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 #121205 - nnethercote:fix-stable-mir-CompilerError, r=oli-obkNilstrieb-1/+1
2024-02-20Rollup merge of #120716 - spastorino:change-some-lint-msgs, r=lcnrNilstrieb-319/+60
2024-02-19return ty::Error when equating ty::ErrorMichael Goulet-95/+49
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-19Auto merge of #121177 - joboet:move_pal_locks, r=ChrisDentonbors-2/+2
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-106/+132
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-18Update coverage-run testsVadim Petrochenkov-5/+5
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/+127
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-8/+277
2024-02-18Rollup merge of #121237 - Urgau:better-cargo-heuristic, r=compiler-errorsLeón Orell Valerian Liehr-5/+5
2024-02-18Rollup merge of #121218 - ShoyuVanilla:fix-issue-76736, r=notriddleLeón Orell Valerian Liehr-0/+58
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 #121160 - fmease:rustdoc-fix-n-refactor-html-rendering, r=Gui...León Orell Valerian Liehr-1/+13
2024-02-18Rollup merge of #121100 - estebank:issue-71252, r=compiler-errorsLeón Orell Valerian Liehr-0/+53
2024-02-18Rollup merge of #120526 - GuillaumeGomez:mobile-long-crate-name, r=notriddleLeón Orell Valerian Liehr-2/+24
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-18Auto merge of #118264 - lukas-code:optimized-draining, r=the8472bors-0/+69
2024-02-17Rollup merge of #121209 - nnethercote:infallible-join_codegen, r=bjorn3Matthias Krüger-2/+2
2024-02-17Rollup merge of #121193 - compiler-errors:coherence-fulfillment, r=lcnrMatthias Krüger-0/+56
2024-02-17Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercoteMatthias Krüger-21/+33
2024-02-17Rollup merge of #120952 - saethlin:vec-into-iter, r=the8472Matthias Krüger-2/+15
2024-02-17Use better heuristic for printing Cargo specific diagnosticsUrgau-5/+5
2024-02-17Add more checks for `unnamed_field` during HIR analysisclubby789-0/+124
2024-02-17add test to guard against inaccurate diagnosticTshepang Mbambo-18/+28
2024-02-17Rollup merge of #121192 - oli-obk:intrinsics2.0, r=WaffleLapkinGuillaume Boisseau-23/+22
2024-02-17Rollup merge of #121135 - Zalathar:no-whole-body-span, r=wesleywiserGuillaume Boisseau-24/+108
2024-02-17Rollup merge of #120932 - RalfJung:mut-ptr-to-static, r=oli-obkGuillaume Boisseau-58/+116
2024-02-17const_mut_refs: allow mutable refs to staticsRalf Jung-58/+116
2024-02-17Properly check constrainedness of gen params in the presence of weak alias typesLeón Orell Valerian Liehr-0/+65
2024-02-17Support weak alias types as self type of inherent implsLeón Orell Valerian Liehr-0/+163
2024-02-17Fix missing trait impls for type in rustc docsShoyu Vanilla-0/+58