]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-10-10 Oliver SchneiderMerge pull request #2126 from camsteffen/split-tests
2017-10-10 Oliver SchneiderMerge pull request #2122 from sinkuu/local_span
2017-10-10 Oliver SchneiderMerge pull request #2118 from chyvonomys/relax-needless...
2017-10-10 Cameron Steffenmove get_unwrap tests
2017-10-10 Cameron Steffenmove ok_expect tests
2017-10-10 Cameron Steffenmove string_extend tests
2017-10-10 Cameron Steffenmove cstring tests
2017-10-10 Cameron Steffenmove unnecessary clone tests
2017-10-10 Cameron Steffenmove single_char_pattern tests
2017-10-10 Cameron Steffenmove starts_ends_with tests
2017-10-09 sinkuurustc 1.22.0-nightly (150b625a0 2017-10-08)
2017-10-08 Andriy S. from... tests for `needless_range_loop`
2017-10-08 Oliver SchneiderMerge pull request #2117 from sinkuu/improve_take_by_value
2017-10-08 Oliver SchneiderMerge pull request #2115 from niklasf/fix-manual-testin...
2017-10-08 Oliver SchneiderMerge pull request #2116 from niklasf/range-plus-minus-one
2017-10-08 Andriy S. from... relax `needless_range_loop` so that it reports only...
2017-10-08 Niklas FiekasAdd tests for range_plus_one and range_minus_one
2017-10-08 sinkuuRemove intermediate vec
2017-10-08 Niklas FiekasAllow range_plus_one while ..= ranges are unstable
2017-10-08 Niklas FiekasLint range_plus_one and range_minus_one (closes #329)
2017-10-08 Niklas FiekasFix manual testing command in docs
2017-10-08 Oliver SchneiderMerge pull request #2112 from topecongiro/issue-2109
2017-10-08 Oliver SchneiderMerge pull request #2067 from jugglerchris/no_effect_wi...
2017-10-08 sinkuuExclude Fn traits
2017-10-08 sinkuuDuplicate ptr_arg's suggestion logic
2017-10-08 sinkuuReduce false-positives for needless_pass_by_value lint
2017-10-07 Chris EmersonAdd a test with a struct containing a String.
2017-10-07 Chris EmersonMerge branch 'master' into no_effect_with_drop
2017-10-07 Seiichi UchidaAdd multiline case for test against map(f).unwrap_or...
2017-10-06 Seiichi UchidaAdd a comment that explains about comparing snippet...
2017-10-06 Seiichi UchidaUpdate OPTION_MAP_UNWRAP_OR lint
2017-10-06 Oliver SchneiderMerge pull request #2111 from camsteffen/never_loop
2017-10-06 Cameron Steffenfix never_loop
2017-10-06 Cameron Steffenadd never_loop test
2017-10-04 Oliver SchneiderMerge pull request #1513 from sinkuu/identical_conversion
2017-10-04 sinkuuTest if #[allow] works
2017-10-04 sinkuuAdd identity_conversion lint (fixes #1051)
2017-10-03 Oliver SchneiderMerge pull request #2103 from pizzaiter/fix-2099
2017-10-03 PizzaIterAdd lints `transmute_int_to_*`
2017-10-03 Oliver SchneiderMerge pull request #2065 from rust-lang-nursery/cargo_c...
2017-10-03 Oliver SchneiderReduce the hackiness of cargo-clippy
2017-09-30 Oliver SchneiderMerge pull request #1838 from rust-lang-nursery/fix-doc
2017-09-30 Oliver SchneiderMerge pull request #2096 from lpesk/invalid-ref
2017-09-30 mcartonHave a separate message for raw URLs in doc
2017-09-30 mcartonAdd the `url` crate as a dependency
2017-09-30 mcartonDon't lint autolinks in `doc_markdown`
2017-09-30 Laura Peskinalphabetize paths to pass dogfood
2017-09-30 Laura Peskinadd tests for false positives
2017-09-30 Laura Peskinadd ui test for invalid_ref
2017-09-30 Laura Peskinadd lint for creation of invalid references
2017-09-29 Martin CartonMerge pull request #2097 from rust-lang-nursery/fix...
2017-09-29 mcartonFix regression with `print!`
2017-09-29 mcartonFix regression with `format!`
2017-09-29 Oliver SchneiderMerge pull request #2084 from ykrivopalov/bit_mask_verb...
2017-09-29 Oliver SchneiderMerge pull request #2087 from Aaron1011/rustc_wrapper
2017-09-28 Aaron HillSet RUSTC_WRAPPER instead of RUSTC when invoking Cargo
2017-09-28 Manish GoregaokarMerge pull request #2091 from rust-lang-nursery/rustup
2017-09-28 Manish GoregaokarBump to 0.0.165
2017-09-28 Manish GoregaokarUpdate changelog
2017-09-28 Manish GoregaokarUpdate ... -> ..= in tests
2017-09-28 Manish GoregaokarUse ..= in the suggestion
2017-09-28 Manish GoregaokarRust upgrade to rustc 1.22.0-nightly (0e6f4cf51 2017...
2017-09-27 Yury KrivopalovClarify verbose_bit_mask_threshold description
2017-09-26 Manish GoregaokarMerge branch 'pr-1945'
2017-09-26 Manish GoregaokarMerge pull request #2085 from rust-lang-nursery/rustup
2017-09-26 Manish GoregaokarBump to 0.0.164
2017-09-26 Manish GoregaokarRun prepublish script
2017-09-26 Manish GoregaokarFix dogfood needless-borrow
2017-09-26 Manish GoregaokarFix dogfood filter-map
2017-09-26 Manish GoregaokarReduce cyclomatic complexity of types::check_ty
2017-09-26 Manish GoregaokarRustup to rustc 1.22.0-nightly (6c476ce46 2017-09-25)
2017-09-26 Manish GoregaokarUpdate changelog
2017-09-26 Manish GoregaokarPass dogfood
2017-09-26 Manish GoregaokarMake it a ui test, update
2017-09-25 Manish GoregaokarUpdate lockfile
2017-09-25 Manish GoregaokarUpdate line numbers
2017-09-25 Michal Budzynskistabilizing feature iterator_for_each for rust 1.21.0
2017-09-25 Yury KrivopalovConfiguration option for VERBOSE_BIT_MASK threshold
2017-09-25 Manish GoregaokarMerge pull request #2079 from rust-lang-nursery/ptr_arg...
2017-09-25 Laura Peskinadd lint for mutable borrow; may have false positives...
2017-09-25 Laura Peskinreplace defids with nodeids for local variables
2017-09-24 Laura Peskinuse def_id of function in check_for_mutation
2017-09-24 Laura Peskinrefactor, add spans to warnings, add tests
2017-09-24 Manish GoregaokarUpdate test, fix lint
2017-09-24 Manish GoregaokarRustup
2017-09-24 Laura Peskinattempt to add check for mutation of range bound within...
2017-09-24 Laura Peskinimplement lint for mutable range bound
2017-09-24 Laura Peskinadd lint declaration and example that should trigger...
2017-09-24 Oliver SchneiderMerge pull request #2060 from mrecachinas/feature/int...
2017-09-24 Michael RecachinasChange rtype of int_plus_one detection to Option<String>
2017-09-24 Michael RecachinasChange to returning Option<(bool, Option<String>)>
2017-09-24 Michael RecachinasRemove old return-value
2017-09-23 Manish GoregaokarMerge pull request #2082 from rust-lang-nursery/rustup
2017-09-23 Manish Goregaokarfix docs
2017-09-23 Manish GoregaokarBump to 0.0.163
2017-09-23 Manish GoregaokarUpdate test expectations
2017-09-23 Manish GoregaokarRust upgrade to rustc 1.22.0-nightly (14039a42a 2017...
2017-09-23 Michael RecachinasUse span_lint_and_then as per feedback
2017-09-20 Andre Bogusavoid linting `ptr_arg` if `.capacity()` is called...
2017-09-19 Chris EmersonMove has_drop to the utils module.
next