rust/src
bors 8daad743c4 Auto merge of #86332 - rylev:fix-ice-docalias, r=GuillaumeGomez
Fix ICE when doc aliases were put on function params

Fixes #86239

r? `@GuillaumeGomez`
2021-06-16 10:01:20 +00:00
..
bootstrap Allow to run only a few GUI tests 2021-06-14 16:40:10 +02:00
build_helper
ci Update browser-ui-test version 2021-06-13 21:49:30 +02:00
doc Add support for using qualified paths with structs in expression and pattern 2021-06-10 13:18:41 +02:00
etc
librustdoc Rollup merge of #86327 - GuillaumeGomez:safe-intrinsics, r=lqd 2021-06-16 13:31:12 +09:00
llvm-project@39c5555872
rustdoc-json-types
test Auto merge of #86332 - rylev:fix-ice-docalias, r=GuillaumeGomez 2021-06-16 10:01:20 +00:00
tools Rollup merge of #86293 - GuillaumeGomez:filter-gui-tests-run, r=jsha 2021-06-16 13:31:11 +09:00
README.md
stage0.txt
version Bump to 1.54 2021-06-11 19:19:55 -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.