rust-clippy/clippy_lints/src/functions
Nicholas Nethercote e110231260 Improve AdtDef interning.
This commit makes `AdtDef` use `Interned`. Much the commit is tedious
changes to introduce getter functions. The interesting changes are in
`compiler/rustc_middle/src/ty/adt.rs`.
2022-03-11 13:31:24 +11:00
..
mod.rs Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup 2021-12-06 12:33:31 +01:00
must_use.rs Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
not_unsafe_ptr_arg_deref.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
result_unit_err.rs Return a LocalDefId in get_parent_item. 2022-01-15 21:26:20 +01:00
too_many_arguments.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
too_many_lines.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00