]> git.lizzy.rs Git - rust.git/history - clippy_lints
Remove unused allowed unused attributes
[rust.git] / clippy_lints /
2020-06-23 Lzu TaoRemove unused allowed unused attributes
2020-06-23 borsAuto merge of #5741 - flip1995:rollup-8chbwhy, r=flip1995
2020-06-23 Philipp KronesRollup merge of #5726 - sozysozbot:patch-1, r=flip1995
2020-06-23 Philipp KronesRollup merge of #5724 - ebroto:5697_const_result_option...
2020-06-23 Philipp KronesRollup merge of #5716 - bugadani:patch-1, r=matthiaskrgr
2020-06-23 Philipp KronesRollup merge of #5713 - flip1995:more_lints, r=Manishearth
2020-06-23 Philipp KronesRollup merge of #5712 - ijijn:master, r=flip1995
2020-06-23 Philipp KronesRollup merge of #5710 - lcnr:patch-1, r=flip1995
2020-06-23 Philipp KronesRollup merge of #5709 - ebroto:5389_ice, r=Manishearth
2020-06-23 Philipp KronesRollup merge of #5705 - dtolnay:orpat, r=flip1995
2020-06-23 Philipp KronesRollup merge of #5178 - matthiaskrgr:rustc_arg_pass...
2020-06-23 flip1995Fix fallout
2020-06-23 flip1995Use lints in Clippy that are enabled in rustc bootstrap
2020-06-23 borsAuto merge of #5739 - flip1995:rustup, r=flip1995
2020-06-23 borsAuto merge of #5695 - esamudera:lint_mem_uninitialized...
2020-06-23 Dylan DPCRollup merge of #73578 - RalfJung:ty-ctxt-at, r=jonas...
2020-06-23 borsAuto merge of #5711 - flip1995:rustup, r=flip1995
2020-06-23 flip1995Fix sync fallout
2020-06-23 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-06-21 Ralf JungMake is_freeze and is_copy_modulo_regions take TyCtxtAt
2020-06-18 Aman AroraRefactor hir::Place
2020-06-17 sozysozbotFix typo
2020-06-16 Eduardo Brotoredundant_pattern_matching: avoid non-const fn in const...
2020-06-16 Ericko Samuderamem_replace_with_uninit: suggest std::ptr::read
2020-06-15 Ralf JungRollup merge of #72938 - lzutao:stabilize_option_zip...
2020-06-15 borsAuto merge of #72080 - matthewjasper:uniform-impl-trait...
2020-06-14 Dániel BugaFix typo in wildcard_imports
2020-06-14 Iain Brandram-AdamsUpdate comment in conf.rs
2020-06-13 Iain Brandram-AdamsRemove `bar` from blacklisted names
2020-06-13 Bastian Kauschketypo
2020-06-13 Lzu TaoStabilize Option::zip
2020-06-12 Eduardo BrotoFix ICE in consts::binop
2020-06-12 Dylan DPCRollup merge of #72906 - lzutao:migrate-numeric-assoc...
2020-06-11 Matthew JasperRemove ImplItemKind::OpaqueTy from clippy
2020-06-11 Matthew JasperRemove associated opaque types
2020-06-11 David TolnayDowngrade unnested_or_patterns to pedantic
2020-06-10 Aaron HillClippy fixes
2020-06-10 Aaron HillUpdate Clippy for MethodCall changes
2020-06-10 Lzu TaoMigrate to numeric associated consts
2020-06-09 borsAuto merge of #5702 - ebroto:5698_mul_not_comm, r=matth...
2020-06-09 Eduardo BrotoAdd a comment linking to the issue
2020-06-09 Eduardo Brotoif_same_then_else: don't assume multiplication is alway...
2020-06-09 borsAuto merge of #5279 - DevinR528:macro-use-sugg, r=flip1995
2020-06-09 Devin RAdd enough attrs to the test file so the fix compiles...
2020-06-09 Lzu TaoMerge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73...
2020-06-08 Devin RFix suggestion output, add run-rustfix to test file...
2020-06-08 Devin Rcleaned up import suggestion formatter, look into code...
2020-06-08 Devin Rwip: of handling nested import paths for multi-macro...
2020-06-08 Devin Rstill working on displaying nested imports
2020-06-08 Devin Rfix some of the review, rename, fmt, refactor
2020-06-08 Devin Rremove session
2020-06-08 Devin Ruse hashset not map for keeping track of seen macro...
2020-06-08 Devin Rcollected all the imports and names
2020-06-08 Devin Rwarn on macro_use attr
2020-06-08 borsAuto merge of #5692 - ebroto:5689_N_dotdot_N, r=yaahc
2020-06-08 borsAuto merge of #5680 - ebroto:3792_let_return, r=Manishearth
2020-06-08 borsAuto merge of #5378 - Centril:unnested-or-pats, r=flip1...
2020-06-07 flip1995Fix rebase fallout
2020-06-07 flip1995Apply self-review by Centril
2020-06-07 Mazdak Farrokhzaddogfood unnested_or_patterns
2020-06-07 Eduardo BrotoRemove unnecessary lifetime parameter
2020-06-07 Mazdak Farrokhzadadd `unnested_or_patterns` lint
2020-06-07 Eduardo Brotoreversed_empty_ranges: don't lint N..N except in for...
2020-06-07 Eduardo Brotolet_and_return: do not lint if last statement borrows
2020-06-07 Eduardo BrotoMake let_and_return a late lint pass
2020-06-07 borsAuto merge of #5691 - flip1995:rustup, r=matthiaskrgr
2020-06-07 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-06-06 Ralf JungRollup merge of #72508 - ecstatic-morse:poly-self-ty...
2020-06-06 borsAuto merge of #5674 - ThibsG:DocTypeDefinesMethod,...
2020-06-06 borsAuto merge of #5528 - phansch:same-tys, r=flip1995
2020-06-06 Philipp HanschCleanup: Use rustc's `same_types` instead of our `same_tys`
2020-06-06 borsAuto merge of #72927 - petrochenkov:rustc, r=Mark-Simul...
2020-06-05 borsAuto merge of #5688 - ebroto:fix_cargo_tests_in_rustc...
2020-06-05 Eduardo BrotoAdd error info when cargo metadata fails to run
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-04 borsAuto merge of #5681 - matthiaskrgr:empty_line, r=phansch
2020-06-04 Matthias Krügermatch_wildcard_for_single_variants: remove empty line...
2020-06-03 Mark RousskovBump to 1.46
2020-06-03 borsAuto merge of #5677 - lzutao:checked_conv, r=matthiaskrgr
2020-06-03 Lzu TaoFix false negative of checked_conversion lint
2020-06-02 Vadim PetrochenkovUpdate fulldeps tests and clippy
2020-06-02 Vadim PetrochenkovRename the crates in source code
2020-06-02 borsAuto merge of #5678 - lzutao:slice, r=flip1995
2020-06-02 Lzu TaoMake use of slice pattern
2020-06-02 borsAuto merge of #5672 - phansch:regression-test-env,...
2020-06-02 borsAuto merge of #5664 - ThibsG:GiveCorrectedCode, r=flip1995
2020-06-02 borsAuto merge of #5597 - esamudera:slice_iter_next, r...
2020-06-01 Dylan MacKenzieCall `skip_binder` or `no_bound_vars` before `self_ty`
2020-06-01 borsAuto merge of #5673 - phansch:endless-loop, r=Manishearth
2020-06-01 ThibsGCorrected doc PR fixes
2020-06-01 ThibsGAdd more corrected code for doc
2020-06-01 ThibsGGive more corrected code examples in doc
2020-06-01 ThibsGFix more code examples
2020-06-01 ThibsGFix some code examples in doc
2020-06-01 Philipp HanschAdd regression test for endless loop
2020-06-01 borsAuto merge of #5623 - JarredAllen:sort_by_key_reverse...
2020-05-31 JarredAllenRan update_lints
2020-05-31 JarredAllenImplement suggestions from phansch
2020-05-31 Ericko SamuderaNew lint: iter_next_slice
next