]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-12-05 daxpeddaAdded additional reasoning to `Why is this bad?`.
2018-12-05 daxpeddaRenamed to `implicit_return`.
2018-12-05 daxpeddaAppeasing the Test Gods.
2018-12-05 daxpeddaRenamed `forced_return` to `missing_returns`.
2018-12-05 daxpeddaAdded `FORCED_RETURN` lint.
2018-12-04 Philipp KronesMerge pull request #3490 from phansch/extract_single_ma...
2018-12-04 Philipp HanschMerge pull request #3473 from lucasloisp/additional...
2018-12-04 Philipp HanschMerge pull request #3488 from phansch/fix_cargo_lint_bug
2018-12-04 Philipp HanschExtract single_match_else UI test
2018-12-04 Philipp Hanschcargo fmt
2018-12-03 Lucas LoisAdds inequality cases to bool comparison lint
2018-12-03 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #3478 from dtolnay/setlen
2018-12-03 David TolnayRemove unsafe_vector_initialization lint
2018-12-03 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #3479 from dtolnay/literal
2018-12-03 Philipp HanschFix wildcard_dependencies false positive
2018-12-03 Philipp HanschMerge pull request #3487 from phansch/fix_fmt
2018-12-03 Philipp HanschFix rustfmt format
2018-12-02 Philipp HanschMerge pull request #3486 from phansch/make_windows_trav...
2018-12-02 Philipp HanschDisable incremental build for windows
2018-12-02 Philipp HanschTravis: Add rustc sysroot bin to PATH for windows build
2018-12-02 Philipp HanschMerge pull request #3483 from phansch/mention_triage_pr...
2018-12-02 Philipp HanschMerge pull request #3485 from phansch/fix_some_nursery_...
2018-12-02 Philipp HanschFix some nursery links
2018-12-02 Philipp HanschMerge pull request #3484 from phansch/fix_windows_linee...
2018-12-02 Philipp HanschEnforce LF lineendings for everything
2018-12-02 Philipp HanschMention triage procedure in contributing.md
2018-12-02 David TolnayKeep testing large_digit_groups as ui test
2018-12-02 David TolnayKeep testing unsafe_vector_initialization as ui test
2018-12-02 David TolnayDowngrade large_digit_groups to pedantic
2018-12-02 David TolnayDowngrade unsafe_vector_initialization to restriction
2018-11-30 Philipp HanschMerge pull request #3471 from matthiaskrgr/mamor_warn
2018-11-30 Matthias Krügerremove macro_at_most_once_rep feature attribute since...
2018-11-28 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #3465 from flip1995/rustfmt
2018-11-28 Philipp KronesMerge pull request #3466 from phansch/clippy_rfc_readme
2018-11-28 Philipp KronesAdd missing word
2018-11-28 Philipp HanschUpdate docs in regards to the merged RFC
2018-11-28 Philipp HanschMerge pull request #3464 from flip1995/no_fork_integration
2018-11-27 flip1995Document how to run rustfmt in CONTRIBUTING.md
2018-11-27 flip1995Don't run integration tests in forks
2018-11-27 flip1995Fix some formatting issues
2018-11-27 flip1995Run rustfmt on clippy_lints
2018-11-27 flip1995Run rustfmt on build.rs
2018-11-27 flip1995Run rustfmt on clippy_dev
2018-11-27 flip1995Run rustfmt on rustc_tools_util
2018-11-27 flip1995Run rustfmt on src
2018-11-27 flip1995Run rustfmt on the tests
2018-11-27 flip1995Let travis run cargo fmt --all -- --check
2018-11-27 flip1995Error on line overflow
2018-11-27 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #3459 from flip1995/sugg_appl
2018-11-27 flip1995Fix NAIVE_BYTECOUNT applicability
2018-11-27 flip1995Fix dogfood error
2018-11-27 flip1995Change Applicability of MISTYPED_LITERAL_SUFFIX
2018-11-27 flip1995Add applicability level to (nearly) every span_lint_and...
2018-11-27 flip1995Update stderr file
2018-11-27 flip1995Fix bugs and improve documentation
2018-11-27 flip1995Add Applicability::Unspecified to span_lint_and_sugg...
2018-11-27 flip1995Introduce snippet_with_applicability and hir_with_appli...
2018-11-26 Philipp KronesMerge pull request #3412 from matthiaskrgr/readme_2
2018-11-26 Matthias Krügerreadme: tell how to install clippy on travis from git...
2018-11-26 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #3365 from gnieto/lint/slow-initiali...
2018-11-26 Philipp HanschMerge pull request #3456 from matthiaskrgr/builtin
2018-11-26 Matthias Krügerconstants: add u128 i128 builtin types and fix outdated url
2018-11-25 Guillem NietoUpdate lints
2018-11-25 Guillem NietoLint only the first statment/expression after alloc
2018-11-25 Guillem NietoFix some warnings related to Self
2018-11-25 Guillem NietoRename some symbols
2018-11-25 Guillem NietoSplit lint into slow and unsafe vector initalization
2018-11-25 Guillem NietoAdd unsafe set_len initialization
2018-11-25 Guillem NietoAdd slow zero-filled vector initialization lint
2018-11-24 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #3439 from dtolnay/npbv
2018-11-23 Philipp HanschMerge pull request #3453 from phansch/remove_sudo_false
2018-11-23 Philipp HanschTravis: Remove `sudo: false`
2018-11-23 Philipp HanschMerge pull request #3452 from matthiaskrgr/rustup
2018-11-23 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/54071/
2018-11-22 Philipp HanschMerge pull request #3449 from matthiaskrgr/dep
2018-11-22 Matthias Krügerdependencies: update pulldown-cmark from 0.1 to 0.2
2018-11-22 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #3447 from phansch/small_rename
2018-11-22 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #3442 from rust-lang/version_ids
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 Philipp Hanschs/file_map/source_map
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-21 David TolnayDowngrade needless_pass_by_value to allow by default
2018-11-19 bors[bot]Merge #3432
2018-11-17 bors[bot]Merge #3435
next