Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

hir_analysis: prohibit dyn PointeeSized 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.
#143104 by davidtwco was merged Jun 28, 2025 Loading... 1.90.0
tag_for_variant: properly pass TypingEnv 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.
#143096 by RalfJung was merged Jun 28, 2025 Loading... 1.90.0
Fix some fixmes that were waiting for let chains A-compiletest Area: The compiletest test runner 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) 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)
#143073 by yotamofek was merged Jun 27, 2025 Loading... 1.90.0
Ensure -V --verbose processes both codegen_backend and codegen-backend 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.
#143019 by danielframpton was merged Jul 1, 2025 Loading... 1.90.0
proven_via into query response perf-regression Performance regression. 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)
#142953 by lcnr was closed Jul 21, 2025 Draft
Don't include current rustc version string in feature removed help 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.
#142943 by jieyouxu was merged Jun 25, 2025 Loading... 1.90.0
Remove support for dynamic allocas A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#142911 by mejrs was merged Jul 11, 2025 Loading... 1.90.0
Only inherit local hash for paths 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.
#142903 by cjgillot was merged Jul 17, 2025 Loading... 1.90.0
Emit a single error when importing a path with _ 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.
#142805 by estebank was merged Jun 25, 2025 Loading... 1.90.0
Don't fail to parse a struct if a semicolon is used to separate fields 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.
#142798 by camsteffen was merged Jun 22, 2025 Loading... 1.89.0
More robustly deal with relaxed bounds and improve their diagnostics 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.
#142693 by fmease was merged Jul 19, 2025 Loading... 1.90.0
expand: Remove some unnecessary generic parameters 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.
#142690 by petrochenkov was merged Jun 21, 2025 Loading... 1.89.0
improve search graph docs, reset encountered_overflow between reruns 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#142617 by lcnr was merged Jun 22, 2025 Loading... 1.89.0
Add a warning to LateContext::get_def_path 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.
#142593 by blyxyas was merged Jun 22, 2025 Loading... 1.89.0
Only traverse reachable blocks in JumpThreading. merged-by-bors This PR was explicitly merged by bors. perf-regression Performance regression. perf-regression-triaged The performance regression has been triaged. 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.
#142546 by cjgillot was merged Jun 21, 2025 Loading... 1.89.0
use if let guards where possible 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.
#142530 by fee1-dead was merged Jun 16, 2025 Loading... 1.89.0
Better template for #[repr] attributes A-attributes Area: Attributes (`#[...]`, `#![...]`) A-rustdoc-json Area: Rustdoc JSON backend 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.
#142495 by jdonszelmann was merged Jun 21, 2025 Loading... 1.89.0
Fix missing docs in rustc_attr_parsing A-attributes Area: Attributes (`#[...]`, `#![...]`) 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.
#142494 by jdonszelmann was merged Jun 21, 2025 Loading... 1.89.0
Merge unboxed trait object error suggestion into regular dyn incompat error 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.
#142458 by oli-obk was merged Jun 22, 2025 Loading... 1.89.0
Report infer ty errors during hir ty lowering 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.
#142420 by oli-obk was merged Jun 27, 2025 Loading... 1.90.0
tests: Add RUST_BACKTRACE and -Cpanic revisions to panic-main.rs test A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc A-tidy Area: The tidy tool 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#142304 by Enselic was merged Jul 17, 2025 Loading... 1.90.0
[perf] GenericArgs-related: Change asserts to debug asserts & use more slice interning over iterable interning 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.
#142289 by fmease was merged Jun 14, 2025 Loading... 1.89.0
use correct edition when warning for unsafe attributes 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.
#142261 by folkertdev was merged Jun 12, 2025 Loading... 1.88.0
early return in trait detection for non-trait item 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.
#142191 by bvanjoi was merged Jun 9, 2025 Loading... 1.89.0
Check definitions of arguments before suggest move expr out of loop T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#142189 by xizheyin was closed Jul 16, 2025 Loading...
1 2 4 6 94 95
ProTip! Adding no:label will show everything without a label.

AltStyle によって変換されたページ (->オリジナル) /