rust/src
bors 0cd459fd62 Auto merge of #80554 - GuillaumeGomez:more-js-cleanup, r=jyn514
More js cleanup

Part of #79052 (Same kind as #80515).

This one is about some small fixes:
 * Replacing some loops with `onEachLazy`.
 * Removing unused function arguments.
 * Turn `buildHelperPopup` into a variable so it can be "replaced" once the function has been called once so it's not called again.

r? `@jyn514`
2021-01-04 05:04:04 +00:00
..
bootstrap
build_helper
ci
doc
etc Detect invalid rustdoc test commands 2021-01-03 13:53:11 +01:00
librustdoc Auto merge of #80554 - GuillaumeGomez:more-js-cleanup, r=jyn514 2021-01-04 05:04:04 +00:00
llvm-project@fb115ee43b
test Auto merge of #80418 - oli-obk:this_could_have_been_so_simple, r=RalfJung 2021-01-04 02:15:57 +00:00
tools
README.md
stage0.txt
version

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.