Files
rust/compiler/rustc_hir/src
Jonas Schievink 85fb5cdf26 Rollup merge of #81680 - camsteffen:primty, r=oli-obk
Refactor `PrimitiveTypeTable` for Clippy

I removed `PrimitiveTypeTable` and added `PrimTy::ALL` and `PrimTy::from_name` in its place. This allows Clippy to use `PrimTy::from_name` for the `builtin_type_shadow` lint, and a `const` list of primitive types is deleted from Clippy code (the goal). All changes should be a little faster, if anything.
2021-02-06 17:01:45 +01:00
..
2021-01-23 13:44:02 +01:00
2020-10-14 04:14:32 +02:00
2020-10-30 10:13:39 -04:00