rust/src
bors 5bc6231454 Auto merge of #137127 - pietroalbini:pa-musl-cve-2025-26519, r=jieyouxu
Fix musl's CVE-2025-26519

The musl project [announced CVE-2025-26519](https://www.openwall.com/lists/musl/2025/02/13/1), which could result in out-of-bounds writes when calling the `iconv` function. There is no musl release available with the fixes at this point in time (and we're using an older version of musl anyway), so this PR applies the provided patches on top of the musl source tarball we download.
2025-02-16 18:20:57 +00:00
..
bootstrap Auto merge of #137066 - onur-ozkan:137034-blocker, r=jieyouxu 2025-02-15 14:58:47 +00:00
build_helper Update username in build helper example 2025-01-28 10:51:30 +01:00
ci Auto merge of #137127 - pietroalbini:pa-musl-cve-2025-26519, r=jieyouxu 2025-02-16 18:20:57 +00:00
doc rustc-dev-guide: document {ignore,only}-rustc_abi-x86-sse2 2025-02-15 23:17:07 +08:00
etc Update bootstrap completions 2025-02-05 15:33:40 +01:00
gcc@fd3498bff0 Update GCC version 2024-09-06 16:01:46 +02:00
librustdoc Auto merge of #136363 - notriddle:notriddle/unresolved-link-unused-refdef, r=GuillaumeGomez 2025-02-16 10:59:42 +00:00
llvm-project@7e8c93c87c Update to LLVM 19.1.7 2025-01-14 14:46:09 +01:00
rustc-std-workspace update rustc-std-workspace crates 2024-11-04 07:45:15 +01:00
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 #137093 - matthiaskrgr:rollup-72j7mut, r=matthiaskrgr 2025-02-16 01:29:09 +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.