rust/src
Nikita Popov e644fb5f16 Update dist-arm-linux to Ubuntu 20.04
I believe this should be safe, as actual artifacts will be
produced by a cross toolchain. The build ran through cleanly
locally.
2022-02-09 23:28:39 +01:00
..
bootstrap Rollup merge of #93492 - Mark-Simulacrum:shorter-failure-output, r=ehuss 2022-01-31 20:12:58 -08:00
build_helper Hide failed command unless in verbose mode 2022-01-30 17:37:11 -05:00
ci Update dist-arm-linux to Ubuntu 20.04 2022-02-09 23:28:39 +01:00
doc Rollup merge of #92383 - lancethepants:armv7-unknown-linux-uclibceabi, r=nagisa 2022-02-06 04:13:30 +01:00
etc Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk 2022-01-18 09:58:39 +00:00
librustdoc Rollup merge of #93659 - UltiRequiem:refactor_conditional_static_rustdoc, r=GuillaumeGomez 2022-02-06 04:13:35 +01:00
llvm-project@fdc8f411ec Update llvm-project submodule 2022-02-05 21:00:23 +00:00
rustdoc-json-types Increase the format version of rustdoc-json-types 2022-01-20 22:14:02 +01:00
test Rollup merge of #93669 - compiler-errors:const-generic-args, r=lcnr 2022-02-06 04:13:36 +01:00
tools Auto merge of #93654 - RalfJung:miri, r=RalfJung 2022-02-04 17:40:02 +00:00
README.md
stage0.json bump bootstrap compiler 2022-01-28 15:01:04 +01:00
version bump version to 1.60.0 2022-01-07 10:04:15 +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.