rust/src
bors 7e0241c637 Auto merge of #81666 - hyd-dev:miri-windows-test-fail, r=Mark-Simulacrum
Don't release Miri if its tests only failed on Windows

Extends #66053 to Windows, so the released Miri won't be broken if its tests only fail on Windows.

Relevant Zulip thread: https://rust-lang.zulipchat.com/#narrow/stream/269128-miri/topic/Miri.20is.20still.20available.20in.20rustup.20today.3F
2021-02-13 13:47:02 +00:00
..
bootstrap Rollup merge of #81506 - vo4:hwasan, r=nagisa 2021-02-12 22:53:30 +01:00
build_helper
ci Auto merge of #81666 - hyd-dev:miri-windows-test-fail, r=Mark-Simulacrum 2021-02-13 13:47:02 +00:00
doc HWASan documentation 2021-02-08 00:24:45 -08:00
etc Resolve typedef in HashMap lldb pretty-printer only if possible 2021-02-06 20:24:07 +03:00
librustdoc Rollup merge of #82033 - magurotuna:issue82016, r=jyn514 2021-02-13 16:36:48 +09:00
llvm-project@70d09f218d Bump LLVM submodule 2021-01-27 23:08:54 +00:00
rustdoc-json-types expand/resolve: Turn #[derive] into a regular macro attribute 2021-02-07 20:08:45 +03:00
test Rollup merge of #82040 - GuillaumeGomez:ensure-src-link, r=CraftSpider 2021-02-13 16:36:49 +09:00
tools Auto merge of #81666 - hyd-dev:miri-windows-test-fail, r=Mark-Simulacrum 2021-02-13 13:47:02 +00:00
README.md
stage0.txt Bump rustfmt version 2021-02-02 09:09:52 -05:00
version bump nightly version to 1.52.0 2021-02-05 16:25:08 +01: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.