rust/src
bors 0a1e5598b0 Auto merge of #117750 - klensy:icu-followup, r=Nilstrieb
bump few ICU4X leftover deps

implements https://github.com/rust-lang/rust/pull/117632#issuecomment-1795027801 suggestion

There no strict version dependencies between some crates, so yoke was 0.7.2, but yoke-derive left with 0.7.1, same with zerofrom, zerofrom-derive, zerovec, zerovec-derive; drops synstructure 0.12* dependency, less syn 1.* users left.
2023-11-10 06:06:08 +00:00
..
bootstrap Auto merge of #117708 - onur-ozkan:x-setup, r=clubby789 2023-11-09 19:16:59 +00:00
ci Run tests in CI for aarch64-apple-darwin 2023-11-08 08:54:42 -05:00
doc Rollup merge of #114191 - rcvalle:rust-exploit-mitigations, r=cuviper 2023-11-10 01:50:23 +01:00
etc Auto merge of #115274 - bjorn3:tidy_improvements, r=davidtwco 2023-11-04 02:28:17 +00:00
librustdoc Rollup merge of #117531 - fmease:rustdoc-effects-properly-elide-x-crate-host-args, r=GuillaumeGomez 2023-11-08 11:25:54 +01:00
llvm-project@fef3d7b14e Update to LLVM 17.0.4 2023-10-31 09:30:13 +01:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Auto merge of #117750 - klensy:icu-followup, r=Nilstrieb 2023-11-10 06:06:08 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json rename github_repository to git_repository 2023-11-06 15:53:32 +01:00
version Bump to 1.75.0 2023-09-30 19:09:22 -04: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.