]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-06-18 Oliver SchneiderMerge pull request #2851 from mati865/master
2018-06-18 Mateusz MikułaVersion bump
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 Oliver SchneiderLint printing was broken
2018-06-12 Oliver SchneiderMerge pull request #2839 from mikerite/duration_subsec_pr_2
2018-06-12 Michael Wrightduration_subsec: Add check for `subsec_micros`
2018-06-11 Oliver SchneiderMerge pull request #2815 from darArch/master
2018-06-11 Donald RobertsonUpdating docs to reflect more recent changes to expect_...
2018-06-11 Michael WrightMerge branch 'master' into duration_subsec_pr_2
2018-06-10 Oliver SchneiderPublish preparation
2018-06-09 Michael Wrightduration_subsec: fix declaration; correctly classify
2018-06-09 Michael WrightAdd duration_subsec lint
2018-06-09 Oliver SchneiderMerge pull request #2836 from mati865/upcoming_breakage
2018-06-08 Oliver SchneiderMerge pull request #2811 from fanzier/checked_unwrap
2018-06-08 Fabian ZaiserAddress review comments.
2018-06-08 Fabian ZaiserImplement lint that checks for unidiomatic `unwrap...
2018-06-07 Mateusz MikułaCleanup of driver code
2018-06-07 Mateusz MikułaFormatting
2018-06-07 Philipp HanschMerge pull request #2835 from FauxFaux/patch-1
2018-06-07 Mateusz MikułaPrepare for upcoming breakage
2018-06-07 Chris WestTiny typo in rust-update script
2018-06-07 Oliver SchneiderMerge pull request #2833 from phansch/cannot_relate_bou...
2018-06-07 Philipp HanschFix cargo late bound region mismatch ICE
2018-06-06 Donald RobertsonCombining if statements per lint warnings on build
2018-06-06 Donald RobertsonAmending use of Some with discarded value to use is_some
2018-06-06 Donald RobertsonAdded check to ensure format macro only being handled...
2018-06-06 Oliver SchneiderMerge pull request #2804 from utaal/expr-call-author
2018-06-05 Donald RobertsonExtracting arguments to format to pass directly to...
2018-06-05 Oliver SchneiderMerge pull request #2814 from VKlayd/fn_to_int
2018-06-04 Donald RobertsonReplacing match block with if block as conditional...
2018-06-04 Donald RobertsonAdding handling and tests for custom type with implemen...
2018-06-04 Donald RobertsonEnsuring correct lint message is output for Option...
2018-06-04 Donald RobertsonRemoving unnecessary allow
2018-06-04 Donald RobertsonWarn if non-trivial work is done inside .expect
2018-06-03 Oliver SchneiderMerge pull request #2827 from 0ndorio/lint/cmp_operator...
2018-06-03 Bruno KirschnerCleaned implements_ord helper function in boolean lint...
2018-06-03 Bruno KirschnerReduced scope of `nonminimal_bool` so that it doesn...
2018-06-03 Bruno KirschnerFixed spelling and indentation issues in neg_cmp_op_on_...
2018-06-03 Bruno KirschnerUse declare_clippy_lint instead of declare_lint.
2018-06-03 Bruno KirschnerAdded lint to avoid negated comparisions on partially...
2018-06-03 Oliver SchneiderMerge pull request #2813 from terry90/master
2018-06-03 Terry RaimondoCompute digits vec only once
2018-06-03 Oliver SchneiderVersion bump
2018-06-01 Victor KorkinDivide FN_TO_NUMERIC lint into two.
2018-05-31 Oliver SchneiderMerge pull request #2816 from mockersf/multiple-impl
2018-05-31 Oliver SchneiderMerge pull request #2819 from zayenz/no-op-ref-in-macro
2018-05-31 Oliver SchneiderMerge pull request #2825 from Nemo157/test-toml
2018-05-31 Victor KorkinAdd one more test
2018-05-30 Wim LoomanUse compiletest::make_tests to allow it to setup the...
2018-05-30 Wim LoomanGet compile-test tests for configuration working
2018-05-30 Oliver SchneiderMerge pull request #2821 from mati865/rust-2018-migration
2018-05-30 Victor KorkinFix 'help' message
2018-05-30 Mateusz MikułaUpdate integration test
2018-05-30 Mateusz MikułaUpgrade to edition 2018
2018-05-30 Mateusz MikułaRun rustfix
2018-05-30 Mateusz MikułaAdd rust_2018_preview feature and fix rustfmt annotation
2018-05-30 Victor KorkinFixes for suggestion message, tests and lint explanation.
2018-05-30 Victor Korkinweird thing
2018-05-29 Oliver SchneiderMerge pull request #2759 from devonhollowood/transmute...
2018-05-29 François Mockersmove lint to restriction group
2018-05-29 François Mockersonly install remark if not on an integration build...
2018-05-29 François Mockersadding to pedantic a lint that check for multiple inher...
2018-05-29 Devon HollowoodSimplify lifetime-differences-only detection
2018-05-29 Devon HollowoodFix behavior with generic lifetime parameters
2018-05-29 Devon HollowoodTest that we allow non-static lifetime transmutes
2018-05-29 Devon HollowoodDon't lint lifetime-only transmutes
2018-05-29 Victor KorkinChange lint type to unique and add the suggestion.
2018-05-29 Oliver SchneiderMerge pull request #2820 from flip1995/unused_def_conf
2018-05-29 flip1995Remove unused define_conf-macro definitions
2018-05-29 Oliver SchneiderFix dogfood
2018-05-29 Mikael Zayenz... avoid op-ref in macros
2018-05-29 Oliver SchneiderVersion bump
2018-05-29 Oliver SchneiderMerge pull request #2817 from mati865/rustup
2018-05-29 Mateusz MikułaUpdate to nightly 2018-05-28
2018-05-28 Victor KorkinLittle fix for test
2018-05-28 Victor KorkinAdd lint on cast Fn to numerical.
2018-05-28 Andrea Lattuadaauthor tests: update for_loop.stdout file
2018-05-28 Andrea LattuadaTest for ExprCall in clippy::author
2018-05-28 Andrea LattuadaAdd support for ExprCall in clippy::author
2018-05-28 Terry RaimondoUpdate other tests
2018-05-28 Terry RaimondoAdd tests
2018-05-28 Terry Raimondounreadable_literal: Fills hexadecimal values with 0...
2018-05-28 Oliver SchneiderMerge pull request #2808 from Aaronepower/master
2018-05-28 Aaron PowerAdded lint for unnecessary references
2018-05-28 Oliver SchneiderMerge pull request #2810 from Aaronepower/stable_featur...
2018-05-28 Oliver SchneiderMerge pull request #2806 from mockersf/loop-mut-cond
2018-05-28 Oliver SchneiderMerge pull request #2805 from reiner-dolp/update_lints
2018-05-28 Oliver SchneiderMerge pull request #2809 from Aaronepower/if_chain_clean
2018-05-28 Aaron PowerRemoved stable feature flags
2018-05-28 Aaron PowerRefactored nested if lets to if_chain! macro
2018-05-27 François Mockersbetter parsing of condition in while loop for mutability
2018-05-27 Reiner Dolprunning update lints script
2018-05-26 Oliver SchneiderRustup
2018-05-25 Philipp HanschMerge pull request #2800 from phansch/no_deploy_in_inte...
next