]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 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-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-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-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.
2018-06-12 Fabian ZaiserCategorize the unwrap lints correctly.
2018-06-12 Fabian ZaiserUpdate known problems.
2018-06-12 Fabian ZaiserImplement lint checking for `unwrap`s that will always...
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
next