Guillaume Gomez 2f2d61a0f8
Rollup merge of #57848 - jrvanwhy:transmute-export-doc, r=QuietMisdreavus
Generate a documentation page for core::mem::transmute.

In `#[no_std]` environments, `std::mem::transmute` is unavailable. Searching for "core transmute" online only pulls up `core::intrinsics::transmute`, which is behind the (unstable) `core_intrinsics` feature flag. Users wishing to use transmute in `#[no_std]` environments typically should use `core::mem::transmute` instead, as it is stable. This documentation makes `core::mem::transmute` discoverable.
2019-02-07 14:28:29 +01:00
..
2019-02-04 05:20:43 -05:00
2019-02-03 15:33:01 +01:00
2019-02-03 15:38:39 +01:00
2019-02-03 15:48:25 +01:00
2019-02-04 03:55:40 +09:00
2019-02-07 03:04:35 +09:00
2019-02-06 22:40:09 +09:00
2019-02-07 03:53:01 +09:00
2019-02-06 23:18:33 +09:00
2019-02-07 03:46:54 +09:00
2019-02-06 23:12:47 +09:00
2019-02-06 22:36:25 +09:00
2019-02-06 23:56:39 +09:00
2019-02-07 02:15:23 +09:00
2019-02-06 22:28:47 +09:00
2019-02-04 03:42:27 +09:00
2019-02-04 06:00:16 +09: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 guide.

There is also useful content in the following READMEs, which are gradually being moved over to the guide: