]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-06-24 borsAuto merge of #4123 - Centril:rustup-let-chains-ast...
2019-06-24 Mazdak FarrokhzadPut 'if let' back into comment.
2019-06-24 Mazdak FarrokhzadPacify rustfmt.
2019-06-24 Mazdak FarrokhzadFix dogfood test failures.
2019-06-23 Joe FrikkerPR comments
2019-06-23 Andy Russelldon't strip blank lines in lint documentation
2019-06-23 Mazdak FarrokhzadAccount for let_chains in collapsible_if ui test cases.
2019-06-23 Mazdak FarrokhzadFix fallout from rust-lang/rust PR 60861.
2019-06-22 Joe FrikkerAdding try_err lint
2019-06-22 borsAuto merge of #4220 - d-dorazio:4182-needless-return...
2019-06-22 borsAuto merge of #4227 - lzutao:node-pruning, r=flip1995
2019-06-22 Lzu TaoFix fallout cause NodeId pruning
2019-06-21 Daniele D'Oraziocargo fmt
2019-06-21 borsAuto merge of #4225 - jeremystucki:refactoring, r=flip1995
2019-06-21 Daniele D'Oraziomore idiomatic code
2019-06-21 borsAuto merge of #3919 - matthiaskrgr:readme_3, r=flip1995
2019-06-21 flip1995Remove another unnecessary lifetime
2019-06-21 Jeremy StuckiRemove needless lifetimes
2019-06-21 Daniele D'Orazioupdate tests and fix lints in clippy
2019-06-21 Daniele D'Oraziomake needless_return work with void functions
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...
next