]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/missing_doc.rs
Store a LocalDefId in hir::Variant & hir::Field.
[rust.git] / clippy_lints / src / missing_doc.rs
2022-11-13 Camille GILLOTStore a LocalDefId in hir::Variant & hir::Field.
2022-11-05 Dylan DPCRollup merge of #103660 - ozkanonur:master, r=jyn514
2022-11-01 borsAuto merge of #103217 - mejrs:track, r=eholk
2022-10-29 Guillaume GomezRollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_a...
2022-10-29 Nicholas NethercoteRename some `OwnerId` fields.
2022-10-21 Ralf Jungmerge rustc history
2022-10-12 Ralf Jungmerge rustc history
2022-10-10 Ralf Jungmerge rustc history
2022-10-09 Yuki OkushiRollup merge of #102829 - compiler-errors:rename-impl...
2022-10-09 Ralf Jungmerge rustc history
2022-10-08 Matthias KrügerRollup merge of #102675 - ouz-a:mir-technical-debt...
2022-10-08 borsAuto merge of #2583 - RalfJung:rustup, r=oli-obk
2022-10-06 Philipp KronesMerge commit 'ac0e10aa68325235069a842f47499852b2dee79e...
2022-09-26 fee1-deadRollup merge of #102197 - Nilstrieb:const-new-🌲, r...
2022-09-24 Takayuki Maedaseparate definitions and `HIR` owners
2022-09-09 Michael GouletAppease clippy again
2022-09-09 Michael GouletMake clippy happy
2022-08-12 borsAuto merge of #100419 - flip1995:clippyup, r=Manishearth
2022-08-11 Philipp KronesMerge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89...
2022-08-02 Matthias KrügerRollup merge of #99987 - Alexendoo:parse-format-positio...
2022-08-01 Camille GILLOTRemove DefId from AssocItemContainer.
2022-05-04 borsAuto merge of #96546 - nnethercote:overhaul-MacArgs...
2022-05-03 borsAuto merge of #96558 - bjorn3:librarify_parse_format...
2022-05-01 Vadim Petrochenkovrustc: Panic by default in `DefIdTree::parent`
2022-04-19 Dylan DPCRollup merge of #96142 - cjgillot:no-crate-def-index...
2022-04-17 Camille GILLOTStop using CRATE_DEF_INDEX.
2022-01-03 Matthias KrügerRollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
2021-12-06 flip1995Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35...
2021-10-01 borsAuto merge of #89449 - Manishearth:rollup-3alb61f,...
2021-10-01 borsAuto merge of #88880 - cjgillot:no-krate, r=oli-obk
2021-09-30 Camille GILLOTDo not pass hir::Crate to lints.
2021-09-29 Camille GILLOTAvoid more invocations of hir_crate query.
2021-09-11 borsAuto merge of #88214 - notriddle:notriddle/for-loop...
2021-09-03 borsAuto merge of #88363 - michaelwoerister:remapped-diagno...
2021-08-28 inquisitivecrystalTeach tools that macros are now HIR items
2021-08-28 inquisitivecrystalTreat macros as HIR items
2021-07-30 borsAuto merge of #86754 - estebank:use-multispans-more...
2021-07-30 Yuki OkushiRollup merge of #87385 - Aaron1011:final-enable-semi...
2021-07-29 flip1995Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b...
2021-07-27 borsAuto merge of #83484 - JulianKnodt:infer, r=oli-obk...
2021-07-25 borsAuto merge of #83723 - cjgillot:ownernode, r=petrochenkov
2021-07-25 Camille GILLOTIntroduce OwnerNode::Crate.
2021-06-20 borsAuto merge of #85538 - r00ster91:iterrepeat, r=Mark...
2021-06-18 borsAuto merge of #85421 - Smittyvb:rm_pushpop_unsafe,...
2021-06-09 borsAuto merge of #86003 - pnkfelix:issue-84297-revert...
2021-06-04 Joshua NelsonRemove `doc(include)`
2021-06-03 flip1995Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31...
2021-05-04 borsAuto merge of #83213 - rylev:update-lints-to-errors...
2021-04-08 flip1995Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9...
2021-03-30 Camille GILLOTRemove hir::CrateItem.
2021-03-28 Joshua NelsonRemove (lots of) dead code
2021-03-25 flip1995Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1...
2021-03-17 borsAuto merge of #82122 - bstrie:dep4real, r=dtolnay
2021-03-17 borsAuto merge of #83188 - petrochenkov:field, r=lcnr
2021-03-16 Vadim Petrochenkovast/hir: Rename field-related structures
2021-03-10 borsAuto merge of #79519 - cjgillot:noattr, r=wesleywiser
2021-03-09 Camille GILLOTRemove hir::Item::attrs.
2021-03-09 Camille GILLOTRemove hir::ImplItem::attrs.
2021-03-09 Camille GILLOTRemove hir::TraitItem::attrs.
2021-03-09 Camille GILLOTRemove hir::StructField::attrs.
2021-03-09 Camille GILLOTRemove hir::Variant::attrs.
2021-03-09 Camille GILLOTRemove hir::Crate::attrs.
2021-02-17 borsAuto merge of #81993 - flip1995:clippyup, r=Manishearth
2021-02-15 Camille GILLOTOnly store a LocalDefId in hir::ImplItem.
2021-02-15 Camille GILLOTOnly store a LocalDefId in hir::TraitItem.
2021-02-15 Camille GILLOTOnly store a LocalDefId in hir::Item.
2021-01-22 borsAuto merge of #81135 - jyn514:no-backticks, r=flip1995
2021-01-18 Ashley MannixRollup merge of #81038 - flip1995:clippyup, r=Manishearth
2021-01-15 flip1995Merge commit '953f024793dab92745fee9cd2c4dee6a60451771...
2020-12-20 flip1995Merge commit '4911ab124c481430672a3833b37075e6435ec34d...
2020-12-15 borsAuto merge of #78399 - vn-ki:gsgdt-graphviz, r=oli-obk
2020-11-30 borsAuto merge of #79329 - camelid:int-lit-suffix-error...
2020-11-27 borsAuto merge of #79318 - cjgillot:fitem, r=lcnr
2020-11-26 Camille GILLOTRemove ForeignMod struct.
2020-11-09 Dylan DPCRollup merge of #78710 - petrochenkov:macvisit, r=davidtwco
2020-11-05 flip1995Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703...
2020-08-10 Dylan DPCRollup merge of #75098 - Ryan1729:clippy-pointer-cast...
2020-08-07 borsAuto merge of #74821 - oli-obk:const_eval_read_uninit_f...
2020-08-03 Vadim Petrochenkovrustc_ast: `(Nested)MetaItem::check_name` -> `has_name`
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-02 Eduard-Mihai BurtescuUse 'tcx for references to AccessLevels wherever possible.
2020-06-26 Manish GoregaokarRollup merge of #73597 - ayazhafiz:i/const-span, r...
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-11 Matthew JasperRemove ImplItemKind::OpaqueTy from clippy
2020-04-15 Jane LusbyMerge remote-tracking branch 'upstream/master' into...
2020-03-30 borsAuto merge of #5365 - mgr-inz-rafal:issue4983_bool_upda...
2020-03-30 borsAuto merge of #5373 - flip1995:doc_release_backport...
2020-03-30 borsAuto merge of #5387 - jpospychala:useless_self_fp,...
2020-03-30 borsAuto merge of #5392 - matthiaskrgr:rustup_40, r=phansch
2020-03-30 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/70536
2020-03-25 borsAuto merge of #5334 - flip1995:backport_remerge, r...
2020-03-23 borsAuto merge of #5319 - 1tgr:master, r=flip1995
2020-03-20 borsAuto merge of #5323 - rabisg0:fix/5284, r=flip1995
2020-03-19 borsAuto merge of #5342 - flip1995:rollup-77s2pmt, r=flip1995
2020-03-19 Philipp KronesRollup merge of #5341 - flip1995:rustup, r=flip1995
2020-03-19 flip1995Rustup to rust-lang/rust#66131
2020-03-18 flip1995Merge remote-tracking branch 'upstream/rust-1.43.0...
2020-03-16 borsAuto merge of #5324 - matthiaskrgr:rustup_32, r=flip1995
next