about summary refs log tree commit diff
path: root/src/main.rs
AgeCommit message (Expand)AuthorLines
2024-08-11Link `std` statically in `rustc_driver`John Kåre Alsaker-0/+3
2024-08-08Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...Philipp Krones-1/+0
2024-03-07Merge commit '93f0a9a91f58c9b2153868f458402155fb6265bb' into clippy-subtree-u...Philipp Krones-2/+7
2023-12-16Merge commit 'a859e5cc1ce100df22346a1005da30532d04de59' into clippyupPhilipp Krones-1/+1
2023-10-06Merge commit 'b105fb4c39bc1a010807a6c076193cef8d93c109' into clippyupPhilipp Krones-27/+36
2023-07-31Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyupPhilipp Krones-2/+1
2023-07-02Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyupPhilipp Krones-3/+5
2023-05-05Merge commit '371120bdbf58a331db5dcfb2d9cddc040f486de8' into clippyupPhilipp Krones-1/+1
2023-03-10Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyupPhilipp Krones-1/+1
2023-01-27Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyupPhilipp Krones-1/+1
2022-12-17Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyupPhilipp Krones-1/+0
2022-11-21Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyupPhilipp Krones-3/+1
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-3/+3
2022-09-09Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyupPhilipp Krones-0/+13
2022-05-21Merge 'rust-clippy/master' into clippyupxFrednet-0/+4
2022-01-13Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyupflip1995-1/+1
2021-09-28Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyupflip1995-19/+1
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-1/+8
2021-07-01Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyupflip1995-22/+4
2021-03-12Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyupflip1995-6/+0
2021-02-11Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyupflip1995-24/+2
2020-12-23Special sync of 'e89801553ddbaccdeb2eac4db08900edb51ac7ff'flip1995-83/+15
2020-12-20Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyupflip1995-6/+100
2020-06-23Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyupflip1995-0/+2
2020-04-15Apply suggestions from code reviewJane Lusby-6/+6
2020-04-15manually fixing formatting at this point lolJane Lusby-2/+2
2020-04-15fmtJane Lusby-11/+10
2020-04-15rename fieldJane Lusby-9/+9
2020-04-15add some testsJane Lusby-0/+37
2020-04-15split it up for testing but the merge broke testsJane Lusby-61/+107
2020-03-27dogfood tasted badJane Lusby-3/+3
2020-03-27fix rustfmt issueJane Lusby-2/+2
2020-03-27boycott manishJane Lusby-9/+11
2020-03-27check for unstable optionsJane Lusby-6/+24
2020-03-27Start work on clippy-fix as subcommandJane Lusby-1/+6
2020-02-21Fix falloutflip1995-1/+1
2019-07-15Deny warnings in CIMichael Wright-0/+2
2019-03-12Remove some unused features and `error-pattern`sPhilipp Hansch-5/+0
2019-02-02Drive-by cleanups to cargo-clippy. No functional change.Jeremy Fitzhardinge-8/+2
2019-01-26Fix dogfood tests on AppveyorMichael Wright-0/+6
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-25update CARGO_CLIPPY_HELP string to suggest tool lints.Matthias Krüger-3/+2
2018-11-27Run rustfmt on srcflip1995-3/+2
2018-11-17remove unused allow() attributes, NFCMatthias Krüger-2/+0
2018-10-11Remove now-useless `allow(unknown_lints)`Oliver Scherer-1/+1
2018-10-11Stabilize tool lintsOliver Scherer-1/+1
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-06print git commit hash and commit date in version outputMatthias Krüger-3/+6
2018-08-29Adapt codebase to the tool_lintsflip1995-3/+4
2018-04-04Fix clippy warningMichael Wright-1/+1