rust/src
Tyler Mandry 233937419a
Rollup merge of #76741 - Mark-Simulacrum:no-dry-run-timing, r=alexcrichton
Avoid printing dry run timings

This avoids a wall of text on CI with 0.000 as the likely time.

r? @alexcrichton
2020-09-16 12:24:14 -07:00
..
bootstrap Rollup merge of #76741 - Mark-Simulacrum:no-dry-run-timing, r=alexcrichton 2020-09-16 12:24:14 -07:00
build_helper cleanup: Remove duplicate library names from Cargo.tomls 2020-08-30 22:57:54 +03:00
ci Rollup merge of #76681 - tshepang:unused, r=Mark-Simulacrum 2020-09-16 12:34:15 +02:00
doc Rollup merge of #76675 - lzutao:asm_doc, r=Amanieu 2020-09-16 12:34:14 +02:00
etc Implement HashSet in terms of hashbrown::HashSet 2020-09-08 17:24:23 -07:00
librustdoc Rollup merge of #76728 - jyn514:rustdoc-extern-crate, r=ehuss 2020-09-16 12:24:10 -07:00
llvm-project@833dd1e3d4 Update llvm-project to include PR 73 2020-09-05 12:49:17 -07:00
test Rollup merge of #76719 - hameerabbasi:min-const-generics-ty, r=lcnr 2020-09-16 12:24:06 -07:00
tools Rollup merge of #76717 - ehuss:fix-rustc-book-libdir, r=Mark-Simulacrum 2020-09-16 12:34:29 +02:00
README.md Update README.md 2020-08-30 13:40:11 -05:00
stage0.txt bump version to 1.48 2020-08-26 10:16:59 +02: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.