rust/src
bors c62b732724 Auto merge of #135709 - lqd:bring-back-len, r=compiler-errors
Temporarily bring back `Rvalue::Len`

r? `@compiler-errors` as requested in https://github.com/rust-lang/rust/issues/135671#issuecomment-2599580364

> However, in the mean time, I'd rather we not crunch trying to find and more importantly validate the soundness of a solution 🤔

Agreed. To fix the IMO P-critical #135671 for which we somehow didn't have test coverage, this PR temporarily reverts:
- https://github.com/rust-lang/rust/pull/133734
- its bugfix https://github.com/rust-lang/rust/pull/134371
- https://github.com/rust-lang/rust/pull/134330

cc `@scottmcm`

I added the few samples from that issue as a test, but we can add more in the future, in particular it seems `@steffahn` [will work on that](https://github.com/rust-lang/rust/issues/135671#issuecomment-2599714354).

Fixes #135671. And if we want to land this, it should also be nominated for beta backport.
2025-01-19 06:09:51 +00:00
..
bootstrap Rollup merge of #135616 - marcoieni:split-i686-msvc-job, r=Kobzol 2025-01-19 01:18:53 +01:00
build_helper apply a workaround fix for the release blocker issue 2025-01-07 09:12:54 +03:00
ci Rollup merge of #135640 - Gelbpunkt:drop-mips-glibc-patches, r=Kobzol 2025-01-19 01:18:55 +01:00
doc Rollup merge of #131806 - lolbinarycat:rustdoc-search-all-is-func, r=notriddle 2025-01-17 09:11:17 +01:00
etc Revert "fix missing rustfmt and clippy for msi" 2025-01-08 14:44:01 +01:00
gcc@fd3498bff0 Update GCC version 2024-09-06 16:01:46 +02:00
librustdoc Remove more CSS classes 2025-01-18 20:29:55 +01: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 Made Path::name only have item name rather than full name 2025-01-14 06:03:43 +00:00
tools Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper" 2025-01-18 22:09:34 +00:00
README.md
stage0 bump stage0 2025-01-08 20:03:28 +01:00
version bump version 2025-01-03 10:36:06 +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.