about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-04-27Rollup merge of #124427 - gurry:122191-unhandled-type, r=matthiaskrgrMatthias Krüger-0/+76
2024-04-27Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnrMatthias Krüger-22/+22
2024-04-27Add missing tests for an ICEGurinder Singh-0/+76
2024-04-26Rollup merge of #124408 - matthiaskrgr:loltest, r=jieyouxuJacob Pratt-0/+102
2024-04-26Rollup merge of #124383 - Urgau:port-print-native-static-libs, r=jieyouxuJacob Pratt-19/+76
2024-04-27Also support MSVC in print-native-static-libs testUrgau-5/+18
2024-04-26Port run-make `--print=native-static-libs` to rmake.rsUrgau-19/+63
2024-04-26Auto merge of #122385 - lcnr:analyze-obligations-for-infer, r=compiler-errorsbors-28/+84
2024-04-26crashes: add more testsMatthias Krüger-0/+102
2024-04-26Auto merge of #120845 - petrochenkov:debmac, r=oli-obkbors-208/+116
2024-04-26Update lldb only testsVadim Petrochenkov-0/+2
2024-04-25Rollup merge of #124378 - dpaoliello:keeplib, r=jieyouxuMichael Goulet-1/+4
2024-04-25Keep the LIB env var in the compiler-builtins testDaniel Paoliello-1/+4
2024-04-25Auto merge of #124386 - matthiaskrgr:rollup-0a6yr00, r=matthiaskrgrbors-12/+148
2024-04-25ast: Generalize item kind visitingVadim Petrochenkov-22/+22
2024-04-25hir typeck: look into nested goalslcnr-28/+84
2024-04-25debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[...Vadim Petrochenkov-208/+114
2024-04-25Rollup merge of #124374 - compiler-errors:fix-ambiguity-ice, r=lcnrMatthias Krüger-7/+17
2024-04-25Rollup merge of #124313 - estebank:split-at-mut, r=fee1-deadMatthias Krüger-5/+131
2024-04-25Auto merge of #124377 - matthiaskrgr:rollup-ajxjq35, r=matthiaskrgrbors-21/+13
2024-04-25Rollup merge of #124326 - klensy:ignore-stage2, r=compiler-errorsMatthias Krüger-21/+13
2024-04-25Check equivalence of indices in more casesEsteban Küber-6/+3
2024-04-25Don't suggest `split_at_mut` when the multiple borrows have the same indexEsteban Küber-3/+19
2024-04-25Mention `split_at_mut` when mixing mutability in indexing opsEsteban Küber-2/+89
2024-04-25Only suggest `split_at_mut` on indexing borrowck errors for std typesEsteban Küber-5/+1
2024-04-25Detect borrow error involving sub-slices and suggest `split_at_mut`Esteban Küber-2/+32
2024-04-25Don't ICE when codegen_select returns ambiguity in new solverMichael Goulet-7/+17
2024-04-25Auto merge of #123531 - compiler-errors:closure-wf, r=oli-obkbors-41/+104
2024-04-25Add testMichael Goulet-5/+51
2024-04-25Check closure args and returns are WFMichael Goulet-36/+53
2024-04-25Auto merge of #124058 - TechVest:master, r=fmeasebors-2/+2
2024-04-25Auto merge of #119650 - chenyukang:yukang-fix-118596-ref-mut, r=wesleywiserbors-40/+148
2024-04-25tests: remove few ignore-stage2klensy-21/+13
2024-04-25Auto merge of #124360 - matthiaskrgr:rollup-k6bffhd, r=matthiaskrgrbors-4/+9
2024-04-25Auto merge of #121298 - nikic:writable, r=cuviperbors-4/+6
2024-04-25Rollup merge of #124257 - JoverZhang:rmake-diff, r=jieyouxuMatthias Krüger-4/+9
2024-04-25Fix some typos in commentsTechVest-2/+2
2024-04-25Add needs-unwind to codegen testNikita Popov-0/+1
2024-04-25Fix incorrect CHECK-LABELNikita Popov-1/+1
2024-04-25Set writable and dead_on_unwind attributes for sret argumentsNikita Popov-3/+4
2024-04-25Rewrite `no-input-file.stderr` test in Rust and support diffJover Zhang-4/+9
2024-04-25Auto merge of #124136 - estebank:clone-o-rama-2, r=nnethercotebors-102/+885
2024-04-24Suggest cloning captured binding in `move` closureEsteban Küber-13/+121
2024-04-24Mention when type parameter could be `Clone`Esteban Küber-78/+589
2024-04-24Modify `find_expr` from `Span` to better account for closuresEsteban Küber-21/+185
2024-04-25Rollup merge of #124333 - Urgau:better-bad-print, r=fmeaseMatthias Krüger-6/+5
2024-04-25Suggest ref mut for pattern matching assignmentyukang-40/+148
2024-04-24Auto merge of #124330 - fmease:rollup-a98y7jf, r=fmeasebors-8/+320
2024-04-24Auto merge of #104087 - nbdd0121:const, r=scottmcmbors-190/+117
2024-04-24Improve diagnostic for unknown --print requestUrgau-6/+5