Files
rust/src
Mazdak Farrokhzad ec8ef1836a Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichton
deprecate before_exec in favor of unsafe pre_exec

Fixes https://github.com/rust-lang/rust/issues/39575

As per the [lang team decision](https://github.com/rust-lang/rust/issues/39575#issuecomment-442993358):

> The language team agreed that before_exec should be unsafe, and leaves the details of a transition plan to the libs team.

Cc @alexcrichton @rust-lang/libs how would you like to proceed?
2019-02-22 14:57:56 +01:00
..
2019-02-10 23:42:32 +00:00
2019-02-11 23:49:48 +01:00
2019-02-21 12:50:13 -05:00
2019-02-13 09:54:58 +01:00
2019-02-10 23:42:32 +00:00
2019-02-10 23:42:32 +00:00
2019-02-15 23:34:04 +00:00
2019-02-20 12:15:27 -03:00
2019-02-13 09:54:58 +01:00
2019-02-13 09:54:58 +01:00
2019-02-18 22:22:19 +00:00
2019-02-10 16:13:30 +09:00
2019-02-17 11:22:04 +01:00
2019-01-15 19:48:37 -06:00
2019-02-17 18:14:32 +01: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: