rust/src
bors 539402cb0b Auto merge of #77805 - JohnTitor:non-standard-char-sugg, r=Dylan-DPC
lint: Do not provide suggestions for non standard characters

Fixes #77273

Only provide suggestions if the case-fixed result is different than the original.
2020-11-21 13:11:35 +00:00
..
bootstrap Rollup merge of #79183 - cuviper:compiletest-test-sysroot, r=Mark-Simulacrum 2020-11-19 23:58:40 +01:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Revert "Auto merge of #79132 - pietroalbini:beta-next, r=Mark-Simulacrum" 2020-11-18 11:18:40 +01:00
doc Rollup merge of #78714 - m-ou-se:simplify-local-streams, r=KodrAus 2020-11-16 17:26:27 +01:00
etc BTreeMap: reuse NodeRef as Root, keep BoxedNode for edges only, ban Unique 2020-11-18 10:07:42 +01:00
librustdoc add [src] links to methods on a trait's page 2020-11-18 22:10:10 +00:00
llvm-project@ee16174578 Bump LLVM for DeadArgElim fix 2020-10-22 18:37:03 -04:00
test Auto merge of #77805 - JohnTitor:non-standard-char-sugg, r=Dylan-DPC 2020-11-21 13:11:35 +00:00
tools update miri 2020-11-21 00:35:48 +01:00
README.md
stage0.txt Bump stage0 rustfmt to nightly-2020-11-19 2020-11-18 23:11:38 -05:00
version bump version to 1.50.0 2020-11-13 09:47:16 +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.