Homu queue - rust

This will create a new pull request consisting of 0 PRs.

A rollup is useful for shortening the queue, but jumping the queue is unfair to older PRs who have waited too long.

When creating a real rollup, see this instruction for reference.

752 total, 36 approved, 24 rolled up, 15 failed / /

Sort key # Status Mergeable Title Head ref Assignee Approved by Priority Rollup
1 138416 pending yes Rollup of 12 pull requests Manishearth:rollup-fejor9p Manishearth 4 never
2 136974 pending (try) yes Reduce FormattingOptions to 64 bits m-ou-se:fmt-options-64-bit scottmcm 0 never
3 138405 pending (try) yes Tweak `VecCache` to improve performance Zoxc:vec-cache-tweaks Noratrieb 0 never
4 136457 pending (try) yes Expose algebraic floating point intrinsics calder:master thomcc 0
5 138419 pending (try) yes Test out a more lock-free hash map Zoxc:horde-queries Nadrieril 0
6 137665 approved yes Update sccache to 0.10.0 Kobzol:update-sccache marcoieni marcoieni 0 never
7 138076 approved yes Calculate predecessor count directly tmiasko:pred-count matthewjasper matthewjasper 0 never
8 138157 approved yes Allow more top-down inlining for single-BB callees scottmcm:inline-more-tiny-things Noratrieb oli-obk 0 never
9 138249 approved yes Do not register `Self: AutoTrait` when confirming auto trait (in old solver) compiler-errors:auto-self lcnr lcnr 0 never
10 138273 approved yes metadata: Ignore sysroot when doing the manual native lib search in rustc petrochenkov:nonatroot bjorn3 bjorn3 0 iffy
11 126856 approved yes remove deprecated tool `rls` onur-ozkan:remove-rls clubby789 clubby789 0
12 136842 approved yes Add libstd support for Trusty targets randomPoison:trusty-libstd-v3 ChrisDenton ChrisDenton 0
13 137355 approved yes Implement `read_buf` and vectored read/write for SGX stdio thaliaarchi:io-optional-methods/sgx ChrisDenton ChrisDenton 0
14 137457 approved yes fix for issue 132802: x86 code in `wasm32-unknown-unknown` binaries JayAndJef:issue-132802-fix Kobzol Kobzol 0
15 137504 approved yes Move methods from Map to TyCtxt, part 4. nnethercote:remove-Map-4 Zalathar Zalathar 0
16 137816 approved yes attempt to support `BinaryFormat::Xcoff` in `naked_asm!` folkertdev:naked-asm-xcoff Noratrieb Noratrieb 0
17 138109 approved yes make precise capturing args in rustdoc Json typed Kohei316:feat/rust-doc-precise-capturing-arg aDotInTheVoid aDotInTheVoid,compiler-errors 0
18 138162 approved yes Update the standard library to Rust 2024 ehuss:library-2024 cuviper cuviper 0
19 138175 approved yes Support rmeta inputs for --crate-type=bin --emit=obj sam-mccall:binobj nnethercote nnethercote 0
20 138259 approved yes Disentangle `ForwardGenericParamBan` and `ConstParamTy` ribs compiler-errors:disentangle-ribs BoxyUwU BoxyUwU 0
21 138318 approved yes Rustdoc: remove a bunch of @ts-expect-error from main.js lolbinarycat:rustdoc-js-less-expect-error-part2 notriddle notriddle 0
22 138343 approved yes Enable `f16` tests for `powf` tgross35:f16-powf joboet joboet 0
23 138346 approved yes naked functions: on windows emit `.endef` without the symbol name folkertdev:naked-asm-windows-endef ChrisDenton ChrisDenton 0
24 138371 approved yes Update compiletest's `has_asm_support` to match rustc cuviper:stable-asm-test jieyouxu jieyouxu 0
25 138380 approved yes ci: add runners for vanilla LLVM 20 cuviper:ci-llvm-20 jdno Kobzol 0
26 138389 approved yes use `expect` instead of `allow` onur-ozkan:use-expect jieyouxu jieyouxu 0
27 138399 approved yes Delegation: allow foreign fns `reuse` Bryanskiy:delegation-extern-fn petrochenkov petrochenkov 0
28 138404 approved yes Cleanup sysroot locating a bit bjorn3:sysroot_handling_cleanup jieyouxu petrochenkov,jieyouxu 0
29 134076 approved yes Stabilize `std::io::ErrorKind::InvalidFilename` GrigorenkoPV:InvalidFilename joboet joboet 0 always
30 138280 approved yes fix ICE in pretty-printing `global_asm!` folkertdev:mir-dump-asm-const compiler-errors compiler-errors 0 always
31 138357 approved yes merge `TypeChecker` and `TypeVerifier` lcnr:goodbye-TypeVerifier-rarw compiler-errors compiler-errors 0 always
32 138394 approved yes remove unnecessary variant lcnr:yeet-variant compiler-errors compiler-errors 0 always
33 138403 approved yes Delegation: one more ICE fix for `MethodCall` generation Bryanskiy:delegation-ice-2 petrochenkov petrochenkov 0 always
34 138407 approved yes Delegation: reject C-variadics Bryanskiy:delegation-variadic petrochenkov petrochenkov 0 always
35 138409 approved yes Use sa_sigaction instead of sa_union.__su_sigaction for AIX xingxue-ibm:use-sigaction BoxyUwU compiler-errors 0 always
36 138417 approved yes minor interpreter cleanups RalfJung:interpret-cleanup oli-obk oli-obk 0 always
37 137081 yes change config.toml to bootstrap.toml Shourya742:2025-02-15-change-config.toml-to-bootstrap.toml onur-ozkan 10 never
38 134626 yes Add Three Codegen Tests veera-sivarajan:five-codegen-tests Mark-Simulacrum 5 iffy
39 136804 Rollup of 6 pull requests Zalathar:rollup-o3nyapl 5 never
40 120193 yes #[cold] on match arms x17jiri:cold_match_arms oli-obk 0 never
41 120762 yes Expand assumes to the other unchecked slice ops saethlin:assume-in-get-unchecked 0 never
42 120855 yes Introduce -Zsplit-metadata option bjorn3:split_metadata4 petrochenkov 0 never
43 128320 yes Avoid no-op unlink+link dances in incr comp saethlin:link-me-maybe compiler-errors 0 never
44 129183 yes Detect more `cfg`d out items in resolution errors estebank:cfg-visitor cjgillot 0 never
45 129498 yes Try enabling precondition checks on ptr::{read,write} saethlin:ptr-read-write-precondition 0 never
46 130227 yes Remove placeholders completely amandasystems:remove-placeholders-completely lcnr 0 never
47 130909 yes Infer nounwind and use it in MIR opts saethlin:infer-nounwind 0 never
48 132038 yes Add lint rule for `#[deprecated]` on re-exports kailan:deprecated-use jieyouxu 0 iffy
49 132553 yes Make `Rc<T>::deref` and `Arc<T>::deref` zero-cost EFanZh:zero-cost-rc-arc-deref joboet 0 never
50 133662 yes Use `iter::repeat_n` to implement `Vec::extend_with` paolobarbolini:vec-extend-with-via-repeatn Noratrieb 0 never
51 133889 yes Consider fields to be inhabited if they are unstable compiler-errors:inh-unstable Nadrieril 0 never
52 133984 yes Lower BinOp::Cmp to llvm.{s,u}cmp.* intrinsics DaniPopes:scmp-ucmp scottmcm 0 never
53 135483 CI: split i686-msvc job marcoieni:split-i686-msvc Kobzol 0 never
54 135771 yes [rustdoc] Add support for associated items in "jump to def" feature GuillaumeGomez:jump-to-def-perf fmease 0 never
55 135804 yes Stop backtracing if the stack pointer gets stuck ChrisDenton:backtrace-wine joboet 0 never
56 136264 yes Optimize `ToString` implementation for integers GuillaumeGomez:optimize-integers-to-string Mark-Simulacrum 0 never
57 136693 yes Rewrite UTF-8 validation in shift-based DFA for 70%~135% performance increase on non-ASCII strings oxalica:feat/shift-dfa-utf8 the8472 0 never
58 136788 yes [perf experiment] A MIR pass removing unneded temporary locals FractalFir:prop_trivial_locals matthewjasper 0 never
59 136988 yes Use the new solver in the `impossible_predicates` compiler-errors:impossible_predicates lcnr 0 never
60 137152 yes Add a .bss-like scheme for encoded const allocs saethlin:bss-const-allocs wesleywiser 0 never
61 137275 yes Make skip_whitespace do a single pass (with bytes) hkBst:single_pass_skip_ws_bytes nnethercote 0 never
62 137278 yes added some new test to check for result and options opt heiseish:101210-extra-codegen-tests scottmcm 0 iffy
63 137762 yes Reserve before `write_fmt` for owned buffers thaliaarchi:io-optional-methods/write-fmt workingjubilee 0 never
64 137908 yes Attempt to use the high part of the `size_hint` in `collect` (again) scottmcm:another-size-hint-attempt cuviper 0 never
65 137972 yes Ensure constants are WF before calling into CTFE BoxyUwU:ty_const_wf_before_eval 0 never
66 138001 yes mir_build: consider privacy when checking for irrefutable patterns meithecatte:privately-uninhabited Nadrieril 0 never
67 138176 yes Prefer built-in sized impls (and only sized impls) for rigid types always compiler-errors:rigid-sized-obl lcnr 0 never
68 138283 yes Enforce type of const param correctly in MIR typeck compiler-errors:enforce-const-param BoxyUwU 0 never
69 95385 yes Add `mem::conjure_zst` for creating ZSTs out of nothing scottmcm:mem-conjure-zst kennytm 0
70 106418 yes Implement `PartialOrd` and `Ord` for `Discriminant` EFanZh:implement-ord-for-discriminant dtolnay 0
71 106643 yes Allow only implementing `Read::read_buf` WaffleLapkin:read_recursive dtolnay 0
72 108684 yes Clarify drop_in_place safety Manishearth:dip-safety JakobDegen 0
73 110406 yes rustdoc-json: Add test for #[automatically_derived] attribute aDotInTheVoid:rdj-derived-impl-attr 0
74 113095 yes Document `become` keyword WaffleLapkin:document_becoming_unuwuable workingjubilee 0
75 113891 yes Add more syscall doc aliases to std docs SabrinaJewson:more-syscall-aliases Mark-Simulacrum 0
76 115954 yes cfi: Store type erasure witness for Argument maurer:cfi-workaround m-ou-se 0
77 118087 yes Add Ref/RefMut try_map method GrigorenkoPV:refcell_try_map Mark-Simulacrum 0
78 118717 yes Add new solver / old solver opaque type tests traviscross:TC/add-new-solver-opaque-tests compiler-errors 0
79 119220 yes Uplift `clippy::invalid_null_ptr_usage` lint Urgau:uplift-invalid_null_ptr_usage fee1-dead 0
80 119798 yes Add diagnostic for stack allocations of 1 GB or more iSwapna:issue-83060-fix estebank 0
81 120072 yes style-guide: Tweak `Cargo.toml` formatting to not put `description` last joshtriplett:style-guide-cargo-tweak yaahc 0
82 120708 yes Add `or_try_*` variants for HashMap Entry API peterjoel:entry_try m-ou-se 0
83 120808 yes Split elided_lifetime_in_paths into tied and untied shepmaster:split-elided-lifetimes-in-paths davidtwco 0
84 121494 yes add tests which assert that import list for simple executable not changed silently klensy:assert-import-list ChrisDenton 0
85 121742 yes sess: stabilize `-C stack-protector=all` davidtwco:stabilize-stack-protector-all nikic 0
86 121762 yes style-guide: Note that we don't account for comments in every possible place joshtriplett:style-comments-best-effort calebcartwright 0
87 121910 yes Revert "Change prefetch to avoid deadlock" Zoxc:rev-118488 cjgillot 0
88 123213 yes Remove impl of Allocator for &A workingjubilee:resume-with-references-only-on-request Mark-Simulacrum 0
89 123239 yes Implement a lint for implicit autoref of raw pointer dereference - take 2 Urgau:dangerous_implicit_autorefs jdonszelmann 0
90 123617 yes sanitizers: Stabilize AddressSanitizer and LeakSanitizer for the Tier 1 targets rcvalle:rust-stabilize-core-sanitizers davidtwco 0
91 124078 yes test apiraino:test-pr-assignment apiraino 0
92 124852 yes alias-relate: add fast reject optimization lcnr:search-graph-uwu compiler-errors 0
93 125721 yes Stop emitting spans from proc macro compile time in quote expansion bjorn3:proc_macro_quote_no_spans davidtwco 0
94 126604 Uplift `clippy::double_neg` lint as `double_negations` kadiwa4:uplift_double_negation nnethercote 0
95 127013 yes Add `f16` formatting and parsing tgross35:f16-format-parse 0
96 127401 yes [EXPERIMENT] Ban generics in variadic args workingjubilee:ban-generics-in-variadic-args 0
97 128070 yes Rewrite the compiletest directive parser tgross35:compiletest-parser-rewrite jieyouxu 0
98 128637 yes Improve dead code analysis for structs and traits defined locally mu001999-contrib:dead-code/enhance estebank 0
99 128906 yes Hint on unknown escape of Unicode quotation marks in string literal lolbinarycat:unicode-quote-hint compiler-errors 0
100 128947 yes Perform ThinLTO on x86_64-pc-windows-msvc dist builder Zoxc:thinlto-msvc 0
101 129114 yes stabilize std::path::Path::file_prefix mbhall88:stabilize-file_prefix Amanieu 0
102 129121 yes Stabilize `tcp_quickack` devnexen:stabilize_ext_linux_tcp_layer BurntSushi 0
103 129334 yes Implement (part of) ACP 429: add `DerefMut` to `Lazy[Cell/Lock]` ChayimFriedman2:more-lazy-methods BurntSushi 0
104 129822 yes Docs - type guarantees update WiktorPrzetacznik:docs-guarantees-update BurntSushi 0
105 129872 yes impl `AsRef<[T; N]>` and `AsMut<[T; N]>` for `[T; N]` GrigorenkoPV:array-as-array 0
106 129989 yes [Coverage][MCDC] Do not initialize mcdc parameters for instances containing no mcdc statements Lambdaris:check-mcdc-statements Zalathar 0
107 130382 yes Add a run-make test for Arm target-cpu features. chrisnc:arm-target-cpu-feature-test jieyouxu 0
108 130463 yes Generating a documentation for tests Infineon:test_documentation GuillaumeGomez 0
109 130552 yes Support 128-bit atomics on x86_64-fortanix-unknown-sgx taiki-e:sgx-atomic-128 wesleywiser 0
110 130643 yes Beautify doctest path GuillaumeGomez:beautify-doctest-path notriddle 0
111 130682 yes Add `peek_index` to `Enumerate` x4exr:master cuviper 0
112 130751 yes Suggest adding missing braces in `const` block pattern GrigorenkoPV:missing-{-in-const 0
113 130780 yes Remove unstable cfg `target(...)` compact feature Urgau:withdrawn-cfg-target-compact BoxyUwU 0
114 130887 yes Safer implementation of RepeatN Soveu:repeatn Amanieu 0
115 131160 yes Handle `rustc_middle` cases of `rustc::potential_query_instability` lint ismailarilik:handle-potential-query-instability-lint-for-rustc-middle estebank 0
116 131203 yes JumpThreading: fix bitwise not on non-booleans clubby789:jumpthreading-not cjgillot 0
117 131282 yes std: detect stack overflows in TLS destructors on UNIX joboet:thread_local_stack_overflow Amanieu 0
118 131309 yes Warn about C-style octal literals GrigorenkoPV:suspicious-leading-zero Urgau 0
119 131340 yes Implement split_pattern on slices eduardorittner:master Amanieu 0
120 131923 yes Derive `Copy` and `Hash` for `IntErrorKind` ranger-ross:impl-copy-hash-interrorkind m-ou-se 0
121 132146 yes Add lint against (some) interior mutable consts Urgau:interior_mut_consts lcnr 0
122 132331 yes Use CLOCK_BOOTTIME for Instant in Fuchsia/Android mathukumillia:convert_instant_boottime jhpratt 0
123 132469 yes Do not suggest borrow that is already there in fully-qualified call estebank:issue-132041 Nadrieril 0
124 132833 yes Stabilize let chains in the 2024 edition est31:stabilize_let_chains fee1-dead 0
125 132904 yes only use generic info when ty var belong it in orphan check bvanjoi:issue-132826 fmease 0
126 133055 yes Expand `CloneToUninit` documentation. kpreid:clone-uninit-doc Mark-Simulacrum 0
127 133128 yes Resolve the false positive dead_code lint when type is only used via destructuring m-ysk:feature/issue-132874 nnethercote 0
128 133149 yes Provide more context on `Fn` closure modifying binding estebank:niko-rustnation compiler-errors 0
129 133245 yes [IT'S NOT TIME YET] Disarm `time` 💣 (diagnostics) jieyouxu:disarm-time-bomb 0
130 133615 yes Implement Condvar using futex requeue ruihe774:condvar-requeue Amanieu 0
131 133661 yes [WIP] Support intra-doc links to impls on dyn traits camelid:dyn-doc-link fmease 0
132 133820 yes Stabilize `derive(CoercePointee)` dingxiangfei2009:stabilize-coerce-pointee compiler-errors 0
133 133870 yes Stabilize `asm_goto` feature gate nbdd0121:asm tmandry 0
134 133952 yes Remove wasm legacy abi bjorn3:remove_wasm_legacy_abi alexcrichton 0
135 133981 rustdoc-json: Refractor and document Id's aDotInTheVoid:document-docs-ids fmease 0
136 134004 yes Add unstable hotpatch flag to rustc nebulark:hotpatch_flag jieyouxu 0
137 134006 yes setup typos check in CI klensy:typos nnethercote 0
138 134213 yes Stabilize `naked_functions` folkertdev:stabilize-naked-functions traviscross 0
139 134232 yes Share the naked asm impl between cg_ssa and cg_clif bjorn3:naked_asm_improvements estebank 0
140 134270 yes Suggest how to fix with unconstrained type parameters kei519:fix-107295 cjgillot 0
141 134348 yes Show pending obligations as unsatisfied constraints in `report_similar_impl_candidates` contextgeneric:show-pending-constraints-in-fulfillment-error wesleywiser 0
142 134442 yes Specify the behavior of `file!` epage:change workingjubilee 0
143 134536 yes Lint on fn pointers comparisons in external macros Urgau:fn-ptr-option compiler-errors 0
144 134598 yes Update/relax str/String utf8 safety docs zachs18:string-utf8-safety-docs joshtriplett 0
145 134663 yes Implementation of `sync_nonpoison` and `nonpoison_mutex` Aandreba:sync_nonpoison tgross35 0
146 134841 yes Look at proc-macro attributes when encountering unknown attribute estebank:serde-attr-4 wesleywiser 0
147 135001 Allow using self-contained LLD in bootstrap Kobzol:bootstrap-mcp-510 onur-ozkan 0
148 135008 yes Consider parent aliases of rigid nested projections for outlives bounds compiler-errors:outlives-nested-projection 0
149 135015 yes Partially stabilize LoongArch target features heiher:stabilize-loongarch-target-features joshtriplett 0
150 135052 yes Emit single error for `+ use<'_>` and don't suggest `use<'static>` estebank:issue-134194 compiler-errors 0
151 135080 yes core: Make `Debug` impl of raw pointers print metadata if present Enselic:debug-ptr-metadata thomcc 0
152 135099 yes Add FileCheck annotations to mir-opt/copy-prop Shunpoco:116971-mir-opt-copy-prop cjgillot 0
153 135160 yes aarch64-softfloat: forbid enabling the neon target feature RalfJung:aarch64-softfloat-not-neon Noratrieb 0
154 135178 yes Document the behaviour of RUST_MIN_STACK=0 Gankra:patch-2 Amanieu 0
155 135240 yes Add unstable option to nul-terminate location strings Darksonn:location-nul-flag oli-obk 0
156 135340 yes Add `explicit_extern_abis` Feature and Enforce Explicit ABIs obeis:explicit-extern-abis traviscross 0
157 135394 yes `MaybeUninit` inherent slice methods part 2 clarfonthey:uninit-slices-part-2 BurntSushi 0
158 135527 yes Move coroutine upvars into locals for better memory economy dingxiangfei2009:move-upvars-to-locals-for-tests 0
159 135538 yes Add support for excluding tests via config.toml Aditya-PS-05:add-config-toml-test-exclude Mark-Simulacrum 0
160 135562 yes Add ignore value suggestion in closure body chenyukang:yukang-fix-128561 estebank 0
161 135578 yes Add a deterministic constructor for `RandomState` bkragl:deterministic_random_state jhpratt 0
162 135602 yes Tweak output of missing lifetime on associated type estebank:issue-135589 Nadrieril 0
163 135635 Move `std::io::pipe` code into its own file tbu-:pr_io_pipe joboet 0
164 135656 yes Add `-C hint-mostly-unused` to tell rustc that most of a crate will go unused joshtriplett:hint-mostly-unused saethlin 0
165 135731 yes Implement parsing of pinned borrows frank-king:feature/pin-borrow traviscross 0
166 135734 yes Correct `extract_if` sample equivalent. nk9:extract_if-doc-equivalent the8472 0
167 135735 yes Remove outdated comment about std::hash::DefaultHasher being inaccessible dbdr:patch-1 ibraheemdev 0
168 135743 yes Changed docs to be less misleading in path::file_name(&self) Andyson007:master ChrisDenton 0
169 135761 yes Dial down detail of B-tree description hkBst:patch-9 tgross35 0
170 135822 yes Stabilize `anonymous_pipe` tbu-:pr_io_pipe_stabilisation joboet 0
171 135830 yes Improve display of const unstable display feature info GuillaumeGomez:const-unstable-item-info notriddle 0
172 135927 yes x86-retpoline flag (target modifier) to enable retpoline-related target features azhogin:azhogin/retpoline davidtwco 0
173 135931 yes `byte_pattern`: share the `TwoWaySearcher` between byte and `str` folkertdev:byte-pattern-two-way-searcher BurntSushi 0
174 135954 yes test (do not merge) apiraino:test2 Noratrieb 0
175 135975 yes Implementation of push_mut balt-dev:master ibraheemdev 0
176 136001 yes Overhaul examples for PermissionsExt hkBst:patch-21 cuviper 0
177 136006 yes Start using pattern types in libcore oli-obk:push-tzonluoyuwkq 0
178 136036 yes Rewrite docs for fetch_update for clarity hkBst:patch-26 thomcc 0
179 136040 yes Remove unused trait BoundedSize mu001999-contrib:cleanup the8472 0
180 136077 yes Weekly `cargo update` rust-lang:cargo_update Mark-Simulacrum 0
181 136083 yes Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc bend-n:⃤⃤ wesleywiser 0
182 136160 yes Remove backticks from `ShouldPanic::YesWithMessage`'s `TrFailedMsg` ShE3py:should-panic-backticks thomcc 0
183 136177 yes clarify BufRead::{fill_buf, consume} docs hkBst:patch-24 ibraheemdev 0
184 136183 yes Update iterator.rs to use arrays by value hkBst:patch-25 Amanieu 0
185 136210 yes Add tests for dyn-incompatible cases estebank:dyn-incompatibility-tests cjgillot 0
186 136230 yes Reword incorrect documentation about SocketAddr having varying layout clarfonthey:net-memory-layout-assumptions cuviper 0
187 136293 yes document capacity for ZST as example hkBst:patch-32 Amanieu 0
188 136316 yes Create `Atomic<T>` type alias (rebase) GrigorenkoPV:generic_atomic thomcc 0
189 136320 yes exit: document interaction with C RalfJung:exit the8472 0
190 136333 yes Pass deployment target to cc linker with `-m*-version-min=` madsmtm:deployment-target-version estebank 0
191 136355 yes Add `*_value` methods to proc_macro lib GuillaumeGomez:proc-macro_add_value_retrieval_methods Amanieu 0
192 136359 yes doc all differences of ptr:copy(_nonoverlapping) with memcpy and memmove hkBst:ptr_copy_docs Amanieu 0
193 136400 yes Improve handling of rustdoc lints when used with raw doc fragments. lolbinarycat:rustdoc-link-lint-135851 fmease 0
194 136496 yes Pattern Migration 2024: suggest nicer patterns dianne:beautify-pat-migration-output Nadrieril 0
195 136578 yes Add contracts for all functions in `Alignment` tautschnig:upstream-contracts/alignment tgross35 0
196 136594 yes Faster fmt::Display of 128-bit integers, without unsafe pointer pascaldekloe:fmt-int128 tgross35 0
197 136597 yes -Zharden-sls flag (target modifier) added to enable mitigation against straight line speculation (SLS) azhogin:azhogin/sls estebank 0
198 136612 yes Revise docs for `thir::PatKind::ExpandedConstant` Zalathar:expanded-const Nadrieril 0
199 136632 yes cg_llvm: Replace some DIBuilder wrappers with LLVM-C API bindings (part 2) Zalathar:llvm-di-builder workingjubilee 0
200 136677 yes Fix `Display` for invalid UTF-8 in `OsStr`/`Path` thaliaarchi:os_str-formatter-flags ChrisDenton 0
201 136687 yes Improve the documentation of `Display` and `FromStr`, and their interactions joshtriplett:improve-display-and-fromstr-docs Amanieu 0
202 136729 yes StripDebugInfo can be disabled by #[optimize(none)] kornelski:keep-unopt-debug Noratrieb 0
203 136732 yes Implement `Random` for array sorairolake:add-random-for-array joboet 0
204 136733 yes Implement `Random` for `num::{Saturating,Wrapping}` sorairolake:add-random-for-num-module-types BurntSushi 0
205 136769 yes Provide optional `Read`/`Write` methods for stdio thaliaarchi:io-optional-methods/stdio joboet 0
206 136801 yes Implement `Random` for tuple sorairolake:add-random-for-tuple joshtriplett 0
207 136877 yes Fix missing const for inherent pointer `replace` methods Sky9x:const-inherent-ptr-replace jhpratt 0
208 136906 yes Add checking for unnecessary delims in closure body chenyukang:yukang-fix-136741-closure-body oli-obk 0
209 136912 yes Add missing trait implementations for ScopedJoinHandle Rosdf:scoped-threads-ext Mark-Simulacrum 0
210 136997 yes Instantiate predicate binder without recanonicalizing goal in new solver compiler-errors:eager-binder lcnr 0
211 137025 yes Set mmapped files as readonly to prevent other processes from modifying it by accident oli-obk:mmap fee1-dead 0
212 137042 yes As per issue #136827 submitting updates to E0495 documentation progressive-galib:E0495-documentation-fix-#136827 Noratrieb 0
213 137051 yes Implement default methods for `io::Empty` and `io::Sink` thaliaarchi:io-optional-impls/empty m-ou-se 0
214 137067 yes Hint on unknown escape of Unicode quotation marks in string literal HypheX:unicode-quote-hint wesleywiser 0
215 137090 yes Add some rmeta instrumentation saethlin:noise 0
216 137096 yes Stabilize flags for doctest cross compilation ehuss:stabilize-doctest-xcompile fmease 0
217 137147 yes Add exclude to config.toml Shourya742:2025-02-16-support-exclude-in-config.toml onur-ozkan 0
218 137193 yes Add unstable frontmatter support epage:frontmatter fee1-dead 0
219 137229 yes Add support for macro expansion in rustdoc source code pages GuillaumeGomez:expand-macro notriddle 0
220 137264 yes Allow Transmute in Analysis(PostCleanup) scottmcm:allow-transmute-sooner compiler-errors 0
221 137268 yes Allow comparisons between `CStr`, `CString`, and `Cow<CStr>`. bjoernager:c-string-eq-c-str BurntSushi 0
222 137306 yes Remove `i128` and `u128` from `improper_ctypes_definitions` tgross35:remove-i128-u128-improper-ctypes workingjubilee 0
223 137323 yes Guarantee behavior of transmuting Option::<T>::None subject to NPO joshlf:transmute-npo RalfJung 0
224 137330 yes Document `From::from` impls TimTheBig:document-from workingjubilee 0
225 137357 yes Document results of non-positive logarithms syvb:sv/log-docs Noratrieb 0
226 137396 yes Recover `param: Ty = EXPR` compiler-errors:param-default fmease 0
227 137400 yes Adjustments to `Extend<(T, …)> for (ExtendT, …)` implementations steffahn:extend-1-tuple joboet 0
228 137408 yes Remove deserializing/reserializing toml from configure.py abylaw:simplify-configure clubby789 0
229 137409 yes Tweak comma handling of "missing match arm" suggestion and fix "remove this arm" suggestion, and make suggestion verbose estebank:match-arm compiler-errors 0
230 137418 yes Add rusty stack protector SparrowLii:rusty-stack-protector 0
231 137424 yes uefi: helpers: Add DevicePathNode abstractions Ayush1325:uefi-path-node Mark-Simulacrum 0
232 137432 yes Add as_ascii_unchecked() methods to char, u8, and str djscythe:char_u8_str_as_ascii_unchecked cuviper 0
233 137439 yes Stabilise `std::ffi::c_str` clarfonthey:c-str-module BurntSushi 0
234 137447 yes add `core::intrinsics::simd::{simd_extract_dyn, simd_insert_dyn}` folkertdev:simd-extract-insert-dyn scottmcm 0
235 137449 yes Denote `ControlFlow` as `#[must_use]` compiler-errors:control-flow Amanieu 0
236 137454 yes not lint break with label and unsafe block mu001999-contrib:fix-137414 wesleywiser 0
237 137465 yes mir_build: Avoid some useless work when visiting "primary" bindings Zalathar:visit-primary cjgillot 0
238 137474 yes pretty-print: Print shebang at the top of the output VlaDexa:shebang-placement estebank 0
239 137492 yes libstd: rustdoc: correct note on fds 0/1/2 pre-main nabijaczleweli:master thomcc 0
240 137494 yes libstd: init(): dup() subsequent /dev/nulls instead of opening them again nabijaczleweli:dup Mark-Simulacrum 0
241 137535 yes Introduce `-Zsplit-metadata` to split metadata out of rlibs/dylibs Kobzol:split-metadata petrochenkov 0
242 137538 yes fix doc path in std::fmt macro tapanprakasht:fix-doc-path thomcc 0
243 137546 yes update doc for Vec::into_boxed_slice heiseish:doc-125941 the8472 0
244 137564 yes rustdoc: add known-bug test for issue #24686 lolbinarycat:rustdoc-deref-24686 GuillaumeGomez 0
245 137574 yes Make `std/src/num` mirror `core/src/num` tgross35:std-float-reorganization workingjubilee 0
246 137584 yes rustdoc: improve the summary icon liigo:improve_summary_icon notriddle 0
247 137593 yes fix download-llvm logic for subtree sync branches RalfJung:subtree-sync-download-llvm Mark-Simulacrum 0
248 137598 yes Added `unchecked_div` and `unchecked_rem` to signed and unsigned numerical types madhav-madhusoodanan:feature-unchecked-div-rem the8472 0
249 137619 yes Provide helpful diagnostics for shebang lookalikes Pyr0de:issue_137249 fmease 0
250 137623 yes Suggest using dotdot for ignoring pat fields TaKO8Ki:suggest-using-dotdot-for-ignoring-fields petrochenkov 0
251 137683 yes Add a tidy check for GCC submodule version Kobzol:tidy-gcc-submodule GuillaumeGomez 0
252 137714 yes Doc fix DiuDiu777:doc-fix thomcc 0
253 137720 yes support `#[target_feature(enable = ...)]` on `#[naked]` functions folkertdev:naked-function-target-feature Amanieu 0
254 137725 yes Add `iter` macro oli-obk:i-want-to-move-it-move-it compiler-errors 0
255 137729 yes add test to reproduce #137687 and fix it by converting `#[crate_name]` to a new-style attribute parser jdonszelmann:fix-137687 fmease 0
256 137736 yes Don't attempt to export compiler-builtins symbols from rust dylibs bjorn3:compiler_builtins_export_fix petrochenkov 0
257 137738 yes Make slice iterator constructors unstably const Daniel-Aaron-Bloom:const_slice_make_iter m-ou-se 0
258 137759 yes Add `std::os::unix::process::CommandExt::chroot` to safely chroot a child process joshtriplett:command-chroot workingjubilee 0
259 137761 yes Optimize `CharIndices::advance_by` thaliaarchi:char-indices-advance-by scottmcm 0
260 137783 yes Fix code suggestion for local enum patterns in non-exhaustive matches makai410:match-arm-err BoxyUwU 0
261 137785 yes bootstrap: allow to set clippy.toml for x.py clippy klensy:clippy-config clubby789 0
262 137803 yes Add new rustdoc `broken_footnote` lint GuillaumeGomez:broken-footnote notriddle 0
263 137831 yes Tweak auto trait errors estebank:auto-trait-err compiler-errors 0
264 137835 yes Use `BinOp::Cmp` for `iNN::signum` scottmcm:signum ibraheemdev 0
265 137843 yes make RefCell unstably const Daniel-Aaron-Bloom:const_cell joshtriplett 0
266 137854 yes Create personality stub function for no_std panic=abort crates Noratrieb:stub-personality 0
267 137858 yes Add new `unused_footnote_definition` rustdoc lint GuillaumeGomez:unused_footnote_def notriddle 0
268 137864 yes Don't drop `Rvalue::WrapUnsafeBinder` during GVN compiler-errors:unsafe-binder-gvn oli-obk 0
269 137869 yes Demote i686-pc-windows-gnu to Tier 2 Noratrieb:Now_I_am_become_death,_the_destroyer_of_i686-pc-windows-gnu workingjubilee 0
270 137870 yes Improve HashMap docs for const and static initializers karolzwolak:lazylock-const-hashmaps-137566 cuviper 0
271 137872 yes Include whitespace in "remove |" suggestion and make it hidden estebank:extra-vert compiler-errors 0
272 137889 yes update outdated doc with new example mu001999-contrib:update-doc wesleywiser 0
273 137890 yes doc: clarify that consume can be called after BufReader::peek lolbinarycat:docs-bufreader-peek-consume Mark-Simulacrum 0
274 137897 yes fix slow tls on apple targets xTachyon:tls-fix Amanieu 0
275 137928 yes stabilize const_cell RalfJung:const_cell dtolnay 0
276 137935 yes [rustdoc] Allow to link to current crate GuillaumeGomez:current-crate-intra-doc notriddle 0
277 137953 yes simd intrinsics with mask: accept unsigned integer masks, and fix some of the errors RalfJung:simd-intrinsic-masks workingjubilee 0
278 137968 yes Properly escape regexes in Python scripts dingxiangfei2009:patch-1 Mark-Simulacrum 0
279 137984 yes [rustdoc] Additional notes on reexport chain with #[doc(hidden)] xizheyin:issue-137342-patch GuillaumeGomez 0
280 137992 yes Stabilise `os_string_pathbuf_leak` its-the-shrimp:stabilise_os_string_pathbuf_leak dtolnay 0
281 138003 yes Add the new `amx` target features and the `movrs` target feature sayantn:new-amx workingjubilee 0
282 138005 yes Clarify MaybeUninit docs hkBst:clarify_maybe_uninit_docs BurntSushi 0
283 138011 yes Add minimal x86_64-unknown-lynxos_178-elf support. tnewsome-lynx:lynxos_178-nostd davidtwco 0
284 138016 yes Added `Clone` implementation for `ChunkBy` nwoods-cimpress:slice_chunkby_clone joshtriplett 0
285 138017 yes Tighten up assignment operator representations. nnethercote:tighten-assignment-op spastorino 0
286 138018 yes rustdoc: Use own logic to print `#[repr(..)]` attributes in JSON output. obi1kenobi:pg/librustdoc_repr_attr aDotInTheVoid 0
287 138023 yes Add `std::io::Seek` instance for `std::io::Take` melrief:97227_impl_Seek_for_Take tgross35 0
288 138024 yes Allow optimizing out `panic_bounds_check` in Unicode checks. reitermarkus:unicode-panic-optimization ibraheemdev 0
289 138025 yes Add GlobalAsm as a valid ItemKind to StableMIR celinval:issue-0095-global-asm compiler-errors 0
290 138036 yes Stop projecting into SIMD types in `ui/simd/` tests scottmcm:ban-simd-projection cjgillot 0
291 138037 yes Fix split index calculation in `check_type_alias_where_clause_location` stuuupidcat:fix/where-cfg BoxyUwU 0
292 138056 yes rustc_target: Add target features for LoongArch v1.1 heiher:loong64v1.1-features petrochenkov 0
293 138062 yes Enable Non-determinism of float operations in Miri and change std tests LorrensP-2158466:miri-enable-float-nondet RalfJung 0
294 138068 yes Add `Result::map_or_default` and `Option::map_or_default` fpervaiz:master Amanieu 0
295 138080 yes Leave a breadcrumb towards bootstrap config documentation in `bootstrap.toml` moxian:bootstrap-breadcrumb jieyouxu 0
296 138082 yes Remove `#[cfg(not(test))]` gates in `core` thaliaarchi:slice-cfg-not-test thomcc 0
297 138085 yes remove invalid workspaceFolder prefix from the zed rust-analyzer config cjhowedev:fix-zed-rust-analyzer-json Mark-Simulacrum 0
298 138104 yes Greatly simplify doctest parsing and information extraction GuillaumeGomez:simplify-doctest-parsing fmease 0
299 138120 yes Configure triagebot to accept codegen-{gcc,cranelift} ping groups and document ping groups and ping commands jieyouxu:cg_backend_ping_groups 0
300 138122 yes Revert wf sized check on beta compiler-errors:revert-wf-sized-check wesleywiser 0
301 138126 yes Add an opt-out in pretty printing for RTN rendering compiler-errors:rtn-for-sugg oli-obk 0
302 138128 yes Stabilize `#![feature(precise_capturing_in_traits)]` compiler-errors:precise-capturing-in-traits oli-obk 0
303 138135 yes Simplify `PartialOrd` on tuples containing primitives scottmcm:chaining-ord workingjubilee 0
304 138139 yes Emit warning while outputs is not exe and prints linkage info xizheyin:issue-137384 ChrisDenton 0
305 138143 yes rustdoc: add unstable option `--crate-list-heading` to customize the sidebar crate list. kpreid:crate-sidebar notriddle 0
306 138163 yes Separate the unescape functions but avoid duplicating code hkBst:cleanup_lexer_unescape_macros nnethercote 0
307 138167 yes Small code improvement in rustdoc hidden stripper GuillaumeGomez:rustdoc-hidden-stripper-improvement notriddle 0
308 138179 yes Add `src/tools/x` to the main workspace cuviper:x Mark-Simulacrum 0
309 138182 yes tests: adjust expectation for f128 abi on Windows durin42:llvm-21-fp128-windows Mark-Simulacrum 0
310 138206 yes [AIX] Ignore linting on repr(C) structs with repr(packed) or repr(align(n)) amy-kwan:amy-kwan/reprc-struct-power-align-ignore-packed-align SparrowLii 0
311 138230 yes Unnecessary references lint obeis:lint-unnecessary-reference Urgau 0
312 138236 yes uefi: Add OwnedEvent abstraction Ayush1325:uefi-event Mark-Simulacrum 0
313 138237 yes Get rid of `EscapeDebugInner`. reitermarkus:remove-escape-debug-inner thomcc 0
314 138271 yes Keep space if arg does not follow punctuation when lint unused parens mu001999-contrib:fix-138234 fmease 0
315 138275 yes expose `is_s390x_feature_detected!` from `std::arch` folkertdev:expose-is-s390x-feature-detected Mark-Simulacrum 0
316 138282 yes Add `#[repr(u128)]`/`#[repr(i128)]` enums to `improper_ctypes_definitions` beetrees:repr128-not-ffi-safe cjgillot 0
317 138285 yes Stabilize `repr128` beetrees:repr128-stable traviscross 0
318 138290 yes -Zunsigned-char=unsigned|signed|default flag for c_char->u8/i8 selection override azhogin:azhogin/unsigned_char fee1-dead 0
319 138293 yes rustdoc: Gate unstable `doc(cfg())` predicates clubby789:doc-cfg-gate notriddle 0
320 138294 yes Mark some std tests as requiring `panic = "unwind"` paulmenage:test-panic-unwind 0
321 138297 yes Stop putting `Assume`s in MIR for every `enum`-`as` cast scottmcm:less-mir-assume oli-obk 0
322 138301 yes Implement `read_buf` for Hermit thaliaarchi:io-optional-methods/hermit tgross35 0
323 138303 yes Fix Ptr inconsistency in {Rc,Arc} DiuDiu777:rc-fix Mark-Simulacrum 0
324 138309 yes Add missing doc for intrinsic (Fix PR135334) DiuDiu777:intrinsic-doc-fix thomcc 0
325 138314 yes fix usage of `autodiff` macro with inner functions haenoe:autodiff-inner-function oli-obk 0
326 138317 yes privacy: Visit types and traits in impls in type privacy lints petrochenkov:libsearch3 cjgillot 0
327 138323 yes Expand and organize `offset_of!` documentation. kpreid:offset-of-doc Mark-Simulacrum 0
328 138329 yes debug-assert that the size_hint is well-formed in `collect` scottmcm:assert-hint Mark-Simulacrum 0
329 138336 yes Improve `-Z crate-attr` diagnostics jyn514:crate-attr-diagnostics estebank 0
330 138338 yes Functionality for `int_format_into` for integer types madhav-madhusoodanan:feature_int_format_into scottmcm 0
331 138341 yes std: Mention clone-on-write mutation in Arc<T> xizheyin:issue-138322 joboet 0
332 138349 yes Emit function declarations for functions with `#[linkage="extern_weak"]` 1c3t3a:external-weak-cfi rcvalle 0
333 138353 yes remove must_use from <*const T>::expose_provenance RalfJung:expose-provenance-must-use ibraheemdev 0
334 138356 yes bump libc to 0.2.171 to fix xous betrusted-io:bump-libc-0.2.171 jhpratt 0
335 138364 yes ports the compiler test cases to new rust_intrinsic format BLANKatGITHUB:compiler BoxyUwU 0
336 138368 yes KCFI: Add KCFI arity indicator support rcvalle:rust-kcfi-arity davidtwco 0
337 138370 yes Simulate OOM for the `try_oom_error` test cuviper:try_oom_error jhpratt 0
338 138374 yes Enable contracts for const functions celinval:issue-136925-const-contract compiler-errors 0
339 138381 yes Implement `SliceIndex` for `ByteStr` thaliaarchi:bstr-sliceindex Mark-Simulacrum 0
340 138386 yes Update to new attribute parsing infra implemented in PR #135726 vayunbiyani:migrate_attr_parsing_autodiff nnethercote 0
341 138393 yes Allow const patterns of matches to contain pattern types oli-obk:pattern-type-in-pattern BoxyUwU 0
342 138396 yes Enable metrics and verbose tests in PR CI Kobzol:ci-metrics Mark-Simulacrum 0
343 138398 yes atomic intrinsics: clarify which types are supported and (if applicable) what happens with provenance RalfJung:atomic-intrinsics-provenance thomcc 0
344 138400 yes sys/pal/unix/sync/mutex: Fix Mutex::new() on NuttX no1wudi:master workingjubilee 0
345 138406 yes Update mdbook to 0.4.47 ehuss:update-mdbook Mark-Simulacrum 0
346 138412 yes Install licenses into `share/doc/rust/licenses` cuviper:licenses albertlarsan68 0
347 138420 yes Adapt to LLVM dropping CfiFunctionIndex::begin()/end() zmodem:cfifunctionindex_fix durin42 0
348 138423 yes Don't emit error within cast function, propagate it as a `CastError` compiler-errors:delay-emit WaffleLapkin 0
349 138424 Stabilize return type notation (RFC 3654) compiler-errors:return-type-notation 0
350 138425 Remove `feature = "hash_raw_entry"` cuviper:remove-hash_raw_entry jhpratt 0
351 134720 yes Display valid crate types in error message for --crate-type flag malezjaa:feat/crate-type-valid-values jieyouxu 0 always
352 134925 compiletest: Deny usage of special FileCheck suffixes as revision names DavisRayM:130982-deny-special-filecheck-prefixes jieyouxu 0 always
353 135307 yes Cleanup `opaque_type_cycle_error` yotamofek:cleanup-opaque-type-cycle-error compiler-errors 0 always
354 135808 yes Implement Display for ``rustc_target::callconv::Conv`` tiif:conv_display workingjubilee 0 always
355 136072 add two old crash tests cyrgani:old-crash-tests WaffleLapkin 0 always
356 136079 compiler_fence: fix example RalfJung:compiler-fence-example jhpratt 0 always
357 136091 Add some tracing to core bootstrap logic jieyouxu:core-tracing clubby789 0 always
358 136097 rustc_ast: replace some len-checks + indexing with slice patterns etc. yotamofek:check-len-and-index petrochenkov 0 always
359 136101 triagebot: set myself on vacation jieyouxu:away Mark-Simulacrum 0 always
360 137621 yes Add std support to cygwin target Berrysoft:cygwin-std joboet 0 always
361 137793 yes Stablize anonymous pipe NobodyXu:stablise-annoymous-pipe joboet 0 always
362 137836 yes Set `target_vendor = "openwrt"` on `mips64-openwrt-linux-musl` madsmtm:openwrt-target-vendor jieyouxu 0 always
363 138410 yes Couple mir building cleanups bjorn3:misc_cleanups matthewjasper 0 always
364 127173 no Mangle rustc_std_internal_symbols functions bjorn3:mangle_rustc_std_internal_symbol wesleywiser wesleywiser,jieyouxu 0 never
365 126810 no Tweak output of resolve errors estebank:resolve-error-wording petrochenkov 10 never
366 89917 no sess: default to v0 symbol mangling davidtwco:issue-60705-stabilize-rust-symbol-mangling-scheme 0 never
367 105392 no Dedup bounds with parent impl block GuillaumeGomez:rustdoc-dedup-bounds compiler-errors 0 never
368 106852 no Only preserve DebugInfo in DeadStoreElimination if requested. cjgillot:debug-dse JakobDegen 0 never
369 109050 no Only use the new DepNode hashmap for anonymous nodes. cjgillot:no-hash-graph 0 never
370 113125 no typeck: taint if errors found during writeback davidtwco:issue-112824-ctfe-type-mismatch-with-type-error compiler-errors 0 never
371 114538 no Split marking and visit to compute live_symbols. cjgillot:split-live-symbols 0 never
372 114669 no Make metadata a workproduct and reuse it cjgillot:metadata-wp petrochenkov 0 never
373 115003 no Increase parallelism in various locations Zoxc:parallel-tweaks-rebase cjgillot 0 never
374 115613 no Make create_def a side effect instead of marking the entire query as always red oli-obk:create_def_forever_red cjgillot 0 never
375 116173 no New atomic reference counting algorithm m-ou-se:arc Amanieu 0 never
376 116316 no Remove eval_always from check_private_in_public. cjgillot:incr-privacy petrochenkov 0 never
377 116542 no Add range metadata to slice lengths the8472:slice-ref-len-validity cjgillot 0 never
378 116707 no Create an `AllocId` for `ConstValue::Slice`. cjgillot:slice-id 0 never
379 119458 no Do not hash allocations to name them. cjgillot:anonymous-alloc compiler-errors 0 never
380 119501 no Only generate a single shim for clone of copy types. cjgillot:clone-shim 0 never
381 119899 no redesign stage 0 std onur-ozkan:redesign-stage0-std jieyouxu 0 iffy
382 120286 no Implement RFC 3349, mixed utf8 literals nnethercote:3349-mixed-utf8-literals 0 never
383 120525 no rustc_ast: FieldDef: remove span klensy:FieldDef-span oli-obk 0 never
384 120589 no std::thread::available_parallelism merging linux/android/freebsd version devnexen:cpuaff_fbsd_upd m-ou-se 0 never
385 120706 no Initial support for auto traits with default bounds Bryanskiy:leak lcnr 0 never
386 122325 no Stop using LLVM struct types for array/pointer offset GEPs erikdesjardins:array nikic 0 never
387 123219 no [WIP] rustdoc (base+json): add support for variances fmease:rustdoc-variances-json 0 never
388 123259 no Fixup `if T::CONST` in MIR scottmcm:tweak-if-const 0 never
389 124141 no Remove `Nonterminal` and `TokenKind::Interpolated` nnethercote:rm-Nonterminal-and-TokenKind-Interpolated petrochenkov 0 never
390 126391 no Validate environment variable names in `std::process` tbu-:pr_command_env_equals cuviper 0 iffy
391 126651 no Implement consecutive shorthand projections (associated type paths) like `T::AssocA::AssocB` fmease:consec-shorthand-proj compiler-errors 0 never
392 127241 no Mark span parent in def_collector. cjgillot:def-collector-span petrochenkov 0 never
393 127516 no Simplify `LazyAttrTokenStream` nnethercote:simplify-LazyAttrTokenStream petrochenkov 0 never
394 129102 no Experimental: Add Derive Proc-Macro Caching futile:experimental/proc-macro-caching petrochenkov 0 never
395 129881 no Implement struct_target_features. veluca93:struct_tf cjgillot 0 never
396 129931 no mir-opt: Merge all branch BBs into a single copy statement DianQK:match-br-copy cjgillot 0 never
397 130679 no Add inline(usually) saethlin:inline-usually 0 never
398 130963 no Migrate compiler's `&Option<T>` into `Option<&T>` nyurik:opts-rustc petrochenkov 0 never
399 131650 no Add post-mono MIR passes to make mono-reachable analysis more accurate saethlin:post-mono-mir-opts 0 never
400 132527 no Invalidate all dereferences when encountering non-local assignments DianQK:gvn-stmt-iter cjgillot 0 never
401 133502 no [DO NOT MERGE] bootstrap with `-Znext-solver=globally` lcnr:rust4 0 never
402 134009 no cg_llvm: Replace most of our DIBuilder wrappers with LLVM-C API bindings Zalathar:llvm-di workingjubilee 0 never
403 134938 no Include arguments to the precondition check in failure messages saethlin:include-precondition-args 0 never
404 135846 no Detect struct construction with private field in field with default estebank:non-exhaustive-dfv-ctor-2 fmease 0 never
405 136816 no Optimize `notable_trait_buttons` yotamofek:pr/notable-traits-button-cleanup GuillaumeGomez 0 never
406 136860 no Give integer literals a sign instead of relying on negation expressions oli-obk:signed-literals petrochenkov 0 never
407 137294 no Experiment: New format_args!() representation m-ou-se:fmt-args-2025 m-ou-se 0 never
408 93544 no Debug-format fat pointers with their metadata for better insight vojtechkral:fmt-fat-ptrs m-ou-se 0
409 94904 no doc(notable_trait) for impls conradludgate:rustdoc-notable-attr GuillaumeGomez 0
410 98514 no `std::thread` support for the Nintendo 3DS AzureMarker:feature/horizon-threads Mark-Simulacrum 0
411 98991 no Apply deprecation lint to trait method overrides. m-ou-se:deprecated-overrides wesleywiser 0
412 100413 no Track `-Cprofile-use` and `-Cprofile-sample-use` value by file hash, not file path Kobzol:profile-use-track-file-hash wesleywiser 0
413 101551 no [WIP] Add support for custom allocator for `String` zachs18:string_alloc Mark-Simulacrum 0
414 103134 no Kill array_assume_init SUPERCILEX:uninit-array-assume scottmcm 0
415 103376 no Strip leading trailing empty lines in doc code blocks GuillaumeGomez:strip-leading-trailing-empty-lines notriddle 0
416 105377 no rust: library: Add `setsid` method to `CommandExt` trait HarveyHunt:setsid m-ou-se 0
417 105586 no Experimental feature gate proposal `crabi` joshtriplett:abi-experimental-feature-gate nikomatsakis 0
418 105604 no Use ELF-TLS on SGX joboet:sgx_tls m-ou-se 0
419 105877 no `impl PartialEq<{str,String}> for {Path,PathBuf}` (and reversed) Kixunil:impl-partialeq-str-for-path Amanieu 0
420 106074 no Implement RFC 3323: restrictions jhpratt:restrictions compiler-errors 0
421 107122 no Use `Try` trait to make `Once[Cell | Lock]::get_or_try_init` generic over return type joboet:once_try_init_try BurntSushi 0
422 107263 no Allow impl on projection GuillaumeGomez:allow-impl-on-projection oli-obk 0
423 107562 no WIP: Remove `ResumeTy` from async lowering Swatinem:async-resumety-v2 compiler-errors 0
424 107587 no Mark `std` integral modules as deprecated (`std::u32`, `std::i16`, etc.) tgross35:deprecate-std-num-modules dtolnay 0
425 107640 no rustdoc: Add support for local resources GuillaumeGomez:rustdoc-local-resources-2 notriddle 0
426 108001 no Add lint to check if non-inlined local reexports have documentation GuillaumeGomez:unused_reexport_documentation-lint notriddle 0
427 108097 no Change Wasm's `cdylib` etc. to be a "reactor". sunfishcode:sunfishcode/wasi-reactor wesleywiser 0
428 108671 no Implement flatten for `Option<&Option<T>>` and `Option<&mut Option<T>>` Coca162:option_reference_flattening dtolnay 0
429 108981 no Implement `fs_native_path` ChrisDenton:aspath Amanieu 0
430 108993 no Make typeck aware of uninhabited types cjgillot:uninhabited-typeck lcnr 0
431 109350 no Add pattern matching API to OsStr mina86:pattern-2 dtolnay 0
432 110702 no [mir-opt] SimplifyLocals should also clean up debuginfo scottmcm:also-remove-unused-storage-markers cjgillot 0
433 110799 no Use &dyn Any rather than &(dyn Any + Send) for PanicInfo::payload() m-ou-se:panic-payload-dyn-any-no-send m-ou-se 0
434 112106 no Added traits implemented by FnPtr to fn docs with example function mj10021:issue-111182-fix cuviper 0
435 112331 no Report allocation errors as panics, second attempt Amanieu:panic-oom-payload2 m-ou-se 0
436 112457 no Make `std::mem::transmute_copy` accept `?Sized` inputs nvzqz:feat/unsized-transmute_copy m-ou-se 0
437 112469 no Only use the new node hashmap for anonymous nodes. cjgillot:graph-anon-hashmap Zoxc 0
438 114209 no tidy watcher klensy:better-than-remembrall wesleywiser 0
439 114531 no Implement `From<&'a &'static str>` for `Arguments<'a>` EFanZh:implement-from-str-for-arguments m-ou-se 0
440 114900 no Allow a MIR analysis to perform the state `join` directly Jarcho:mut_join cjgillot 0
441 114917 no Dummy PR to test coverage test changes in CI Zalathar:dummy-coverage 0
442 115501 no Add new inherit_handles flag to CommandExt trait michaelvanstraten:set_inherit_handles ChrisDenton 0
443 115746 no Print thread ID in panic message tgross35:unnamed-threads-panic-message cuviper 0
444 115802 no rustdoc search: Allow to filter on multiple crates GuillaumeGomez:rustdoc-search-multiple-crate-filtering notriddle 0
445 116247 no WIP: Check uninhabitedness through the trait solver cjgillot:uninhabited-predicate lcnr 0
446 116882 no rustdoc: hide `#[repr]` if it isn't part of the public ABI fmease:rustdoc-generalized-priv-repr-heuristic notriddle 0
447 117682 no Don't check GAT bounds in normalization aliemjay:gat-relax-lifetimes 0
448 117991 no Clarify safety of layout_for_ptr CAD97:layout-for-ptr cuviper 0
449 118270 no Allow coercions from never-type when ref binding is involved Aaron1011:ref-pat-never-coerce compiler-errors 0
450 118480 no Specialize sleep_until implementation dvdsk:sleep_until_os_specific_impl cuviper 0
451 118711 no [rustdoc] Add `no-hidden-lines` codeblock attribute GuillaumeGomez:raw-codeblock-attribute notriddle 0
452 118917 no Support for a scalable simd representation JamieCunliffe:sve Amanieu 0
453 118939 no Better errors with bad/missing identifiers in MBEs EliseZeroTwo:EliseZeroTwo/fix-macrorules-ident-errors TaKO8Ki 0
454 118999 no force current stage when `--stage` is expilicitly used onur-ozkan:explicit-stages Mark-Simulacrum 0
455 119260 no Make broken MIR a proper lint. cjgillot:mir-lint TaKO8Ki 0
456 119550 no Rename `AsyncIterator` back to `Stream`, introduce an AFIT-based `AsyncIterator` trait yoshuawuyts:async-iterator compiler-errors 0
457 120013 no coverage: Don't show coverage for code paths that must panic/diverge Zalathar:diverge 0
458 120611 no [WIP]: generating rust-project file for r-a onur-ozkan:embedded-lsp-feed 0
459 120700 no Stabilize associated type position impl Trait (ATPIT) traviscross:TC/stabilize-atpit nikomatsakis 0
460 120818 no rustdoc: add three-column layout for large desktops notriddle:notriddle/three-column GuillaumeGomez 0
461 121880 no Run linking and incremental saving / finalizing in parallel Zoxc:link-task estebank 0
462 122288 no [Proof of concept] Recover from struct literals with placeholder path fmease:recover-bad-struct-lit-w-tyck compiler-errors 0
463 122340 no Treat weak alias types more like ADTs when computing implied bounds fmease:lta-implied-bounds-recurse-shallow oli-obk 0
464 122408 no Use futex-based synchronization on Apple platforms joboet:apple_futex m-ou-se 0
465 122661 no Change the desugaring of `assert!` for better error output estebank:assert-macro-span BurntSushi 0
466 122668 no Add APIs for dealing with titlecase Jules-Bertholet:titlecase m-ou-se 0
467 122685 no Emit a warning if a `match` is too complex GuillaumeGomez:match-too-complex Nadrieril 0
468 122957 no Silence unnecessary "missing `dyn`" errors and tweak E0746 suggestions estebank:issue-121037 oli-obk 0
469 123082 no CFI: Fix fn items, closures, and Fn trait objects rcvalle:rust-cfi-fix-fn-items-closures-fn-trait-objects compiler-errors 0
470 123205 no Revert "CFI: Skip non-passed arguments" rcvalle:rust-cfi-revert-skip-non-passed-arguments compiler-errors 0
471 123220 no [blocked on design] [PoC]: rustdoc (html): add support for variances fmease:rustdoc-variances-html 0
472 123319 no Add managarm as a tier 3 target no92:managarm-target davidtwco 0
473 123476 no std::net: adding `unix_socket_exclbind` feature for solaris/illumos. devnexen:std_net_solaris_exclbind Mark-Simulacrum 0
474 123948 no Async drop codegen azhogin:azhogin/async-drop oli-obk 0
475 124154 no coverage: Treat each match arm as a "branch" for branch coverage Zalathar:branch-arms 0
476 124278 no Support mcdc analysis for pattern matching ZhuUx:pattern-match Zalathar 0
477 124439 no Set default value `deny-warnings` for compiler profile to `false` WaffleLapkin:who-wants-to-deny-warnings-lmao albertlarsan68 0
478 124595 no Suggest cloning `Arc` moved into closure estebank:issue-104232 0
479 125334 no add a normalizes-to fast path lcnr:normalizes-to-rigid-fastpath compiler-errors 0
480 125388 no Improve parse item fallback dev-ardi:improve-parse-item-fallback estebank 0
481 125555 no Recover statics better Noratrieb:recover-statics-better oli-obk 0
482 125780 no [WIP] RIIR HtmlDocCk fmease:riir-htmldocck 0
483 125784 no Silence errors in expressions caused by bare traits in paths in 2021 edition estebank:issue-51077 fmease 0
484 126076 no privacy: normalize associated types before visiting jswrenn:fix-45713 compiler-errors 0
485 126316 no Do not eagerly reject inference vars when trying to resolve method calls. oli-obk:recursive_rpit3 lcnr 0
486 126510 no Add diagnostics to "while loop" and "for loop" that note that it is always determined that it might iterate zero times. Kohei316:improve-diagnostics estebank 0
487 126595 no Allow reifying intrinsics to fn pointers. (rebase of #86699) GrigorenkoPV:reify-intrinsics compiler-errors 0
488 127282 no Make inline suggestions no longer be the default estebank:experiment-for-annotate-snippets fmease 0
489 127373 no [do not merge] Testing Windows CI ehuss:windows-in-use ehuss 0
490 127522 no Relocate upvars to Unresumed state and make coroutine prefix trivial dingxiangfei2009:move-upvars-to-locals 0
491 127534 no feat(core): impl Step for NonZero<u*> jalil-salame:nonzero-uint-step m-ou-se 0
492 127578 no std: use a queue-based `Condvar` on NetBSD and other platforms joboet:queue_condvar Mark-Simulacrum 0
493 127595 no Fix panic=abort tests on fuchsia c6c7:fix-panic=abort-tests-on-fuchsia 0
494 127721 no collect doc alias as tips during resolution bvanjoi:issue-124273 estebank 0
495 127997 no Suggest `derive(Trait)` or `T: Trait` from transitive obligation in some cases estebank:missing-trait-suggestion compiler-errors 0
496 128018 no Normalize filecheck directives tgross35:normalize-filecheck-directives jieyouxu 0
497 128086 no Unify wording of "failed to resolve" errors with "cannot find" resolution errors estebank:failed-to-resolve petrochenkov 0
498 128256 no feat: add tier-1 platform support for change_time juliusl:pr/support-tier-1-change-time ChrisDenton 0
499 128351 no Lint against `&T` to `&mut T` and `&T` to `&UnsafeCell<T>` transmutes ChayimFriedman2:lint-transmute-unsafe-cell 0
500 128374 no compiler: suggest `const _` for a misplaced `const {}` workingjubilee:fix-terse-const-item-diagnostic compiler-errors 0
501 128653 no When annotations needed, look at impls for more accurate suggestions estebank:ambiguity-suggestion-2 BoxyUwU 0
502 128737 no Add lint for recursive default impls mj10021:issue-128421-fix wesleywiser 0
503 128917 no Allow inlining drop glue more generally scottmcm:nuke-runtime-drops fmease 0
504 128974 no Unify AST Visitors with a macro like MIR Visitors maxcabrajac:visitor_macro cjgillot 0
505 129036 no Additional NonZero conversions clarfonthey:nonzero-conversions BurntSushi 0
506 129175 no Autodiff Upstreaming - single commit EnzymeAD:single-commit oli-obk 0
507 129342 no Rebuild on changes to the deployment target when compiling Apple targets madsmtm:track-deployment-target thomcc 0
508 129483 no update the safety preconditions of from_raw_parts lolbinarycat:from_raw_parts-docs workingjubilee 0
509 129734 no Prereq1 for async drop - `drop` & `async_fut` fields in Drop terminator azhogin:azhogin/async-drop-prereq1-new-drop-term-fields oli-obk 0
510 129736 no Prereq2 for async drop - ResumedAfterDrop panic messages azhogin:azhogin/async-drop-prereq2-resumed-after-drop-msg oli-obk 0
511 129737 no Prereq3 for async drop - LangItem registration for async_drop_in_place()::{{closure0}} azhogin:azhogin/async-drop-prereq3-lang-item-for-drop-poll nikomatsakis 0
512 129739 no Prereq4 for async drop - needs_async_drop query fixes and some cleanup azhogin:azhogin/async-drop-prereq4-needs-async-drop-fixes-and-cleanup nikomatsakis 0
513 129740 no Prereq5 for async drop - AsyncDropGlue & FutureDropPoll instances preparation azhogin:azhogin/async-drop-prereq5-instances-preparation nikomatsakis 0
514 129741 no Prereq6 for async drop - templated coroutine processing and layout azhogin:azhogin/async-drop-prereq6-templated-coroutine nikomatsakis 0
515 129742 no Subpart7 for async drop (major1) - library changes azhogin:azhogin/async-drop-subpart7-major1-library-changes nikomatsakis 0
516 129744 no Subpart8 for async drop (major2) - dropline in scopes for potentially async drops azhogin:azhogin/async-drop-subpart8-scopes nikomatsakis 0
517 129745 no Subpart9 for async drop (major3) - elaborate_drops changes azhogin:azhogin/async-drop-subpart9-elaborate-drops nikomatsakis 0
518 129746 no Subpart10 for async drop (major4) - StateTransform pass improvements azhogin:azhogin/async-drop-subpart10-state-transform nikomatsakis 0
519 129747 no Subpart11 for async drop (major5) - shims codegen azhogin:azhogin/async-drop-subpart11-shims-codegen nikomatsakis 0
520 129821 no Switch std to using raw-dylib by default on Windows ChrisDenton:raw-dylib-std Mark-Simulacrum 0
521 129870 no Experiment: add unstable RHS type to Ord, impl PartialOrd<[U]> for [T] clarfonthey:generic-ord BurntSushi 0
522 129924 no don't remove bootstrap on stage0 bump onur-ozkan:remove-workaround Kobzol 0
523 130150 no Move `elided_named_lifetimes` into a separate pass GrigorenkoPV:elided-named-lifetimes-pass cjgillot 0
524 130374 no Add copy button to crate version. MeetThePatel:master GuillaumeGomez 0
525 130418 no Split traits by crate-local and crate-non-local MeetThePatel:feature-rustdoc-sort-traits notriddle 0
526 130460 no compiler: Fix handling of `repr(align(N), simd)` workingjubilee:align-with-parallel-expectations 0
527 130859 no Update README.md AzharMithani:master Mark-Simulacrum 0
528 130883 no Add environment variable query madsmtm:env-var-query petrochenkov 0
529 130886 no core/ptr: Add simulate_realloc() mrkajetanp:ptr-tag-helpers Mark-Simulacrum 0
530 130937 no Separate weekly `cargo update` PRs and add boostrap tgross35:dependencies-ci-bootstrap Kobzol 0
531 131146 no Stop clearing box's drop flags early beepster4096:box_drop_flags wesleywiser 0
532 131200 no Handle `rustc_query_system` cases of `rustc::potential_query_instability` lint ismailarilik:handle-potential-query-instability-lint-for-rustc-query_system cjgillot 0
533 131218 no Split out RTN resolver errors into new error codes compiler-errors:rtn-err petrochenkov 0
534 131389 no Add `JoinHandle::into_join_future()`. kpreid:joinfuture Amanieu 0
535 131433 no Apple: Re-implement SDK discovery instead of using `xcrun` madsmtm:find-sdkroot-manually estebank 0
536 131477 no macOS: Always pass SDK root when linking with `cc`, and pass it via `SDKROOT` env var madsmtm:sdkroot-via-env-var nnethercote 0
537 131478 no WIP: Parse Apple SDK versions madsmtm:parse-sdkroot jieyouxu 0
538 131607 no core: implement `DeterministicRandomSource` joboet:deterministic_random joshtriplett 0
539 131824 no Support multiple stability attributes on items dianne:multiple-unstables wesleywiser 0
540 131852 no rustdoc: allow searches to match against both type and name lolbinarycat:rustdoc-search-type-and-name notriddle 0
541 131882 no Fix suggestions when returning a bare trait from an async fn. hirschenberger:issue131661 davidtwco 0
542 131966 no Allow #[link(kind = "dylib")] without a name ChrisDenton:bare-link petrochenkov 0
543 132045 no [WIP] Spiking on `asm!` + pointer as `const` dingxiangfei2009:allow-pointer-in-inline-asm davidtwco 0
544 132051 no Add parallel front end robustness test to ui tests SparrowLii:parallel_ui_test jieyouxu 0
545 132087 no Fix overly restrictive lifetime in `core::panic::Location::file` return type ijchen:issue-131770-fix m-ou-se 0
546 132112 no Remove `P<>` from `visit_`s in ast `MutVisitor` maxcabrajac:remove_p petrochenkov 0
547 132480 no Allow specifying the ELF TLS ABI ilovepi:rust-tlsdesc tmandry 0
548 132484 no unix: Relax escaping in `Debug` impl on `Command` madsmtm:command-relaxed-escape thomcc 0
549 132570 no Use LLVM's UEFI targets madsmtm:llvm-uefi workingjubilee 0
550 132748 no get rid of some false negatives in rustdoc::broken_intra_doc_links lolbinarycat:rustdoc-intra-doc-link-warn-more-54191 notriddle 0
551 132792 no [rustdoc] Add new `example` disambiguator for intra-doc links GuillaumeGomez:example-disambiguator notriddle 0
552 132976 no Add `PeekableIterator` trait bluebear94:mf/peekable-iterator scottmcm 0
553 133258 no remove `Subtype` projections lcnr:subtype-rm compiler-errors 0
554 133279 no rustdoc: use a button instead of a bar for search notriddle:notriddle/search-button GuillaumeGomez 0
555 133412 no Support `vec![const { ... }; n]` syntax EFanZh:vec-of-const-expr-macro dtolnay 0
556 133477 no Detect tuple structs that are unconstructable due to re-export estebank:issue-133343 cjgillot 0
557 133572 no Implement `alloc::sync::UniqueArc` frank-king:feature/unique_arc Amanieu 0
558 133717 no Make impl section headers sticky GuillaumeGomez:sticky-headings notriddle 0
559 133823 no Replace evaluated `cfg_attr` in AST with a placeholder attribute for accurate span tracking estebank:issue-56328 petrochenkov 0
560 133944 no Run-make test to check `core::ffi::c_*` types against clang ricci009:master tgross35 0
561 133995 no Constify `PartialEq` compiler-errors:const-partialeq fmease 0
562 134021 no Implement `IntoIterator` for `[&[mut]] Box<[T; N], A>` WaffleLapkin:box-arr-into-iter2 scottmcm 0
563 134034 no handle paren in macro expand for let-init-else expr bvanjoi:issue-131655 petrochenkov 0
564 134048 no Implement From<MutexGuard<'a, T>> for &'a Mutex<T> rubcc95:master BurntSushi 0
565 134145 no Correctly rounded floating point `div_euclid`. tczajka:exact_div_euclid workingjubilee 0
566 134190 no Implement `Read` and `Write` on `Arc<TcpStream>` and `Arc<UnixStream>`. nmathewson:impl_for_arc_stream Noratrieb 0
567 134218 no Add a new lint that warns for pointers to stack memory 1c3t3a:stack-memory-warning estebank 0
568 134316 no Add `String::replace_first` and `String::replace_last` zachs18:string_replace_in_place_rebase tgross35 0
569 134401 no Begin reorganization of proc_macro crate AverseABFun:averseabfun-staging tgross35 0
570 134446 no Stabilize the `cell_update` feature tgross35:stabilize-cell_update m-ou-se 0
571 134522 no [WIP] Use weak linkage instead of compiler generated shims bjorn3:weak_linkage_allocator fee1-dead 0
572 134534 no Windows: Don't error on broken non UTF-8 output ChrisDenton:cp-utf8 workingjubilee 0
573 134628 no Make `Default` const and add some `const Default` impls estebank:const-default oli-obk 0
574 134661 no Reduce precedence of expressions that have an outer attr dtolnay:prefixattr fmease 0
575 134696 no Implement `normalize_lexically` ChrisDenton:normalize-lexically workingjubilee 0
576 134697 no lint / ImproperCTypes: better handling of indirections, take 2 niacdoial:linting-ptrdyn-ffi workingjubilee 0
577 134767 no Initial support for dynamically linked crates Bryanskiy:dylibs-3 bjorn3 0
578 134802 no fix(rustdoc): print the `doc(hidden)` attribute the same as others poliorcetics:ab/push-tvvzqyyuotvk GuillaumeGomez 0
579 134831 no [experimental] shorten backtraces using debuginfo jyn514:backtrace-debuginfo 0
580 134847 no Implement asymmetrical precedence for closures and jumps dtolnay:asymmetrical fmease 0
581 134903 no `noop_method_call`: fix and improve derive suggestions cyrgani:noop-method-call-clone-derive estebank 0
582 134937 no Account for type parameters in bound suggestion estebank:issue-#104089 Nadrieril 0
583 135018 no Add experimental Iterator::contains leb-kuchen:iter-contains Amanieu 0
584 135051 no Add provider-style API to `Context` jkarneges:context-provider thomcc 0
585 135071 no bootstrap: Apply a clearer naming convention to many of the test steps Zalathar:rename-test-steps 0
586 135107 no docs: Add documentation for BPF targets vadorovsky:docs-platform-bpf workingjubilee 0
587 135141 no std: net: Add function to return the system hostname orowith2os:std-net-gethostname ChrisDenton 0
588 135255 no wix: allow to skip more components klensy:wix-fix Mark-Simulacrum 0
589 135368 no uefi: fs: Implement exists Ayush1325:uefi-fs-2 jhpratt 0
590 135432 no Implement #[proc_macro_lint] to generate LintId for macro-generated warnings dtolnay:procmacrowarning petrochenkov 0
591 135445 no propagate opaque types to the typeck root lcnr:propagate-opaques compiler-errors 0
592 135536 no Add more impls of PartialEq and PartialOrd for strings joshtriplett:str-impls ibraheemdev 0
593 135631 no Parse `pin`ned local variable declarations frank-king:feature/pinned-local traviscross 0
594 135653 no build_helper::compiletest module factored out of compiletest for use by bootstrap lolbinarycat:build_helper-compiletest jieyouxu 0
595 135745 no Recognise new IPv6 non-global range from IETF RFC 9602 bardiharborow:std/net/rfc9602 cuviper 0
596 135881 no Arbitrary self types v2: stabilize adetaylor:stabilize-arbitrary-self-types wesleywiser 0
597 135888 no Implement String::make_(upp|low)ercase krtab:make_uppercase joboet 0
598 135899 no Fix `PostBorrowckAnalysis` for old solver compiler-errors:post-borrowck-new-solver lcnr 0
599 135910 no Orphanck: Reject uncovered opaque types fmease:orphanck-rej-uncovered-opaques lcnr 0
600 136125 no feat: allow multiple suggestions for malformed crate_type attribute Blindspot22:multiple-suggestion-for-malformed-crate_type-attribute nnethercote 0
601 136247 no [experiment] ci: free more space in ubuntu 24 free runners marcoieni:free-more-space-ubuntu-24 0
602 136319 no Trait methods inherit trait const stability, do not inherit const stability from their own regular stability compiler-errors:trait-const-stab RalfJung 0
603 136417 no Conditionally fuse small constant constant integer switches when lowering slice patterns xacrimon:merge-small-prim-switch 0
604 136437 no [DO NOT LOOK] a bunch of compiletest-related changes jieyouxu:compiletest-rust-src-root 0
605 136529 no Split `thir::PatKind::ExpandedConstant` into two distinct kinds Zalathar:split-expanded-const Nadrieril 0
606 136649 no Skip redundant frames in const recursion errors estebank:const-recursion-error Noratrieb 0
607 136689 no Clarify MaybeUninit docs hkBst:patch-2 RalfJung 0
608 136867 no Implement `cfg_os_version_min` madsmtm:cfg_os_version_min jieyouxu 0
609 136868 no Use `cfg_os_version_min` in `std` madsmtm:cfg_os_version_min_std 0
610 136911 no [WIP] Test displaying CI helper links Kobzol:ci-helper-link 0
611 136926 no Stabilize `-Zdwarf-version` as `-Cdwarf-version` wesleywiser:stabilize_dwarf-version petrochenkov 0
612 136929 no std: move process implementations to `sys` joboet:move_process_pal Mark-Simulacrum 0
613 137043 no Initial `UnsafePinned` implementation [Part 1: Libs] Sky9x:unsafe-pinned-pt1-libs tgross35 0
614 137113 no Implement initial version of `cfg(accessible(..))` crlf0710:cfg_accessible petrochenkov 0
615 137198 no Rename `cfg_match!` to `cfg_select!` tgross35:cfg-match-rename m-ou-se 0
616 137247 no cg_llvm: Reduce the visibility of types, modules and using declarations in `rustc_codegen_llvm`. dpaoliello:cleanllvm Zalathar 0
617 137280 no stabilize ptr::swap_nonoverlapping in const RalfJung:const_swap_nonoverlapping joboet 0
618 137325 no UB-check for alignment of ptr to Box::from_raw{,_in} hkBst:patch-1 joboet 0
619 137343 no Make some suggestions "verbose" estebank:verbose-sugg-1 oli-obk 0
620 137364 no Tag all format-like macros with `#[clippy::format_args]` nyurik:clippy-fmt-lib m-ou-se 0
621 137412 no Ensure `swap_nonoverlapping` is really always untyped scottmcm:redo-swap cuviper 0
622 137487 no Stabilize `assert_matches` and move it to `core::macros` Voultapher:stabilize-assert-matches scottmcm 0
623 137570 no Handle autodiff for lib builds EnzymeAD:autodiff-libs oli-obk 0
624 137583 no Add option to include submodules from vendoring erickt:exclude-submodules-from-vendoring pietroalbini 0
625 137653 no Deprecate the unstable `concat_idents!` tgross35:deprecate-concat_idents m-ou-se 0
626 137773 no Fix incorrect `cfg` structured suggestion and make suggestion verbose estebank:attr-span oli-obk 0
627 137811 no Check built-in operator obligation before the method's WF obligations so as to not incompletely guide inference compiler-errors:incompletely-guide-async-fn lcnr 0
628 137880 no Autodiff batching EnzymeAD:autodiff-batching 0
629 137881 no Add `copy_within` to `IndexSlice` Jarcho:index_slice_ex wesleywiser 0
630 137930 no Use `Wunused-crate-dependencies` for the compiler nnethercote:use-Wunused-crate-dependencies jieyouxu 0
631 137994 no add fallback logic to `git_upstream_merge_base` onur-ozkan:git-first-parent-fallback Mark-Simulacrum 0
632 138133 no Win: Fix std::fs::rename failing on Windows Server by attempting the non-atomic rename first Fulgen301:rename-errors ChrisDenton 0
633 138164 no Infrastructure for lints during attribute parsing, specifically duplicate usages of attributes jdonszelmann:attr-parsing-lint-infra oli-obk 0
634 138165 no Rewrite `inline` attribute parser to use new infrastructure and improve diagnostics for all parsed attributes jdonszelmann:inline oli-obk 0
635 138204 no Implement pick[23]_mut via get_disjoint_mut [rustc cleanup] #138196 UjwalReddyKotla:master BoxyUwU 0
636 138217 no Turn `Cow::is_borrowed,is_owned` into associated functions. theemathas:cow_is_owned_borrowed_associated joshtriplett 0
637 138291 no rewrite `optimize` attribute to use new attribute parsing infrastructure jdonszelmann:optimize-attr oli-obk 0
638 138321 no [bootstrap] Distribute split debuginfo if present wesleywiser:bootstrap_package_pdbs onur-ozkan 0
639 138385 no Keyword tweaks nnethercote:keyword-tweaks Noratrieb 0
640 125087 no Optimize `Seek::stream_len` impl for `File` tbu-:pr_file_stream_len ChrisDenton 0 always
641 135295 no Check empty SIMD vector in inline asm eyraudh:master compiler-errors 0 always
642 137956 no Add RTN support to rustdoc compiler-errors:rtn-rustdoc fmease 0 always
643 126641 error (try) no Enable `riscv64gc-gnu` testing ferrocene:hoverbear/enable-riscv64gc-testing Mark-Simulacrum 0
644 130808 failure yes Fix linking for symbols starting with ? on i686-pc-windows-msvc checkraisefold:fix-questionmark-linking davidtwco davidtwco 0 iffy
645 135395 failure yes Enforce the compiler-builtins partitioning scheme saethlin:compiler-builtins-cgus bjorn3 bjorn3 0 never
646 136840 failure yes Fix linker-plugin-lto only doing thin lto Flakebi:linker-plugin-lto-fat DianQK 0 iffy
647 137003 failure (try) yes Check preds post mono (round 2) compiler-errors:check-preds-post-mono 0
648 137716 failure (try) Rollup of 4 pull requests matthiaskrgr:rollup-k2rjlu6 0
649 137717 failure (try) Rollup of 4 pull requests matthiaskrgr:rollup-ejtd189 0
650 137779 failure (try) yes [do not merge] Windows f128 abi experiment tgross35:windows-f128-abi-experiment 0
651 138066 failure (try) yes [WIP] Enable automatic cross-compilation in run-make tests Kobzol:runmake-cross-target jieyouxu 0
652 138333 failure (try) yes Rebuild llvm spuriously less frequently jyn514:spurious-llvm-rebuilds onur-ozkan 0
653 130543 failure no Create `Atomic<T>` type alias CAD97:generic-atomic Noratrieb Noratrieb 0 iffy
654 131077 failure no Enable debug assertions on alt builds lqd:debug-assertions-alt Kobzol 0
655 135774 failure (try) no CI: move dist-arm-linux to a free ARM runner marcoieni:dist-arm-linux-free 0
656 135960 failure (try) no ci: Remove the power to skip tests from opt-dist workingjubilee:remove-opt-dists-test-skipping-code shepmaster 0
657 137426 failure (try) no Link object files that use `#[used]` DianQK:link-used petrochenkov 0
658 136116 success Rollup of 8 pull requests fmease:rollup-c8pk3mj 5 never
659 111061 success [perf] Enable some more MIR optimizations cjgillot:reorder-passes 0 never
660 112049 success (try) yes [do not merge] CI experiments Kobzol:pgo-omit-benchmarks 0 never
661 113382 success (try) [perf] test MCP510 lqd:test-mcp510 0 never
662 115362 success [WIP] Support param bounds on non-lifetime binders compiler-errors:non-lifetime-binder-where-clauses 0 never
663 115521 success [DO NOT MERGE] Experimentally force non-leaf frame pointers workingjubilee:force-trunk-frame-pointers 0 never
664 119412 success macro_rules: Remove `NtIdent` nonterminal token petrochenkov:dialoc3 compiler-errors 0 never
665 119471 success [perf only] Reimplement references debuginfo as projection. cjgillot:mir-composite-deref 0 never
666 119966 success Move TLS to rustc_query_system cjgillot:tls 0 never
667 120050 success `Vec::resize` for bytes should be a single `memset` scottmcm:vec-resize-memset m-ou-se 0 never
668 120179 success Enable MultipleReturnTerminators by default. cjgillot:multiple-return 0 never
669 120682 success [WIP] rewrite TrustedRandomAccess into two directional variants the8472:indexed-access 0 never
670 121053 success Implement `#[skip]` for builtin derives clubby789:derive-skip fmease 0 never
671 121174 success Check for occupied niches saethlin:codegen-niche-checks 0 never
672 122156 success (try) yes Represent diagnostic side effects as dep nodes Zoxc:side-effect-dep-node cjgillot 0 never
673 122971 success Make slice iterators carry only a single provenance scottmcm:slice-iter-provenance-v2 the8472 0 never
674 123179 success Rework MIR inlining costs scottmcm:inlining-baseline-costs wesleywiser 0 never
675 123606 success Optimize core::str::Lines::count thomcc:thomcc/opt-lines 0 never
676 123610 success Default-enable share-generics, with available_externally to still allow inlining. Mark-Simulacrum:share-generics-available-externally Mark-Simulacrum 0 never
677 124188 success (try) MIR: Stop needing an explicit BB for `otherwise:unreachable` scottmcm:implicit-switchint-unreachable 0 never
678 124362 success [experiment] Build the compiler with panic=abort tmandry:panic-abort-rustc 0 never
679 124810 success (try) speed up `String::push` and `String::insert` lincot:speed-up-string-push-and-string-insert scottmcm 0 never
680 125907 success rustdoc: use the next solver for blanket impl synthesis fmease:rustdoc-synth-blanket-ocx-next GuillaumeGomez 0 never
681 125923 success Fix leaks from panics in destructors matthewjasper:no-return-leak lcnr 0 never
682 127316 success bump tracing klensy:tracing-bump Mark-Simulacrum 0 never
683 128747 success Cache declarative macro expansion on disk (for incremental comp.). Based on #128605 futile:cache-decl-macros petrochenkov 0 never
684 128846 success Stop considering moved-out locals when computing auto traits for generators (rebased) compiler-errors:drop-liveness cjgillot 0 never
685 128918 success Try to shrink `Alignment`-related MIR in `Layout` scottmcm:tweak-alignment-mir joboet 0 never
686 129027 success Stop generating assumes for validity ranges erikdesjardins:outofuandme 0 never
687 129658 success (try) Add some track_caller info to precondition panics saethlin:spare-a-crumb 0 never
688 129827 success perform less decoding if it has the same syntax context bvanjoi:less-decoding petrochenkov 0 never
689 130051 success Post-mono MIR opts cjgillot:clone-mir 0 never
690 130112 success Optimize DefaultHasher siphash Noratrieb:speedy-siphash-blazing-brrrr cuviper 0 never
691 130324 success hygiene: Ensure uniqueness of `SyntaxContextData`s petrochenkov:ctxtache cjgillot 0 never
692 130417 success Support symbolicating zstd-compressed ELF sections workingjubilee:pull-in-backtrace-with-zstd 0 never
693 130691 success [WIP] Elaborate drops to calls scottmcm:elaborate-drops-to-calls 0 never
694 130998 success avoid phi node for pointers flowing into Vec appends the8472:bail-before-memcpy 0 never
695 131213 success Handle `rustc_resolve` cases of `rustc::potential_query_instability` lint ismailarilik:handle-potential-query-instability-lint-for-rustc-resolve petrochenkov 0 never
696 131306 success Querify lookup_deprecation_entry. cjgillot:deprecation-query 0 never
697 131629 success Swap Lru from std::sync::Arc to triomphe::Arc GnomedDev:triomphe-lru 0 never
698 131656 success (try) lexer: Treat more floats with empty exponent as valid tokens richard-uk1:move_empty_exponent_to_rustc_session petrochenkov 0 never
699 132711 success [DRAFT] Generate CGUs in parallel. nnethercote:parallel-cgu-gen 0 never
700 133781 success Do not visit whole crate to compute `lints_that_dont_need_to_run`. cjgillot:shallow-allowed-lints 0 never
701 134051 success (try) Do partial SsaLocals analysis in unoptimized builds saethlin:partial-ssa-analysis 0 never
702 134134 success Use length prefix in default `Hasher::write_str` purplesyringa:hash-str-with-length-prefix Amanieu 0 never
703 134153 success compiler: Stop manually extending the stack workingjubilee:denied-insurance-claims 0 never
704 135054 success (try) Add Location::file_with_nul cramertj:file-cstr cuviper 0 never
705 135634 success (try) stop specializing on `Copy` joboet:trivial-clone Mark-Simulacrum 0 never
706 136095 success (try) [DO NOT MERGE] perf run for rustc-hash candidate (folded multiply) orlp:rustc-hash-folded-multiply-perf Mark-Simulacrum 0 never
707 136401 success (try) yes Lazy-chunk Symbol interner Mark-Simulacrum:lockfree-as-str 0 never
708 136410 success (try) Remove InstanceKind::generates_cgu_internal_copy saethlin:clean-up-cgu-internal-copy wesleywiser 0 never
709 136429 success (try) GCI: At their def site, actually wfcheck the where-clause & always eval free lifetime-generic constants fmease:gci-fix-def-site-checks compiler-errors 0 never
710 136861 success (try) [experiment] dont init anything except x86 klensy:no-init 0 never
711 136919 success (try) Use Peekable in lexer_unescape hkBst:peekable_lexer nnethercote 0 never
712 137091 success (try) #137090 but with a different commit hash saethlin:noise2 0 never
713 137122 success (try) Specialize `Iterator::eq{_by}` for `TrustedLen` iterators yotamofek:pr/std/iter-eq-exact-size the8472 0 never
714 137135 success (try) use triomphe::Arc for InternedObligationCauseCode instead of Arc klensy:triomphe-0 Nadrieril 0 never
715 137156 success (try) [EXPERIMENTAL] Perf experiments for user-type projection and visiting primary bindings Zalathar:proj-perf 0 never
716 137196 success (try) Stabilize query cache size by fixing encoding order of some query results saethlin:stabilize-query-cache-size 0 never
717 137940 success (try) yes Extend the alignment check to borrows 1c3t3a:alignment-borrows-check saethlin 0 never
718 137995 success (try) yes Remove duplicate impl of string unescape from parse_format hkBst:parse_format_reuse_unescape nnethercote 0 never
719 138144 success (try) yes Use multiple returns in MIR if it saves a block; still have only one in LLVM scottmcm:multiple-mir-returns 0 never
720 138154 success (try) yes Deduce readonly attribute for !Freeze arguments tmiasko:readonly-non-freeze 0 never
721 138292 success (try) yes Use struct tail rather than metadata projection to compute coercion fast path compiler-errors:coercion-fast-path 0 never
722 138379 success (try) yes Do not suggest using `-Zmacro-backtrace` for builtin macros estebank:macro-backtrace-note petrochenkov 0 never
723 138391 success (try) yes Don't `alloca` just to look at a discriminant scottmcm:SSA-discriminants workingjubilee 0 never
724 124355 success [EXPERIMENT] Crater adding `target_family = "linux"` workingjubilee:add-target-family-linux 0
725 125692 success Update bundled musl to 1.2.5 est31:update_musl_1.2.5 wesleywiser 0
726 127389 success Make target-spec json file extensions case-insensitive boozook:target-spec-json-ext-case-insensitive davidtwco 0
727 128425 success (try) [crater] Make `missing_fragment_specifier` an unconditional error tgross35:missing-fragment-specifier-unconditional petrochenkov 0
728 129249 success (try) [Experimental] `<T as Into<T>>::into` lint estebank:useless-into chenyukang 0
729 129289 success Restrict `parse_maybe_literal_minus` nnethercote:fix-parse_maybe_literal_minus-1 petrochenkov 0
730 129543 success [crater] Properly deduce object lifetime defaults in GAT paths fmease:obj-lt-def-gat 0
731 129604 success [DO NOT MERGE] crater run on the tail expression drop order lint dingxiangfei2009:lint-tail-expr-drop-order-crater-run 0
732 132712 success Crater 2024 edition ehuss:2024-crater ehuss 0
733 133033 success turn creating 8dot3 names off for windows for speed klensy:win.dot 0
734 133912 success (try) [experiment] test code build runner MarcoIeni:test-codebuild-runner Mark-Simulacrum 0
735 134273 success (try) de-stabilize bench attribute RalfJung:de-stabilize-bench ibraheemdev 0
736 134537 success (try) Crater run for `tail-expr-drop-order` dingxiangfei2009:issue-132861-crater-run chenyukang 0
737 135331 success (try) [crater-only] Ban assoc ty unbounds fmease:ban-assoc-ty-unbounds 0
738 136478 success (try) ci: move x86_64-msvc-ext jobs to windows 2025 marcoieni:x86_64-msvc-ext-windows-25 Mark-Simulacrum 0
739 136638 success (try) error on empty precision hkBst:format_parse oli-obk 0
740 136776 success (try) [WIP] Forbid object lifetime changing pointer casts BoxyUwU:forbid_object_lifetime_casts 0
741 136779 success (try) [DO NOT MERGE] `./x test rust-analyzer` jieyouxu:rahhh 0
742 136892 success (try) Sync Fuchsia target spec with clang Fuchsia driver erickt:fuchsia-target jieyouxu 0
743 137011 success (try) yes Promote ohos targets to tier2 with host tools. LuuuXXX:promote-ohos-with-host-tools Amanieu 0
744 137944 success (try) yes Sized Hierarchy davidtwco:sized-hierarchy fee1-dead 0
745 138022 success (try) yes [experiment] enable f16 on s390x tgross35:s390x-f16-test 0
746 138087 success (try) yes Initial implementation of `core_float_math` tgross35:core-float-math Amanieu 0
747 138250 success (try) yes Use `/usr/bin/strip` on macOS -> iOS cross as a temporary workaround jieyouxu:ios-mitigation davidtwco 0
748 138340 success (try) yes Remove some unsized tuple impls now that we don't support unsizing tuples anymore oli-obk:one-size-fits-all 0
749 138344 success (try) yes Enable `reliable_f16_math` on x86 tgross35:x86-f16-math Amanieu 0
750 138363 success (try) yes Add `From<{integer}>` for `f16`/`f128` impls beetrees:f16-f128-integer-convert Amanieu 0
751 138384 success (try) yes Move `hir::Item::ident` into `hir::ItemKind`. nnethercote:hir-ItemKind-idents fmease 0
752 138395 success (try) yes Download GCC from CI on test builders Kobzol:ci-download-gcc 0

Open retry log