]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-06-14 borsAuto merge of #4162 - krk:static-static, r=flip1995
2019-06-14 flip1995Restructure rename tests
2019-06-14 krkRegister rename to the LintStore.
2019-06-14 krkRename REDUNDANT_STATIC_LIFETIME to REDUNDANT_STATIC_LI...
2019-06-14 KeremRemove pub from RedundantStaticLifetime.visit_type...
2019-06-14 krkRename const_static_lifetime to redundant_static_lifetime.
2019-06-14 krkMerge StaticConst and StaticStatic lints into StaticConst.
2019-06-14 krkUse RedundantStaticLifetime in StaticStatic.
2019-06-14 krkMove type-checking logic in StaticConst to RedundantSta...
2019-06-14 krkAdd lint for statics with explicit static lifetime.
2019-06-13 borsAuto merge of #4175 - yaahallo:master, r=oli-obk
2019-06-13 borsAuto merge of #4201 - mgr-inz-rafal:typos_in_docs,...
2019-06-12 borsAuto merge of #4200 - lzutao:tyctxt-lifetime, r=matthia...
2019-06-12 Lzu TaoFix wrong lifetime of TyCtxt
2019-06-12 Lzu Taotravis: Wait at most 30 minutes for base test
2019-06-12 Jane Lusbyminor fix
2019-06-12 Jane Lusbymake it pass dogfood
2019-06-12 Jane Lusbyrun rustfmt
2019-06-12 Jane Lusbyfix padding and put clippy someplaces
2019-06-12 Jane Lusbyshow default lint levels
2019-06-12 Jane Lusbygroup printing
2019-06-12 Jane Lusbyprelim arg parse
2019-06-12 Jane Lusbymove Lint static def into its own module
2019-06-12 Jane Lusbyswitch to sorted usable lints
2019-06-12 Jane LusbyUpdate clippy_dev/src/main.rs
2019-06-12 Jane Lusbyinitial commit for help improvements on clippy-driver
2019-06-12 mgr-inz-rafalTypos and minor grammar corrections
2019-06-12 borsAuto merge of #4195 - thiagoarrais:division-of-integer...
2019-06-12 Thiago ArraisAdds lint for integer division
2019-06-12 borsAuto merge of #4191 - g-bartoszek:redundant-closure...
2019-06-12 Grzegorzredundant_closure_for_method_calls fixes:
2019-06-12 borsAuto merge of #4199 - flip1995:implicit_return_docs...
2019-06-12 borsAuto merge of #4198 - matthiaskrgr:rustup_8, r=flip1995
2019-06-12 flip1995Fix implicit_return docs
2019-06-12 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/61758...
2019-06-12 Lzu TaoRemove wrong lifetime from LintContext
2019-06-10 borsAuto merge of #4190 - projedi:fix-eta, r=flip1995
2019-06-10 Alexander ShabalinWorkaround for rust-lang/rustfmt#3615
2019-06-10 Alexander ShabalinFixing eta with respect to lazy evaluation.
2019-06-09 borsAuto merge of #4188 - matthiaskrgr:rustup_7, r=Manishearth
2019-06-09 Matthias Krügertravis: disable rls integration test.
2019-06-09 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/61669/
2019-06-08 borsAuto merge of #4185 - mikerite:outer_expn_info, r=Manis...
2019-06-08 Michael WrightAdd OUTER_EXPN_INFO lint
2019-06-06 borsAuto merge of #4177 - mikerite:compiler_lint_functions_...
2019-06-06 borsAuto merge of #4136 - euclio:println-writeln-suggestion...
2019-06-06 borsAuto merge of #4178 - matthiaskrgr:rustup_6, r=oli-obk
2019-06-06 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/57428/
2019-06-06 Michael WrightRemove `to_string()`s from CompilerLintFunctions
2019-06-04 borsAuto merge of #4164 - mikerite:fix-4144, r=mikerite
2019-06-04 mikeriteFix comment grammar
2019-06-03 borsAuto merge of #4168 - lzutao:fix-script, r=flip1995
2019-06-03 borsAuto merge of #4165 - BO41:needless_range_loop, r=phansch
2019-06-03 borsAuto merge of #4163 - lzutao:doc-fix-foo-example, r...
2019-06-03 borsAuto merge of #4169 - lzutao:bump-cargo_metadata, r...
2019-06-03 Lzu TaoBump clap in clippy_dev
2019-06-03 Lzu TaoDo not install rustup-toolchain if it is in PATH
2019-06-03 Lzu TaoBump cargo_metadata of clippy_lints
2019-06-02 BO41Change from ignore to rust
2019-06-02 borsAuto merge of #4166 - mati865:rustup, r=Manishearth
2019-06-02 Mateusz MikułaCargo fmt
2019-06-02 Mateusz MikułaRustup for https://github.com/rust-lang/rust/pull/61276
2019-06-02 BO41Add example to needless_range_loop
2019-06-02 borsAuto merge of #4160 - lzutao:bump-cargo_metadata, r...
2019-06-02 borsAuto merge of #4159 - lzutao:into-outer_expn_info,...
2019-06-02 Michael WrightFix .map(..).unwrap_or_else(..) bad suggestion
2019-06-01 Lzu Taodoc: Remove `pub` from trait definition in foo lint...
2019-06-01 Lzu TaoBump cargo_metadata to 0.8.0
2019-06-01 Lzu TaoMake use of new `outer_expn_info()` function
2019-06-01 borsAuto merge of #4158 - phansch:rustup_tests, r=Manishearth
2019-06-01 Philipp HanschFix ellipsis_inclusive_range_patterns lint warnings
2019-05-30 Andy Russelladd suggestions for print/write with newline lint
2019-05-30 borsAuto merge of #4157 - phansch:update_pulldown_cmark2...
2019-05-30 borsAuto merge of #4113 - rust-lang:author, r=flip1995
2019-05-30 Philipp HanschUpdate pulldown_cmark to 0.5.2
2019-05-30 borsAuto merge of #4155 - phansch:rustup_trait_obj, r=oli-obk
2019-05-30 Philipp HanschRustup to https://github.com/rust-lang/rust/pull/61203
2019-05-29 borsAuto merge of #4153 - matthiaskrgr:rustup_5, r=flip1995
2019-05-28 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/60928
2019-05-28 borsAuto merge of #4152 - matthiaskrgr:rustup_4, r=matthiaskrgr
2019-05-28 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/61164
2019-05-28 Oliver SchererDon't rustfmt author test
2019-05-28 Oliver SchererFix `Block` dump in author lint
2019-05-28 borsAuto merge of #4142 - agnxy:rename-assoc, r=flip1995
2019-05-28 borsAuto merge of #4071 - matthiaskrgr:sizeof, r=flip1995
2019-05-27 borsAuto merge of #4150 - rust-lang:rustup, r=oli-obk
2019-05-27 Oliver SchererRustup to rustc 1.36.0-nightly (fa40a111f 2019-05-27)
2019-05-27 borsAuto merge of #4137 - euclio:let-return, r=oli-obk
2019-05-27 borsAuto merge of #4149 - flip1995:rollup-6knpdqb, r=flip1995
2019-05-27 Philipp KronesRollup merge of #4119 - BO41:non_ascii_literal, r=flip1995
2019-05-27 Philipp KronesRollup merge of #4102 - Urriel:fix/4096_match_same_arms...
2019-05-27 borsAuto merge of #3832 - HarrisonMc555:use_last, r=flip1995
2019-05-27 borsAuto merge of #4148 - sanxiyn:typo, r=Manishearth
2019-05-27 Seo SanghyeonFix typo in comment
2019-05-26 borsAuto merge of #4145 - rust-lang:rustup, r=oli-obk
2019-05-26 Oliver SchererRustfmt
2019-05-26 Oliver SchererRustup to rustc 1.36.0-nightly (2268d9923 2019-05-26)
2019-05-25 Andrew XuRename "Associated*" to "Assoc*"
2019-05-25 borsAuto merge of #4141 - phansch:rustup5, r=oli-obk
2019-05-25 Philipp HanschRustup to https://github.com/rust-lang/rust/pull/61026
next