rust/src
2022-01-22 17:45:45 -03:00
..
bootstrap Auto merge of #93173 - matthiaskrgr:rollup-49bj7ta, r=matthiaskrgr 2022-01-21 23:52:58 +00:00
build_helper
ci Auto merge of #92983 - pietroalbini:pa-bump-runner-images, r=Mark-Simulacrum 2022-01-21 17:43:39 +00:00
doc Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelix 2022-01-20 17:10:32 +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 #93139 - jsha:fix-wrapped-names, r=Nemo157 2022-01-21 22:03:20 +01:00
llvm-project@6b3dbcc81a Use Term in ProjectionPredicate 2022-01-17 17:44:56 +00:00
rustdoc-json-types Update term for use in more places 2022-01-17 19:59:40 +00:00
test Fix let_chains and if_let_guard feature flags 2022-01-22 17:45:45 -03:00
tools Auto merge of #92363 - the8472:less-compiletest-normalization, r=Mark-Simulacrum 2022-01-21 20:47:48 +00:00
README.md
stage0.json
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.