]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/single_component_path_imports.rs
Auto merge of #6325 - flip1995:rustup, r=flip1995
[rust.git] / clippy_lints / src / single_component_path_imports.rs
2020-10-09 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2020-09-29 Tim NielensMerge branch 'master' into needless-lifetime
2020-09-20 borsAuto merge of #76136 - CDirkx:const-result, r=dtolnay
2020-09-16 borsAuto merge of #6025 - thomcc:compare_exchange_atomics...
2020-09-14 borsAuto merge of #5998 - deg4uss3r:master, r=yaahc
2020-09-13 borsAuto merge of #6032 - matthiaskrgr:move_consume, r...
2020-09-13 borsAuto merge of #6030 - rail-rain:fix_use_snippet_in_type...
2020-09-13 borsAuto merge of #6033 - flip1995:rustup, r=flip1995
2020-09-12 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-09-11 borsAuto merge of #75800 - Aaron1011:feature/full-nt-tokens...
2020-09-10 Aaron HillFully integrate token collection for additional AST...
2020-08-18 borsAuto merge of #5922 - flip1995:rustup, r=flip1995
2020-08-18 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-08-17 borsAuto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk
2020-08-17 Ujjwal Sharmarust_ast::ast => rustc_ast
2020-07-16 flip1995Merge remote-tracking branch 'upstream/rust-1.44.1...
2020-06-09 Lzu TaoMerge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73...
2020-06-07 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-06-06 borsAuto merge of #5674 - ThibsG:DocTypeDefinesMethod,...
2020-06-05 borsAuto merge of #5671 - ebroto:changelog_144_145, r=flip1995
2020-06-05 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2020-06-02 borsAuto merge of #5678 - lzutao:slice, r=flip1995
2020-06-02 borsAuto merge of #5672 - phansch:regression-test-env,...
2020-06-02 borsAuto merge of #5664 - ThibsG:GiveCorrectedCode, r=flip1995
2020-06-01 ThibsGGive more corrected code examples in doc
2020-03-05 borsAuto merge of #5235 - flip1995:tag_deploy_fix, r=phansch
2020-03-02 borsAuto merge of #5242 - matthiaskrgr:5238_test, r=flip1995
2020-03-01 JarredAllenMerge branch 'master' of github.com:rust-lang/rust...
2020-03-01 borsAuto merge of #5247 - JohnTitor:syntax, r=flip1995
2020-03-01 Yuki OkushiRustup to rust-lang/rust#69592
2020-02-17 borsAuto merge of #5183 - JohnTitor:fix-fp-import, r=matthi...
2020-02-17 Yuki OkushiDon't lint `single_component_path_imports` in macros
2020-02-15 borsAuto merge of #4809 - iankronquist:patch-1, r=flip1995
2020-02-01 flip1995Merge remote-tracking branch 'upstream/rust-1.42.0...
2020-01-29 borsAuto merge of #5058 - xiongmao86:issue4903, r=flip1995
2020-01-29 xiongmao86Declare lint and implement lint logic.