about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-08-01Auto merge of #127543 - carbotaniuman:more_unsafe_attr_verification, r=esteba...bors-6/+331
2024-08-01Auto merge of #128481 - matthiaskrgr:rollup-efa706r, r=matthiaskrgrbors-0/+53
2024-08-01Rollup merge of #128477 - Zalathar:bless-mcdc-19, r=cuviperMatthias Krüger-0/+5
2024-08-01Rollup merge of #128458 - clubby789:optimize-unused-attr, r=compiler-errorsMatthias Krüger-0/+48
2024-08-01Auto merge of #127060 - Oneirical:testificate, r=jieyouxubors-123/+179
2024-08-01Finish blessing `coverage/mcdc` tests after LLVM 19 upgradeZalathar-0/+5
2024-08-01Auto merge of #128461 - matthiaskrgr:rollup-3dpp11g, r=matthiaskrgrbors-984/+1154
2024-08-01Rollup merge of #128452 - dingxiangfei2009:smart-ptr-require-maybe-sized, r=c...Matthias Krüger-10/+46
2024-08-01Rollup merge of #128449 - Urgau:tmp-allow-negative-lit-lint, r=compiler-errorsMatthias Krüger-12/+18
2024-08-01Rollup merge of #128443 - compiler-errors:async-unreachable, r=fmeaseMatthias Krüger-0/+32
2024-07-31Rollup merge of #128438 - Bryanskiy:empty-array-dropck, r=lcnrMatthias Krüger-0/+23
2024-07-31Rollup merge of #128244 - compiler-errors:move-clone-sugg, r=estebankMatthias Krüger-271/+83
2024-07-31Rollup merge of #127159 - Nadrieril:hide-candidate, r=matthewjasperMatthias Krüger-662/+678
2024-07-31Rollup merge of #126697 - vincenzopalazzo:macros/find_the_expression_tok, r=e...Matthias Krüger-0/+73
2024-07-31Rollup merge of #123813 - compiler-errors:redundant-lint, r=petrochenkovMatthias Krüger-51/+297
2024-07-31Emit an error if `#[optimize]` is applied to an incompatible itemclubby789-0/+48
2024-07-31Auto merge of #126991 - cjgillot:gvn-prof, r=oli-obkbors-55/+31
2024-07-31tests: add the _ as expr test for cargo fixVincenzo Palazzo-2/+2
2024-07-31rustc_parser: consider the in 2024 an expressionVincenzo Palazzo-0/+73
2024-08-01reject pointee without ?SizedDing Xiang Fei-10/+46
2024-07-31Temporarily switch `ambiguous_negative_literals` lint to allowUrgau-12/+18
2024-07-31Properly mark loop as diverging if it has no breaksMichael Goulet-0/+32
2024-07-31Auto merge of #128435 - matthiaskrgr:rollup-l76vu3i, r=matthiaskrgrbors-59/+386
2024-07-31use llvm-nm in symbol-visibility rmake testOneirical-9/+20
2024-07-31Rollup merge of #128412 - compiler-errors:crate-level-only, r=cjgillotMatthias Krüger-0/+31
2024-07-31Rollup merge of #128388 - beetrees:f16-f128-slightly-improve-windows-abi, r=t...Matthias Krüger-0/+39
2024-07-31Rollup merge of #128151 - estebank:missing-extern-crate, r=petrochenkovMatthias Krüger-59/+172
2024-07-31Rollup merge of #127681 - dingxiangfei2009:smart-ptr-bounds, r=compiler-errorsMatthias Krüger-0/+144
2024-07-31Add special-case for [T, 0] in dropckBryanskiy-0/+23
2024-07-31Auto merge of #127513 - nikic:llvm-19, r=cuviperbors-44/+51
2024-07-31Introduce REDUNDANT_IMPORTS lintMichael Goulet-51/+297
2024-07-30Bless coverage/mcdc for line number changesJosh Stone-42/+42
2024-07-31Do not normalize constants eagerly.Camille GILLOT-55/+31
2024-07-31Auto merge of #128075 - Oneirical:try-your-damnetest, r=jieyouxubors-88/+127
2024-07-30Add toggle for `parse_meta_item` unsafe parsingcarbotaniuman-25/+157
2024-07-30Rollup merge of #128380 - folkertdev:naked-compatible-doc-comment, r=bjorn3Matthias Krüger-0/+3
2024-07-30Rollup merge of #128379 - Dajamante:aïssata_needs_unwind, r=pietroalbiniMatthias Krüger-2/+3
2024-07-30Rollup merge of #128376 - compiler-errors:finish-ur-vegetables, r=jieyouxuMatthias Krüger-1/+17
2024-07-30Rollup merge of #128357 - compiler-errors:shadowed-non-lifetime-binder, r=pet...Matthias Krüger-7/+79
2024-07-30Remove crate_level_only from ELIDED_LIFETIMES_IN_PATHSMichael Goulet-0/+31
2024-07-30Match LLVM ABI in `extern "C"` functions for `f128` on Windowsbeetrees-0/+39
2024-07-30derive(SmartPointer): rewrite bounds in where and generic boundsDing Xiang Fei-0/+144
2024-07-30Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68bors-11/+10
2024-07-30invalid stdout_utf8 handling in run_make_supportOneirical-1/+1
2024-07-30rewrite symbol-visibility to rmakeOneirical-123/+168
2024-07-30Auto merge of #124339 - oli-obk:supports_feature, r=wesleywiserbors-0/+17
2024-07-30Make RUSTC_OVERRIDE_VERSION_STRING overwrite the rendered version output, tooOli Scherer-1/+1
2024-07-30Test RUSTC_OVERRIDE_VERSION_STRINGOli Scherer-0/+17
2024-07-30Auto merge of #127955 - chenyukang:yukang-fix-mismatched-delimiter-issue-1278...bors-7/+37
2024-07-30Auto merge of #125929 - Bryanskiy:delegation-generics-3, r=petrochenkovbors-140/+395