rust/compiler/rustc_middle/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
..
dep_graph Access the session directly from DepContext. 2021-02-20 22:53:46 +01:00
hir Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
ich Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
infer Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
middle Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
mir Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
query Auto merge of #82743 - jackh726:resolve-refactor, r=nikomatsakis 2021-03-25 19:28:16 +00:00
traits Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
ty Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
util Make panic/assert calls in rustc compatible with Rust 2021. 2021-02-03 22:42:53 +01:00
arena.rs Combination of commits 2020-12-03 09:50:10 -08:00
lib.rs Use iter::zip in compiler/ 2021-03-26 09:32:31 -07:00
lint.rs Rollup merge of #81713 - estebank:unstable-assoc-item-lint, r=oli-obk 2021-02-25 14:33:53 +01:00
macros.rs Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk 2020-11-17 12:24:34 +00:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00