granite-rust/src
Matthias Krüger d4c9c5ad66
Rollup merge of - camelid:crate-private, r=GuillaumeGomez
rustdoc: Make some `pub` items crate-private

They don't need to be `pub`. Making them crate-private improves code
clarity and `dead_code` linting.
2022-01-23 01:09:46 +01:00
..
bootstrap Auto merge of - matthiaskrgr:rollup-49bj7ta, r=matthiaskrgr 2022-01-21 23:52:58 +00:00
build_helper
ci Auto merge of - pietroalbini:pa-bump-runner-images, r=Mark-Simulacrum 2022-01-21 17:43:39 +00:00
doc update uclibc instructions for new toolchain, add link from platforms doc 2022-01-22 14:16:52 -05:00
etc Auto merge of - JulianKnodt:const_eq_constrain, r=oli-obk 2022-01-18 09:58:39 +00:00
librustdoc Rollup merge of - camelid:crate-private, r=GuillaumeGomez 2022-01-23 01:09:46 +01:00
llvm-project@6b3dbcc81a Use Term in ProjectionPredicate 2022-01-17 17:44:56 +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 - estebank:await-span, r=nagisa 2022-01-23 01:09:43 +01:00
tools Auto merge of - the8472:less-compiletest-normalization, r=Mark-Simulacrum 2022-01-21 20:47:48 +00:00
README.md
stage0.json Bump bootstrap compiler 2021-11-30 10:44:21 -05: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.