about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-08-03Rollup merge of #126704 - sayantn:sha, r=AmanieuMatthias Krüger-2/+21
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-02Add the `sha512`, `sm3` and `sm4` target featuressayantn-2/+21
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-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-01Rollup merge of #128458 - clubby789:optimize-unused-attr, r=compiler-errorsMatthias Krüger-0/+48
2024-08-01Auto merge of #128461 - matthiaskrgr:rollup-3dpp11g, r=matthiaskrgrbors-325/+479
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-3/+3
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-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-31Auto merge of #128435 - matthiaskrgr:rollup-l76vu3i, r=matthiaskrgrbors-56/+335
2024-07-31Rollup merge of #128412 - compiler-errors:crate-level-only, r=cjgillotMatthias Krüger-0/+31
2024-07-31Rollup merge of #128151 - estebank:missing-extern-crate, r=petrochenkovMatthias Krüger-56/+160
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-0/+15
2024-07-31Introduce REDUNDANT_IMPORTS lintMichael Goulet-51/+297
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-0/+16
2024-07-30Rollup merge of #128357 - compiler-errors:shadowed-non-lifetime-binder, r=pet...Matthias Krüger-6/+78
2024-07-30Remove crate_level_only from ELIDED_LIFETIMES_IN_PATHSMichael Goulet-0/+31
2024-07-30derive(SmartPointer): rewrite bounds in where and generic boundsDing Xiang Fei-0/+144
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
2024-07-30make `///` doc comments compatible with naked functionsFolkert-0/+3
2024-07-30Crash test for issue 121444 has been fixedNikita Popov-0/+15