rust/src
bors c0b64d97be Auto merge of - matthewjasper:non-fatal-overflow, r=nikomatsakis
Make hitting the recursion limit in projection non-fatal

This change was originally made in  to avoid future (effectively) infinite loop bugs in projections,
but wundergraph relies on rustc recovering here.

cc 

r? `@nikomatsakis`
2021-01-28 18:57:10 +00:00
..
bootstrap Deny internal lints for rustdoc 2021-01-21 23:05:52 -05:00
build_helper
ci ci: use the monorepo's lockfile when building cargo for pgo profiling 2021-01-25 13:33:24 +01:00
doc Rollup merge of - ehuss:update-books, r=ehuss 2021-01-27 04:43:32 +09:00
etc Add jsondocck tool, and use it for rustdoc JSON 2021-01-19 14:24:25 -05:00
librustdoc Rollup merge of - GuillaumeGomez:improve-urls, r=Nemo157 2021-01-28 15:09:12 +09:00
llvm-project@f9a8d70b6e Update to LLVM 11.0.1 2021-01-07 11:32:10 -08:00
test Auto merge of - matthewjasper:non-fatal-overflow, r=nikomatsakis 2021-01-28 18:57:10 +00:00
tools Rollup merge of - ehuss:update-cargo, r=ehuss 2021-01-28 15:09:22 +09:00
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.