Skip to content

1.78.0

Closed May 5, 2024 100% complete
regression: invalid doc attribute A-attributes Area: Attributes (`#[…]`, `#![…]`) regression-from-stable-to-stable Performance or correctness regression from one stable version to another. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#123293 by Mark-Simulacrum was closed Oct 15, 2024
regression: constants cannot refer to interior mutable data A-const-eval Area: Constant evaluation, covers all const contexts (static, const fn, ...) regression-from-stable-to-stable Performance or correctness regression from one stable version to another. relnotes Marks issues that should be documented in the release notes of the next release. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#123281 by Mark-Simulacrum was closed Oct 15, 2024
regression: could not evaluate static initializer regression-from-stable-to-stable Performance or correctness regression from one stable version to another. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#123277 by Mark-Simulacrum was closed Oct 15, 2024
regression: pointer functions not yet stable as const fn regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#123284 by Mark-Simulacrum was closed Aug 17, 2024
rustdoc incorrectly evaluates and fails due to panic in zerocopy regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#122758 by Mark-Simulacrum was closed Jun 21, 2024
regression: failed to normalize alias(opaque ...) I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ P-medium Medium priority S-has-mcve Status: A Minimal Complete and Verifiable Example has been found for this issue T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#123276 by Mark-Simulacrum was closed Jun 20, 2024
Crater runs for 1.78 S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#123017 by Mark-Simulacrum was closed May 5, 2024
regression: unsafe precondition(s) violated: slice::get_unchecked_mut requires that the index is within the slice C-gub Category: the reverse of a compiler bug is generally UB regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. T-opsem Relevant to the opsem team
#123285 by Mark-Simulacrum was closed May 4, 2024
[stable] 1.78 (round 2) merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#124517 by Mark-Simulacrum was merged Apr 29, 2024 Loading…
regression: compiler had non-unwinding abort A-proc-macros Area: Procedural macros I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-opsem Relevant to the opsem team
#123286 by Mark-Simulacrum was closed Apr 29, 2024
[stable] 1.78.0 release A-testsuite Area: The testsuite used to check the correctness of rustc merged-by-bors This PR was explicitly merged by bors. O-windows Operating system: Windows S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#124477 by Mark-Simulacrum was merged Apr 28, 2024 Loading…
[beta] Clippy backport merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#124369 by flip1995 was merged Apr 27, 2024 Loading…
regression: ICE failed to get output type of async function A-diagnostics Area: Messages for errors, warnings, and lints A-suggestion-diagnostics Area: Suggestions generated by the compiler applied by `cargo fix` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ P-high High priority regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#123273 by Mark-Simulacrum was closed Apr 23, 2024
[beta] backports merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#124272 by cuviper was merged Apr 23, 2024 Loading…
[beta] backports merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#124139 by cuviper was merged Apr 19, 2024 Loading…
Use raw-dylib for Windows synchronization functions beta-accepted Accepted for backporting to the compiler in the beta channel. O-windows Operating system: Windows S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#124019 by ChrisDenton was merged Apr 19, 2024 Loading…
Disable two debuginfo tests failing under the future GDB 15 release A-testsuite Area: The testsuite used to check the correctness of rustc beta-accepted Accepted for backporting to the compiler in the beta channel. merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#123963 by lqd was merged Apr 16, 2024 Loading…
Rustdoc incorrectly fires redundant_explicit_link warning A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. P-high High priority regression-from-stable-to-beta Performance or correctness regression from stable to beta. S-has-mcve Status: A Minimal Complete and Verifiable Example has been found for this issue T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#123677 by BD103 was closed Apr 14, 2024
rustdoc: check redundant explicit links with correct itemid beta-accepted Accepted for backporting to the compiler in the beta channel. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#123905 by notriddle was merged Apr 14, 2024 Loading…
Call the panic hook for non-unwind panics in proc-macros beta-accepted Accepted for backporting to the compiler in the beta channel. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#123825 by saethlin was merged Apr 12, 2024 Loading…
regression: unwrap on None in ast lowering I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ P-critical Critical priority regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#123287 by Mark-Simulacrum was closed Apr 12, 2024
regression: trait bound is not satisfied A-trait-system Area: Trait system P-high High priority regression-from-stable-to-beta Performance or correctness regression from stable to beta. S-has-mcve Status: A Minimal Complete and Verifiable Example has been found for this issue T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#123279 by Mark-Simulacrum was closed Apr 12, 2024
regression: no name for DefPath ICE A-codegen Area: Code generation I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#123274 by Mark-Simulacrum was closed Apr 12, 2024
core::fmt::rt::Opaque not Sync caused future compile fail on nightly-2024-03-09 C-bug Category: This is a bug. regression-from-stable-to-nightly Performance or correctness regression from stable to nightly. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#122674 by PureWhiteWu was closed Apr 12, 2024
regression: unexpected unsized tail ICE E-needs-mcve Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ P-high High priority regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#123275 by Mark-Simulacrum was closed Apr 12, 2024
Loading