Files
rust/src
Simon Sapin 239ec7d2dc Implement #[alloc_error_handler]
This to-be-stable attribute is equivalent to `#[lang = "oom"]`.
It is required when using the alloc crate without the std crate.
It is called by `handle_alloc_error`, which is in turned called
by "infallible" allocations APIs such as `Vec::push`.
2018-07-09 23:13:24 +02:00
..
2018-07-09 23:13:24 +02:00
2018-07-01 20:23:41 +02:00
2018-06-30 01:53:32 +03:00
2018-07-09 23:13:24 +02:00
2018-07-02 11:40:49 -04:00
2018-07-01 17:37:42 +09:00
2018-07-09 23:13:24 +02:00
2018-06-30 01:53:32 +03:00
2018-07-02 12:53:46 +02:00
2018-07-09 23:13:24 +02:00
2018-07-07 11:05:21 +02:00
2018-06-30 13:17:49 -07: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.

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