granite-rust/src
Guillaume Gomez 8dfbc00d27
Rollup merge of #82809 - notriddle:microoptimize-main-js, r=GuillaumeGomez
rustdoc: Use substrings instead of split to grab enum variant paths

Both versions are about equally readable, but this version avoids scanning the entire path and building an intermediate array (`split()` in Rust is a lazy iterator, but not in JavaScript).
2021-03-05 21:44:44 +01:00
..
bootstrap Revise prefix a bit, adding both --test (conditionally) and [RUSTC-SHIM] unconditionally. 2021-03-05 11:46:04 -05:00
build_helper
ci Auto merge of #82747 - JohnTitor:pin-es-check-version, r=Mark-Simulacrum 2021-03-04 19:24:21 +00:00
doc Rollup merge of #82690 - jyn514:remove-pass-docs, r=Manishearth 2021-03-04 21:56:33 +01:00
etc Change twice used large const table to static 2021-03-01 10:41:16 -08:00
librustdoc Rollup merge of #82809 - notriddle:microoptimize-main-js, r=GuillaumeGomez 2021-03-05 21:44:44 +01:00
llvm-project@40618a2340 Update submodule to LLVM 12 2021-03-01 23:35:34 +01:00
rustdoc-json-types Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514 2021-02-14 16:54:45 +01:00
test Rollup merge of #82797 - henryboisdequin:name-issue-num, r=Xanewok 2021-03-05 21:44:42 +01:00
tools Bump mir-opt-level from 3 to 4 in tests 2021-03-05 17:13:57 -03:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt Update the bootstrap compiler 2021-02-20 17:19:30 -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.