rust/src
Matthias Krüger 96be07e566
Rollup merge of #116709 - GuillaumeGomez:update-minifier, r=notriddle
Update minifier version to 0.2.3

Thanks for the fix `@notriddle` !

r? `@notriddle`
2023-10-16 19:10:50 +02:00
..
bootstrap Rollup merge of #116430 - onur-ozkan:vendoring-in-tarball-sources, r=clubby789 2023-10-16 19:10:49 +02:00
ci Build GCC with support for BOLT 2023-10-09 21:46:14 +02:00
doc Rollup merge of #116341 - Ayush1325:uefi-args, r=Mark-Simulacrum 2023-10-15 21:29:07 +02:00
etc generate zsh autocompletion for x 2023-10-15 09:05:55 +03:00
librustdoc Rollup merge of #116709 - GuillaumeGomez:update-minifier, r=notriddle 2023-10-16 19:10:50 +02:00
llvm-project@d404cba4e3 Update LLVM submodule 2023-09-28 13:41:02 +02:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Auto merge of #116550 - nnethercote:rustc-features-more, r=Nilstrieb 2023-10-16 14:34:53 +00:00
README.md
stage0.json Bump to latest beta 2023-10-08 19:57:43 -04: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.