]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-03-02 borsAuto merge of #6791 - TaKO8Ki:iter-count, r=matthiaskrgr
2021-03-02 borsAuto merge of #6716 - magurotuna:refactor-transmute...
2021-03-02 Yusuke TanakaMake check_cast private
2021-03-02 Yusuke TanakaRefactor calls to lint check functions
2021-03-02 Yusuke TanakaCleanup imports
2021-03-02 Yusuke TanakaMove transmutes_expressible_as_ptr_casts to its own...
2021-03-02 Yusuke TanakaMove unsound_collection_transmute to its own module
2021-03-02 Yusuke TanakaMove transmute_float_to_int to its own module
2021-03-02 Yusuke TanakaMove transmute_int_to_float to its own module
2021-03-02 Yusuke TanakaMove transmute_int_to_bool to its own module
2021-03-02 Yusuke TanakaMove transmute_ptr_to_ptr to its own module
2021-03-02 Yusuke TanakaMove transmute_bytes_to_str and transmute_ptr_to_ptr...
2021-03-02 Yusuke TanakaMove transmute_int_to_char to its own module
2021-03-02 Yusuke TanakaMove transmute_ptr_to_ref to its own module
2021-03-02 Yusuke TanakaMove crosspointer_transmute to its own module
2021-03-02 Yusuke TanakaMove wrong_transmute to its own module
2021-03-02 Yusuke TanakaMove useless_transmute to its own module
2021-03-02 Yusuke TanakaAdd transmute/utils.rs
2021-03-02 Yusuke TanakaCreate transmute directory
2021-03-02 borsAuto merge of #6822 - camsteffen:rustfmt, r=llogiq
2021-03-01 Cameron SteffenAdd version = "Two" to rustfmt.toml
2021-03-01 borsAuto merge of #6813 - matthiaskrgr:lintcheck_refactor...
2021-02-28 Matthias Krügerupdate lintcheck_crates logs and fix typos
2021-02-28 Matthias Krügerlintcheck: add more embark crate sources to the sources...
2021-02-28 Matthias Krügerlintcheck: make download path and source path consts...
2021-02-28 Matthias Krügerlintcheck: more fixes
2021-02-28 Matthias Krügerlintcheck: add a couple of dtolnays crates to the sourc...
2021-02-28 Matthias Krügerlintcheck: put the full paths (target/lintcheck/sources...
2021-02-28 Matthias Krügerlintcheck: uses consts for clippy driver and cargo...
2021-02-28 Matthias Krügerlintcheck: don't run clippy in parallel by default
2021-02-28 Matthias Krügerlintcheck: refactor: introduce a basic LintcheckConfig...
2021-02-28 borsAuto merge of #6787 - matthiaskrgr:lint_msgs, r=llogiq
2021-02-28 Matthias Krügeruse different example (C-like) for valid capitalized...
2021-02-28 Matthias Krügerlintcheck: update logs
2021-02-28 Matthias Krügerchange some lint messages and remove old entries from...
2021-02-28 Matthias Krügerdisable lint_message_convention test inside the rustc...
2021-02-28 Matthias Krügerupdate the lint messages and tests
2021-02-28 Matthias Krügerfix clippy lint warnings
2021-02-28 Matthias Krügertests: add test that roughly ensures that our lint...
2021-02-28 borsAuto merge of #6802 - camsteffen:dogfood-fix, r=llogiq
2021-02-27 borsAuto merge of #6812 - Y-Nak:fix-6792, r=matthiaskrgr
2021-02-27 Yoshitomo NakanishiAdd test for ICE 6793
2021-02-27 Yoshitomo NakanishiUse TypeckResults::expr_ty instead of TyCtxt::type_of...
2021-02-27 Takayuki Maedaremove pub(crate)
2021-02-27 Takayuki Maedaexport `derefs_to_slice` from methods module
2021-02-27 Takayuki Maedareceive iter method name as an argument
2021-02-27 Takayuki Maedaremove if_chain
2021-02-27 Takayuki Maedareturn when the ty doesn't have `len()`
2021-02-27 Takayuki Maedamove `lints()` to `iter_count.rs`
2021-02-27 Takayuki Maedalint for `into_iter().count()`
2021-02-27 Takayuki Maedaallow clippy::iter_count
2021-02-27 Takayuki Maedanew lint: iter_count
2021-02-27 borsAuto merge of #6730 - anall:feature/owned_to_owned_meth...
2021-02-27 Andrea Nalladded new lint `implicit_clone`
2021-02-26 borsAuto merge of #6800 - matthiaskrgr:lintcheck_stats...
2021-02-26 Cameron SteffenRevert "Fix versioncheck test"
2021-02-26 Cameron SteffenAdd package arguments to dogfood test
2021-02-26 Cameron SteffenRevert "Add workspace to manifest"
2021-02-26 Cameron SteffenRevert "Fix lintcheck by excluding checked crates from...
2021-02-26 Cameron SteffenRevert "Test workspace at once"
2021-02-26 borsAuto merge of #6796 - dtolnay-contrib:manualmap, r...
2021-02-26 Matthias Krügerlintcheck: update logs and do minor fixes
2021-02-26 Matthias Krügerlintcheck: print stats how lint counts have changed...
2021-02-26 Matthias Krügerlintcheck: fix bug when getting the config toml path.
2021-02-26 David TolnayDowngrade manual_map to nursery
2021-02-25 borsAuto merge of #6601 - mdm:fix-unit-args-false-positive...
2021-02-25 Marc Dominik... Add original test case from issue
2021-02-25 borsAuto merge of #6790 - mgacek8:issue_6748, r=Manishearth
2021-02-25 Mateusz Gacekor_fun_call: fix suggestion for `or_insert(vec![])`
2021-02-25 borsAuto merge of #6789 - flip1995:rustup, r=flip1995
2021-02-25 flip1995Bump nightly version -> 2021-02-25
2021-02-25 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-02-25 borsAuto merge of #6788 - matthiaskrgr:upper_case_acronyms...
2021-02-25 Matthias Krügerrun cargo dev update_lints
2021-02-25 borsAuto merge of #6783 - avitex:add-opendns-ident, r=giraffate
2021-02-24 Matthias Krügerupper_case_acronyms: add io-toml tests and bless previo...
2021-02-24 Matthias Krügerupper_case_acronyms: add optional aggressive mode and...
2021-02-24 avitexadd test coverage for all `doc-valid-idents`
2021-02-24 avitexAdd OpenDNS to `doc-valid-idents`
2021-02-24 borsAuto merge of #6786 - smoelius:move-conf-rs-back-into...
2021-02-24 Marc Dominik... Don't lint unit args if expression kind is path
2021-02-24 Samuel E. Moelius IIIMove conf.rs back into clippy_lints
2021-02-24 borsAuto merge of #6756 - smoelius:clippy_utils, r=flip1995...
2021-02-24 borsAuto merge of #6782 - ojeda:readme-as-wrapper, r=flip1995
2021-02-24 Miguel OjedaREADME: Add subsection on running Clippy as a rustc...
2021-02-23 Samuel E. Moelius IIIMove `declare_clippy_lint` back into clippy_lints
2021-02-23 Samuel E. Moelius IIIUpdate references in doc directory
2021-02-23 Samuel E. MoeliusUpdate clippy_utils/Cargo.toml
2021-02-23 Samuel E. Moelius IIITypo
2021-02-23 Samuel E. Moelius IIIRemove file accidentally re-added during rebase
2021-02-23 Samuel E. Moelius IIIUpdate custom_ice_message.stderr
2021-02-23 Samuel E. Moelius IIIFix update_lints
2021-02-23 Samuel E. Moelius IIIFix doc test
2021-02-23 Samuel E. Moelius IIIBump clippy_utils version
2021-02-23 Samuel E. Moelius IIIFix versioncheck test
2021-02-23 Samuel E. Moelius IIIFix one import
2021-02-23 Samuel E. Moelius IIIImprove tests
2021-02-23 Samuel E. Moelius IIIRemove unused features
2021-02-23 Samuel E. Moelius IIIRemove unused dependencies
2021-02-23 Samuel E. Moelius IIIGet tests to pass
next