rust/compiler/rustc_lint/src
Joshua Nelson 441dc3640a Remove (lots of) dead code
Found with https://github.com/est31/warnalyzer.

Dubious changes:
- Is anyone else using rustc_apfloat? I feel weird completely deleting
  x87 support.
- Maybe some of the dead code in rustc_data_structures, in case someone
  wants to use it in the future?
- Don't change rustc_serialize

  I plan to scrap most of the json module in the near future (see
  https://github.com/rust-lang/compiler-team/issues/418) and fixing the
  tests needed more work than I expected.

TODO: check if any of the comments on the deleted code should be kept.
2021-03-27 22:16:33 -04:00
..
nonstandard_style
array_into_iter.rs
builtin.rs Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
context.rs Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
early.rs ast/hir: Rename field-related structures 2021-03-16 11:41:24 +03:00
internal.rs Remove hir::Item::attrs. 2021-03-09 19:27:50 +01:00
late.rs ast/hir: Rename field-related structures 2021-03-16 11:41:24 +03:00
levels.rs Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
lib.rs Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se 2021-03-27 20:37:07 +01:00
methods.rs
non_ascii_idents.rs
non_fmt_panic.rs
nonstandard_style.rs Remove hir::Item::attrs. 2021-03-09 19:27:50 +01:00
noop_method_call.rs Warn in doc test 2021-03-03 11:23:33 +01:00
passes.rs ast/hir: Rename field-related structures 2021-03-16 11:41:24 +03:00
redundant_semicolon.rs
traits.rs
types.rs Use iter::zip in compiler/ 2021-03-26 09:32:31 -07:00
unused.rs Visit attributes in one go. 2021-03-09 19:09:34 +01:00