rust/src
Matthew Jasper 8da279982c Make recursion limit fatal in project
This avoid the hang/oom from #79714
2020-12-31 09:52:10 -05:00
..
bootstrap Use package name for top-level directory in bare tarballs 2020-12-31 09:50:27 -05:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Permit unstable features during PGO benchmarks 2020-12-29 15:18:40 -05:00
doc Auto merge of #80296 - wesleywiser:revert_missing_fragment_specifier_hard_error, r=Mark-Simulacrum 2020-12-25 14:09:08 +00:00
etc Auto merge of #79235 - ortem:fix-btreemap-gdb-pretty-printer, r=Mark-Simulacrum 2020-12-02 04:12:33 +00:00
librustdoc Auto merge of #80226 - ThePuzzlemaker:issue-80004-fix, r=jyn514,petrochenkov 2020-12-25 11:16:53 +00:00
llvm-project@8d78ad1389 Update LLVM submodule 2020-12-09 00:00:00 +00:00
test Make recursion limit fatal in project 2020-12-31 09:52:10 -05:00
tools Rollup merge of #80280 - pierwill:x-readme, r=Mark-Simulacrum 2020-12-25 03:39:38 +01:00
README.md Update README.md 2020-08-30 13:40:11 -05:00
stage0.txt Bootstrap from released compiler 2020-12-31 09:49:04 -05:00
version bump version to 1.50.0 2020-11-13 09:47:16 +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.