rust/src
Ian Jackson 6369637a19 Tolerate SIGTRAP for panic abort after panic::always_abort
Some platforma (eg ARM64) apparently generate SIGTRAP for panic abort!

See eg
  https://github.com/rust-lang/rust/pull/81858#issuecomment-840702765

This is probably a bug, but we don't want to entangle this MR with it.
When it's fixed, this commit should be reverted.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
2021-05-13 18:42:52 +01:00
..
bootstrap Rollup merge of #84990 - GuillaumeGomez:sort-rustdoc-gui-tests, r=Mark-Simulacrum 2021-05-07 15:20:30 +09:00
build_helper
ci Rollup merge of #84911 - Mark-Simulacrum:retry-clang, r=pietroalbini 2021-05-07 15:20:28 +09:00
doc Rollup merge of #84815 - richkadel:coverage-docs-update-2021-05, r=tmandry 2021-05-07 15:20:24 +09:00
etc
librustdoc Rollup merge of #84953 - GuillaumeGomez:remove-unneeded-with_default_session_globals, r=jyn514 2021-05-07 00:38:44 +02:00
llvm-project@b61c24f352
rustdoc-json-types
test Tolerate SIGTRAP for panic abort after panic::always_abort 2021-05-13 18:42:52 +01:00
tools Rollup merge of #84779 - jyn514:cargotest-args, r=Mark-Simulacrum 2021-05-07 15:20:21 +09:00
README.md
stage0.txt
version

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.