Files
rust/src
Manish Goregaokar a876a5adcf Rollup merge of #73378 - matthewjasper:arena-not-special, r=oli-obk
Remove use of specialization from librustc_arena

This reworks the macro so that specialization, `transmute` and `#[marker]` are not used.

r? @oli-obk
2020-06-20 14:45:00 -07:00
..
2020-06-20 10:55:39 -04:00
2020-06-03 15:27:51 -04:00
2020-06-02 20:38:24 +03:00
2020-06-20 11:12:43 -07:00
2020-06-02 20:38:24 +03:00
2020-06-08 13:37:58 -07:00
2020-06-13 19:54:09 +01:00
2020-06-03 15:27:51 -04:00

This directory contains the source code of the rust project, including:

  • rustc and its tests
  • libstd
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.