]> git.lizzy.rs Git - rust.git/history - clippy_lints/src
Rename TypeckTables to TypeckResults.
[rust.git] / clippy_lints / src /
2020-07-17 Valentin LazureanuRename TypeckTables to TypeckResults.
2020-07-16 Nicholas NethercoteAvoid storing `SymbolStr` in a struct.
2020-07-15 Bastian KauschkeWithOptConstParam::dummy -> WithOptConstParam::unknown
2020-07-15 Bastian Kauschkeimprove naming
2020-07-15 Bastian Kauschkeconst_eval_resolve
2020-07-14 Nicholas NethercoteRemove lots of `Symbol::as_str()` calls.
2020-07-14 flip1995Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175...
2020-07-11 Manish GoregaokarRollup merge of #72920 - oli-obk:const_transmute, r...
2020-07-10 Tamir DubersteinAvoid "whitelist"
2020-07-07 borsAuto merge of #74117 - Manishearth:rollup-ds7z0kx,...
2020-07-07 Manish GoregaokarRollup merge of #73870 - sexxi-goose:projection-ty...
2020-07-06 borsAuto merge of #73978 - Mark-Simulacrum:shrink-paramenv...
2020-07-05 Mark RousskovShrink ParamEnv to 16 bytes
2020-07-02 Eduard-Mihai BurtescuUse 'tcx for references to AccessLevels wherever possible.
2020-07-02 Eduard-Mihai Burtescurustc_lint: avoid using TypeckTables::empty for LateCon...
2020-06-29 Azhngtypeck: adding type information to projection
2020-06-26 borsAuto merge of #73756 - Manishearth:rollup-aehswb2,...
2020-06-26 Manish GoregaokarRollup merge of #73597 - ayazhafiz:i/const-span, r...
2020-06-25 Eduard-Mihai Burtescurustc_lint: only query `typeck_tables_of` when a lint...
2020-06-23 Ayaz HafizRecord span of `const` kw in GenericParamKind
2020-06-23 flip1995Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238...
2020-06-23 Dylan DPCRollup merge of #73578 - RalfJung:ty-ctxt-at, r=jonas...
2020-06-21 Ralf JungMake is_freeze and is_copy_modulo_regions take TyCtxtAt
2020-06-18 Aman AroraRefactor hir::Place
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-13 Lzu TaoStabilize Option::zip
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-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 Lzu TaoMerge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73...
2020-06-06 Ralf JungRollup merge of #72508 - ecstatic-morse:poly-self-ty...
2020-06-06 borsAuto merge of #72927 - petrochenkov:rustc, r=Mark-Simul...
2020-06-03 Mark RousskovBump to 1.46
2020-06-02 Vadim PetrochenkovUpdate fulldeps tests and clippy
2020-06-02 Vadim PetrochenkovRename the crates in source code
2020-06-01 Dylan MacKenzieCall `skip_binder` or `no_bound_vars` before `self_ty`
2020-05-30 Yuki OkushiReturn early to avoid ICE
2020-05-29 borsAuto merge of #72671 - flip1995:clippyup, r=Xanewok
2020-05-29 Dylan DPCRollup merge of #72466 - lzutao:stabilize_str-strip...
2020-05-28 flip1995Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5...
2020-05-23 Bastian Kauschkeiterate List by value
2020-05-22 Dylan MacKenzieUse `OnceCell` instead of `Once`
2020-05-20 Bastian Kauschkeintroduce newtype'd `Predicate<'tcx>`
2020-05-20 Bastian Kauschkerename `Predicate` to `PredicateKind`, introduce alias
2020-05-19 borsAuto merge of #69171 - Amanieu:new-asm, r=nagisa,nikoma...
2020-05-19 borsAuto merge of #68717 - petrochenkov:stabexpat, r=varkor
2020-05-18 Amanieu d'AntrasHandle InlineAsm in clippy
2020-05-17 flip1995Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a...
2020-05-16 Ralf JungRollup merge of #72047 - Julian-Wollersberger:literal_e...
2020-05-16 Dylan DPCRollup merge of #72090 - RalfJung:rustc_driver-exit...
2020-05-16 Dylan DPCRollup merge of #71948 - csmoe:issue-61076, r=oli-obk
2020-05-15 csmoeimplement type_implments_trait query
2020-05-13 Julian WollersbergerReplace some usages of the old `unescape_` functions...
2020-05-11 flip1995Merge commit '43a1777b89cf6791f9e20878b4e5e3ae907867a5...
2020-05-09 Ralf JungRollup merge of #71555 - cjgillot:nameless, r=matthewjasper
2020-05-08 Camille GILLOTFix clippy.
2020-05-03 Dylan MacKenzieUpdate clippy lint
2020-05-01 borsAuto merge of #5548 - matthiaskrgr:traget_os, r=flip1995
2020-04-30 Matthias Krügermismatched_target_os: link to respective section in...
2020-04-29 borsAuto merge of #5547 - CrazyRoka:fix-clone-double-ref...
2020-04-29 CrazyRokaFixed incorrect suggestion of `clone_double_ref` lint
2020-04-28 borsAuto merge of #5543 - matthiaskrgr:rustup_45, r=flip1995
2020-04-28 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/71292/
2020-04-28 borsAuto merge of #5535 - ebroto:issue_5360, r=phansch
2020-04-27 Eduardo Brotoused_underscore_binding: do not lint on `await` desugaring
2020-04-27 borsAuto merge of #5538 - csmoe:rustup, r=phansch
2020-04-27 csmoerustup: rust-lang/rust#71628
2020-04-27 borsAuto merge of #5522 - CrazyRoka:match_vec_item, r=phansch
2020-04-27 borsAuto merge of #5506 - ebroto:mismatched_target_os,...
2020-04-26 Eduardo BrotoUse the span of the attribute for the error message
2020-04-26 Eduardo BrotoApply suggestions from PR review
2020-04-26 Eduardo BrotoImplement mismatched_target_os lint
2020-04-26 CrazyRokaUpdated lint info in lib.rs
2020-04-26 CrazyRokaSmall lint update
2020-04-26 borsAuto merge of #5534 - phansch:remove-util-dev, r=flip1995
2020-04-26 borsAuto merge of #5509 - phansch:more-diagnostic-items2...
2020-04-26 Philipp HanschFix cargo crash
2020-04-26 Philipp Hanschcargo dev fmt
2020-04-26 Philipp HanschMore diagnostic items
2020-04-26 borsAuto merge of #5533 - phansch:rustup001, r=matthiaskrgr
2020-04-26 Philipp Hanschrustup to https://github.com/rust-lang/rust/pull/70043
2020-04-25 borsAuto merge of #5511 - alex-700:fix-redundant-pattern...
2020-04-25 borsAuto merge of #5525 - flip1995:issue_1654, r=phansch
2020-04-25 borsAuto merge of #5530 - ebroto:issue_5524, r=flip1995
2020-04-25 Eduardo Brotomap_clone: avoid suggesting `copied()` for &mut
2020-04-25 Aleksei Latyshevfix redundant_pattern_matching lint
2020-04-25 borsAuto merge of #5527 - flip1995:rollup-pr2htfd, r=flip1995
2020-04-25 Philipp KronesRollup merge of #5523 - phansch:add-new-ret-no-self...
2020-04-25 Philipp KronesRollup merge of #5517 - flip1995:deploy_time_travel...
2020-04-25 Philipp KronesRollup merge of #5516 - flip1995:doc_release, r=phansch
2020-04-25 Philipp KronesRollup merge of #5505 - flip1995:avoid_running_lints...
2020-04-25 Philipp KronesRollup merge of #5408 - dtolnay:matchbool, r=flip1995
2020-04-25 flip1995Don't trigger while_let_on_iterator when the iterator...
2020-04-25 borsAuto merge of #5520 - matthiaskrgr:rustup_44, r=flip199...
2020-04-25 flip1995Fix while_let_on_iterator suggestion and make it Machin...
2020-04-25 CrazyRokaRenamed lint to `match_on_vec_items`
next