]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-03-12 borsAuto merge of #3872 - phansch:some_feature_cleanup...
2019-03-12 borsAuto merge of #3794 - mikerite:fix-3739, r=phansch
2019-03-12 Philipp HanschRemove some unused features and `error-pattern`s
2019-03-12 borsAuto merge of #3871 - taiki-e:needless_continue, r...
2019-03-12 borsAuto merge of #3865 - phansch:run_more_doc_tests, r...
2019-03-12 Michael WrightMerge branch 'master' into fix-3739
2019-03-12 borsAuto merge of #3868 - taiki-e:needless_pass_by_value...
2019-03-12 Philipp HanschRun more doc tests
2019-03-11 Taiki EndoFix `needless_continue` false positive
2019-03-11 Taiki EndoFilter out proc_macro and proc_macro_attribute
2019-03-10 borsAuto merge of #3767 - alexreg:cosmetic-2, r=flip1995
2019-03-10 flip1995Fix/Ignore doc tests
2019-03-10 flip1995Run rustfmt
2019-03-10 flip1995Update tests
2019-03-10 Alexander RegueiroReblessed test outputs.
2019-03-10 Alexander RegueiroAddressed points raised in review.
2019-03-10 Alexander RegueiroVarious cosmetic improvements.
2019-03-10 borsAuto merge of #3733 - Zoxc:rustc-interface, r=oli-obk
2019-03-10 John Kåre Alsakerrustfmt
2019-03-10 John Kåre AlsakerUse the new rustc interface
2019-03-10 borsAuto merge of #3863 - rust-lang:get_unwrap, r=oli-obk
2019-03-09 Manish GoregaokarMove get_unwrap to restriction
2019-03-09 borsAuto merge of #3824 - phansch:adding_lints, r=phansch
2019-03-09 borsAuto merge of #3860 - phansch:refactor_out_opt_def_id...
2019-03-09 borsAuto merge of #3861 - flip1995:rollup, r=flip1995
2019-03-09 Philipp KronesRollup merge of #3857 - phansch:document_path_qpath...
2019-03-09 Philipp KronesRollup merge of #3852 - phansch:refactor_assign_ops...
2019-03-09 Philipp KronesRollup merge of #3851 - phansch:refactor_trait_stuff...
2019-03-08 borsAuto merge of #3854 - ljedrz:rustc_58992, r=phansch
2019-03-08 Philipp HanschRefactor: Remove utils::opt_def_id
2019-03-08 Philipp HanschDocument match_path, improve match_qpath docs
2019-03-08 Philipp Hanschcargo fmt
2019-03-08 Philipp Hanschfmt
2019-03-08 Philipp KronesUpdate clippy_lints/src/utils/mod.rs
2019-03-08 Philipp HanschFix doctest
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
next