rust/src
Matthias Krüger d0c1e1c0e8
Rollup merge of - GuillaumeGomez:update-minifier, r=notriddle
Update `minifier-rs` version to `0.3.5`

Encountered a bug around handling of `*` which blocked me for something I'm working on.

Also includes multiple fixes from ```@notriddle.```

r? ```@notriddle```
2025-02-19 01:30:11 +01:00
..
bootstrap Rollup merge of - ehuss:update-mdbook, r=jieyouxu 2025-02-18 18:40:53 +01:00
build_helper Update username in build helper example 2025-01-28 10:51:30 +01:00
ci Auto merge of - matthiaskrgr:rollup-eht05gr, r=matthiaskrgr 2025-02-18 00:05:30 +00:00
doc Rollup merge of - nikic:loongarch-code-model, r=workingjubilee 2025-02-17 17:06:11 +01:00
etc Update bootstrap completions 2025-02-05 15:33:40 +01:00
gcc@fd3498bff0
librustdoc Rollup merge of - GuillaumeGomez:update-minifier, r=notriddle 2025-02-19 01:30:11 +01:00
llvm-project@92e80685d0 Update to LLVM 20 2025-02-14 11:02:28 +01:00
rustc-std-workspace
rustdoc-json-types rustdoc-json-types: Document that crate name isn't package name. 2025-02-01 19:57:59 +00:00
tools Auto merge of - matthiaskrgr:rollup-2kjua2t, r=matthiaskrgr 2025-02-18 21:08:58 +00:00
README.md
stage0 Update bootstrap compiler and rustfmt 2025-02-08 22:07:11 +00:00
version Bump to version 1.87.0 2025-02-14 09:55:45 -08: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.