]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-11-22 Oliver S̶c̶h̶n̶e̶i̶d... Merge branch 'master' into version_ids
2018-11-22 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #3446 from matthiaskrgr/url_update
2018-11-22 Matthias Krügermissed another one in the README
2018-11-22 Matthias Krügerrun "util/dev update_lints"
2018-11-22 Matthias Krügerrust-lang-nursery/rust-clippy => rust-lang/rust-clippy
2018-11-21 bors[bot]Merge #3437
2018-11-21 bors[bot]Merge #3443
2018-11-21 Wayne WarrenAddress 'clippy::single-match' dogfood lint
2018-11-21 Philipp KronesFix nit
2018-11-21 Wayne WarrenAddress travis CI lint failure
2018-11-21 Wayne WarrenUpdate trivially_copy_pass_by_ref with Trait stderr...
2018-11-21 Wayne Warrenissue#3318 run trivially_copy_pass_by_ref for traits
2018-11-21 Wayne WarrenUpdate trivially_copy_pass_by_ref with Trait examples
2018-11-21 Wayne WarrenFix awkward wording
2018-11-21 Wayne WarrenDocument how to lint local Clippy changes with locally...
2018-11-21 bors[bot]Merge #3441
2018-11-21 Oliver SchererEnable rustup clippy to refer to the correct documentation
2018-11-21 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/52591
2018-11-19 bors[bot]Merge #3432
2018-11-17 bors[bot]Merge #3435
2018-11-17 Matthias Krügerremove unused allow() attributes, NFC
2018-11-15 bors[bot]Merge #3431
2018-11-15 flip1995Add regression test
2018-11-15 flip1995Don't emit suggestion when inside of a macro
2018-11-15 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/55852/
2018-11-15 bors[bot]Merge #3419
2018-11-14 bors[bot]Merge #3428
2018-11-14 AntonFix "too" -> "foo" typo in format.rs
2018-11-14 bors[bot]Merge #3427
2018-11-14 Michael WrightFix `use_self` violation
2018-11-14 Michael WrightFix wrong suggestion for `redundant_closure_call`
2018-11-13 Yusuf SimonsonCheck for common metadata
2018-11-13 bors[bot]Merge #3426
2018-11-13 Michael WrightFix `use_self` false positive on `use` statements
2018-11-10 bors[bot]Merge #3423
2018-11-10 Michael WrightFix `use_self` false positive
2018-11-07 bors[bot]Merge #3407
2018-11-06 Michael WrightRemove `+` from `has_unary_equivalent`
2018-11-06 Michael WrightMerge branch 'master' into fix-missing-comma-fp
2018-11-05 bors[bot]Merge #3408
2018-11-05 Philipp HanschFix dogfood
2018-11-05 Philipp KronesUpdate println! formatting
2018-11-05 Philipp HanschFix false positive in check mode caused by `gen_deprecated`
2018-11-05 Philipp HanschRIIR update lints: Add check mode (update_lints.py...
2018-11-05 bors[bot]Merge #3353
2018-11-04 bors[bot]Merge #3411
2018-11-04 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/55665...
2018-11-04 Maxwell Andersonchanged into_iter to iter and fixed a lint check
2018-11-04 Michael WrightFix `collapsible_if` error
2018-11-04 Michael WrightFix `possible_missing_comma` false positives
2018-11-03 bors[bot]Merge #3399
2018-11-03 Philipp HanschMerge pull request #3404 from matthiaskrgr/rustup
2018-11-03 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/55330/
2018-11-03 Philipp HanschFix typo
2018-11-03 Philipp HanschImprove clippy_dev help text
2018-11-03 Philipp HanschRIIR update lints: Generate lint group registrations
2018-11-03 Philipp HanschTest clippy_dev on CI and fix test
2018-11-03 bors[bot]Merge #3400
2018-11-03 bors[bot]Merge #3123
2018-11-03 Philipp HanschRIIR update lints: Generate modules section
2018-11-02 flip1995Update stderr
2018-11-02 flip1995Rename test files
2018-11-02 flip1995Also lint cfg_attr(.., rustfmt::skip)
2018-11-02 flip1995Add tests from rustfmt::skip test file
2018-11-02 flip1995Run update_lints.py script
2018-11-02 flip1995Add test for non-crate-level inner attributes
2018-11-02 flip1995Differ between inner and outer attributes
2018-11-02 flip1995Add tests
2018-11-02 flip1995Add cfg_attr(rustfmt) lint
2018-11-02 bors[bot]Merge #3344
2018-11-02 kennytmAddressed comments.
2018-11-02 kennytmFix dogfood error.
2018-11-02 kennytmAdded lints `into_iter_on_ref` and `into_iter_on_array...
2018-11-02 bors[bot]Merge #3161
2018-11-02 flip1995Allow single_match_else
2018-11-02 flip1995Update stderr
2018-11-02 flip1995Add copyright statement©
2018-11-02 flip1995Fix typos
2018-11-02 flip1995Fix dogfood error
2018-11-02 flip1995Fix typo and indentation
2018-11-02 flip1995run update_lints script
2018-11-02 flip1995Add tests for unknwon_clippy_lints lint
2018-11-02 flip1995Add new lint: unknwon_clippy_lintsg
2018-11-02 bors[bot]Merge #3402
2018-11-02 Matthias Krügerclippy: fix pedantic warnings and run clippy::pedantic...
2018-11-02 bors[bot]Merge #3387
2018-11-02 bors[bot]Merge #3397 #3398
2018-11-02 Shotaro YamadaFix a false-positive of needless_borrow
2018-11-02 bors[bot]Merge #3388
2018-11-02 Philipp HanschUI test cleanup: Extract match_overlapping_arm tests
2018-11-02 Philipp HanschUI test cleanup: Extract expect_fun_call tests
2018-11-02 bors[bot]Merge #3389
2018-11-01 Maxwell Andersonformat code
2018-11-01 Maxwell AndersonMerge remote-tracking branch 'upstream/master'
2018-11-01 Manish GoregaokarMerge pull request #3395 from phansch/add_missing_coc_file
2018-11-01 Manish GoregaokarMerge pull request #3394 from phansch/rustup
2018-11-01 Philipp HanschAdd missing code of conduct file
2018-11-01 Philipp HanschFix clippy build failure on latest master
2018-11-01 Maxwell Andersonfix comment spacing
2018-11-01 Michael WrightUse slice patterns instead of padding
next