rust/src
Eric Huss 900648cfd6 Adjust global_asm doc test to work on all platforms.
The cfg isn't actually necessary, since `--emit=metadata` does not
actually do enough validation for it to fail on any platform. However,
I feel a little more comfortable leaving it in.

Unhide the feature flag, since I think that is important to display.
2021-02-04 09:41:15 -08:00
..
bootstrap Rollup merge of #81603 - ehuss:error-index-build, r=Mark-Simulacrum 2021-02-02 16:01:42 -05:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Auto merge of #81535 - nikic:update-test-various, r=sanxiyn 2021-02-03 03:03:08 +00:00
doc Adjust global_asm doc test to work on all platforms. 2021-02-04 09:41:15 -08:00
etc src/etc/json-types -> src/rustdoc-json-types 2021-01-27 18:58:43 -05:00
librustdoc Rollup merge of #81681 - Smittyvb:rustdoc-shortcuts-styling, r=GuillaumeGomez 2021-02-03 08:41:28 +01:00
llvm-project@70d09f218d Bump LLVM submodule 2021-01-27 23:08:54 +00:00
rustdoc-json-types Fix README typo 2021-01-28 11:15:43 -05:00
test Auto merge of #81717 - Aaron1011:fix/closure-diag, r=estebank 2021-02-03 20:53:08 +00:00
tools tidy: Run tidy style against markdown files. 2021-02-04 09:01:50 -08:00
README.md
stage0.txt Bump rustfmt version 2021-02-02 09:09:52 -05:00
version Bump version to 1.51 2020-12-25 10:42:53 -05: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.