rust/src
2020-12-10 19:11:58 -05:00
..
bootstrap Manually code-sign after running install_name_tool 2020-12-10 18:51:30 -05:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
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 Update sanitizer supported docs to reflect reality 2020-12-10 19:11:58 -05:00
etc Auto merge of #79235 - ortem:fix-btreemap-gdb-pretty-printer, r=Mark-Simulacrum 2020-12-02 04:12:33 +00:00
librustdoc Rollup merge of #79862 - GuillaumeGomez:tab-lock, r=Manishearth 2020-12-09 13:38:38 -08:00
llvm-project@dcceb131c5 Use fork of llvm-project that includes Apple Silicon fix 2020-12-10 17:54:06 -05:00
test Fix typo in code comment 2020-12-10 19:06:29 -05:00
tools Enable ASan, TSan, UBSan for aarch64-apple-darwin. 2020-12-09 23:53:53 -05:00
README.md Update README.md 2020-08-30 13:40:11 -05:00
stage0.txt Bump bootstrap compiler version 2020-11-19 19:23:36 -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.