1
Fork 0
rust/src
Rich Kadel 68014e6b1c Disable the spanview tests on MacOS for now
And even though CI should now pass for MacOS, the llvm-cov show --debug
flag does not work when developing outside of CI, so I'm disabling it
for MacOS by default.
2020-11-05 20:24:36 -08:00
..
bootstrap Auto merge of #78740 - pietroalbini:no-more-legacy, r=Mark-Simulacrum 2020-11-04 20:02:08 +00:00
build_helper
ci ci: bump actions/checkout to version 2 2020-11-05 00:05:20 +01:00
doc Rollup merge of #77950 - arlosi:sha256, r=eddyb 2020-11-03 19:32:26 +01:00
etc lldb_batchmode: show more error information 2020-11-03 12:01:46 +01:00
librustdoc Rollup merge of #78584 - notriddle:master, r=GuillaumeGomez 2020-11-05 10:29:45 +01:00
llvm-project@ee16174578 Bump LLVM for DeadArgElim fix 2020-10-22 18:37:03 -04:00
test Disable the spanview tests on MacOS for now 2020-11-05 20:24:36 -08:00
tools Merge commit 'b20d4c155d' into clippyup 2020-11-05 14:29:48 +01:00
README.md
stage0.txt Rollup merge of #77877 - scottmcm:fewer-try-trait-method-references, r=shepmaster 2020-10-19 18:20:20 +02:00
version Bump version to 1.49.0 2020-10-02 08:39:40 -04:00

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.