]> git.lizzy.rs Git - rust.git/history - clippy_lints
Auto merge of #76160 - scileo:format-recovery, r=petrochenkov
[rust.git] / clippy_lints /
2020-09-02 borsAuto merge of #76160 - scileo:format-recovery, r=petroc...
2020-08-30 Aaron HillFix clippy
2020-08-28 flip1995Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945...
2020-08-20 Aaron HillCapture tokens for Pat used in macro_rules! argument
2020-08-17 borsAuto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk
2020-08-17 Ujjwal Sharmarust_ast::ast => rustc_ast
2020-08-17 David Woodclippy: support `QPath::LangItem`
2020-08-13 Bastian Kauschkemerge `as_local_hir_id` with `local_def_id_to_hir_id`
2020-08-12 borsAuto merge of #75405 - flip1995:clippyup, r=Manishearth
2020-08-11 flip1995Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6...
2020-08-11 Yuki OkushiRollup merge of #75226 - pnadon:miri-undef-uninit,...
2020-08-10 Dylan DPCRollup merge of #75098 - Ryan1729:clippy-pointer-cast...
2020-08-08 Philippe NadonMiri: Renamed "undef" to "uninit"
2020-08-08 Nicholas NethercoteEliminate the `SessionGlobals` from `librustc_ast`.
2020-08-07 borsAuto merge of #74821 - oli-obk:const_eval_read_uninit_f...
2020-08-06 Vadim PetrochenkovAdd some comments for magic numbers + Add tests
2020-08-06 Vadim PetrochenkovFix clippy
2020-08-06 Ryan WiedemannApply suggestions from code review
2020-08-06 Ryan1729run clippy_dev fmt
2020-08-06 Ryan1729run clippy_dev update_lints
2020-08-06 Ryan1729change filter to assert, and update comments
2020-08-06 Ryan1729add documentation to functions that call `do_check...
2020-08-06 Ryan1729add description to assert
2020-08-06 Ryan1729address some review comments
2020-08-06 Ryan1729get the expected number of errors by acknowledging...
2020-08-06 Ryan1729try putting the can_be_expressed_as_pointer_cast at...
2020-08-06 Ryan1729accidentally cause an ICE by putting the TRANSMUTES_EXP...
2020-08-06 Ryan1729initial compiling version of TRANSMUTES_EXPRESSIBLE_AS_...
2020-08-06 Ryan1729run cargo dev new_lint then move transmutes_expressible...
2020-08-03 Vadim Petrochenkovrustc_ast: `(Nested)MetaItem::check_name` -> `has_name`
2020-07-31 Valentin LazureanuRename HAIR to THIR (Typed HIR).
2020-07-27 Bastian Kauschkeclippy
2020-07-27 Bastian Kauschkeintroduce PredicateAtom
2020-07-27 Bastian Kauschkethis might be unqualified, but at least it's now quantified
2020-07-27 Bastian Kauschkeclippy
2020-07-26 flip1995Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c...
2020-07-20 David Woodtrait_sel: only test predicates w/ no substs
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...
next