rust/src
Jonas Schievink 7acf9ecf4f
Rollup merge of #81402 - ehuss:md-tidy, r=jyn514
tidy: Run tidy style against markdown files.

This adds tidy checks for markdown files.  I think it is useful to have some style enforcement (for the same reasons the style is enforced on other files).  I think it is worthwhile to avoid `ignore` on rust examples since having broken code in documentation is frustrating.  Avoiding trailing whitespace is good because it has semantic meaning in markdown, which I think should be avoided.
2021-02-06 17:01:42 +01:00
..
bootstrap Rollup merge of #81456 - Amanieu:remote-test-server, r=Amanieu 2021-02-05 12:25:56 +01:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Fix install-awscli.sh error in CI. 2021-02-05 12:17:50 +01: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 #81675 - poliorcetics:respect-shortness, r=jyn514 2021-02-06 00:14:14 +01:00
llvm-project@70d09f218d Bump LLVM submodule 2021-01-27 23:08:54 +00:00
rustdoc-json-types Remove struct_type from union output and bump format 2021-01-28 23:30:40 -05:00
test Rollup merge of #81753 - tmiasko:inline-instruction-set, r=oli-obk 2021-02-06 00:14:16 +01:00
tools Rollup merge of #81402 - ehuss:md-tidy, r=jyn514 2021-02-06 17:01:42 +01: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.