rust/src
bors c02371c442 Auto merge of #88880 - cjgillot:no-krate, r=oli-obk
Rework HIR API to make invocations of the hir_crate query harder.

`hir_crate` forces the recomputation of queries that depend on it.

This PR aims at avoiding useless invocations of `hir_crate` by making dependent code go through `tcx.hir()`.
2021-10-01 20:06:34 +00:00
..
bootstrap bootstrap: Update comment (again) in config.library.toml 2021-09-30 11:25:20 -05:00
build_helper Migrate to 2021 2021-09-20 22:21:42 -04:00
ci Fix Windows LLVM issue. 2021-09-29 15:27:44 -07:00
doc Rollup merge of #88820 - hlopko:add_pie_relocation_model, r=petrochenkov 2021-10-01 09:18:16 -07:00
etc Migrate to 2021 2021-09-20 22:21:42 -04:00
librustdoc Auto merge of #88880 - cjgillot:no-krate, r=oli-obk 2021-10-01 20:06:34 +00:00
llvm-project@522c3e3d9c Update llvm submodule to fix function name mangling on x86 Windows 2021-09-30 10:03:12 -04:00
rustdoc-json-types Migrate to 2021 2021-09-20 22:21:42 -04:00
test Auto merge of #88880 - cjgillot:no-krate, r=oli-obk 2021-10-01 20:06:34 +00:00
tools Auto merge of #88880 - cjgillot:no-krate, r=oli-obk 2021-10-01 20:06:34 +00:00
README.md
stage0.json Bump stage0 compiler to 1.56 2021-09-08 20:51:05 -04:00
version Bump version to 1.57 2021-09-03 21:54:48 -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.