about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-06-20Auto merge of #112847 - bvanjoi:fix-112831, r=Nilstriebbors-0/+33
2023-06-20test(resolve): update_resolution for remove single importbohan-0/+33
2023-06-20Rollup merge of #112819 - dtolnay:weirdderef, r=NilstriebGuillaume Gomez-5/+5
2023-06-20Rollup merge of #112794 - bjorn3:fix_lib_global_alloc, r=oli-obkGuillaume Gomez-0/+22
2023-06-20Rollup merge of #112786 - lcnr:early-binder, r=NilstriebGuillaume Gomez-23/+23
2023-06-20Rollup merge of #112762 - chenyukang:yukang-fix-112507-argument-checking, r=c...Guillaume Gomez-0/+39
2023-06-20Rollup merge of #112720 - poliorcetics:rustdoc-item-type-color-same-as-item-c...Guillaume Gomez-0/+6
2023-06-20Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnrbors-2/+77
2023-06-20tests: add test for color of item kindAlexis (Poliorcetics) Bourget-0/+6
2023-06-20Merge attrs, better validationMichael Goulet-0/+54
2023-06-20Add rustc_do_not_implement_via_objectMichael Goulet-2/+23
2023-06-19Disable feature(unboxed_closures, fn_traits) in weird-exprsDavid Tolnay-5/+5
2023-06-19Rollup merge of #112781 - compiler-errors:new-solver-tait-overlaps-hidden, r=...Michael Goulet-0/+2
2023-06-19Rollup merge of #112596 - compiler-errors:missing-sig-with-rpitit, r=b-naberMichael Goulet-0/+59
2023-06-19Rollup merge of #112499 - tgross35:py-ruff-fixes, r=Mark-SimulacrumMichael Goulet-3/+3
2023-06-19Rollup merge of #112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naberMichael Goulet-0/+51
2023-06-19Auto merge of #112805 - matthiaskrgr:rollup-r5yrefu, r=matthiaskrgrbors-1/+98
2023-06-19Fix linker failures when #[global_allocator] is used in a dependencybjorn3-0/+22
2023-06-19Rollup merge of #112783 - compiler-errors:nlb-fnptr-reject-ice, r=fee1-deadMatthias Krüger-0/+40
2023-06-19Rollup merge of #112780 - compiler-errors:tait-is-ambig, r=lcnrMatthias Krüger-0/+45
2023-06-19Rollup merge of #112777 - compiler-errors:normalize-weak-more, r=oli-obkMatthias Krüger-0/+12
2023-06-19Rollup merge of #112768 - NotStirred:translatable_diag/resolve1, r=WaffleLapkinMatthias Krüger-1/+1
2023-06-19Auto merge of #112238 - scottmcm:mir-add-unchecked, r=cjgillotbors-167/+327
2023-06-19Remove unreachable and untested suggestion for invalid span enum derive(Default)Tom Martin-1/+1
2023-06-19Don't consider TAIT normalizable to hidden ty if it would result in impossibl...Michael Goulet-0/+2
2023-06-19update testslcnr-23/+23
2023-06-19Auto merge of #112366 - lukas-code:test, r=Nilstriebbors-0/+70
2023-06-19Promote unchecked_add/sub/mul/shl/shr to mir::BinOpScott McMurray-167/+327
2023-06-19Auto merge of #112724 - scottmcm:simpler-unchecked-shifts, r=Mark-Simulacrumbors-87/+444
2023-06-19Don't ICE on bound var in reject_fn_ptr_implsMichael Goulet-0/+40
2023-06-18Treat TAIT equation as always ambiguous in coherenceMichael Goulet-0/+45
2023-06-18Continue folding in query normalizer on weak aliasesMichael Goulet-0/+12
2023-06-18Rollup merge of #112537 - compiler-errors:dont-record-adjustments-twice, r=cj...Michael Goulet-0/+46
2023-06-18Auto merge of #112636 - clubby789:no-capture-array-ref, r=cjgillotbors-18/+65
2023-06-18sort the errors from arguments checking so that suggestions are handled properlyyukang-0/+39
2023-06-18Better error for non const `PartialEq` call generated by `match`Deadbeef-0/+51
2023-06-17Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obkbors-20/+22
2023-06-17Rollup merge of #112728 - Zalathar:spanview-charset, r=NilstriebMatthias Krüger-3/+6
2023-06-17Rollup merge of #112707 - GuillaumeGomez:back-in-history-fix, r=notriddleMatthias Krüger-1/+8
2023-06-17Rollup merge of #112683 - asquared31415:asm_clobber_ice, r=compiler-errorsMatthias Krüger-91/+183
2023-06-17Add `<meta charset="utf-8">` to `-Zdump-mir-spanview` outputZalathar-3/+6
2023-06-16Apply changes to fix python linting errorsTrevor Gross-3/+3
2023-06-17Auto merge of #108860 - oli-obk:tait_alias, r=compiler-errorsbors-88/+203
2023-06-16fix ICE on specific malformed asm clobber_abiasquared31415-91/+183
2023-06-16[libs] Simplify `unchecked_{shl,shr}`Scott McMurray-87/+444
2023-06-16Auto merge of #112716 - compiler-errors:rollup-h77daia, r=compiler-errorsbors-2/+51
2023-06-16remove box_free and replace with drop implDrMeepster-20/+22
2023-06-16Rollup merge of #112684 - saethlin:ignore-windows-alignment, r=wesleywiserMichael Goulet-0/+22
2023-06-16Rollup merge of #112474 - ldm0:ldm_enum_debuginfo_128_support, r=compiler-errorsMichael Goulet-2/+29
2023-06-16Add `AliasKind::Weak` for type aliases.Oli Scherer-88/+203