rust/src
Matthias Krüger ea55fd8c7f
Rollup merge of #119232 - Takashiidobe:fix-doc-typos, r=JohnTitor
Fix doc typos

This PR fixes some typos I found while trawling through the rust source.
2023-12-23 16:23:55 +01:00
..
bootstrap bootstrap: build doc for `cargo-util-schemas 2023-12-22 17:13:35 -05:00
ci run fuchsia tests only on nightly 2023-12-21 18:27:24 +01:00
doc fix missed typo 2023-12-22 18:29:51 -05:00
etc Auto merge of #106790 - the8472:rawvec-niche, r=scottmcm 2023-12-20 02:19:10 +00:00
librustdoc Rollup merge of #119232 - Takashiidobe:fix-doc-typos, r=JohnTitor 2023-12-23 16:23:55 +01:00
llvm-project@606bc11367 Update LLVM submodule 2023-12-20 16:50:43 +03:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Rollup merge of #119232 - Takashiidobe:fix-doc-typos, r=JohnTitor 2023-12-23 16:23:55 +01:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json bump stage0 2023-12-22 11:04:31 +01:00
version bump version number to 1.77.0 2023-12-21 10:58:56 +01:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.