]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-03-08 Philipp HanschRefactor: Cleanup one part of assign_ops lint
2019-03-08 Philipp HanschUpdate comment location
2019-03-08 borsAuto merge of #3856 - mikerite:clippy-dev-enchancement...
2019-03-08 borsAuto merge of #3855 - rchaser53:issue-3849, r=flip1995
2019-03-08 Michael WrightImprove Clippy dev help
2019-03-07 rChaser53Remove an unused binary file
2019-03-07 ljedrzalign with rust-lang/rust/#58992
2019-03-07 borsAuto merge of #3853 - rchaser53:issue-3849, r=flip1995
2019-03-07 rchaser53fix missing a semicolon
2019-03-07 Philipp HanschRefactor: Extract `trait_ref_of_method` function
2019-03-07 borsAuto merge of #3850 - mikerite:rustfmt-tests, r=phansch
2019-03-07 Michael WrightEnable rustfix on `unused_unit` tests
2019-03-07 Michael WrightAdd `[rustfmt::skip]` to `unused_unit` test
2019-03-07 Michael WrightAdd `[rustfmt::skip]` to `doc_markdown` tests
2019-03-06 borsAuto merge of #3803 - felix91gr:master, r=oli-obk
2019-03-06 Félix FischerRenamed: Cyclomatic Complexity -> Cognitive Complexity
2019-03-06 borsAuto merge of #3845 - euclio:unused-comments, r=phansch
2019-03-06 borsAuto merge of #3846 - mikerite:fix-3839, r=phansch
2019-03-06 Michael WrightEnsure `expect_fun_call` bad suggestion is fixed
2019-03-05 Andy Russellfix or ignore failing doc tests
2019-03-05 Andy Russellmove lint documentation into macro invocations
2019-03-05 borsAuto merge of #3844 - phansch:const_fn_external_macro...
2019-03-05 Philipp HanschFix missing_const_for_fn for impl trait methods
2019-03-04 Philipp HanschDon't trigger missing_const_for_fn in external macros
2019-03-04 Philipp HanschAdd rustc nightly docs to cheatsheet
2019-03-04 Philipp Hanschs/you/we; One more checklist item
2019-03-03 borsAuto merge of #3838 - mati865:rustup, r=phansch
2019-03-03 Mateusz MikułaUpgrade compiletest_rs to 0.3.19
2019-03-03 Philipp HanschAdd the rustc guide to the cheatsheet
2019-03-03 Philipp HanschMore text fixes after Test section was moved to top
2019-03-03 Philipp HanschReword 'Setup' a bit
2019-03-03 Philipp HanschNote that stderr files don't have to be created manually
2019-03-03 Philipp HanschAuthor lint usage via playground
2019-03-03 Philipp HanschRun remark in `doc` directory, too.
2019-03-03 Philipp HanschCleanup 'Writing code' in CONTRIBUTING.md
2019-03-03 Philipp HanschCopy from CONTRIBUTING.md: author lint, rustfix tests...
2019-03-03 Philipp HanschMention Clippy utils
2019-03-03 Philipp HanschRemind to run update-all-references.sh at the end
2019-03-03 Philipp HanschUse positive if condition for readability
2019-03-03 Philipp HanschExpand on lint implementation section, wrap lines
2019-03-03 Wilco KuseeImplicit return
2019-03-03 Wilco KuseeImplicit return
2019-03-03 Philipp HanschAdd lint writing documentation
2019-03-03 borsAuto merge of #3834 - ljedrz:HirIdification_fix, r...
2019-03-03 Philipp Hanschfmt fixes
2019-03-01 ljedrzalign with rust-lang/rust/#58836
2019-03-01 ljedrzenable rust-lang/rust#58754
2019-03-01 borsAuto merge of #3823 - spastorino:place_base, r=flip1995
2019-03-01 Santiago PastorinoPlace::Local(x) is now Place::Base(PlaceBase::Local(x))
2019-03-01 borsAuto merge of #3833 - mati865:rustup, r=oli-obk
2019-03-01 Mateusz MikułaUse temporary branch for compiletest
2019-02-28 borsAuto merge of #3831 - martin-t:master, r=flip1995
2019-02-28 borsAuto merge of #3830 - flip1995:unknown_attribute, r...
2019-02-28 flip1995Add test for unknown Clippy attributes
2019-02-28 Martin TaibrUse the same <title> as <h1> on gh-pages
2019-02-28 flip1995Error an unknown or deprecated Clippy attribute
2019-02-28 borsAuto merge of #3829 - mikerite:fix-double-parens-sugges...
2019-02-28 Michael WrightAdd `rustfmt::skip` to `double_parens` tests
2019-02-27 borsAuto merge of #3666 - detrumi:map-or-on-non-copy, r...
2019-02-27 borsAuto merge of #3826 - mikerite:rustfmt-outer-attr-tests...
2019-02-27 borsAuto merge of #3827 - phansch:rustup, r=Manishearth
2019-02-27 Philipp HanschRustup https://github.com/rust-lang/rust/pull/58321
2019-02-27 Michael WrightAdd `rustfmt::skip` to outer attr format tests
2019-02-26 borsAuto merge of #3821 - g-bartoszek:redundant_closure...
2019-02-26 borsAuto merge of #3818 - phansch:update_changelog, r=oli-obk
2019-02-26 Wilco KuseeFix false negative
2019-02-26 Wilco KuseeAttempt to fix false negative
2019-02-26 Wilco KuseeMove lint_map_unwrap_or to its own file
2019-02-26 Wilco KuseeOnly suggest map_or for copy types
2019-02-26 borsAuto merge of #3817 - rust-lang:fix-bool_comparison...
2019-02-26 Grzegorzdo not trigger redundant_closure when there is a differ...
2019-02-26 borsAuto merge of #3814 - ljedrz:HirIdification_lockstep_up...
2019-02-26 ljedrzfix line format
2019-02-26 borsAuto merge of #3819 - mikerite:rustfmt-formatting-tests...
2019-02-26 borsAuto merge of #3820 - mikerite:remove-feature-try-from...
2019-02-26 Michael WrightRemove `#[feature(try_from)]`
2019-02-26 Michael WrightAdd [rustfmt::skip] to formatting lint tests
2019-02-25 Philipp HanschUpdate changelog for Rust 1.33
2019-02-25 mcartonFix `bool_comparison` with non-`bool` expressions
2019-02-25 borsAuto merge of #3808 - mikerite:useless-format-suggestio...
2019-02-25 borsAuto merge of #3816 - g-bartoszek:redundant_closure_for...
2019-02-25 Grzegorzredundant_closure does not trigger for external macros
2019-02-25 borsAuto merge of #3772 - flip1995:ice-3719, r=Manishearth
2019-02-25 borsAuto merge of #3805 - martinsp:ice-3747, r=Manishearth
2019-02-25 ljedrzfix: replace wrong id
2019-02-25 borsAuto merge of #3815 - phansch:make_private, r=Manishearth
2019-02-25 Philipp HanschMake DiagnosticWrapper private
2019-02-24 ljedrzHirIdify some lints
2019-02-24 borsAuto merge of #3811 - rust-lang:test-for-2526, r=mcarton
2019-02-24 mcartonAdd a test for #2526
2019-02-24 borsAuto merge of #3810 - phansch:refactor/extract_module...
2019-02-24 borsAuto merge of #3790 - ljedrz:HirIdify_intravisit, r...
2019-02-24 ljedrzfix formatting
2019-02-24 Philipp HanschExtract diagnostics module and document some functions
2019-02-24 Philipp HanschDocument some `span_lint_*` util functions
2019-02-24 Michael WrightFix `useless_format` suggestions
2019-02-23 Martins PolakovsFix ICE #3747
2019-02-23 borsAuto merge of #3798 - eyko:patch-1, r=flip1995
2019-02-23 borsAuto merge of #3801 - Wilfred:patch-1, r=Manishearth
2019-02-23 Wilfred HughesFix broken markdown in README.md
next