Files
rust/src
Mazdak Farrokhzad eaf6905c55 Rollup merge of #69685 - cuviper:soft-segv, r=sfackler
unix: Don't override existing SIGSEGV/BUS handlers

Although `stack_overflow::init` runs very early in the process, even
before `main`, there may already be signal handlers installed for things
like the address sanitizer. In that case, just leave it alone, and don't
bother trying to allocate our own signal stacks either.

Fixes #69524.
2020-03-09 12:57:48 +01:00
..
2020-03-06 15:19:31 +01:00
2020-03-06 15:19:31 +01:00
2020-03-06 15:19:31 +01:00
2020-03-06 15:19:31 +01:00
2020-03-06 15:19:31 +01:00
2020-03-06 15:19:31 +01:00
2020-03-06 15:19:31 +01:00
2020-03-06 15:19:31 +01:00
2020-03-02 18:11:53 -05:00
2020-03-06 15:19:31 +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.