Issues · rust-lang/rust (original) (raw)

Update mdbook to 0.4.49 S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.

#140687 opened May 5, 2025 byehuss Loading…

@Mark-Simulacrum

1

Simplify Vec::as_non_null implementation and make it const S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.

#140685 opened May 5, 2025 byviliml Loading…

@Mark-Simulacrum

1

Only include dyn Trait<Assoc = ...> associated type bounds for Self: Sized associated types if they are provided S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

#140684 opened May 5, 2025 bycompiler-errors Loading…

1

@lcnr

1

Don't ignore compiler stderr in lib-defaults.rs S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

#140681 opened May 5, 2025 byjieyouxu Loading…

1

@petrochenkov

4

Be a bit more relaxed about not yet constrained infer vars in closure upvar analysis S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

#140678 opened May 5, 2025 bycompiler-errors Loading…

1

@lcnr

4

build_helper: handle emails containing square brackets S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

#140675 opened May 5, 2025 byjaparic Loading…

1

@Kobzol

3

Implement VecDeque::truncate_front() S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.

#140668 opened May 5, 2025 byvkrivopalov Loading…

@jhpratt

2

remove 'unordered' atomic intrinsics S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler 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.

#140660 opened May 5, 2025 byRalfJung Loading…

@joboet

2

deref_patterns: let string and byte string literal patterns peel references and smart pointers before matching S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

#140658 opened May 5, 2025 bydianne Loading…

@oli-obk

collect all Fuchsia bindings into the fuchsia module O-fuchsia Operating system: Fuchsia O-unix Operating system: Unix-like S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.

#140656 opened May 5, 2025 byjoboet Loading…

@workingjubilee

3

Refactor StableMIR S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

#140643 opened May 4, 2025 bymakai410 Loading…

@celinval

4

detect additional uses of opaques after writeback S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)

#140641 opened May 4, 2025 bylcnr Loading…

@compiler-errors

3

Implement RcUninit (#112566) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.

#140640 opened May 4, 2025 bykstrafe Loading…

@thomcc

2

UnsafePinned: also include the effects of UnsafeCell I-lang-nominated Nominated for discussion during a lang team meeting. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.

#140638 opened May 4, 2025 byRalfJung Loading…

@thomcc

16

Simplify expansion of panic!(). perf-regression Performance regression. S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.

#140637 opened May 4, 2025 bym-ou-se Draft

@m-ou-se

6

add a test for issue rust-lang/rust#81317 S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

#140632 opened May 3, 2025 bySkgland Loading…

1

@oli-obk

5

std: stop using TLS in signal handler A-thread-locals Area: Thread local storage (TLS) O-unix Operating system: Unix-like S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.

#140628 opened May 3, 2025 byjoboet Loading…

1

@Mark-Simulacrum

30

compiletest: Improve diagnostics for line annotation mismatches A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

#140622 opened May 3, 2025 bypetrochenkov Loading…

@jieyouxu

8

Correct warning message in restricted visibility S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

#140614 opened May 3, 2025 byyuk1ty Loading…

1

@davidtwco

2

early migration to biome S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.

#140594 opened May 2, 2025 bylolbinarycat Draft

@GuillaumeGomez

2

Fix malformed suggestion for E0061 when method is a macro token in macro context S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

#140591 opened May 2, 2025 byKivooeo Loading…

1

@davidtwco

12

Remove estebank from automated review assignment A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.

#140579 opened May 2, 2025 byjieyouxu Loading…

@davidtwco

2

Implement operations for Wrapping where Rhs = T S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.

#140567 opened May 1, 2025 byKriskras99 Loading…

@dtolnay

2

Allow #![doc(test(attr(..)))] at module level A-attributes Area: Attributes (`#[…]`, `#![…]`) A-doctests Area: Documentation tests, run by rustdoc A-run-make Area: port run-make Makefiles to rmake.rs disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. needs-fcp This change is insta-stable, so needs a completed FCP to proceed. proposed-final-comment-period Proposed to merge/close by relevant subteam, see T- label. Will enter FCP once signed off. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.

#140560 opened May 1, 2025 byUrgau Loading…

@GuillaumeGomez

27

wf: emit projection goal for aliases S-waiting-on-fcp Status: PR is in FCP and is awaiting for FCP to complete. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-types Relevant to the types team, which will review and decide on the PR/issue.

#140558 opened May 1, 2025 bylcnr Loading…

2

@compiler-errors

17