Skip to content

Pull requests: rust-lang/rust

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

Pull requests list

Clarify/add must_use message for Rc/Arc/Weak::into_raw. 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.
#121287 opened Feb 19, 2024 by zachs18 Loading…
Rename ConstPropLint to OverflowLint 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.
#121286 opened Feb 19, 2024 by gurry Loading…
Delayed bug audit 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.
#121285 opened Feb 19, 2024 by nnethercote Loading…
Add test cases for inlining compiler-private items 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.
#121284 opened Feb 19, 2024 by notriddle Loading…
Reduce monomorphisation bloat in RawVec::allocate_in perf-regression Performance regressions 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.
#121283 opened Feb 19, 2024 by GnomedDev Loading…
Lower transmutes from int to pointer type as gep on null 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. T-opsem Relevant to the opsem team
#121282 opened Feb 19, 2024 by saethlin Draft
regression test for #103626 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.
#121281 opened Feb 19, 2024 by kadiwa4 Loading…
Implement MaybeUninit::fill{,_with,_from} 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.
#121280 opened Feb 18, 2024 by ajwock Loading…
Remove the "codegen" profile from bootstrap A-meta Area: Issues about the rust-lang/rust repository. 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)
#121278 opened Feb 18, 2024 by Nilstrieb Loading…
Refactor trait implementations in core::convert::num. 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.
#121277 opened Feb 18, 2024 by reitermarkus Loading…
add test for panicking attribute macros 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.
#121275 opened Feb 18, 2024 by tshepang Loading…
Report a specialized error when a 'static obligation comes from an impl dyn Trait 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.
#121274 opened Feb 18, 2024 by estebank Loading…
Refactor the way interpreters handle special functions 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.
#121273 opened Feb 18, 2024 by WaffleLapkin Loading…
Add diagnostic items for legacy numeric constants 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.
#121272 opened Feb 18, 2024 by pitaj Loading…
Check for accessing unnamed field in find_field S-waiting-on-perf Status: Waiting on a perf run to be completed. 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.
#121270 opened Feb 18, 2024 by clubby789 Loading…
Add detection of [Partial]Ord methods in the ambiguous_wide_pointer_comparisons 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#121268 opened Feb 18, 2024 by Urgau Loading…
Add vector time complexity 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.
#121262 opened Feb 18, 2024 by 20jasper Loading…
coverage: Remove pending_dups from the span refiner A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) 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.
#121261 opened Feb 18, 2024 by Zalathar Loading…
[blocked] Reject overly generic assoc const binding types F-associated_const_equality `#![feature(associated_const_equality)]` S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-types Relevant to the types team, which will review and decide on the PR/issue.
#121258 opened Feb 18, 2024 by fmease Loading…
Allow AST and HIR visitors to return ControlFlow 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.
#121256 opened Feb 18, 2024 by Jarcho Loading…
RFC 3550 data gathering 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.
#121251 opened Feb 18, 2024 by pitaj Loading…
Move some tests 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.
#121248 opened Feb 18, 2024 by c410-f3r Loading…
Generate getelementptr instead of inttoptr for ptr::invalid 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.
#121242 opened Feb 17, 2024 by joboet Loading…
Implement NonZero traits generically. 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.
#121241 opened Feb 17, 2024 by reitermarkus Loading…
Don't show suggestion if slice pattern is enclosed by struct 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.
#121236 opened Feb 17, 2024 by long-long-float Loading…
ProTip! Exclude everything labeled bug with -label:bug.