about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-11-17Auto merge of #133120 - matthiaskrgr:rollup-4actosy, r=matthiaskrgrbors-34/+28
2024-11-17Mark `numeric-types.rs` as 64-bit only for nowJieyou Xu-2/+5
2024-11-16Rollup merge of #132832 - compiler-errors:late-ty, r=cjgillotMatthias Krüger-25/+21
2024-11-16Rollup merge of #132569 - lolbinarycat:rustdoc-search-path-end-empty-v2, r=no...Matthias Krüger-8/+6
2024-11-16Rollup merge of #132449 - RalfJung:is_val_statically_known, r=compiler-errorsMatthias Krüger-1/+1
2024-11-17Update cdb annotations for `unit-type.rs` with cdb `10.0.26100.2161`Jieyou Xu-4/+7
2024-11-17Update cdb annotations for `range-types.rs` with cdb `10.0.26100.2161`Jieyou Xu-7/+13
2024-11-17Update cdb annotations for `numeric-types` with cdb `10.0.26100.2161`Jieyou Xu-29/+32
2024-11-16Auto merge of #130443 - veluca93:legacy-const-generics-fix, r=BoxyUwUbors-19/+113
2024-11-16Fix ICE when passing DefId-creating args to legacy_const_generics.Luca Versari-19/+113
2024-11-15Rollup merge of #133080 - ehuss:edition-desugar-span, r=compiler-errorsGuillaume Gomez-0/+75
2024-11-15Rollup merge of #133074 - ferrocene:ja-make-ui-test-os-agnostic, r=NoratriebGuillaume Gomez-11/+9
2024-11-15Rollup merge of #132978 - WaffleLapkin:very-semantic-change-kind, r=compiler-...Guillaume Gomez-109/+74
2024-11-15Rollup merge of #132936 - surechen:fix_131989, r=NadrierilGuillaume Gomez-40/+180
2024-11-15rustdoc search: allow queries to end in an empty path segmentbinarycat-8/+6
2024-11-15Auto merge of #133079 - matthiaskrgr:rollup-k8u7syk, r=matthiaskrgrbors-19/+60
2024-11-15Fix span edition for 2024 RPIT coming from an external macroEric Huss-93/+1
2024-11-15Rollup merge of #133045 - mrkajetanp:pauth-test-clang-lto-flag-merge, r=jieyouxuMatthias Krüger-3/+15
2024-11-15Rollup merge of #132817 - compiler-errors:impl-trait-overcaptures-apit, r=Box...Matthias Krüger-16/+45
2024-11-15Add test for precise-capturing from an external macroEric Huss-0/+167
2024-11-15Auto merge of #132992 - RalfJung:check-consts-feature-gate, r=compiler-errorsbors-1/+1
2024-11-15make UI test OS-agnosticJorge Aparicio-11/+9
2024-11-15tests: Test pac-ret flag merging on clang with LTOKajetan Puchalski-3/+15
2024-11-14Rollup merge of #133053 - liushuyu:simd-test-x86-baseline-fix, r=workingjubileeJubilee-6/+4
2024-11-14Rollup merge of #133050 - tgross35:inline-f16-f128, r=saethlinJubilee-0/+29
2024-11-14Rollup merge of #132905 - xingxue-ibm:link-unwind, r=bjorn3Jubilee-9/+5
2024-11-14tests/run-make/simd-ffi: use a generic LLVM intrinsics ...liushuyu-5/+3
2024-11-14Always inline functions signatures containing `f16` or `f128`Trevor Gross-0/+29
2024-11-14Auto merge of #133047 - matthiaskrgr:rollup-9se1vth, r=matthiaskrgrbors-0/+68
2024-11-14tests/run-make/simd-ffi: fix test crashing on x86 targets ...liushuyu-2/+2
2024-11-14Rollup merge of #133043 - notriddle:master, r=fmeaseMatthias Krüger-0/+48
2024-11-14rustdoc-search: case-sensitive only when capitals are usedMichael Howell-0/+48
2024-11-14Add regression test for #131946Guillaume Gomez-0/+20
2024-11-14Include the "unwind" crate to link with libunwind instead of the "libc" crate.Xing Xue-9/+5
2024-11-14Rollup merge of #133005 - notriddle:notriddle/trie-search, r=GuillaumeGomezGuillaume Gomez-23/+45
2024-11-14Rollup merge of #132172 - dianne:suggest-borrow-generic, r=matthewjasperGuillaume Gomez-51/+210
2024-11-14Rollup merge of #132773 - jakos-sec:fix-asan-win32, r=jieyouxuGuillaume Gomez-0/+29
2024-11-14Rollup merge of #132310 - jieyouxu:max-llvm-version, r=onur-ozkanGuillaume Gomez-5/+5
2024-11-14tests: use `max-llvm-major-version` instead of `ignore-llvm-version` range li...许杰友 Jieyou Xu (Joe)-5/+5
2024-11-13Rollup merge of #133012 - Eclips4:issue-125670, r=compiler-errorsJubilee-0/+124
2024-11-13Rollup merge of #132971 - BoxyUwU:handle_infers_in_anon_consts, r=compiler-er...Jubilee-0/+52
2024-11-14Mark `never_type_fallback_flowing_into_unsafe` as a semantic changeMaybe Lapkin-30/+30
2024-11-13Suggest borrowing arguments in generic positions when trait bounds are satisfieddianne-141/+170
2024-11-14Adding `BreakValue` to UnusedDelimsCtx to make `UnusedParens` and `UnusedBrac...surechen-43/+174
2024-11-13Use a common subdiagnostic format for generic borrowsdianne-16/+16
2024-11-13Provide borrow-instead-of-move suggestions for calls of fn-like items from ot...dianne-0/+130
2024-11-14Mention both release *and* edition breakage for never type lintsMaybe Lapkin-57/+57
2024-11-13Add test casesKirill Podoprigora-0/+124
2024-11-14PassWrapper: disable UseOdrIndicator for Asan Win32Jakob Koschel-0/+29
2024-11-13Rollup merge of #133001 - lcnr:test-next-solver, r=compiler-errorsMatthias Krüger-1/+15