Files
rust/src
bors 29f48ccf39 Auto merge of #50338 - japaric:panic-impl, r=alexcrichton
implement #[panic_implementation]

This implements the `#[panic_implementation]` attribute as instructed in https://github.com/rust-lang/rust/issues/44489#issuecomment-381324623

I haven't run the full test suite yet but at least all the compile-fail tests pass.

r? @nagisa
2018-06-03 20:13:09 +00:00
..
2018-06-03 17:43:11 +03:00
2018-06-03 13:46:19 +02:00
2018-05-27 17:28:35 +02:00
2018-06-01 14:56:01 +02:00
2018-06-03 13:46:19 +02:00
2018-06-01 14:56:01 +02:00
2018-06-01 14:56:01 +02:00
2018-06-01 14:56:01 +02:00
2018-06-03 13:46:20 +02:00
2018-06-03 13:46:19 +02:00
2018-05-26 15:20:23 +03:00
2018-05-26 15:20:23 +03:00
2018-05-24 16:22:58 +02:00
2018-05-24 16:21:23 +02:00
2018-06-03 14:31:37 +02:00
2018-06-01 15:00:17 +02:00
2018-05-17 08:47:25 -06: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: