]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-07-16 Manish GoregaokarFix travis build by removing cargo-clippy
2018-07-16 Manish Goregaokarsome readme clarifications
2018-07-16 Manish GoregaokarMerge pull request #2921 from yaahallo/master
2018-07-16 Jane LusbyUpdate readme for new clippy install method
2018-07-16 Oliver SchneiderMerge pull request #2920 from rust-lang-nursery/rustup
2018-07-15 Oliver SchneiderRemove use of ty_to_def_id
2018-07-14 Oliver SchneiderIgnore spans when comparing expressions
2018-07-11 Oliver SchneiderMerge pull request #2911 from phansch/add_toolchain_file
2018-07-11 Philipp HanschAdd rust-toolchain file
2018-07-09 Philipp KronesMerge pull request #2902 from mikerite/missing_inline_r...
2018-07-08 Michael WrightRemove duplication in missing_inline
2018-07-07 Manish GoregaokarBump to 0.0.212
2018-07-07 Manish GoregaokarMerge branch 'pr-2889'
2018-07-06 Philipp HanschMerge pull request #2898 from dwijnand/Clippy
2018-07-05 Oliver SchneiderMerge pull request #2899 from nrc/rustup
2018-07-05 Nick CameronAdd some more winapi features
2018-07-05 Oliver SchneiderRustup
2018-07-05 Dale WijnandConsistently call it "Clippy", not clippy or rust-clippy
2018-07-05 Oliver SchneiderMerge pull request #2895 from gnzlbg/lint_no_inline
2018-07-04 gnzlbgrefactor function
2018-07-04 gnzlbgdo not apply lint to executable crate type
2018-07-04 gnzlbgaddress reviews
2018-07-04 gnzlbgadd missing_inline lint
2018-07-03 Oliver SchneiderRustup
2018-07-02 Oliver SchneiderRustup
2018-07-02 Oliver SchneiderHACK: make sure clippy builds the same deps as cargo...
2018-07-01 Oliver SchneiderRustup
2018-07-01 llogiqMerge pull request #2888 from mikerite/refactor_lifetim...
2018-07-01 Michael WrightUse slightly neater check for static lifetimes
2018-06-29 Oliver SchneiderVersion bump
2018-06-29 Oliver SchneiderMerge pull request #2880 from mati865/rustup_hir
2018-06-29 Mateusz MikułaBump the version
2018-06-29 Mateusz MikułaRustup
2018-06-28 Mateusz MikułaFix warnings
2018-06-28 Oliver SchneiderMerge pull request #2832 from kennytm/non-copy-const
2018-06-27 Oliver SchneiderMerge pull request #2876 from AVerm/patch-1
2018-06-27 Alex VermillionRemoved placeholder doc-comments
2018-06-26 Manish GoregaokarMerge pull request #2872 from rust-lang-nursery/pedanti...
2018-06-26 Oliver SchneiderMerge pull request #2873 from mati865/edition2018_next_step
2018-06-26 Oliver SchneiderMerge pull request #2849 from mikerite/issue_2741
2018-06-26 Michael WrightMerge branch 'master' into issue_2741
2018-06-25 Philipp KronesMerge pull request #2867 from flip1995/ice-2865
2018-06-25 flip1995Use utils::opt_def_id() instead of def_id() to prevent ICE
2018-06-25 Mateusz MikułaFormat the code
2018-06-25 Mateusz MikułaFix clippy_lints doc-tests
2018-06-25 Mateusz MikułaEnable rust_2018_idioms warning
2018-06-25 Manish GoregaokarMove default_trait_access to pedantic
2018-06-25 Oliver SchneiderVersion bump
2018-06-25 Oliver SchneiderMerge pull request #2871 from flip1995/gen_gen_nightly
2018-06-25 flip1995resolve merge of NameAndSpan and ExpnInfo rust-lang...
2018-06-25 flip1995Fix the tests that got broken by the fixes
2018-06-25 flip1995Resolve conflicts produced by GenericArgs
2018-06-25 flip1995Resolve field, struct and function renaming
2018-06-22 kennytmLint against const items which are interior mutable...
2018-06-21 Oliver SchneiderMerge pull request #2864 from flip1995/issue-2862
2018-06-21 flip1995Check for arguments before accessing the first arg
2018-06-21 Oliver SchneiderMerge pull request #2790 from shnewto/vectors-to-indexi...
2018-06-21 Oliver SchneiderMerge pull request #2863 from Fraser999/exit_code
2018-06-21 Philipp HanschMerge pull request #2592 from phansch/link_to_correct_a...
2018-06-21 Philipp HanschLink to correct AppVeyor project in Readme
2018-06-21 Fraser HutchisonEnsure a non-zero value is returned by clippy if compil...
2018-06-20 Manish GoregaokarMerge pull request #2861 from rust-lang-nursery/oli...
2018-06-20 Oliver SchneiderUpdate README.md
2018-06-20 Oliver SchneiderMerge pull request #2859 from 0ndorio/fix/false_positiv...
2018-06-20 Bruno KirschnerAllows neg_cmp_op_on_partial_ord for external macros...
2018-06-20 Philipp HanschMerge pull request #2858 from phansch/update_allowed_fa...
2018-06-20 Philipp HanschNo more allowed failures in integration tests
2018-06-19 Shea NewtonRemoving lint for constant `usize` array indexing
2018-06-19 Shea NewtonAdd tests that index with a `const` value.
2018-06-19 Shea NewtonRevisiting indexing_slicing test cases
2018-06-19 Shea NewtonSecond pass at addressing changes requested
2018-06-19 Shea NewtonThis commit represents an attempt to address changes...
2018-06-19 Shea NewtonRename instances of `array_indexing`
2018-06-19 Shea Newton Extend `indexing_slicing` lint
2018-06-19 Oliver SchneiderMerge pull request #2855 from uHOOCCOOHu/impl-fn-lifetime
2018-06-19 uHOOCCOOHuAdd notes for test examples.
2018-06-19 uHOOCCOOHuCheck lifetimes in Fn traits in generic bounds.
2018-06-19 Oliver SchneiderMerge pull request #2837 from fanzier/panicking_unwrap
2018-06-19 Oliver SchneiderMerge pull request #2844 from illicitonion/default_trai...
2018-06-19 Oliver SchneiderVersion bump
2018-06-19 Michael WrightMerge branch 'master' into issue_2741
2018-06-19 Michael WrightReplace `Constant::partial_cmp`
2018-06-18 Daniel Wagner... Exclude generated code
2018-06-18 Oliver SchneiderBump min_version.txt
2018-06-18 Oliver SchneiderMerge pull request #2851 from mati865/master
2018-06-18 Mateusz MikułaVersion bump
2018-06-16 Michael WrightFix #2741
2018-06-15 Oliver SchneiderFix typo in lint dump script
2018-06-15 Philipp KronesMerge pull request #2803 from Nemo157/trivially_copy_pa...
2018-06-15 Wim LoomanDogfood new trivially_copy_pass_by_ref lint
2018-06-15 Wim LoomanAllow configuring the trivial copy size limit
2018-06-15 Wim LoomanNew Lint: Pass small trivially copyable objects by...
2018-06-15 Manish GoregaokarMore doc fixes
2018-06-15 Manish GoregaokarDoc fix syntax
2018-06-14 Daniel Wagner... Fix some existing test expectations
2018-06-14 Oliver SchneiderLint printing was broken
2018-06-14 Daniel Wagner... Add default_trait_access lint
2018-06-12 Oliver SchneiderMerge pull request #2839 from mikerite/duration_subsec_pr_2
2018-06-12 Fabian ZaiserFix documentation
2018-06-12 Fabian ZaiserFix markdown.
next