rust/compiler/rustc_ast/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
..
ast mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
attr Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
expand mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
util Remove unnecessary manual shrink_to_fit calls 2021-01-16 14:02:36 +01:00
ast_like.rs ast/hir: Rename field-related structures 2021-03-16 11:41:24 +03:00
ast.rs Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
entry.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
lib.rs Use iter::zip in compiler/ 2021-03-26 09:32:31 -07:00
mut_visit.rs ast: Reduce size of ExprKind by boxing fields of ExprKind::Struct 2021-03-16 11:41:24 +03:00
node_id.rs Clarify docs for DUMMY_NODE_ID 2021-02-07 19:42:12 -08:00
ptr.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
token.rs rename :pat2018 -> :pat215 2021-03-22 12:40:23 -05:00
tokenstream.rs Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
visit.rs ast: Reduce size of ExprKind by boxing fields of ExprKind::Struct 2021-03-16 11:41:24 +03:00