rust/src
2020-12-09 20:11:32 -08:00
..
bootstrap Add tests for rustdoc json 2020-12-01 18:34:39 +00:00
build_helper
ci add enable-full-tools to freebsd builds to prevent occasional link errors when compiling rust programs 2020-11-27 14:21:23 -08:00
doc Addressed feedback from 2020-12-01 2020-12-03 09:50:10 -08:00
etc Auto merge of - ortem:fix-btreemap-gdb-pretty-printer, r=Mark-Simulacrum 2020-12-02 04:12:33 +00:00
librustdoc Auto merge of - jyn514:time-passes, r=Mark-Simulacrum 2020-12-09 04:17:29 +00:00
llvm-project@7ade8dc4b8
test fix test case issue ref 2020-12-09 20:11:32 -08:00
tools Update cargo 2020-12-07 18:35:06 -08: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.