about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-08-04Rollup merge of #114491 - sebastiantoh:add-context-to-issue-114423-test-names...Michael Goulet-6/+6
2023-08-04Rollup merge of #114490 - kernelmethod:error-reporting-typos, r=compiler-errorsMichael Goulet-1/+1
2023-08-04Rollup merge of #114475 - GuillaumeGomez:migrate-gui-test-color-27, r=notriddleMichael Goulet-6/+6
2023-08-04Rollup merge of #114287 - lcnr:overflow, r=compiler-errorsMichael Goulet-35/+185
2023-08-05Rename issue #114423 test files to include contextSebastian Toh-6/+6
2023-08-05Fix a typo in the error reporting for sealed traits.kernelmethod-1/+1
2023-08-04Auto merge of #112117 - bryangarza:track-caller-feature-gate, r=compiler-errorsbors-51/+301
2023-08-04Rollup merge of #114477 - estebank:arc-clone, r=compiler-errorsMatthias Krüger-1/+1
2023-08-04Rollup merge of #114472 - estebank:issue-76140, r=compiler-errorsMatthias Krüger-8/+8
2023-08-04Rollup merge of #114461 - sebastiantoh:issue-114423, r=estebankMatthias Krüger-0/+67
2023-08-04Rollup merge of #114450 - chenyukang:yukang-fix-114435, r=compiler-errorsMatthias Krüger-0/+52
2023-08-04Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31Matthias Krüger-54/+81
2023-08-04Rollup merge of #113945 - chenyukang:yukang-fix-113447-slice-2, r=cjgillotMatthias Krüger-0/+75
2023-08-04Account for `Rc` and `Arc` when suggesting to cloneEsteban Küber-1/+1
2023-08-04Migrate GUI colors test to original CSS color formatGuillaume Gomez-6/+6
2023-08-05Fix ICE failed to get layout for ReferencesErroryukang-0/+52
2023-08-04Reword confusable idents lintEsteban Küber-8/+8
2023-08-04don't ICE on higher ranked hidden typesAli MJ Al-Nasrawy-0/+71
2023-08-04Fix unwrap on NoneSebastian Toh-0/+67
2023-08-04Improve spans for indexing expressionsNilstrieb-54/+81
2023-08-04Auto merge of #114036 - compiler-errors:upcast-to-fewer-assocs, r=lcnrbors-0/+96
2023-08-04Rollup merge of #114253 - fmease:compute-variances-for-lazy-ty-aliases, r=oli...Matthias Krüger-72/+155
2023-08-04Rollup merge of #114022 - oli-obk:tait_ice_alias_field_projection, r=cjgillotMatthias Krüger-0/+2
2023-08-04Rollup merge of #114404 - GuillaumeGomez:migrate-gui-test-color-26, r=notriddleMatthias Krüger-1/+1
2023-08-04Rollup merge of #114348 - GuillaumeGomez:migrate-gui-test-color-25, r=notriddleMatthias Krüger-43/+30
2023-08-04Rollup merge of #113999 - Centri3:macro-arm-expand, r=wesleywiserMatthias Krüger-0/+172
2023-08-04Rollup merge of #113534 - oli-obk:simd_shuffle_dehackify, r=workingjubileeMatthias Krüger-114/+104
2023-08-04Auto merge of #110833 - compiler-errors:rustc-call-inliner-ice, r=cjgillotbors-154/+240
2023-08-03Auto merge of #108955 - Nilstrieb:dont-use-me-pls, r=oli-obkbors-6/+10
2023-08-03blessMichael Goulet-0/+79
2023-08-03Explicitly don't inline user-written rust-call fnsMichael Goulet-200/+94
2023-08-03Only unpack tupled args in inliner if we expect args to be unpackedMichael Goulet-6/+80
2023-08-03Negative test for inlining `<Box<dyn Fn()> as Fn<()>>::call`Michael Goulet-0/+39
2023-08-03Fix upcasting with normalization in old solver, add a testMichael Goulet-0/+20
2023-08-03Rework upcastingMichael Goulet-0/+76
2023-08-03Fix wrong span for trait selection failure error reportingyukang-0/+75
2023-08-03Rollup merge of #114403 - bvanjoi:fix-114392, r=estebankMatthias Krüger-0/+31
2023-08-03Rollup merge of #114372 - RalfJung:const-pointer-as-int, r=oli-obkMatthias Krüger-185/+260
2023-08-03Rollup merge of #114300 - MU001999:fix/turbofish-pat, r=estebankMatthias Krüger-13/+56
2023-08-03Rollup merge of #114237 - bvanjoi:fix-114219, r=cjgillotMatthias Krüger-0/+12
2023-08-03Rollup merge of #113657 - Urgau:expand-incorrect_fn_null_check-lint, r=cjgillotMatthias Krüger-97/+302
2023-08-03add testslcnr-35/+185
2023-08-03Add `internal_features` lintNilstrieb-6/+10
2023-08-03Auto merge of #113199 - b-naber:slice-pattern-type-inference, r=lcnrbors-40/+320
2023-08-03Reduce arbitrary self type suggestionsr0cky-17/+12
2023-08-03Auto merge of #112043 - jieyouxu:suggestion_macro_expansion_source_callsites,...bors-0/+293
2023-08-03Forbid old-style `simd_shuffleN` intrinsicsOli Scherer-114/+104
2023-08-03Migrate GUI colors test to original CSS color formatGuillaume Gomez-1/+1
2023-08-03Also add label with original type for function pointersUrgau-11/+33
2023-08-03Avoid too many expected symbols and reduce `None`sr0cky-6/+6