about summary refs log tree commit diff
path: root/clippy_lints/src/mutex_atomic.rs
AgeCommit message (Expand)AuthorLines
2025-01-30Move mutex_integer to restriction and improve mutex_{integer,atomic} docsTaiki Endo-9/+21
2025-01-19Apply `unnecessary_semicolon` to Clippy sourcesSamuel Tardieu-1/+1
2024-08-17Remove redundant doc commentsAlex Macleod-4/+0
2024-05-23For restriction lints, replace “Why is this bad?” with “Why restrict th...Kevin Reid-1/+1
2024-04-04Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-3/+3
2024-04-01fix fallout from previous commity21-3/+3
2024-03-22Enable unused_qualifications lintAlex Macleod-2/+2
2024-03-22Programmatically convert some of the pat ctorsMichael Goulet-1/+1
2024-01-11Merge commit '26ac6aab023393c94edf42f38f6ad31196009643'Philipp Krones-3/+23
2023-12-25make [`mutex_atomic`] more type awareJ-ZhengLi-3/+23
2023-12-01Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-syncPhilipp Krones-1/+1
2023-11-25Use absolute path for `declare_tool_lint` in `declare_clippy_lint`Alex Macleod-1/+1
2023-11-02Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyupPhilipp Krones-4/+4
2023-10-23Set existing doc-tests to `no_run`Alex Macleod-4/+4
2023-04-23Merge commit 'a3ed905928a03b6e433d0b429190bf3a847128b3' into clippyupPhilipp Krones-3/+3
2023-04-12Standardize lint formulationbluthej-3/+3
2023-01-12Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyupPhilipp Krones-3/+7
2022-12-29add comment about mutex_atomic issue to descriptionRay Redondo-2/+6
2022-12-24move mutex_atomic to clippy::restrictionRay Redondo-1/+1
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-3/+2
2022-09-23Apply uninlined_format-args to clippy_lintsYuri Astrakhan-3/+2
2022-06-16Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyupflip1995-4/+7
2022-06-05Improve lint doc consistencySerial-4/+7
2022-01-13Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyupflip1995-1/+1
2022-01-10Downgrade mutex_atomic to nurseryTaiki Endo-1/+1
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-0/+2
2021-11-10Added `clippy::version` attribute to all normal lintsxFrednet-0/+2
2021-10-02Make diangostic item names consistentCameron Steffen-1/+2
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-8/+14
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-1/+2
2021-01-18Use ty::{IntTy,UintTy,FloatTy} in rustdoc and clippyLeSeulArtichaut-3/+2
2020-09-04`ty.kind` -> `ty.kind()` in rustdoc and clippyLeSeulArtichaut-3/+3
2020-08-28Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyupflip1995-2/+2
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-1/+1
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-2/+2
2020-06-26rustc_lint: only query `typeck_tables_of` when a lint needs it.Eduard-Mihai Burtescu-1/+1
2020-06-09Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippyLzu Tao-1/+11
2020-04-26More diagnostic itemsPhilipp Hansch-2/+2
2020-03-30rustup https://github.com/rust-lang/rust/pull/70536Matthias Krüger-1/+1
2020-03-01Rustup to rust-lang/rust#69592Yuki Okushi-1/+1
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-07Normalize lint messagesYuki Okushi-2/+2
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-1/+1
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-1/+1
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-11-05chore: remove unnecessary parentheses around typeLzu Tao-1/+1
2019-09-26Rustup https://github.com/rust-lang/rust/pull/64513Lzu Tao-3/+3
2019-08-03Doctests: Enable running doc tests for nursery lintsPhilipp Hansch-0/+1
2019-08-03Doctests: Enable running doc tests for perf lintsPhilipp Hansch-0/+2