about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-08-02Auto merge of #128352 - Oneirical:daLTOnist-vision, r=jieyouxubors-57/+110
2024-08-02Auto merge of #128529 - matthiaskrgr:rollup-gzq2slo, r=matthiaskrgrbors-45/+36
2024-08-02Rollup merge of #128453 - RalfJung:raw_eq, r=saethlinMatthias Krüger-2/+5
2024-08-02Rollup merge of #126818 - estebank:suggestions-fix, r=wesleywiserMatthias Krüger-43/+31
2024-08-02Auto merge of #128147 - lolbinarycat:fmt-write-bloat-rmake, r=jieyouxubors-25/+37
2024-08-02Auto merge of #127624 - Oneirical:a-test-of-lime, r=jieyouxubors-33/+58
2024-08-01Auto merge of #127276 - aDotInTheVoid:no-opaque, r=camelidbors-0/+46
2024-08-01Do not underline suggestions for code that is already thereEsteban Küber-43/+31
2024-08-01Rollup merge of #128496 - clubby789:box-syntax-multipart, r=compiler-errorsMatthias Krüger-5/+5
2024-08-01Rollup merge of #128482 - RalfJung:ptr-signed-offset, r=oli-obkMatthias Krüger-23/+23
2024-08-01rustdoc: Add test for `impl_trait_in_accos_type`Alona Enraght-Moony-0/+46
2024-08-01Fix removed `box_syntax` diagnostic if source isn't availableclubby789-5/+5
2024-08-01fix the way we detect overflow for inbounds arithmetic (and tweak the error m...Ralf Jung-2/+2
2024-08-01interpret: simplify pointer arithmetic logicRalf Jung-7/+7
2024-08-01on a signed deref check, mention the right pointer in the errorRalf Jung-18/+18
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-07-31raw_eq: using it on bytes with provenance is not UB (outside const-eval)Ralf Jung-2/+5
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-31rewrite cross-lang-lto to rmakeOneirical-57/+110
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