]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-02-14 borsAuto merge of #3762 - mikerite:fix-build-20190214,...
2019-02-14 flip1995Fix breakage from rust-lang/rust#58296
2019-02-14 Michael WrightFix breakage due to rust-lang/rust#58167
2019-02-13 borsAuto merge of #3760 - rust-lang:rustup, r=flip1995
2019-02-13 flip1995Rustup
2019-02-12 borsAuto merge of #3756 - g-bartoszek:redundant-closure...
2019-02-12 borsAuto merge of #3757 - mikerite:fix-2542, r=oli-obk
2019-02-11 borsAuto merge of #3758 - phansch:document_macro, r=flip1995
2019-02-11 Philipp HanschUpdate comment regarding crate level cfg_attr
2019-02-11 Philipp HanschDocument some more core functions
2019-02-11 Philipp HanschDocument `declare_clippy_lint` macro
2019-02-11 Michael WrightFix `needless_range_loop` bad suggestion
2019-02-10 Grzegorztest formatting
2019-02-10 borsAuto merge of #3754 - phansch:uicleanup, r=oli-obk
2019-02-10 borsAuto merge of #3744 - phansch:fix3144, r=oli-obk
2019-02-10 borsAuto merge of #3740 - flip1995:const_assert_macro,...
2019-02-10 Grzegorzremoving redundant closures in the whole project
2019-02-10 borsAuto merge of #3755 - phansch:uicleanup2, r=oli-obk
2019-02-10 Grzegorzredundant closure implemented for closures containing...
2019-02-10 Philipp Hanschrustfmt
2019-02-10 Philipp HanschUI test cleanup: Rename copies.rs to match_same_arms.rs
2019-02-10 Philipp HanschUI test cleanup: Extract match_same_arms tests
2019-02-10 Philipp HanschUI test cleanup: Extract similar_names tests
2019-02-09 borsAuto merge of #3751 - h-michael:opt-def-id, r=phansch
2019-02-09 Hirokazu HataUse Hir::Def opt_def_id
2019-02-09 borsAuto merge of #3748 - phansch:uitest, r=oli-obk
2019-02-09 borsAuto merge of #3750 - h-michael:const-params, r=phansch
2019-02-09 Hirokazu HataAdd new Def type ConstParam
2019-02-08 Philipp HanschAdd a uitest subcommand to simplify UI test invocation
2019-02-06 borsAuto merge of #3665 - jsgf:master, r=oli-obk
2019-02-06 borsAuto merge of #3743 - phansch:you_shall_not_pass, r...
2019-02-06 Philipp HanschFix ICE in needless_pass_by_value lint
2019-02-06 Philipp HanschMove run-pass tests to UI tests
2019-02-05 flip1995Add tests for assertion_on_constants macro check
2019-02-05 flip1995Don't warn about const assertions when assert is in...
2019-02-04 borsAuto merge of #3725 - mikerite:fix-2728, r=phansch
2019-02-04 Michael WrightDocument `get_def_path`
2019-02-04 Manish GoregaokarMerge pull request #3735 from jsgf/setup-toolchain
2019-02-03 Jeremy FitzhardingeAdd setup-toolchain.sh script to configure the master...
2019-02-03 borsAuto merge of #3737 - phansch:2018, r=phansch
2019-02-03 Philipp HanschTransition leftover test libs to Rust 2018
2019-02-03 borsAuto merge of #3723 - rhysd:issue3721, r=oli-obk
2019-02-03 rhysdrun `util/dev update_lints` and `cargo fmt --all`
2019-02-03 rhysdMerge branch 'master' into issue3721
2019-02-03 rhysdprefer `if` to `match`
2019-02-03 rhysduse snippet for making a suggestion if possible
2019-02-03 borsAuto merge of #3736 - mikerite:fix-build-20190203,...
2019-02-03 Michael WrightFix breakage due to rust-lang/rust#58079
2019-02-03 Jeremy FitzhardingeAdd a CI test for cargoless use of clippy-driver
2019-02-02 Jeremy Fitzhardingebase-tests: use subshells to manage current directory
2019-02-02 Jeremy FitzhardingeDrive-by cleanups to cargo-clippy. No functional change.
2019-02-02 Jeremy FitzhardingeLet CLIPPY_CONF_DIR be used to start search for config...
2019-02-02 Jeremy Fitzhardingeclippy-driver: if --sysroot is specified on the command...
2019-02-02 Jeremy Fitzhardingeclippy-driver: more robust test to see if we're clippy...
2019-02-02 borsAuto merge of #2857 - avborhanian:master, r=phansch
2019-02-02 borsAuto merge of #3731 - phansch:travis, r=phansch
2019-02-01 borsAuto merge of #3732 - phansch:fix_ice_3720, r=oli-obk
2019-02-01 rhysdadd more test cases for dbg_macro rule
2019-02-01 Philipp HanschUpdate clippy_lints/src/types.rs
2019-02-01 Philipp HanschUpdate clippy_lints/src/types.rs
2019-02-01 rhysduse span_help_and_lint() instead of span_lint_and_sugg()
2019-02-01 UnknownUpdating code to ignore rustfmt issue.
2019-02-01 UnknownUpdated readme.
2019-02-01 UnknownChanging single character string to a character match.
2019-02-01 UnknownFix test broken by removing comment.
2019-02-01 UnknownUpdating to just warn for one test.
2019-02-01 UnknownAdding back tests, but also reducing threshold by 1
2019-02-01 Unknownrustfmt
2019-02-01 UnknownMoving tests to ui-toml to make use of clippy.toml
2019-02-01 UnknownUpdating number of lines for the failing test to be...
2019-02-01 Araam BorhanianAdding lint for too many lines.
2019-02-01 UnknownSkipping check if in external macro.
2019-02-01 UnknownFix test broken by removing comment.
2019-02-01 UnknownUpdating to just warn for one test.
2019-02-01 UnknownAdding back tests, but also reducing threshold by 1
2019-02-01 Unknownrustfmt
2019-02-01 UnknownMoving tests to ui-toml to make use of clippy.toml
2019-02-01 UnknownReworking function logic, and adding doc example.
2019-02-01 UnknownRunning util/dev to update README/CHANGELOG
2019-02-01 UnknownUpdating number of lines for the failing test to be...
2019-02-01 Araam BorhanianAdding lint for too many lines.
2019-02-01 Philipp HanschRemove conditionals from base builds
2019-02-01 Philipp HanschMake vec_box MachineApplicable
2019-02-01 Philipp HanschFix ICE in vec_box lint and add run-rustfix
2019-02-01 borsAuto merge of #3726 - phansch:some_renaming, r=oli-obk
2019-02-01 Philipp HanschTravis: Don't run integration tests on every PR commit
2019-02-01 Michael WrightMove `max_value` handling to consts module
2019-02-01 Michael WrightMerge branch 'master' into fix-2728
2019-02-01 rhysd`cargo +nightly fmt` at clippy_lints/
2019-02-01 rhysdremove TODO comment which was already done
2019-02-01 rhysdadd dbg_macro rule to CHANGELOG.md and update count...
2019-02-01 rhysdfix category and use suggestion
2019-01-31 borsAuto merge of #3727 - phansch:rustup_unused_trim, r...
2019-01-31 Philipp HanschRustup: unused trim result
2019-01-31 Philipp HanschSome renamings: s/ast_ty/hir_ty and s/StructField/hir...
2019-01-31 Michael WrightFix `cast_sign_loss` false positive
2019-01-30 rhysdimplement dbg_macro rule (fixes #3721)
2019-01-29 borsAuto merge of #3652 - Aehmlo:where_the_wild_things_are...
2019-01-29 Alex Hamiltonwildcard_match_arm: Update lint count.
2019-01-29 Alex Hamiltonwildcard_match_arm: add nesting issue to known.
next