]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-06-21 borsAuto merge of #3919 - matthiaskrgr:readme_3, r=flip1995
2019-06-21 borsAuto merge of #4223 - mikerite:fix-breakage-2019-06...
2019-06-21 flip1995Remove unnecssary lifetime from trait_ref_of_method
2019-06-21 Michael WrightFix breakage due to rust-lang/rust#61968
2019-06-20 Matthias Krügerreadme: update
2019-06-19 borsAuto merge of #4221 - lzutao:redundant-lifetime, r...
2019-06-19 Lzu TaoFix warnings about unnecessary lifetime bounds
2019-06-19 borsAuto merge of #4218 - lzutao:rustup, r=phansch
2019-06-19 Lzu TaoFix lifetime mismatch between LateContext and Ty
2019-06-19 Lzu TaoFix missing field in ExprKind::Yield
2019-06-19 borsAuto merge of #4210 - dtolnay:division, r=flip1995
2019-06-19 borsAuto merge of #4217 - Manishearth:clog, r=flip1995
2019-06-19 flip1995Unify heading style
2019-06-18 Manish GoregaokarMake headings stable
2019-06-18 Manish GoregaokarUpdate changelog
2019-06-18 borsAuto merge of #4216 - phansch:replace_nodeset, r=matthi...
2019-06-18 Philipp HanschRefactor: Replace NodeSet with HirIdSet
2019-06-18 borsAuto merge of #4215 - matthiaskrgr:rustup_9, r=flip1995
2019-06-18 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/61836/
2019-06-17 borsAuto merge of #4214 - d-dorazio:4204-fix-float-cmp...
2019-06-17 Daniele D'Oraziofix suggestion for floating points inequality
2019-06-15 David TolnayDowngrade integer_division to restriction
2019-06-14 borsAuto merge of #4209 - lzutao:TyCtxt-lifetime, r=Manishearth
2019-06-14 Lzu TaoFix wrong lifetime of TyCtxt
2019-06-14 borsAuto merge of #4206 - rust-lang:update_lints, r=phansch
2019-06-14 flip1995Use replace_region_in_file for creating the lint list
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
next