rust/src
Yuki Okushi b8150e7a3c
Rollup merge of #82543 - klensy:skip-jobs, r=Mark-Simulacrum
fix env var name in CI

There no `SKIP_JOBS` env var name, only `SKIP_JOB`.
2021-03-01 15:07:36 +09:00
..
bootstrap Rollup merge of #82532 - pnkfelix:rustbuild-print-step-rusage, r=Mark-Simulacrum 2021-03-01 15:07:35 +09:00
build_helper
ci Rollup merge of #82543 - klensy:skip-jobs, r=Mark-Simulacrum 2021-03-01 15:07:36 +09:00
doc Auto merge of #82350 - ehuss:test-chapter, r=jyn514 2021-02-28 09:18:27 +00:00
etc fix typo in pre-commit.sh 2021-02-24 18:37:13 -05:00
librustdoc Auto merge of #81349 - jyn514:blanket-impls-cleanup, r=lcnr 2021-02-28 19:19:09 +00:00
llvm-project@96ae8953e4 Revert LLVM D81803 because it broke Windows 7 2021-02-27 11:09:00 -08:00
rustdoc-json-types Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514 2021-02-14 16:54:45 +01:00
test Rollup merge of #82531 - GuillaumeGomez:gui-tests-start, r=jyn514 2021-03-01 15:07:34 +09:00
tools Rollup merge of #82507 - jyn514:tidy-windows, r=Mark-Simulacrum 2021-03-01 15:07:33 +09:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt Update the bootstrap compiler 2021-02-20 17:19:30 -05:00
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.