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

Capture lifetimes for associated type bounds destined to be lowered to opaques 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.
#115366 by compiler-errors was merged Aug 31, 2023 Loading… 1.74.0
Don't pass NoAlias attribute for arguments passed by value 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.
#115350 by GuillaumeGomez was closed Aug 29, 2023 Loading…
Load include_bytes! directly into an Lrc 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.
#115296 by saethlin was merged Aug 28, 2023 Loading… 1.74.0
Add more information to error message for unconstrained_parameter E0207 S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. 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.
#115245 by Lol3rrr was closed Apr 14, 2024 Loading…
Improve push_trailing's efficiency 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.
#115148 by allaboutevemirolive was closed Aug 23, 2023 Loading…
Fix a stack overflow with long else if chains 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.
#114990 by Zoxc was merged Aug 20, 2023 Loading… 1.73.0
Select obligations before processing wf obligation in compare_method_predicate_entailment 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.
#114787 by compiler-errors was merged Aug 14, 2023 Loading… 1.73.0
Avoid duplicate large_assignments lints 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.
#114774 by Enselic was merged Aug 28, 2023 Loading… 1.74.0
fixed *const [type error] does not implement the Copy trait 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.
#114752 by RickleAndMortimer was merged Aug 14, 2023 Loading… 1.73.0
rustc_interface: Dismantle register_plugins query 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.
#114578 by petrochenkov was merged Aug 8, 2023 Loading… 1.73.0
Add suggestion to quote inlined format argument as string literal 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.
#114507 by sebastiantoh was merged Aug 11, 2023 Loading… 1.73.0
Make useless_ptr_null_checks smarter about some std functions 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#114494 by est31 was merged Sep 16, 2023 Loading… 1.74.0
document our assumptions about symbols provided by the libc 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.
#114412 by RalfJung was merged Sep 5, 2023 Loading… 1.74.0
coverage: Don't bother renumbering expressions on the Rust side A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) 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.
#114399 by Zalathar was merged Sep 21, 2023 Loading… 1.74.0
avoid 'miri' when refering to the shared interpreter 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.
#114363 by RalfJung was merged Aug 3, 2023 Loading… 1.73.0
coverage: Store BCB counter info externally, not directly in the BCB graph A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) 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.
#114354 by Zalathar was merged Aug 13, 2023 Loading… 1.73.0
interpret: fix alignment handling for Repeat expressions 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.
#114296 by RalfJung was merged Aug 1, 2023 Loading… 1.73.0
New MIR opt pass simplify_pow_of_two A-mir-opt Area: MIR optimizations 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.
#114254 by Centri3 was closed Aug 2, 2023 Loading…
Compute variances for lazy type aliases A-rustdoc-json Area: Rustdoc JSON backend A-testsuite Area: The testsuite used to check the correctness of rustc A-variance Area: Variance (https://doc.rust-lang.org/nomicon/subtyping.html) F-lazy_type_alias `#![feature(lazy_type_alias)]` 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-types Relevant to the types team, which will review and decide on the PR/issue.
#114253 by fmease was merged Aug 4, 2023 Loading… 1.73.0
Stabilize PATH option for --print KIND=PATH disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. finished-final-comment-period The final comment period is finished for this PR / Issue. 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.
#114183 by Urgau was merged Sep 7, 2023 Loading… 1.74.0
Perform OpaqueCast field projection on HIR, too. 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.
#114022 by oli-obk was merged Aug 4, 2023 Loading… 1.73.0
coverage: Don't convert filename/symbol strings to CString for FFI A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) 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.
#114005 by Zalathar was merged Aug 11, 2023 Loading… 1.73.0
Remove Scope::Elision from bound-vars resolution. 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.
#113950 by cjgillot was merged Jul 22, 2023 Loading… 1.73.0
Fix wrong span for trait selection failure error reporting 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.
#113945 by chenyukang was merged Aug 4, 2023 Loading… 1.73.0
error/E0691: include alignment in error message 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.
#113913 by dvdhrm was merged Jul 21, 2023 Loading… 1.73.0
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.