summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2023-10-02Backport https://github.com/rust-lang/rust-clippy/pull/11596Mark Rousskov-56/+11
2023-09-28Expose try_destructure_mir_constant_for_diagnostics directly to clippyOli Scherer-1/+1
2023-08-27[beta-1.73] Update cargoWeihang Lo-0/+0
2023-08-20Rollup merge of #115000 - RalfJung:custom-mir-call, r=compiler-errors,JakobDegenMatthias Krüger-35/+35
2023-08-19custom_mir: change Call() terminator syntax to something more readableRalf Jung-35/+35
2023-08-19Update cargoWeihang Lo-0/+0
2023-08-18Auto merge of #114938 - flip1995:clippy_backport, r=matthiaskrgrbors-36/+201
2023-08-17Auto merge of #11314 - GuillaumeGomez:needless_ref_mut_async_block, r=Centri3bors-23/+129
2023-08-17Auto merge of #11070 - y21:issue11065, r=flip1995bors-13/+72
2023-08-17Auto merge of #114932 - RalfJung:miri, r=RalfJungbors-177/+472
2023-08-17coverage: Anonymize line numbers in `run-coverage` test snapshotsZalathar-0/+17
2023-08-16Auto merge of #3027 - ttsugriy:range-map, r=RalfJungbors-5/+2
2023-08-16Avoid unnecessary Vec resize.Taras Tsugrii-5/+2
2023-08-16on out-of-bounds error, show where the allocation was createdRalf Jung-8/+46
2023-08-16Auto merge of #2940 - saethlin:use-after-free-spans, r=RalfJungbors-18/+229
2023-08-16Auto merge of #3028 - ttsugriy:range-map-find-offset, r=RalfJungbors-20/+15
2023-08-16Merge from rustcThe Miri Conjob Bot-48/+33
2023-08-16Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-08-16Auto merge of #114689 - m-ou-se:stabilize-thread-local-cell-methods, r=thomccbors-1/+0
2023-08-15Replace hand-written binary search with Vec::binary_search_by.Taras Tsugrii-20/+15
2023-08-15Tidy up the implementationBen Kimock-12/+9
2023-08-15Explain why we save spans for some memory types and not othersBen Kimock-0/+2
2023-08-15Rollup merge of #114819 - estebank:issue-78124, r=compiler-errorsMatthias Krüger-35/+17
2023-08-15Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naberGuillaume Gomez-4/+4
2023-08-15Auto merge of #2972 - RalfJung:c-mem-functions, r=RalfJungbors-6/+46
2023-08-15C string function shims: consistently treat "invalid" pointers as UBRalf Jung-6/+46
2023-08-15Auto merge of #3018 - ttsugriy:ttsugriy-patch-1, r=RalfJungbors-1/+1
2023-08-14Auto merge of #114824 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-08-14Update cargoWeihang Lo-0/+0
2023-08-14bless clippy testEsteban Küber-21/+2
2023-08-14Auto merge of #113658 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3bors-7/+11
2023-08-14Move scrutinee `HirId` into `MatchSource::TryDesugar`Esteban Küber-14/+15
2023-08-15update Cargo.lockdirreke-4/+4
2023-08-14Upgrade Object and related depsdirreke-2/+4
2023-08-14fix the wrong number in const KNOWN_ARCHdirreke-1/+1
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-0/+2
2023-08-14Use `{Local}ModDefId` in many queriesNilstrieb-4/+4
2023-08-14Remove constness from `ImplSource::Param`Deadbeef-1/+1
2023-08-13Update cargoWeihang Lo-0/+0
2023-08-12Merge from rustcThe Miri Conjob Bot-392/+1351
2023-08-12Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-08-11Include spans in use-after-free diagnosticsBen Kimock-18/+230
2023-08-11Auto merge of #3025 - eduardosm:float-to-int, r=RalfJungbors-117/+132
2023-08-11Auto merge of #114735 - RalfJung:miri, r=RalfJungbors-55/+1795
2023-08-11Remove `float_to_int_unchecked` and inline it into its call sitesEduardo Sánchez Muñoz-39/+56
2023-08-11Add checked float-to-int helper functionEduardo Sánchez Muñoz-83/+81
2023-08-11llvm.prefetch is not a math functionRalf Jung-2/+1
2023-08-11Auto merge of #114729 - flip1995:clippyup, r=Manishearthbors-378/+1543
2023-08-11Auto merge of #2989 - eduardosm:x86-intrinsics, r=RalfJungbors-0/+1720
2023-08-11Auto merge of #3023 - RalfJung:gamma, r=RalfJungbors-10/+683