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
Sort

Pull requests list

Rollup of 6 pull requests A-testsuite Area: The testsuite used to check the correctness of rustc 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-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. T-libs Relevant to the library 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.
#133415 opened Nov 24, 2024 by matthiaskrgr Loading…
Support vec![const { ... }; n] syntax 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#133412 opened Nov 24, 2024 by EFanZh Loading…
the emscripten OS no longer exists on non-wasm targets 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.
#133411 opened Nov 24, 2024 by RalfJung Loading…
target check_consistency: ensure target feature string makes some basic sense 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.
#133410 opened Nov 24, 2024 by RalfJung Loading…
ensure JSON-defined targets are consistent 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.
#133409 opened Nov 24, 2024 by RalfJung Loading…
Lint #[inline(always)] closure in #[target_feature] functions 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133408 opened Nov 24, 2024 by calebzulawski Loading…
Add value accessor methods to Mutex and RwLock 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.
#133406 opened Nov 24, 2024 by EFanZh Loading…
tidy: Distinguish between two different meanings of "style file" A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#133405 opened Nov 24, 2024 by Zalathar Loading…
Add a tidy rule forbidding modules named build A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-team Status: Awaiting decision from the relevant subteam (see the T-<team> label). 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#133404 opened Nov 24, 2024 by Zalathar Loading…
Make adjust_fulfillment_errors work with HostEffectPredicate and const_conditions 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.
#133403 opened Nov 24, 2024 by compiler-errors Loading…
Constify Drop and Destruct 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.
#133402 opened Nov 24, 2024 by compiler-errors Loading…
adapt Path::file_stem() function for directories 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.
#133400 opened Nov 23, 2024 by hacknus Loading…
rustdoc: do not call to_string, it's already impl Display 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.
#133398 opened Nov 23, 2024 by klensy Loading…
Fix dyn incompleteness with multiple supertraits with different substitutions 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#133397 opened Nov 23, 2024 by compiler-errors Draft
Add simd_relaxed_fma intrinsic 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.
#133395 opened Nov 23, 2024 by calebzulawski Loading…
Bail on more errors in dyn ty lowering 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.
#133394 opened Nov 23, 2024 by compiler-errors Loading…
Some minor dyn-related tweaks 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.
#133393 opened Nov 23, 2024 by compiler-errors Loading…
Fix ICE when multiple supertrait substitutions need assoc but only one is provided 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.
#133392 opened Nov 23, 2024 by compiler-errors Loading…
Stabilize const_float_methods 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.
#133389 opened Nov 23, 2024 by eduardosm Loading…
Update linux_musl base to dynamically link the crt by default 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.
#133386 opened Nov 23, 2024 by wesleywiser Loading…
add a test for target-feature-ABI warnings in closures and when calling extern fn A-ABI Area: Concerning the application binary interface (ABI) A-closures Area: Closures (`|…| { … }`) A-extern-fn Area: `extern` functions A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. 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.
#133384 opened Nov 23, 2024 by RalfJung Loading…
Suggest considering casting fn item as fn pointer in more cases 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.
#133382 opened Nov 23, 2024 by mu001999 Loading…
Refactor dyn-compatibility error and suggestions 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#133372 opened Nov 23, 2024 by cramertj Loading…
remove is_trivially_const_drop 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.
#133371 opened Nov 23, 2024 by RalfJung Loading…
Allow injecting a profiler runtime into #![no_core] crates 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.
#133369 opened Nov 23, 2024 by Zalathar Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.