Content-Length: 405898 | pFad | https://github.com/rust-lang/rust/pull/#issuecomment-288629229

69B80940 Pull requests · rust-lang/rust · GitHub
Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Add coherency check for query cycle breaking A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#153953 opened Mar 16, 2026 by zetanumbers Loading…
Rollup of 2 pull requests rollup A PR which is a rollup 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#153952 opened Mar 16, 2026 by JonathanBrouwer Loading…
bootstrap: add initial support for x test library/stdarch 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)
#153951 opened Mar 16, 2026 by mnmn-f Loading…
Store dep_kind_vtables in an array inside QuerySystem A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. S-waiting-on-perf Status: Waiting on a perf run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#153950 opened Mar 16, 2026 by Zalathar Draft
dissolve tests/ui/cross 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.
#153946 opened Mar 16, 2026 by cyrgani Loading…
Change ?Sized to PointeeSized in UnwindSafe impls for pointers F-sized_hierarchy `#![feature(sized_hierarchy)]` 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.
#153945 opened Mar 16, 2026 by theemathas Loading…
rust-analyzer subtree update S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
#153943 opened Mar 16, 2026 by lnicola Loading…
tests/debuginfo/basic-stepping.rs: Explain why all lines are not steppable 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.
#153941 opened Mar 16, 2026 by Enselic Loading…
tests/debuginfo/basic-stepping.rs: Add ignore-aarch64-pc-windows-msvc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#153939 opened Mar 16, 2026 by Enselic Draft
Skip stack_start_aligned for immediate-abort 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.
#153936 opened Mar 16, 2026 by danielzgtg Loading…
Make unary float intrinsics generic A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. 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.
#153934 opened Mar 16, 2026 by N1ark Draft
remove usages of to-be-deprecated numeric constants 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. T-rustfmt Relevant to the rustfmt team, which will review and decide on the PR/issue.
#153931 opened Mar 15, 2026 by cyrgani Loading…
Add regression test for #78568 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.
#153927 opened Mar 15, 2026 by niklasmarderx Loading…
Make the current crate's name available in Session S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-clippy Relevant to the Clippy team. 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#153924 opened Mar 15, 2026 by jyn514 Loading…
Suppress self-referential associated type constraint suggestion 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.
#153921 opened Mar 15, 2026 by arferreira Loading…
improve #[track_caller] invalid ABI error A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#153920 opened Mar 15, 2026 by folkertdev Loading…
[WIP] move std::io::Error to core A-tidy Area: The tidy tool S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-libs Relevant to the library team, which will review and decide on the PR/issue.
#153915 opened Mar 15, 2026 by max-heller Draft
Fix some suggestions of the for-loops-over-fallibles lint 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.
#153913 opened Mar 15, 2026 by JohnTitor Loading…
Avoid prematurely choosing a glob import S-waiting-on-crater Status: Waiting on a crater run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#153912 opened Mar 15, 2026 by mu001999 Loading…
Remove redundant fields from QueryStackFrame A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#153907 opened Mar 15, 2026 by Zalathar Loading…
Point at unit structs on foreign crates in type errors when they are the pattern of a binding S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#153894 opened Mar 15, 2026 by estebank Loading…
Lex lifetimes using emoji and emit appropriate error 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.
#153893 opened Mar 15, 2026 by estebank Loading…
Point at definition of item with type parameters that couldn't be inferred S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. 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)
#153890 opened Mar 14, 2026 by estebank Loading…
Avoid stack overflow in FindExprBySpan 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.
#153888 opened Mar 14, 2026 by MaximilianAzendorf Loading…
test classify-runtime-const for f16 F-f16_and_f128 `#![feature(f16)]`, `#![feature(f128)]` S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#153884 opened Mar 14, 2026 by folkertdev Loading…
ProTip! Follow long discussions with comments:>50.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/rust-lang/rust/pull/#issuecomment-288629229

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy