about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-03-01correct the docs on `simd_` comparison operatorsFolkert de Vries-15/+13
2025-02-28Update Cargo.lockPhilipp Krones-6/+10
2025-02-28Fix link to ty::Ty in clippy_utilsPhilipp Krones-1/+1
2025-02-28Clippy: skip check_host_compiler check in rustc testsuitePhilipp Krones-0/+5
2025-02-28Merge commit '9f9a822509e5ad3e560cbbe830d1013f936fca28' into clippy-subtree-u...Philipp Krones-15391/+34661
2025-02-28Stabilize [T]::split_off... methodsTaylor Cramer-28/+7
2025-02-28Specialize constructing OsString from stringsThalia Archibald-1/+24
2025-02-28Specialize OsString::push for stringsThalia Archibald-1/+34
2025-02-28test(codegen): add looping_over_ne_bytes test for #133528Karol Zwolak-0/+17
2025-02-28Auto merge of #137517 - nnethercote:rm-NtPat-NtItem-NtStmt, r=petrochenkovbors-237/+190
2025-02-28Fix link failure on AVR (incompatible ISA error)Luigi Sartor Piucco-1/+5
2025-02-28Tweak invalid RTN errorsEsteban Küber-44/+133
2025-02-28Check for MSRV attributes in late passes using the HIR (#13821)Timo-850/+672
2025-02-28Introduce `feature(generic_const_parameter_types)`Boxy-154/+419
2025-02-28Update query normalizer docsBoxy-12/+9
2025-02-28Fix ICE in manual_map lint (#14326)Timo-1/+21
2025-02-28Fix ICE in manual_map lintPhilipp Krones-1/+21
2025-02-28tests: adapt for LLVM 21 changesAugie Fackler-1/+0
2025-02-28Migrate `clippy_lints` to new MSRV APIAlex Macleod-640/+430
2025-02-28Check for MSRV attributes in late passes using the HIRAlex Macleod-212/+244
2025-02-28Auto merge of #137791 - weihanglo:update-cargo, r=weihanglobors-0/+0
2025-02-28Use correct error message casing for `io::const_error`sNoratrieb-75/+75
2025-02-28Do not require that unsafe fields lack drop glueJack Wrenn-80/+5
2025-02-28Shorten span of panic failures in const contextEsteban Küber-715/+495
2025-02-28New lint: `manual_midpoint` (#13851)Timo-28/+355
2025-02-28rename BackendRepr::Vector → SimdVectorRalf Jung-83/+92
2025-02-28Fully qualify `Result` in generated doctest codeGuillaume Gomez-2/+2
2025-02-28add testRalf Jung-0/+18
2025-02-28Implement `RunMake` test suite using the `test!` macroJakub Beránek-34/+4
2025-02-28Implement `RunMakeSupport` tool using the `bootstrap_tool!` macroJakub Beránek-53/+1
2025-02-28Allow specifying that tools build a library, not a binaryJakub Beránek-4/+36
2025-02-28Create the `OptimizedDist` tool with a macroJakub Beránek-39/+1
2025-02-28adjust Layout debug printing to match the internal field namesRalf Jung-162/+162
2025-02-28use fixed-width integer types in C codeRalf Jung-36/+38
2025-02-28miri native-call support: all previously exposed provenance is accessible to ...Ralf Jung-33/+92
2025-02-28tests: Unignore target modifier tests on all platformsVadim Petrochenkov-104/+43
2025-02-28Auto merge of #137790 - jieyouxu:rollup-jrib20h, r=jieyouxubors-550/+790
2025-02-28Rollup merge of #137770 - compiler-errors:unsafe-binder-sized-crit, r=oli-obk许杰友 Jieyou Xu (Joe)-3/+35
2025-02-28Rollup merge of #137693 - aDotInTheVoid:gaming, r=onur-ozkan,GuillaumeGomez许杰友 Jieyou Xu (Joe)-3/+1
2025-02-28Rollup merge of #137676 - petrochenkov:winresp, r=Kobzol许杰友 Jieyou Xu (Joe)-13/+37
2025-02-28Rollup merge of #137673 - ChrisDenton:search-path-bug, r=dtolnay许杰友 Jieyou Xu (Joe)-1/+74
2025-02-28Rollup merge of #137599 - davidtwco:use-minicore-more, r=jieyouxu许杰友 Jieyou Xu (Joe)-1063/+828
2025-02-28Rollup merge of #137551 - folkertdev:import-simd-intrinsics, r=RalfJung许杰友 Jieyou Xu (Joe)-1024/+477
2025-02-28Rollup merge of #137540 - yotamofek:pr/more-deprecated-test-directives, r=not...许杰友 Jieyou Xu (Joe)-26/+24
2025-02-28Rollup merge of #137197 - scottmcm:cmp-20, r=ibraheemdev许杰友 Jieyou Xu (Joe)-25/+82
2025-02-28Rollup merge of #137017 - bjorn3:ignore_invalid_bitcode, r=oli-obk许杰友 Jieyou Xu (Joe)-3/+51
2025-02-28Rollup merge of #134943 - Shunpoco:116971-mir-opt-issues, r=DianQK许杰友 Jieyou Xu (Joe)-1/+5
2025-02-28qnx: avoid test failureTshepang Mbambo-0/+1
2025-02-28sort listTshepang Mbambo-4/+4
2025-02-28Allow the optimizer to elide bounds checks when enumerating `IndexSlice`/`Ind...Jason Newcomb-0/+10