Homu queue - all

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.

774 total, 37 approved, 22 rolled up, 15 failed / /

Sort key Repository # Status Mergeable Title Head ref Assignee Approved by Priority Rollup
1 rust 142669 pending yes Update GCC backend subtree GuillaumeGomez:subtree-update_cg_gcc_2025-06-18 WaffleLapkin GuillaumeGomez 1 never
2 rust 142685 approved Rollup of 11 pull requests Kobzol:rollup-8f3g8yf Kobzol 5 never
3 rust 142689 approved yes Rollup of 6 pull requests Urgau:rollup-4ho6835 Urgau 5 never
4 rust 140772 approved yes {aarch64,x86_64}-pc-windows-gnullvm: build host tools mati865:gnullvm-host marcoieni Kobzol 0 iffy
5 rust 142245 approved yes ci: split x86_64-gnu-tools job marcoieni:split-gnu-tools Kobzol Kobzol 0 never
6 rust 142286 approved yes Use jemalloc for Clippy Kobzol:clippy-jemalloc blyxyas flip1995,blyxyas 0 never
7 rust 142294 approved yes Use a distinct `ToString` implementation for `u128` and `i128` GuillaumeGomez:specialize-tostring-on-128-integers tgross35 tgross35 0 never
8 rust 142508 approved yes Skip no-op drop glue Mark-Simulacrum:skip-noop-drop-glue fee1-dead fee1-dead 0 never
9 rust 142524 approved yes Weekly `cargo update` rust-lang:cargo_update Mark-Simulacrum Mark-Simulacrum 0 iffy
10 rust 142546 approved yes Only traverse reachable blocks in JumpThreading. cjgillot:reachable-jump compiler-errors compiler-errors 0 never
11 rust 135656 approved yes Add `-Z hint-mostly-unused` to tell rustc that most of a crate will go unused joshtriplett:hint-mostly-unused saethlin saethlin 0
12 rust 138237 approved yes Get rid of `EscapeDebugInner`. reitermarkus:remove-escape-debug-inner tgross35 tgross35 0
13 rust 138291 approved yes rewrite `optimize` attribute to use new attribute parsing infrastructure jdonszelmann:optimize-attr oli-obk oli-obk 0
14 rust 141864 approved yes Handle win32 separator for cygwin paths Berrysoft:cygwin-path ChrisDenton ChrisDenton 0
15 rust 141990 approved yes Implement send_signal for unix child processes Qelxiros:141975-unix_send_signal ChrisDenton ChrisDenton,tgross35 0
16 rust 142123 approved yes Implement initial support for timing sections (`--json=timings`) Kobzol:timings nnethercote nnethercote 0
17 rust 142377 approved yes Try unremapping compiler sources Urgau:unremap-rustc-dev jieyouxu jieyouxu 0
18 rust 142384 approved yes Bringing `rustc_rayon_core` in tree as `rustc_thread_pool` celinval:chores-rayon-mv oli-obk oli-obk 0
19 rust 142571 approved yes Reason about borrowed classes in CopyProp. cjgillot:borrowed-classes oli-obk oli-obk 0
20 rust 142591 approved yes Add spawn APIs for BootstrapCommand to support deferred command execution Shourya742:2025-06-14-add-spawn-execution-api Kobzol Kobzol 0
21 rust 142619 approved yes apply clippy::or_fun_call klensy:or_fun_call wesleywiser nnethercote 0
22 rust 142650 approved yes Refactor Translator camsteffen:refactor-translator petrochenkov petrochenkov 0
23 rust 142672 approved yes Clarify bootstrap tools description Kobzol:bootstrap-tool-clarification jieyouxu jieyouxu 0
24 rust 142674 approved yes remove duplicate crash test hkBst:remove-duplicate-crashtest bjorn3 bjorn3 0
25 rust 142690 approved yes expand: Remove some unnecessary generic parameters petrochenkov:expnoparam compiler-errors compiler-errors 0
26 rust 140774 approved yes Affirm `-Cforce-frame-pointers=off` does not override workingjubilee:should-force-frame-pointers-favor-the-target-or-cli jieyouxu jieyouxu 0 always
27 rust 141610 approved yes Stabilize `feature(generic_arg_infer)` BoxyUwU:stabilize_generic_arg_infer lcnr lcnr,traviscross 0 always
28 rust 141614 approved yes lint direct use of rustc_type_ir rperier:lint_type-ir-to-type-middle compiler-errors compiler-errors 0 always
29 rust 142383 approved yes CodeGen: rework Aggregate implemention for rvalue_creates_operand cases scottmcm:operandref-builder workingjubilee workingjubilee 0 always
30 rust 142507 approved yes use `#[align]` attribute for `fn_align` folkertdev:fn-align-align-attribute jdonszelmann jdonszelmann 0 always
31 rust 142606 approved yes AsyncDrop trait without sync Drop generates an error azhogin:azhogin/async-drop-without-sync-drop-error oli-obk oli-obk 0 always
32 rust 142624 approved yes Actually take `--build` into account in bootstrap Kobzol:bootstrap-fix-host jieyouxu jieyouxu 0 always
33 rust 142627 approved yes Add `StepMetadata` to describe steps Kobzol:bootstrap-metadata jieyouxu jieyouxu 0 always
34 rust 142660 approved yes remove joboet from review rotation joboet:rotating-joboet Mark-Simulacrum tgross35 0 always
35 rust 142666 approved yes Skip tidy triagebot linkcheck if `triagebot.toml` doesn't exist jieyouxu:skip-triagebot-check Kobzol Kobzol 0 always
36 rust 134626 yes Add Three Codegen Tests veera-sivarajan:five-codegen-tests Mark-Simulacrum 5 iffy
37 rust 142679 yes Rollup of 12 pull requests Kobzol:rollup-krd1qoz 5 never
38 rust 89917 yes sess: default to v0 symbol mangling davidtwco:issue-60705-stabilize-rust-symbol-mangling-scheme wesleywiser 0 never
39 rust 112049 yes [do not merge] CI experiments Kobzol:pgo-omit-benchmarks Kobzol 0 never
40 rust 113382 yes [perf] test MCP510 lqd:test-mcp510 0 never
41 rust 116375 yes Create the previous dep graph index on a background thread Zoxc:lazy-index cjgillot 0 never
42 rust 116882 yes rustdoc: hide `#[repr]` if it isn't part of the public ABI fmease:rustdoc-generalized-priv-repr-heuristic notriddle 0 never
43 rust 120179 Enable MultipleReturnTerminators by default. cjgillot:multiple-return 0 never
44 rust 120193 yes #[cold] on match arms x17jiri:cold_match_arms oli-obk 0 never
45 rust 120525 rustc_ast: FieldDef: remove span klensy:FieldDef-span oli-obk 0 never
46 rust 122325 Stop using LLVM struct types for array/pointer offset GEPs erikdesjardins:array nikic 0 never
47 rust 129183 Detect more `cfg`d out items in resolution errors estebank:cfg-visitor davidtwco 0 never
48 rust 129498 yes Try enabling precondition checks on ptr::{read,write} saethlin:ptr-read-write-precondition 0 never
49 rust 129543 yes Properly deduce object lifetime defaults in projections & trait refs fmease:obj-lt-def-gat oli-obk 0 never
50 rust 130808 yes Fix linking for symbols starting with ? on i686-pc-windows-msvc checkraisefold:fix-questionmark-linking davidtwco 0 iffy
51 rust 130998 yes avoid phi node for pointers flowing into Vec appends the8472:bail-before-memcpy 0 never
52 rust 132553 yes Make `Rc<T>::deref` and `Arc<T>::deref` zero-cost EFanZh:zero-cost-rc-arc-deref scottmcm 0 never
53 rust 133662 yes Use `iter::repeat_n` to implement `Vec::extend_with` paolobarbolini:vec-extend-with-via-repeatn Noratrieb 0 never
54 rust 135771 yes [rustdoc] Add support for associated items in "jump to def" feature GuillaumeGomez:jump-to-def-perf fmease 0 never
55 rust 135804 yes Stop backtracing if the stack pointer gets stuck ChrisDenton:backtrace-wine joboet 0 never
56 rust 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
57 rust 136840 yes Fix linker-plugin-lto only doing thin lto Flakebi:linker-plugin-lto-fat dianqk 0 iffy
58 rust 137762 yes Reserve before `write_fmt` for owned buffers thaliaarchi:io-optional-methods/write-fmt workingjubilee 0 never
59 rust 139594 yes [experiment] How expensive is `if_cause`? compiler-errors:if-cause 0 never
60 rust 140737 yes Region inference: Use outlives-static constraints in constraint search amandasystems:revised-constraint-search lcnr 0 never
61 rust 140748 yes Allow storing `format_args!()` in variable m-ou-se:super-format-args3 eholk 0 never
62 rust 140809 yes Reduce special casing for the panic runtime bjorn3:panic_runtime_cleanup ibraheemdev 0 iffy
63 rust 140999 yes update to literal-escaper 0.0.4 for better API without `unreachable` and faster string parsing hkBst:update-escaper nnethercote 0 never
64 rust 141028 yes Lexer: check in `advance_token` to avoid regard spare `##` as `GardedStrPrefix` xizheyin:issue-140618 jdonszelmann 0 never
65 rust 141759 yes Insert checks for enum discriminants when debug assertions are enabled 1c3t3a:discriminants-query saethlin 0 never
66 rust 141762 yes [experimental] Make witnesses more eager compiler-errors:witnesser lcnr 0 never
67 rust 141926 yes [PERF] Rework unsizing coercions in new solver compiler-errors:perf-unsizing 0 never
68 rust 142093 yes add track_caller attribute to map_err and ok_or/_else yaahc:track-map-error thomcc 0 never
69 rust 142165 yes Test binary size of share generics Noratrieb:binary-size-share-generics 0 never
70 rust 142185 yes Convert moves of references to copies in ReferencePropagation saethlin:refprop-moves JakobDegen 0 never
71 rust 142223 yes Fast path for WF goals in new solver compiler-errors:perf-wf lcnr 0 never
72 rust 142247 yes Remove deadlock detection for benchmarking zetanumbers:remove-parallel-deadlock-detection 0 never
73 rust 142257 yes [Experiment] Build the standard library with -Csymbol-mangling-version=v0 wesleywiser:test_v0_symbol_mangling 0 never
74 rust 142293 yes [early rough draft] GCI: Don't evaluate free const items with impossible predicates fmease:gci-dont-eval-the-impossible BoxyUwU 0 never
75 rust 142316 yes [perf] Cache the canonical *instantiation* of param-envs compiler-errors:cache-param-env lcnr 0 never
76 rust 142531 yes Remove fewer Storage calls in `copy_prop` ohadravid:better-storage-calls-copy-prop tmiasko 0 never
77 rust 142540 yes Pre-compute MIR CFG caches for borrowck and other analyses cjgillot:renumber-cfg fee1-dead 0 never
78 rust 142578 yes Cache MIR preorder traversal. cjgillot:cache-preorder 0 never
79 rust 142583 yes Inline drops in MIR cjgillot:inline-drop 0 never
80 rust 142625 yes Only compute recursive callees once. cjgillot:inline-nocycle 0 never
81 rust 142634 yes alternate interface for OrderedJson to reduce allocations lolbinarycat:rustdoc-OrderedJson-writer GuillaumeGomez 0 never
82 rust 95385 yes Add `mem::conjure_zst` for creating ZSTs out of nothing scottmcm:mem-conjure-zst kennytm 0
83 rust 106418 yes Implement `PartialOrd` and `Ord` for `Discriminant` EFanZh:implement-ord-for-discriminant dtolnay 0
84 rust 106643 yes Allow only implementing `Read::read_buf` WaffleLapkin:read_recursive dtolnay 0
85 rust 108684 yes Clarify drop_in_place safety Manishearth:dip-safety JakobDegen 0
86 rust 113095 yes Document `become` keyword WaffleLapkin:document_becoming_unuwuable workingjubilee 0
87 rust 113891 yes Add more syscall doc aliases to std docs SabrinaJewson:more-syscall-aliases Mark-Simulacrum 0
88 rust 115746 yes Print thread ID in panic message tgross35:unnamed-threads-panic-message cuviper 0
89 rust 118087 yes Add Ref/RefMut try_map method GrigorenkoPV:refcell_try_map Mark-Simulacrum 0
90 rust 118717 yes Add new solver / old solver opaque type tests traviscross:TC/add-new-solver-opaque-tests compiler-errors 0
91 rust 120072 yes style-guide: Tweak `Cargo.toml` formatting to not put `description` last joshtriplett:style-guide-cargo-tweak yaahc 0
92 rust 120708 yes Add `or_try_*` variants for HashMap Entry API peterjoel:entry_try m-ou-se 0
93 rust 120808 yes Split elided_lifetime_in_paths into finer-grained lints shepmaster:split-elided-lifetimes-in-paths jieyouxu 0
94 rust 121762 yes style-guide: Note that we don't account for comments in every possible place joshtriplett:style-comments-best-effort calebcartwright 0
95 rust 122408 Use futex-based synchronization on Apple platforms joboet:apple_futex m-ou-se 0
96 rust 122661 Change the desugaring of `assert!` for better error output estebank:assert-macro-span BurntSushi 0
97 rust 122668 Add APIs for dealing with titlecase Jules-Bertholet:titlecase m-ou-se 0
98 rust 123082 CFI: Fix fn items, closures, and Fn trait objects rcvalle:rust-cfi-fix-fn-items-closures-fn-trait-objects compiler-errors 0
99 rust 123205 Revert "CFI: Skip non-passed arguments" rcvalle:rust-cfi-revert-skip-non-passed-arguments compiler-errors 0
100 rust 123476 yes std::net: adding `unix_socket_exclbind` feature for solaris/illumos. devnexen:std_net_solaris_exclbind Mark-Simulacrum 0
101 rust 123617 sanitizers: Stabilize AddressSanitizer and LeakSanitizer for the Tier 1 targets rcvalle:rust-stabilize-core-sanitizers davidtwco 0
102 rust 124154 coverage: Treat each match arm as a "branch" for branch coverage Zalathar:branch-arms 0
103 rust 126100 yes Reword the caveats on `array::map` scottmcm:decaveat-map m-ou-se 0
104 rust 127401 yes [EXPERIMENT] Ban generics in variadic args workingjubilee:ban-generics-in-variadic-args 0
105 rust 128351 Lint against `&T` to `&mut T` and `&T` to `&UnsafeCell<T>` transmutes ChayimFriedman2:lint-transmute-unsafe-cell 0
106 rust 128374 compiler: suggest `const _` for a misplaced `const {}` workingjubilee:fix-terse-const-item-diagnostic compiler-errors 0
107 rust 128653 When annotations needed, look at impls for more accurate suggestions estebank:ambiguity-suggestion-2 BoxyUwU 0
108 rust 129114 yes stabilize std::path::Path::file_prefix mbhall88:stabilize-file_prefix Amanieu 0
109 rust 129342 Rebuild on changes to the deployment target when compiling Apple targets madsmtm:track-deployment-target thomcc 0
110 rust 129822 yes Docs - type guarantees update WiktorPrzetacznik:docs-guarantees-update BurntSushi 0
111 rust 129872 yes impl `AsRef<[T; N]>` and `AsMut<[T; N]>` for `[T; N]` GrigorenkoPV:array-as-array 0
112 rust 129989 yes [Coverage][MCDC] Do not initialize mcdc parameters for instances containing no mcdc statements Lambdaris:check-mcdc-statements Zalathar 0
113 rust 130382 yes Add a run-make test for Arm target-cpu features. chrisnc:arm-target-cpu-feature-test jieyouxu 0
114 rust 130552 yes Support 128-bit atomics on x86_64-fortanix-unknown-sgx taiki-e:sgx-atomic-128 wesleywiser 0
115 rust 130643 yes Beautify doctest path GuillaumeGomez:beautify-doctest-path notriddle 0
116 rust 130780 yes Remove unstable cfg `target(...)` compact feature Urgau:withdrawn-cfg-target-compact BoxyUwU 0
117 rust 131309 yes Warn about C-style octal literals GrigorenkoPV:suspicious-leading-zero Urgau 0
118 rust 131340 yes Implement split_pattern on slices eduardorittner:master Amanieu 0
119 rust 131923 yes Derive `Copy` and `Hash` for `IntErrorKind` ranger-ross:impl-copy-hash-interrorkind m-ou-se 0
120 rust 132146 yes Add lint against (some) interior mutable consts Urgau:interior_mut_consts lcnr 0
121 rust 132331 yes Use CLOCK_BOOTTIME for Instant in Fuchsia/Android mathukumillia:convert_instant_boottime jhpratt 0
122 rust 132469 yes Do not suggest borrow that is already there in fully-qualified call estebank:issue-132041 Nadrieril 0
123 rust 132748 yes get rid of some false negatives in rustdoc::broken_intra_doc_links lolbinarycat:rustdoc-intra-doc-link-warn-more-54191 notriddle 0
124 rust 133128 yes Resolve the false positive dead_code lint when type is only used via destructuring m-ysk:feature/issue-132874 nnethercote 0
125 rust 133149 yes Provide more context on `Fn` closure modifying binding estebank:niko-rustnation compiler-errors 0
126 rust 133279 yes rustdoc: use a button instead of a bar for search notriddle:notriddle/search-button GuillaumeGomez 0
127 rust 134004 yes Add unstable hotpatch flag to rustc nebulark:hotpatch_flag jieyouxu 0
128 rust 134598 yes Update/relax str/String utf8 safety docs zachs18:string-utf8-safety-docs joshtriplett 0
129 rust 134663 yes Implementation of `sync_nonpoison` and `nonpoison_mutex` Aandreba:sync_nonpoison tgross35 0
130 rust 135008 yes Consider parent aliases of rigid nested projections for outlives bounds compiler-errors:outlives-nested-projection 0
131 rust 135099 yes Add FileCheck annotations to mir-opt/copy-prop Shunpoco:116971-mir-opt-copy-prop wesleywiser 0
132 rust 135178 yes Document the behaviour of RUST_MIN_STACK=0 Gankra:patch-2 Amanieu 0
133 rust 135578 yes Add a deterministic constructor for `RandomState` bkragl:deterministic_random_state jhpratt 0
134 rust 135731 yes Implement parsing of pinned borrows frank-king:feature/pin-borrow compiler-errors 0
135 rust 135761 yes Dial down detail of B-tree description hkBst:patch-9 tgross35 0
136 rust 135931 yes `byte_pattern`: share the `TwoWaySearcher` between byte and `str` folkertdev:byte-pattern-two-way-searcher BurntSushi 0
137 rust 135975 yes Implement `push_mut` balt-dev:master ibraheemdev 0
138 rust 136036 yes Rewrite docs for fetch_update for clarity hkBst:patch-26 thomcc 0
139 rust 136210 yes Add tests for dyn-incompatible cases estebank:dyn-incompatibility-tests cjgillot 0
140 rust 136732 yes Implement `Random` for array sorairolake:add-random-for-array joboet 0
141 rust 136733 yes Implement `Random` for `num::{Saturating,Wrapping}` sorairolake:add-random-for-num-module-types BurntSushi 0
142 rust 136776 yes [WIP] Forbid object lifetime changing pointer casts BoxyUwU:forbid_object_lifetime_casts 0
143 rust 136801 yes Implement `Random` for tuple sorairolake:add-random-for-tuple joshtriplett 0
144 rust 137042 yes As per issue #136827 submitting updates to E0495 documentation progressive-galib:E0495-documentation-fix-#136827 Noratrieb 0
145 rust 137067 yes Hint on unknown escape of Unicode quotation marks in string literal LFS6502:unicode-quote-hint Noratrieb 0
146 rust 137229 yes Add support for macro expansion in rustdoc source code pages GuillaumeGomez:expand-macro notriddle 0
147 rust 137396 yes Recover `param: Ty = EXPR` compiler-errors:param-default fmease 0
148 rust 137494 yes libstd: init(): dup() subsequent /dev/nulls instead of opening them again nabijaczleweli:dup Mark-Simulacrum 0
149 rust 137546 yes update doc for Vec::into_boxed_slice heiseish:doc-125941 the8472 0
150 rust 137584 yes rustdoc: improve the summary icon liigo:improve_summary_icon notriddle 0
151 rust 137598 yes Added `unchecked_div` and `unchecked_rem` to signed and unsigned numerical types madhav-madhusoodanan:feature-unchecked-div-rem the8472 0
152 rust 137761 yes Optimize `CharIndices::advance_by` thaliaarchi:char-indices-advance-by scottmcm 0
153 rust 137783 yes Fix code suggestion for local enum patterns in non-exhaustive matches makai410:match-arm-err BoxyUwU 0
154 rust 137785 yes bootstrap: allow to set clippy.toml for x.py clippy klensy:clippy-config clubby789 0
155 rust 137831 yes Tweak auto trait errors estebank:auto-trait-err compiler-errors 0
156 rust 138133 yes Win: Fix std::fs::rename failing on Windows Server by attempting the non-atomic rename first Fulgen301:rename-errors ChrisDenton 0
157 rust 138143 yes rustdoc: add unstable option `--crate-list-heading` to customize the sidebar crate list. kpreid:crate-sidebar notriddle 0
158 rust 138400 yes sys/pal/unix/sync/mutex: Fix Mutex::new() on NuttX no1wudi:master workingjubilee 0
159 rust 138555 yes Implement explicit tail calls in the LLVM backend semtexzv:tail-call WaffleLapkin 0
160 rust 138679 yes Issue-125323: ICE non-ADT in struct pattern when long time constant evaluation is in for loop Shunpoco:issue-125323 oli-obk 0
161 rust 138689 yes add nvptx_target_feature jedbrown:jed/nvptx-target-feature wesleywiser 0
162 rust 138744 yes Add methods to TCP and UDP sockets to modify hop limit (refresh of #94678) Mallets:set_ipv6_sock_hop_limit dtolnay 0
163 rust 138752 yes Use internal iteration in `Vec::extend_desugared()` ChayimFriedman2:patch-2 joboet 0
164 rust 138780 yes Add `#[loop_match]` for improved DFA codegen trifectatechfoundation:loop_match_attr BoxyUwU 0
165 rust 138799 yes core: simplify `Extend` for tuples joboet:extend-tuple Amanieu 0
166 rust 138879 yes Ensure non-empty buffers for large vectored I/O thaliaarchi:vectored-large-empty tgross35 0
167 rust 138907 yes Implement RFC 3631: add rustdoc doc_cfg features GuillaumeGomez:rfc-3631 notriddle 0
168 rust 138914 yes Added `get_unchecked` and `get_unchecked_mut` to `OnceLock` and `LazyLock` HomelikeBrick42:once_lazy_lock_get_unchecked jhpratt 0
169 rust 138918 yes uefi: fs: Add file times plumbing Ayush1325:uefi-fs-time petrochenkov 0
170 rust 138961 yes Make closure capturing have consistent and correct behaviour around patterns meithecatte:expr-use-visitor Nadrieril 0
171 rust 139053 yes Allow Apple SDK to be missing on non-host macOS madsmtm:cross-allow-missing-sdk wesleywiser 0
172 rust 139243 yes Add Duration from nanos u128 omanirudh:duration-from-nanos-u128 tgross35 0
173 rust 139286 yes Add regression test for nested replacement ranges in cfg_eval reez12g:add-regression-test-132727 fmease 0
174 rust 139310 yes add first HelenOS compilation targets mvolfik:helenos-compiler wesleywiser 0
175 rust 139316 yes Suppress suggestions while span is in external library xizheyin:issue-139251 fmease 0
176 rust 139345 yes Extend `QueryStability` to handle `IntoIterator` implementations smoelius:into-iter-stability fmease 0
177 rust 139357 yes Fix parameter order for `_by()` variants of `min` / `max`/ `minmax` in `std::cmp` miried:master thomcc 0
178 rust 139362 yes Fix error reporting for multibyte characters in byte string literal tapanprakasht:fix-byte-string-non-ascii Nadrieril 0
179 rust 139432 yes Implement `AsRef<OsStr>` for `Cow<'_, Path>` thaliaarchi:asref/cow-path-to-os_str m-ou-se 0
180 rust 139441 yes Implement `AsRef<ByteStr>` for `[u8]` thaliaarchi:asref/slice-to-byte_str dtolnay 0
181 rust 139451 yes Add `target_env = "macabi"` and `target_env = "sim"` madsmtm:apple-target-env-abi workingjubilee 0
182 rust 139514 yes dirfd: preliminary unix and windows implementations Qelxiros:120426-dirfd tgross35 0
183 rust 139524 yes Add socket extensions for cygwin Berrysoft:cygwin-socket-ext joboet 0
184 rust 139540 yes Optimize `core::unicode::printable`. reitermarkus:optimize-char-printable joboet 0
185 rust 139593 yes add sitemap to rust docs lolbinarycat:sitemap ehuss 0
186 rust 139637 yes Update documentation of `as_ptr` function of Atomic$Int to clarify circumstances of usage madhav-madhusoodanan:Atomic_as_ptr_doc_update thomcc 0
187 rust 139673 yes Stabilize `offset_of_slice` jdonszelmann:offset-of-slice WaffleLapkin 0
188 rust 139690 yes `impl Default for RepeatN` cuviper:iter_repeat_n_default joshtriplett 0
189 rust 139692 yes Rustfmt now support use closures spastorino:do-not-rustfmt-ignore Mark-Simulacrum 0
190 rust 139751 yes Implement pin-project in pattern matching for `&pin mut|const T` frank-king:feature/pin-project Nadrieril 0
191 rust 139793 yes Explore adding a reproducibility test to rust test infrastructure. biabbas:reproducible marcoieni 0
192 rust 139806 yes std: sys: pal: uefi: Overhaul Time Ayush1325:uefi-systemtime joboet 0
193 rust 139849 yes Fix `env::ArgsOs` for zkVM thaliaarchi:args/zkvm ibraheemdev 0
194 rust 139857 yes Fix Box's doc for aliasing rules DiuDiu777:fix-box RalfJung 0
195 rust 139869 yes rustdoc: Deprecate option `--test-args` in favor of new insta-stable option `--test-arg` fmease:replace-test-args-opt notriddle 0
196 rust 139955 yes Generate obligations when possible instead of rejecting with ambiguity dingxiangfei2009:make-progress-with-match-projection lcnr 0
197 rust 140005 yes Set MSG_NOSIGNAL for UnixStream mlowicki:patch-1 tgross35 0
198 rust 140018 yes Align `RwLockWriteGuard` fields with the other `RwLock` guards (+ cleanup) connortsui20:cleanup-rwlock tgross35 0
199 rust 140069 yes download bootstrap binary from ci Shourya742:2025-04-16-pre-compile-bootstrap Kobzol 0
200 rust 140073 yes Improve type parameter suggestion heuristic for missing types Kivooeo:fix-139999-type-suggestion oli-obk 0
201 rust 140130 yes Add LLDB providers for BTreeMap and BTreeSet ede1998:add-lldb-btree-providers Mark-Simulacrum 0
202 rust 140136 yes Add an aarch64-msvc build running on ARM64 Windows dpaoliello:arm64winci Kobzol 0
203 rust 140153 yes Implement `Debug` for `EncodeWide` thaliaarchi:encode-wide-debug joshtriplett 0
204 rust 140155 yes Remove a test that never runs bjorn3:remove_unreachable_test Mark-Simulacrum 0
205 rust 140254 yes Make rustc implicitly use panic=abort for the panic_abort crate bjorn3:rustc_panic_abort_abort petrochenkov 0
206 rust 140261 yes Stabilize `fn_align`: `#[repr(align(N))]` on functions and `-Zmin-function-alignment` folkertdev:stabilize-fn-align traviscross 0
207 rust 140271 yes Add compiler support for namespaced crates b-naber:namespace-facade petrochenkov 0
208 rust 140314 yes Rustdoc: typecheck scrape-examples.js lolbinarycat:rustdoc-js-scrape-examples-typecheck notriddle 0
209 rust 140363 yes Do not insert duplicate SourceFile Zoxc:pr115572-rebase davidtwco 0
210 rust 140417 yes Add `c_longdouble` tgross35:c-longdouble 0
211 rust 140434 yes rustdoc: Allow multiple references to a single footnote a4lg:rustdoc-multi-footnote-refs notriddle 0
212 rust 140459 yes Add `read_buf` equivalents for positioned reads niklasf:feature/read-buf-at tgross35 0
213 rust 140463 yes Document MaybeUninit bit validity joshlf:patch-13 RalfJung 0
214 rust 140482 yes std::net: update tcp deferaccept delay type to Duration. devnexen:tcp_deferaccept_toduration joshtriplett 0
215 rust 140525 yes Use lld by default on `x86_64-unknown-linux-gnu` stable lqd:stabilize-lld petrochenkov 0
216 rust 140594 yes early migration to biome lolbinarycat:rustdoc-biome GuillaumeGomez 0
217 rust 140622 yes compiletest: Improve diagnostics for line annotation mismatches petrochenkov:annusexp jieyouxu 0
218 rust 140640 yes Implement RcUninit (#112566) kstrafe:master m-ou-se 0
219 rust 140717 yes Split up the `unknown_or_malformed_diagnostic_attributes` lint mejrs:diagnostic_lints oli-obk 0
220 rust 140733 yes Add -Zindirect-branch-cs-prefix Darksonn:indirect-branch-cs-prefix 0
221 rust 140740 yes Add `-Zindirect-branch-cs-prefix` ojeda:indirect-branch-cs-prefix compiler-errors 0
222 rust 140763 yes Change codegen of LLVM intrinsics to be name-based, and add llvm linkage support for `bf16(xN)`, `i1xN` and `x86amx` sayantn:test-amx nikic 0
223 rust 140779 yes Clarify upfront that `PartialOrd` is for strict partial orders Muon:patch-1 Mark-Simulacrum 0
224 rust 140805 yes Introduce test results file patskovn:introduce-test-results-file weihanglo 0
225 rust 140808 yes Implement Default for &Option camsteffen:default-for-option-ref joshtriplett 0
226 rust 140830 yes make path_statements lint machine applicable for statements with no effect yaahc:machine-applicable-path-statments jieyouxu 0
227 rust 140871 yes Don't lint against named labels in `naked_asm!` Amanieu:naked-asm-label compiler-errors 0
228 rust 140938 yes Changed unclickable link in The rustc book atlasgorn:patch-1 jieyouxu 0
229 rust 140942 yes const-eval: allow constants to refer to mutable/external memory, but reject such constants as patterns RalfJung:const-ref-to-mut oli-obk 0
230 rust 140948 yes start properly testing attributes in positions mejrs:attribute_testing jdonszelmann 0
231 rust 140983 yes Improve doc of some methods that take ranges tkr-sh:master ibraheemdev 0
232 rust 140985 yes Change `core::iter::Fuse`'s `Default` impl to do what its docs say it does zachs18:fuse-default-some tgross35 0
233 rust 141007 yes Expand free alias types when computing implied outlives-bounds fmease:lta-expand-before-inf-outlives BoxyUwU 0
234 rust 141032 yes avoid violating `slice::from_raw_parts` safety contract in `Vec::extract_if` petrosagg:extract-if-ub joboet 0
235 rust 141033 yes compiletest: add option for automatically adding annotations mejrs:bless_annotation jieyouxu 0
236 rust 141043 yes Permit duplicate imports jswrenn:allow-duplicate-macro-imports compiler-errors 0
237 rust 141055 yes Hack together inline-always-overrides saethlin:attribute-overrides 0
238 rust 141076 yes fix Zip unsoundness (again) the8472:fix-zip-panic-safety2 workingjubilee 0
239 rust 141260 yes Allow volatile access to non-Rust memory, including address 0 LuigiPiucco:volatile-null JakobDegen 0
240 rust 141266 yes Stabilize `substr_range` and related methods wr7:stabilize_substr_range BurntSushi 0
241 rust 141290 yes Add constant `MAX_NEGATIVE` to each floating-point value SciMind2460:master BurntSushi 0
242 rust 141299 yes rustdoc: add private items toggle lolbinarycat:rustdoc-private-items-toggle 0
243 rust 141311 yes make `tidy-alphabetical` use a natural sort folkertdev:tidy-natural-sort Noratrieb 0
244 rust 141324 yes std: sys: random: uefi: Provide rdrand based fallback Ayush1325:uefi-rand-fallback joboet 0
245 rust 141391 yes rustc_const_eval: Expose APIs for signalling foreign accesses to memory nia-e:exposed-ffi RalfJung 0
246 rust 141445 yes Add `FromIterator` impls for `ascii::Char`s to `String`s yotamofek:pr/library/from-iter-char-string joshtriplett 0
247 rust 141469 yes Allow `&raw [mut | const]` for union field in safe Kivooeo:remove-usnsafegate compiler-errors 0
248 rust 141509 yes Draft: Make into_parts methods on Vec associated functions GoldsteinE:vec-into-raw-parts BurntSushi 0
249 rust 141532 yes std: sys: net: uefi: tcp4: Implement write Ayush1325:uefi-tcp4-send thomcc 0
250 rust 141539 yes Enable LLDB debug info tests on CI EFanZh:enable-lldb-debug-info-tests-on-ci Kobzol 0
251 rust 141597 yes Document subdirectories of UI tests with README files Oneirical:unquestionable-instruction jieyouxu 0
252 rust 141624 yes unstable-book: Add stubs for environment variables; document some of the important ones jyn514:env-var-stubs BoxyUwU 0
253 rust 141630 yes implement `TrustedRandomAccessNoCoerce` for `Peekable` fee1-dead-contrib:push-xksmqywmutxl m-ou-se 0
254 rust 141633 yes Suggest to bind `self.x` to `x` when field `x` may be in format string xizheyin:issue-141350 nnethercote 0
255 rust 141637 yes Pure batching without autodiff EnzymeAD:pure-batching 0
256 rust 141648 yes [rustdoc] Do not emit redundant_explicit_links lint if the doc comment comes from expansion GuillaumeGomez:redundant_explicit_links-expansion notriddle 0
257 rust 141658 yes rustdoc search: prefer stable items in search results lolbinarycat:rustdoc-search-stability-rank-138067 GuillaumeGomez 0
258 rust 141663 yes rustdoc: add ways of collapsing all impl blocks lolbinarycat:rustdoc-collapse-impl-134429 notriddle 0
259 rust 141697 yes ci: update docker version on codebuild marcoieni:codebuild-update-docker 0
260 rust 141703 Structurally normalize types as needed in `projection_ty_core` compiler-errors:deref-place lcnr 0
261 rust 141744 yes Stabilize `ip_from` GrigorenkoPV:ip_from Amanieu 0
262 rust 141766 yes Stabilize `#[cfg(version(...))]`, take 2 est31:stabilize_cfg_version eholk 0
263 rust 141798 yes compiler: use FramePointer::NonLeaf on illumos workingjubilee:illumos-may-get-by-with-less-fp 0
264 rust 141809 yes Don't call WSACleanup on process exit ChrisDenton:no-cleaup thomcc 0
265 rust 141828 yes Add diagnostic explaining STATUS_STACK_BUFFER_OVERRUN not only being used for stack buffer overruns if link.exe exits with that exit code Fulgen301:status-stack-buffer-overrun-diagnostic wesleywiser 0
266 rust 141829 yes Specialize sleep_until implementation for unix (except mac) dvdsk:sleep_until_linux cuviper 0
267 rust 141831 yes rustdoc: fix attrs of locally reexported foreign items lolbinarycat:rustdoc-extern-reexport-135092 GuillaumeGomez 0
268 rust 141839 yes make rust-analyzer use a dedicated directory tshepang:ease-lsp-use Mark-Simulacrum 0
269 rust 141840 yes If `HOME` is empty, use the fallback instead ChrisDenton:noempty dtolnay 0
270 rust 141847 yes Explain `TOCTOU` on the top of `std::fs`, and reference it in functions xizheyin:141837 thomcc 0
271 rust 141856 yes forward the bootstrap `runner` to `run-make` folkertdev:run-make-forward-compiletest-runner jieyouxu 0
272 rust 141867 yes Describe Future invariants more precisely Diggsey:db-improve-future-docs thomcc 0
273 rust 141899 yes Turn `stdarch` into a Josh subtree Kobzol:stdarch-josh Amanieu 0
274 rust 141922 yes Stabilize `feature(more_qualified_paths)` WaffleLapkin:qualified fee1-dead 0
275 rust 141977 yes print proc res for failed case in comp test ilyaaay:ilyaaa-print-proc-res-for-failed-case-in-comp-test Mark-Simulacrum 0
276 rust 141979 yes Attempted to fix #141972 Parameter ABI inconsistency error in Rust for RISC-V YingkaiLi-VM:master workingjubilee 0
277 rust 141980 yes Prototype `VaList` proposal beetrees:va-list-proposal 0
278 rust 141987 yes Fix linting false positive when block used as value ChAoSUnItY:fix/unused_braces lcnr 0
279 rust 141994 yes add Iterator::contains Qelxiros:127494-iter_contains dtolnay 0
280 rust 141996 yes Fix `proc_macro::Ident`'s handling of `$crate` Daniel-Aaron-Bloom:dollar_crate petrochenkov 0
281 rust 142021 yes Doc: clarify priority of lint level sources HamidrezaSK:fix-lint-precedence-doc ehuss 0
282 rust 142035 yes Add `Command::resolve_in_parent_path` ChrisDenton:parent-path workingjubilee 0
283 rust 142038 yes Optimize `std::str::Chars::next` and `std::str::Chars::next_back` Kmeakin:km/optimize-str-chars-iterator scottmcm 0
284 rust 142061 yes Make many `MacResult` methods unreachable. nnethercote:MacResult-unreachable petrochenkov 0
285 rust 142071 yes `apply_member_constraints`: fix placeholder check lcnr:revealing-use compiler-errors 0
286 rust 142079 yes nll-relate: improve hr opaque types support lcnr:opaque-types-universes BoxyUwU 0
287 rust 142098 yes Implement `int_format_into` feature GuillaumeGomez:int_format_into Amanieu 0
288 rust 142106 yes Add `compiler-builtins` to bootstrap tgross35:test-builtins Kobzol 0
289 rust 142117 yes [DO NOT MERGE] Experimental jieyouxu:revert-rustc-sysroot-handling 0
290 rust 142134 yes Reject unsupported `extern "{abi}"`s consistently in all positions workingjubilee:reject-unsupported-abi tmandry 0
291 rust 142135 yes docs: autogenerate compiler flag stubs based on -Zhelp rmehri01:gen-compiler-flags compiler-errors 0
292 rust 142138 yes Add `Vec::into_chunks` ashivaram23:vec_into_chunks thomcc 0
293 rust 142139 yes Include additional hashes in src/stage0 erickt:include-hashes Mark-Simulacrum 0
294 rust 142177 yes add core::async_iter::pending Qelxiros:91683-stream_pending joboet 0
295 rust 142189 yes Check definitions of arguments before suggest move expr out of loop xizheyin:141880 fee1-dead 0
296 rust 142198 yes `rustc_const_eval`: respect `target.min_global_align` folkertdev:miri-s390x-align-statics RalfJung 0
297 rust 142200 yes `tests/ui`: A New Order [8/N] Kivooeo:tf8 jieyouxu 0
298 rust 142205 yes Mark `slice::swap_with_slice` unstably const paolobarbolini:const_swap_with_slice-impl joshtriplett 0
299 rust 142212 yes bootstrap: validate `rust.codegen-backends` & `target.<triple>.codegen-backends` GrigorenkoPV:codegens albertlarsan68 0
300 rust 142214 yes `tests/ui`: A New Order [9/N] Kivooeo:tf9 jieyouxu 0
301 rust 142215 yes Use -Zmir-opt-level=0 in tests for MIR building saethlin:mir-building-tests 0
302 rust 142237 yes Detect more cases of unused_parens around types benschulz:unused-parens-fn fee1-dead 0
303 rust 142255 yes Add edition checks for some tests that had divergent output estebank:edition-diagnostic-changes BoxyUwU 0
304 rust 142300 yes [EXPERIMENTAL] Revert `mte-ffi` changes jieyouxu:exp-partial-revert-141576 0
305 rust 142301 yes tests: Fix duplicated-path-in-error fail with musl Gelbpunkt:duplicated-path-in-error-musl wesleywiser 0
306 rust 142304 yes tests: Add `RUST_BACKTRACE` and `-Cpanic` revisions to `panic-main.rs` test Enselic:panic-main-revisions 0
307 rust 142310 yes compiler: Fix "power alignment" problems on AIX workingjubilee:gut-power-alignment wesleywiser 0
308 rust 142315 yes core::ptr: deduplicate docs for as_ref, addr, and as_uninit_ref lolbinarycat:core-dedup-ptr-docs-139190-pt3 workingjubilee 0
309 rust 142321 yes Expose elf abi on ppc64 targets ostylk:fix/ppc64_abi workingjubilee 0
310 rust 142323 yes Make `lto` and `linker-plugin-lto` work the same for `compiler_builtins` maurer:builtin-lto dianqk 0
311 rust 142325 yes Stabilize the `breakpoint` function joshtriplett:stabilize-breakpoint jhpratt 0
312 rust 142331 yes Add `trim_prefix` and `trim_suffix` methods for both `slice` and `str` types. deven:trim_prefix_suffix joboet 0
313 rust 142339 yes Add NonNull pattern types oli-obk:not-null-pattern-types BoxyUwU 0
314 rust 142354 yes Fixes firefox copy paste issue gstjepan2:firefox_copy_paste_issue GuillaumeGomez 0
315 rust 142367 yes Add regression test for #137857 to ensure that we generate intra doc links for extern crate items. GuillaumeGomez:extern-crate-items-intra-doc notriddle 0
316 rust 142372 yes Improve `--remap-path-prefix` documentation Urgau:improve-remap_path_prefix-doc wesleywiser 0
317 rust 142380 yes Put negative implementors first and apply same ordering logic to foreign implementors GuillaumeGomez:neg-implementors notriddle 0
318 rust 142391 yes rust: library: Add `setsid` method to `CommandExt` trait LevitatingBusinessMan:setsid workingjubilee 0
319 rust 142401 yes Add proper name mangling for pattern types oli-obk:pattern-mango petrochenkov 0
320 rust 142415 yes Add note when inherent impl for a alias type defined outside of the crate xizheyin:141679 BoxyUwU 0
321 rust 142417 yes `tests/ui`: A New Order [12/N] Kivooeo:tf12 jieyouxu 0
322 rust 142420 yes Report infer ty errors during hir ty lowering oli-obk:infer-ty-coalescing compiler-errors 0
323 rust 142429 yes `tests/ui`: A New Order [13/N] Kivooeo:tf13 jieyouxu 0
324 rust 142437 yes Add test cases for namespaced crates eholk:namespace-tests petrochenkov 0
325 rust 142440 yes `tests/ui`: A New Order [14/N] Kivooeo:tf14 jieyouxu 0
326 rust 142444 yes adding codegen test to autodiff KMJ-007:autodiff-codegen-test ZuseZ4 0
327 rust 142445 yes compiler: Use -T instead of --script for linker scripts workingjubilee:switch-to-T-over-script petrochenkov 0
328 rust 142453 yes Windows: make `read_dir` stop iterating after the first error is encountered ChrisDenton:fused Amanieu 0
329 rust 142454 yes Add modern AVR mcus like avr128db28 and attiny3224 tomtor:avr-update tgross35 0
330 rust 142458 yes Merge unboxed trait object error suggestion into regular dyn incompat error oli-obk:dyn-incompat wesleywiser 0
331 rust 142472 yes Add new `doc(attribute = "...")` attribute GuillaumeGomez:doc-attribute-attribute notriddle 0
332 rust 142478 yes install docs for each target in different directory Forist2034:master clubby789 0
333 rust 142485 yes Marks ADT live if it appears in pattern mu001999-contrib:dead-code/adt-pattern petrochenkov 0
334 rust 142487 yes Detect missing `derive` on unresolved attribute even when not imported estebank:serde-attr-5 compiler-errors 0
335 rust 142491 yes Rework #[cold] attribute parser jdonszelmann:cold 0
336 rust 142494 yes Fix missing docs in `rustc_attr_parsing` jdonszelmann:missing-attr-parsing-docs davidtwco 0
337 rust 142495 yes Better template for `#[repr]` attributes jdonszelmann:better-repr-template compiler-errors 0
338 rust 142497 yes Fix random failure when JS code is executed when the whole file was not read yet GuillaumeGomez:fix-random-search-failure notriddle 0
339 rust 142502 yes rustdoc_json: improve handling of generic args nnethercote:rustdoc-json-GenericArgs aDotInTheVoid 0
340 rust 142506 yes Add `Path::has_trailing_sep` and related methods clarfonthey:path-trailing-sep joboet 0
341 rust 142514 yes Miri: handling of SNaN inputs in `f*::pow` operations LorrensP-2158466:miri-float-nondet-pow RalfJung 0
342 rust 142518 yes [lib] In-place initialization infrastructure dingxiangfei2009:init-lib-api joshtriplett 0
343 rust 142538 yes Add armv7-unknown-linux-musleabihf host tools to CI alex:add-armv7-musl-host-tools Mark-Simulacrum 0
344 rust 142539 yes Port `#[may_dangle]` to the new attribute system GrigorenkoPV:attributes/may_dangle jdonszelmann 0
345 rust 142544 yes Prevent ABI changes affect EnzymeAD Sa4dUs:prevent-abi-changes ZuseZ4 0
346 rust 142547 yes Refactor resolve_ident_in_module to use scopes b-naber:refactor-resolve-ident-module petrochenkov 0
347 rust 142549 yes small iter.intersperse.fold() optimization the8472:intersperse-fold-tweak joboet 0
348 rust 142568 yes Use the .drectve section for exporting symbols from dlls on Windows bjorn3:windows_symbols_o_export wesleywiser 0
349 rust 142569 yes Suggest clone in user-write-code instead of inside macro xizheyin:139253 fmease 0
350 rust 142575 yes Ensure copy* intrinsics also perform the static self-init checks oli-obk:sneaky-self-init RalfJung 0
351 rust 142581 yes Enforce in bootstrap that build must have stage at least 1 Kobzol:bootstrap-std-method Mark-Simulacrum 0
352 rust 142590 yes Allow `#[must_use]` on associated types to warn on unused values in generic contexts compiler-errors:must-use-assoc BoxyUwU 0
353 rust 142593 yes Add a warning to LateContext::get_def_path blyxyas:improve-docs-itty-bitty-change compiler-errors 0
354 rust 142594 yes Add DesugaringKind::FormatLiteral mejrs:new_desugaring chenyukang 0
355 rust 142597 yes error on calls to ABIs that cannot be called folkertdev:abi-cannot-be-called workingjubilee 0
356 rust 142609 yes Add Cosmopolitan Libc target io12:cosmo 0
357 rust 142611 yes Do not suggest compatible variants inside macro xizheyin:142359 BoxyUwU 0
358 rust 142617 yes improve search graph docs, reset `encountered_overflow` between reruns lcnr:search_graph-3 BoxyUwU 0
359 rust 142623 yes [WIP] Move placeholder error handling to before region inference amandasystems:early-placeholder-errors lcnr 0
360 rust 142633 yes Error on invalid signatures for interrupt ABIs folkertdev:interrupt-abi-restrict-signature workingjubilee 0
361 rust 142636 yes bootstrap.example.toml: use less contextual format lolbinarycat:bootstrap-example-unsection workingjubilee 0
362 rust 142639 yes Add a missing colon at the end of the panic location details in location-detail-unwrap-multiline.rs dpaoliello:needcolon WaffleLapkin 0
363 rust 142641 yes Generate symbols.o for proc-macros too bjorn3:proc_macro_symbols_o jieyouxu 0
364 rust 142642 yes rustdoc-json: Postcard output aDotInTheVoid:rdp 0
365 rust 142645 yes Also emit suggestions for usages in the `non_upper_case_globals` lint Urgau:usage-non_upper_case_globals compiler-errors 0
366 rust 142647 yes [perf] Compute hard errors without diagnostics in impl_intersection_has_impossible_obligation compiler-errors:less-work-in-coherence 0
367 rust 142653 yes rustdoc search: rank aliases lower than exact matches lolbinarycat:rustdoc-search-order-alias-140968 0
368 rust 142654 yes library: Increase timeout on mpmc test to reduce flakes workingjubilee:increase-timeout-factor-on-mpmc-test joshtriplett 0
369 rust 142657 yes macros: Clean up code with non-optional `NonterminalKind` tgross35:nonoptional-fragment-specifiers-cleanup petrochenkov 0
370 rust 142659 yes compiler-builtins: Clean up features tgross35:builtins-features 0
371 rust 142663 yes trait_sel: add builtin impl for `PointeeSized` davidtwco:issue-142652-dyn-pointeesized-reimpl oli-obk 0
372 rust 142668 yes vec_deque/fmt tests: remove static mut hkBst:less-static-mut tgross35 0
373 rust 142670 yes Document fully-qualified syntax in `as`' keyword doc fpdotmonkey:doc/as-fully-qualified-syntax ibraheemdev 0
374 rust 142671 yes add #![rustc_no_implicit_bounds] davidtwco:no-default-bounds-attr lcnr 0
375 rust 142673 yes Show the offset, length and memory of uninit read errors oli-obk:uninit-read-mem RalfJung 0
376 rust 142677 yes Add CI check to ensure that rustdoc JSON `FORMAT_VERSION` is correctly updated GuillaumeGomez:check-format-version-update Kobzol 0
377 rust 142678 yes Misc cleanups of `generic_arg_infer` related HIR logic BoxyUwU:gai_cleanup nnethercote 0
378 rust 142680 yes Fix passing/returning structs with the 64-bit SPARC ABI beetrees:sparc64-float-struct-abi bjorn3 0
379 rust 142681 yes Remove the `#[no_sanitize]` attribute in favor of `#[sanitize(xyz = "on|off")]` 1c3t3a:sanitize-off-on rcvalle 0
380 rust 142682 yes Update bundled musl to 1.2.5 Gankra:update_musl_1.2.5 wesleywiser 0
381 rust 142686 yes Skip debug dep node code in non-incremental mode zetanumbers:fix_incremental_info lcnr 0
382 rust 142687 yes Reduce uses of `hir_crate`. cjgillot:less-hir_crate oli-obk 0
383 rust 138429 yes Fix `x86_64-unknown-illumos` LLVM target triple madsmtm:illumos-llvm-target jieyouxu 0 always
384 rust 139113 yes unstable book: in a sanitizer example, check the code folkertdev:sanitizer-unstable-book-check-block GuillaumeGomez 0 always
385 rust 140247 yes Don't build `ParamEnv` and do trait solving in `ItemCtxt`s when lowering IATs BoxyUwU:iats_no_query_cycles lcnr 0 always
386 rust 140397 Add T-compiler backports Zulip notifications apiraino:t-compiler-backports-zulip-notifications davidtwco 0 always
387 rust 141259 Update books rustbot:docs-update ehuss 0 always
388 rust 141719 Add tls_model for cygwin and enable has_thread_local Berrysoft:cygwin-tls-model mati865 0 always
389 rust 141746 Rework `#[doc(cfg(..))]` checks as distinct pass in rustdoc Urgau:rework-doc_cfg-checks GuillaumeGomez 0 always
390 rust 142078 yes Add SIMD funnel shift and round-to-even intrinsics sayantn:more-intrinsics workingjubilee 0 always
391 rust 142509 yes bump std libc dependency the8472:bump-libc joboet 0 always
392 rust 142629 yes Add config builder for bootstrap tests Kobzol:bootstrap-tests-builder jieyouxu 0 always
393 rust 126810 no Tweak output of resolve errors estebank:resolve-error-wording petrochenkov 10 never
394 rust 105392 no Dedup bounds with parent impl block GuillaumeGomez:rustdoc-dedup-bounds compiler-errors 0 never
395 rust 106852 no Only preserve DebugInfo in DeadStoreElimination if requested. cjgillot:debug-dse JakobDegen 0 never
396 rust 109050 no Only use the new DepNode hashmap for anonymous nodes. cjgillot:no-hash-graph 0 never
397 rust 111061 no [perf] Enable some more MIR optimizations cjgillot:reorder-passes 0 never
398 rust 113125 no typeck: taint if errors found during writeback davidtwco:issue-112824-ctfe-type-mismatch-with-type-error compiler-errors 0 never
399 rust 114538 no Split marking and visit to compute live_symbols. cjgillot:split-live-symbols 0 never
400 rust 115003 no Increase parallelism in various locations Zoxc:parallel-tweaks-rebase cjgillot 0 never
401 rust 116173 no New atomic reference counting algorithm m-ou-se:arc Amanieu 0 never
402 rust 116542 no Add range metadata to slice lengths the8472:slice-ref-len-validity cjgillot 0 never
403 rust 116707 no Create an `AllocId` for `ConstValue::Slice`. cjgillot:slice-id 0 never
404 rust 119458 no Do not hash allocations to name them. cjgillot:anonymous-alloc compiler-errors 0 never
405 rust 119501 no Only generate a single shim for clone of copy types. cjgillot:clone-shim 0 never
406 rust 119966 no Move TLS to rustc_query_system cjgillot:tls 0 never
407 rust 120286 no Implement RFC 3349, mixed utf8 literals nnethercote:3349-mixed-utf8-literals 0 never
408 rust 120589 no std::thread::available_parallelism merging linux/android/freebsd version devnexen:cpuaff_fbsd_upd m-ou-se 0 never
409 rust 120682 no [WIP] rewrite TrustedRandomAccess into two directional variants the8472:indexed-access 0 never
410 rust 122971 no Make slice iterators carry only a single provenance scottmcm:slice-iter-provenance-v2 the8472 0 never
411 rust 123219 no [WIP] rustdoc (base+json): add support for variances fmease:rustdoc-variances-json 0 never
412 rust 123259 no Fixup `if T::CONST` in MIR scottmcm:tweak-if-const 0 never
413 rust 126651 no Implement consecutive shorthand projections (associated type paths) like `T::AssocA::AssocB` fmease:consec-shorthand-proj compiler-errors 0 never
414 rust 127241 no Mark span parent in def_collector. cjgillot:def-collector-span petrochenkov 0 never
415 rust 128846 no Stop considering moved-out locals when computing auto traits for generators (rebased) compiler-errors:drop-liveness oli-obk 0 never
416 rust 129102 no Experimental: Add Derive Proc-Macro Caching futile:experimental/proc-macro-caching petrochenkov 0 never
417 rust 129881 no Implement struct_target_features. veluca93:struct_tf cjgillot 0 never
418 rust 130227 no [WIP] Remove precise placeholder tracking from region inference amandasystems:remove-placeholders-completely lcnr 0 never
419 rust 130679 no Add inline(usually) saethlin:inline-usually 0 never
420 rust 130909 no Infer nounwind and use it in MIR opts saethlin:infer-nounwind 0 never
421 rust 133502 no [DO NOT MERGE] bootstrap with `-Znext-solver=globally` lcnr:rust4 0 never
422 rust 134009 no cg_llvm: Replace most of our DIBuilder wrappers with LLVM-C API bindings Zalathar:llvm-di workingjubilee 0 never
423 rust 134051 no Do partial SsaLocals analysis in unoptimized builds saethlin:partial-ssa-analysis 0 never
424 rust 134938 no Include arguments to the precondition check in failure messages saethlin:include-precondition-args 0 never
425 rust 135846 no Detect struct construction with private field in field with default estebank:non-exhaustive-dfv-ctor-2 BoxyUwU 0 never
426 rust 137275 no Make skip_whitespace do a single pass (with bytes) hkBst:single_pass_skip_ws_bytes nnethercote 0 never
427 rust 137294 no Experiment: New format_args!() representation m-ou-se:fmt-args-2025 m-ou-se 0 never
428 rust 137972 no Ensure constants are WF before calling into CTFE BoxyUwU:ty_const_wf_before_eval 0 never
429 rust 138419 no Test out a more lock-free hash map Zoxc:horde-queries Nadrieril 0 never
430 rust 138759 no Allow `enum` and `union` literals to also create SSA values scottmcm:operand-builder workingjubilee 0 never
431 rust 138995 no [perf experiment] Split the resolver tables into per-owner tables oli-obk:split-resolver petrochenkov 0 never
432 rust 139587 no support revealing uses of opaques lcnr:revealing-use-closures compiler-errors 0 never
433 rust 139598 no Remove `Symbol` from `Named` variant of `BoundRegionKind`/`LateParamRegionKind` compiler-errors:no-bound-var-symbol 0 never
434 rust 140319 no Group dep nodes by chunks with sequential indices and only store the first index at the start of the chunk Zoxc:dep-graph-index-chunks nnethercote 0 never
435 rust 141325 no [experiment, do not merge!] rewrite the DenseBitSet structure to only use 1 word on the stack tage64:thin_bit_set 0 never
436 rust 141326 no [experimental, do not merge!] a faster implementation of Polonius tage64:horatio 0 never
437 rust 142030 no Start moving wf checking away from HIR oli-obk:wfck-less-hir compiler-errors 0 never
438 rust 93544 no Debug-format fat pointers with their metadata for better insight vojtechkral:fmt-fat-ptrs m-ou-se 0
439 rust 94904 no doc(notable_trait) for impls conradludgate:rustdoc-notable-attr GuillaumeGomez 0
440 rust 98514 no `std::thread` support for the Nintendo 3DS AzureMarker:feature/horizon-threads Mark-Simulacrum 0
441 rust 98991 no Apply deprecation lint to trait method overrides. m-ou-se:deprecated-overrides wesleywiser 0
442 rust 100413 no Track `-Cprofile-use` and `-Cprofile-sample-use` value by file hash, not file path Kobzol:profile-use-track-file-hash wesleywiser 0
443 rust 101551 no [WIP] Add support for custom allocator for `String` zachs18:string_alloc Mark-Simulacrum 0
444 rust 103376 no Strip leading trailing empty lines in doc code blocks GuillaumeGomez:strip-leading-trailing-empty-lines notriddle 0
445 rust 105586 no Experimental feature gate proposal `crabi` joshtriplett:abi-experimental-feature-gate nikomatsakis 0
446 rust 105604 no Use ELF-TLS on SGX joboet:sgx_tls m-ou-se 0
447 rust 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
448 rust 107263 no Allow impl on projection GuillaumeGomez:allow-impl-on-projection oli-obk 0
449 rust 107562 no WIP: Remove `ResumeTy` from async lowering Swatinem:async-resumety-v2 compiler-errors 0
450 rust 107640 no rustdoc: Add support for local resources GuillaumeGomez:rustdoc-local-resources-2 notriddle 0
451 rust 108001 no Add lint to check if non-inlined local reexports have documentation GuillaumeGomez:unused_reexport_documentation-lint notriddle 0
452 rust 108097 no Change Wasm's `cdylib` etc. to be a "reactor". sunfishcode:sunfishcode/wasi-reactor wesleywiser 0
453 rust 108671 no Implement flatten for `Option<&Option<T>>` and `Option<&mut Option<T>>` Coca162:option_reference_flattening dtolnay 0
454 rust 108981 no Implement `fs_native_path` ChrisDenton:aspath Amanieu 0
455 rust 108993 no Make typeck aware of uninhabited types cjgillot:uninhabited-typeck lcnr 0
456 rust 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
457 rust 112106 no Added traits implemented by FnPtr to fn docs with example function mj10021:issue-111182-fix cuviper 0
458 rust 112331 no Report allocation errors as panics, second attempt Amanieu:panic-oom-payload2 m-ou-se 0
459 rust 114209 no tidy watcher klensy:better-than-remembrall wesleywiser 0
460 rust 114917 no Dummy PR to test coverage test changes in CI Zalathar:dummy-coverage 0
461 rust 115501 no Add new inherit_handles flag to CommandExt trait michaelvanstraten:set_inherit_handles ChrisDenton 0
462 rust 115802 no rustdoc search: Allow to filter on multiple crates GuillaumeGomez:rustdoc-search-multiple-crate-filtering notriddle 0
463 rust 116247 no WIP: Check uninhabitedness through the trait solver cjgillot:uninhabited-predicate lcnr 0
464 rust 117682 no Don't check GAT bounds in normalization aliemjay:gat-relax-lifetimes 0
465 rust 118270 no Allow coercions from never-type when ref binding is involved Aaron1011:ref-pat-never-coerce compiler-errors 0
466 rust 118711 no [rustdoc] Add `no-hidden-lines` codeblock attribute GuillaumeGomez:raw-codeblock-attribute notriddle 0
467 rust 118917 no Support for a scalable simd representation JamieCunliffe:sve Amanieu 0
468 rust 119260 no Make broken MIR a proper lint. cjgillot:mir-lint TaKO8Ki 0
469 rust 119550 no Rename `AsyncIterator` back to `Stream`, introduce an AFIT-based `AsyncIterator` trait yoshuawuyts:async-iterator compiler-errors 0
470 rust 120013 no coverage: Don't show coverage for code paths that must panic/diverge Zalathar:diverge 0
471 rust 120700 no Stabilize associated type position impl Trait (ATPIT) traviscross:TC/stabilize-atpit nikomatsakis 0
472 rust 120818 no rustdoc: add three-column layout for large desktops notriddle:notriddle/three-column GuillaumeGomez 0
473 rust 121880 no Run linking and incremental saving / finalizing in parallel Zoxc:link-task estebank 0
474 rust 121910 no Revert "Change prefetch to avoid deadlock" Zoxc:rev-118488 cjgillot 0
475 rust 122957 no Silence unnecessary "missing `dyn`" errors and tweak E0746 suggestions estebank:issue-121037 oli-obk 0
476 rust 123220 no [blocked on design] [PoC]: rustdoc (html): add support for variances fmease:rustdoc-variances-html 0
477 rust 123319 no Add managarm as a tier 3 target no92:managarm-target davidtwco 0
478 rust 124078 no test apiraino:test-pr-assignment apiraino 0
479 rust 124278 no Support mcdc analysis for pattern matching ZhuUx:pattern-match Zalathar 0
480 rust 124439 no Set default value `deny-warnings` for compiler profile to `false` WaffleLapkin:who-wants-to-deny-warnings-lmao albertlarsan68 0
481 rust 124595 no Suggest cloning `Arc` moved into closure estebank:issue-104232 davidtwco 0
482 rust 124852 no alias-relate: add fast reject optimization lcnr:search-graph-uwu compiler-errors 0
483 rust 125388 no Improve parse item fallback oriongonza:improve-parse-item-fallback oli-obk 0
484 rust 125555 no Recover statics better Noratrieb:recover-statics-better oli-obk 0
485 rust 125721 no Stop emitting spans from proc macro compile time in quote expansion bjorn3:proc_macro_quote_no_spans petrochenkov 0
486 rust 125780 no [WIP] RIIR HtmlDocCk fmease:riir-htmldocck 0
487 rust 125784 no Silence errors in expressions caused by bare traits in paths in 2021 edition estebank:issue-51077 fmease 0
488 rust 126076 no privacy: normalize associated types before visiting jswrenn:fix-45713 compiler-errors 0
489 rust 126316 no Do not eagerly reject inference vars when trying to resolve method calls. oli-obk:recursive_rpit3 lcnr 0
490 rust 126595 no Allow reifying intrinsics to fn pointers. (rebase of #86699) GrigorenkoPV:reify-intrinsics compiler-errors 0
491 rust 127282 no Make inline suggestions no longer be the default estebank:experiment-for-annotate-snippets 0
492 rust 127534 no feat(core): impl Step for NonZero<u*> jalil-salame:nonzero-uint-step m-ou-se 0
493 rust 127578 no std: use a queue-based `Condvar` on NetBSD and other platforms joboet:queue_condvar Mark-Simulacrum 0
494 rust 127595 no Fix panic=abort tests on fuchsia c6c7:fix-panic=abort-tests-on-fuchsia 0
495 rust 127997 no Suggest `derive(Trait)` or `T: Trait` from transitive obligation in some cases estebank:missing-trait-suggestion compiler-errors 0
496 rust 128018 no Normalize filecheck directives tgross35:normalize-filecheck-directives jieyouxu 0
497 rust 128070 no Rewrite the compiletest directive parser tgross35:compiletest-parser-rewrite jieyouxu 0
498 rust 128086 no Unify wording of "failed to resolve" errors with "cannot find" resolution errors estebank:failed-to-resolve petrochenkov 0
499 rust 128256 no feat: add tier-1 platform support for change_time juliusl:pr/support-tier-1-change-time ChrisDenton 0
500 rust 128666 no Add `overflow_checks` intrinsic pitaj:intrinsic-overflow_checks BoxyUwU 0
501 rust 128917 no Allow inlining drop glue more generally scottmcm:nuke-runtime-drops fmease 0
502 rust 129036 no Additional NonZero conversions clarfonthey:nonzero-conversions BurntSushi 0
503 rust 129483 no update the safety preconditions of from_raw_parts lolbinarycat:from_raw_parts-docs workingjubilee 0
504 rust 129821 no Switch std to using raw-dylib by default on Windows ChrisDenton:raw-dylib-std Mark-Simulacrum 0
505 rust 129870 no Experiment: add unstable RHS type to Ord, impl PartialOrd<[U]> for [T] clarfonthey:generic-ord BurntSushi 0
506 rust 130150 no Move `elided_named_lifetimes` into a separate pass GrigorenkoPV:elided-named-lifetimes-pass cjgillot 0
507 rust 130374 no Add copy button to crate version. MeetThePatel:master GuillaumeGomez 0
508 rust 130418 no Split traits by crate-local and crate-non-local MeetThePatel:feature-rustdoc-sort-traits notriddle 0
509 rust 130460 no compiler: Fix handling of `repr(align(N), simd)` workingjubilee:align-with-parallel-expectations 0
510 rust 130463 no Generating a documentation for tests Infineon:test_documentation GuillaumeGomez 0
511 rust 130751 no Suggest adding missing braces in `const` block pattern GrigorenkoPV:missing-{-in-const 0
512 rust 130886 no core/ptr: Add simulate_realloc() mrkajetanp:ptr-tag-helpers Mark-Simulacrum 0
513 rust 130937 no Separate weekly `cargo update` PRs and add bootstrap tgross35:dependencies-ci-bootstrap Kobzol 0
514 rust 131146 no Stop clearing box's drop flags early beepster4096:box_drop_flags wesleywiser 0
515 rust 131282 no std: detect stack overflows in TLS destructors on UNIX joboet:thread_local_stack_overflow Amanieu 0
516 rust 131389 no Add `JoinHandle::into_join_future()`. kpreid:joinfuture Amanieu 0
517 rust 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
518 rust 131478 no WIP: Parse Apple SDK versions madsmtm:parse-sdkroot jieyouxu 0
519 rust 131607 no core: implement `DeterministicRandomSource` joboet:deterministic_random joshtriplett 0
520 rust 131824 no Support multiple stability attributes on items dianne:multiple-unstables wesleywiser 0
521 rust 131852 no rustdoc: allow searches to match against both type and name lolbinarycat:rustdoc-search-type-and-name notriddle 0
522 rust 131882 no Fix suggestions when returning a bare trait from an async fn. hirschenberger:issue131661 davidtwco 0
523 rust 132045 no [WIP] Spiking on `asm!` + pointer as `const` dingxiangfei2009:allow-pointer-in-inline-asm davidtwco 0
524 rust 132051 no Add parallel front end robustness test to ui tests SparrowLii:parallel_ui_test jieyouxu 0
525 rust 132087 no Fix overly restrictive lifetime in `core::panic::Location::file` return type ijchen:issue-131770-fix m-ou-se 0
526 rust 132480 no Allow specifying the ELF TLS ABI ilovepi:rust-tlsdesc tmandry 0
527 rust 132484 no unix: Relax escaping in `Debug` impl on `Command` madsmtm:command-relaxed-escape thomcc 0
528 rust 132570 no Use LLVM's UEFI targets madsmtm:llvm-uefi workingjubilee 0
529 rust 132792 no [rustdoc] Add new `example` disambiguator for intra-doc links GuillaumeGomez:example-disambiguator notriddle 0
530 rust 132976 no Add `PeekableIterator` trait bluebear94:mf/peekable-iterator scottmcm 0
531 rust 133258 no remove `Subtype` projections lcnr:subtype-rm compiler-errors 0
532 rust 133412 no Support `vec![const { ... }; n]` syntax EFanZh:vec-of-const-expr-macro dtolnay 0
533 rust 133717 no Make impl section headers sticky GuillaumeGomez:sticky-headings notriddle 0
534 rust 133820 no Stabilize `derive(CoercePointee)` dingxiangfei2009:stabilize-coerce-pointee compiler-errors 0
535 rust 133944 no Run-make test to check `core::ffi::c_*` types against clang ricci009:master tgross35 0
536 rust 133995 no Constify `PartialEq` compiler-errors:const-partialeq fmease 0
537 rust 134006 no setup typos check in CI klensy:typos nnethercote 0
538 rust 134021 no Implement `IntoIterator` for `[&[mut]] Box<[T; N], A>` WaffleLapkin:box-arr-into-iter2 scottmcm 0
539 rust 134048 no Implement From<MutexGuard<'a, T>> for &'a Mutex<T> rubcc95:master BurntSushi 0
540 rust 134145 no Correctly rounded floating point `div_euclid`. tczajka:exact_div_euclid workingjubilee 0
541 rust 134190 no Implement `Read` and `Write` on `Arc<TcpStream>` and `Arc<UnixStream>`. nmathewson:impl_for_arc_stream Noratrieb 0
542 rust 134218 no Add a new lint that warns for pointers to stack memory 1c3t3a:stack-memory-warning Nadrieril 0
543 rust 134270 no Suggest how to fix with unconstrained type parameters kei519:fix-107295 cjgillot 0
544 rust 134316 no Add `String::replace_first` and `String::replace_last` zachs18:string_replace_in_place_rebase tgross35 0
545 rust 134522 no [WIP] Use weak linkage instead of compiler generated shims bjorn3:weak_linkage_allocator fee1-dead 0
546 rust 134534 no Windows: Don't error on broken non UTF-8 output ChrisDenton:cp-utf8 workingjubilee 0
547 rust 134628 no Make `Default` const and add some `const Default` impls estebank:const-default oli-obk 0
548 rust 134697 no lint ImproperCTypes: overhaul (take 2 of "better handling of indirections") niacdoial:linting-ptrdyn-ffi workingjubilee 0
549 rust 134937 no Account for type parameters in bound suggestion estebank:issue-#104089 Nadrieril 0
550 rust 135051 no Add provider-style API to `Context` jkarneges:context-provider thomcc 0
551 rust 135052 no Emit single error for `+ use<'_>` and don't suggest `use<'static>` estebank:issue-134194 compiler-errors 0
552 rust 135071 no bootstrap: Apply a clearer naming convention to many of the test steps Zalathar:rename-test-steps 0
553 rust 135141 no std: net: Add function to return the system hostname orowith2os:std-net-gethostname ChrisDenton 0
554 rust 135432 no Implement #[proc_macro_lint] to generate LintId for macro-generated warnings dtolnay:procmacrowarning petrochenkov 0
555 rust 135527 no Move coroutine upvars into locals for better memory economy dingxiangfei2009:move-upvars-to-locals-for-tests davidtwco 0
556 rust 135536 no Add more impls of PartialEq and PartialOrd for strings joshtriplett:str-impls ibraheemdev 0
557 rust 135602 no Tweak output of missing lifetime on associated type estebank:issue-135589 Nadrieril 0
558 rust 135631 no Parse `pin`ned local variable declarations frank-king:feature/pinned-local traviscross 0
559 rust 135653 no build_helper::compiletest module factored out of compiletest for use by bootstrap lolbinarycat:build_helper-compiletest jieyouxu 0
560 rust 135830 no Improve display of const unstable display feature info GuillaumeGomez:const-unstable-item-info notriddle 0
561 rust 135881 no Arbitrary self types v2: stabilize adetaylor:stabilize-arbitrary-self-types wesleywiser 0
562 rust 135888 no Implement String::make_(upp|low)ercase krtab:make_uppercase joboet 0
563 rust 135899 no Fix `PostBorrowckAnalysis` for old solver compiler-errors:post-borrowck-new-solver lcnr 0
564 rust 135910 no Orphanck: Reject uncovered opaque types fmease:orphanck-rej-uncovered-opaques lcnr 0
565 rust 135954 no test (do not merge) apiraino:test2 Noratrieb 0
566 rust 136006 no Start using pattern types in libcore oli-obk:push-tzonluoyuwkq 0
567 rust 136333 no Pass deployment target to cc linker with `-m*-version-min=` madsmtm:deployment-target-version estebank 0
568 rust 136417 no Conditionally fuse small constant constant integer switches when lowering slice patterns xacrimon:merge-small-prim-switch 0
569 rust 136529 no Split `thir::PatKind::ExpandedConstant` into two distinct kinds Zalathar:split-expanded-const Nadrieril 0
570 rust 136578 no Add contracts for all functions in `Alignment` tautschnig:upstream-contracts/alignment tgross35 0
571 rust 136597 no -Zharden-sls flag (target modifier) added to enable mitigation against straight line speculation (SLS) azhogin:azhogin/sls estebank 0
572 rust 136612 no Revise docs for `thir::PatKind::ExpandedConstant` Zalathar:expanded-const Nadrieril 0
573 rust 136632 no cg_llvm: Replace some DIBuilder wrappers with LLVM-C API bindings (part 2) Zalathar:llvm-di-builder workingjubilee 0
574 rust 136649 no Skip redundant frames in const recursion errors estebank:const-recursion-error Noratrieb 0
575 rust 136677 no Fix `Display` for invalid UTF-8 in `OsStr`/`Path` thaliaarchi:os_str-formatter-flags ChrisDenton 0
576 rust 136867 no Implement `cfg_os_version_min` madsmtm:cfg_os_version_min jieyouxu 0
577 rust 136868 no Use `cfg_os_version_min` in `std` madsmtm:cfg_os_version_min_std 0
578 rust 136906 no Add checking for unnecessary delims in closure body chenyukang:yukang-fix-136741-closure-body oli-obk 0
579 rust 136912 no Add missing trait implementations for ScopedJoinHandle Rosdf:scoped-threads-ext Mark-Simulacrum 0
580 rust 137025 no Set mmapped files as readonly to prevent other processes from modifying it by accident oli-obk:mmap fee1-dead 0
581 rust 137113 no Implement initial version of `cfg(accessible(..))` crlf0710:cfg_accessible petrochenkov 0
582 rust 137325 no UB-check for alignment of ptr to Box::from_raw{,_in} hkBst:patch-1 joboet 0
583 rust 137330 no Document `From::from` impls TimTheBig:document-from workingjubilee 0
584 rust 137343 no Make some suggestions "verbose" estebank:verbose-sugg-1 oli-obk 0
585 rust 137364 no Tag all format-like macros with `#[clippy::format_args]` nyurik:clippy-fmt-lib m-ou-se 0
586 rust 137409 no Tweak comma handling of "missing match arm" suggestion and fix "remove this arm" suggestion, and make suggestion verbose estebank:match-arm compiler-errors 0
587 rust 137418 no Add rusty stack protector SparrowLii:rusty-stack-protector 0
588 rust 137487 no Stabilize `assert_matches` and move it to `core::macros` Voultapher:stabilize-assert-matches Amanieu 0
589 rust 137570 no Handle autodiff for lib builds EnzymeAD:autodiff-libs oli-obk 0
590 rust 137583 no Add option to include submodules from vendoring erickt:exclude-submodules-from-vendoring pietroalbini 0
591 rust 137720 no support `#[target_feature(enable = ...)]` on `#[naked]` functions folkertdev:naked-function-target-feature Amanieu 0
592 rust 137729 no add test to reproduce #137687 and fix it by converting `#[crate_name]` to a new-style attribute parser jdonszelmann:fix-137687 fmease 0
593 rust 137773 no Fix incorrect `cfg` structured suggestion and make suggestion verbose estebank:attr-span oli-obk 0
594 rust 137803 no Add new rustdoc `broken_footnote` lint GuillaumeGomez:broken-footnote notriddle 0
595 rust 137843 no make RefCell unstably const Daniel-Aaron-Bloom:const_cell joshtriplett 0
596 rust 137854 no Create personality stub function for no_std panic=abort crates Noratrieb:stub-personality 0
597 rust 137858 no Add new `unused_footnote_definition` rustdoc lint GuillaumeGomez:unused_footnote_def notriddle 0
598 rust 137872 no Include whitespace in "remove |" suggestion and make it hidden estebank:extra-vert compiler-errors 0
599 rust 138005 no Clarify MaybeUninit docs hkBst:clarify_maybe_uninit_docs BurntSushi 0
600 rust 138025 no Add GlobalAsm as a valid ItemKind to StableMIR celinval:issue-0095-global-asm compiler-errors 0
601 rust 138036 no Stop projecting into SIMD types in `ui/simd/` tests scottmcm:ban-simd-projection cjgillot 0
602 rust 138037 no Fix split index calculation in `check_type_alias_where_clause_location` stuuupidcat:fix/where-cfg BoxyUwU 0
603 rust 138085 no remove invalid workspaceFolder prefix from the zed rust-analyzer config cjhowedev:fix-zed-rust-analyzer-json Mark-Simulacrum 0
604 rust 138217 no Turn `Cow::is_borrowed,is_owned` into associated functions. theemathas:cow_is_owned_borrowed_associated joshtriplett 0
605 rust 138230 no Unnecessary references lint obeis:lint-unnecessary-reference Urgau 0
606 rust 138290 no -Zc-char-type=unsigned|signed|default flag for c_char->u8/i8 selection override azhogin:azhogin/unsigned_char fee1-dead 0
607 rust 138386 no Update to new attribute parsing infra implemented in PR #135726 vayunbiyani:migrate_attr_parsing_autodiff nnethercote 0
608 rust 138424 no Stabilize return type notation (RFC 3654) compiler-errors:return-type-notation 0
609 rust 138456 no Fix struct_tail_raw argument order and ObligationCause usage JumpiiX:fix-struct_tail_raw compiler-errors 0
610 rust 138463 no feat: add `succinct-zkvm` os and target succinctlabs:n/succinct-target-only wesleywiser 0
611 rust 138473 no Implement `feature(precise_capturing_of_types)` compiler-errors:precise-capturing-of-types lcnr 0
612 rust 138553 no Fix build err autodiff libs vayunbiyani:fix-build-err-autodiff-libs petrochenkov 0
613 rust 138554 no Distinguish delim kind to decide whether to emit unexpected closing delimiter xizheyin:issue-138401 chenyukang 0
614 rust 138618 no Support using const pointers in asm `const` operand nbdd0121:asm_const_ptr compiler-errors 0
615 rust 138683 no Cache fuchsia checkout in a docker layer erickt:fuchsia-checkout marcoieni 0
616 rust 138736 no Sanitizers target modificators azhogin:azhogin/sanitizers-target-modificators rcvalle 0
617 rust 138753 no linker: Move native library search from linker to rustc petrochenkov:ownat wesleywiser 0
618 rust 138862 no core: use specialization for more methods of `impl Iterator for &mut I` joboet:spec_iterator_by_ref the8472 0
619 rust 138944 no Add `__isPlatformVersionAtLeast` and `__isOSVersionAtLeast` symbols madsmtm:apple_os_version_check tgross35 0
620 rust 139170 no Use the bootstrap compiler for `x check` on bootstrap tools Zalathar:tool-check-step Kobzol 0
621 rust 139320 no Enhance Scope Enum with Late Types and Consts Handling reez12g:issue-132055 compiler-errors 0
622 rust 139371 no Enhance error reporting for write!/writeln! macros reez12g:issue-139051 estebank 0
623 rust 139493 no Explicitly export core and std macros Voultapher:explicitly-export-core-and-std-macros Amanieu 0
624 rust 139558 no [WIP] mgca: Add ConstArg representation for const items camelid:mgca-const-items oli-obk 0
625 rust 139591 no Add regression test for graceful error for wrong number of activities vayunbiyani:graceful_error oli-obk 0
626 rust 139769 no [rustdoc] Add new `--book-location` option to add a link to associated guide and generate it if local GuillaumeGomez:book-location camelid 0
627 rust 139775 no SGX: Fix fuzzy provenance casts with `AtomicUsize` thaliaarchi:sgx-atomic-provenance Mark-Simulacrum 0
628 rust 139858 no New const traits syntax oli-obk:new-const-traits-syntax compiler-errors 0
629 rust 139896 no Initial `UnsafePinned` implementation [Part 2: Lowering] Sky9x:unsafe-pinned-pt2-lowering lcnr 0
630 rust 140010 no [DONT MERGE] externally implementable items jdonszelmann:eiiv2 0
631 rust 140037 no Extend minicore with intrinsics and use it to replace #[rustc_intrinsic] in tests hbina:hbina-update-use-minicore Mark-Simulacrum 0
632 rust 140158 no Document that mpmc channels deliver an item to one receiver. andrew-otiv:master Amanieu 0
633 rust 140204 no Allow while let chains on all editions est31:while_let_chains_edition BoxyUwU 0
634 rust 140206 no Try to integrate fork of Chili parallel runtime zetanumbers:chili fee1-dead 0
635 rust 140267 no implement continue_ok and break_ok for ControlFlow jogru0:control_flow dtolnay 0
636 rust 140283 no Fix accidental type inference in array coercion adwinwhite:fn-pointer-coercion oli-obk 0
637 rust 140322 no bootstrap: Inhibit download-rustc in CI when tools are changed Zalathar:download-rustc-tools onur-ozkan 0
638 rust 140399 no WIP: Unstable impls tiif:unstable_impl BoxyUwU 0
639 rust 140405 no Incompletely prefer opaque type bounds when self type bottoms out in infer compiler-errors:bound-incomplete lcnr 0
640 rust 140487 no Note `atan2` can return `-PI` whirlwindaster:atan2-docs-correction workingjubilee 0
641 rust 140496 no Incompletely allow overloaded call from opaque when self type bottoms out in infer compiler-errors:call-incomplete lcnr 0
642 rust 140497 no support revealing uses in HIR typeck lcnr:revealing-use-typeck compiler-errors 0
643 rust 140584 no add test to reproduce #137687 and add a hotfix jdonszelmann:temp-fix-137687 fmease 0
644 rust 140643 no Refactor StableMIR makai410:smir-refactor-migrate celinval 0
645 rust 140675 no build_helper: handle emails containing square brackets ferrocene:ja/gh140669-stage0-square-brackets Kobzol 0
646 rust 140699 no WIP: Add PGO for apple darwin targets osiewicz:pgo-apple-darwin 0
647 rust 140794 no Add information about group a lint belongs to karolzwolak:allow-unused-doc-65464 davidtwco 0
648 rust 140916 no Fix unuseful span in type error in some format_args!() invocations moatom:140578 compiler-errors 0
649 rust 140920 no Extract some shared code from codegen backend target feature handling RalfJung:target-feature-unification WaffleLapkin 0
650 rust 141060 no Fix glob import tests pvdrz:fix-tests jieyouxu 0
651 rust 141219 no Change `{Box,Arc,Rc,Weak}::into_raw` to only work with `A = Global` Amanieu:leak_alloc joboet 0
652 rust 141295 no Stabilize `if let` guards (`feature(if_let_guard)`) Kivooeo:if-let-guard-stable est31 0
653 rust 141314 no diagnostics: hide expansion of builtin-like macros mejrs:macro_origin nnethercote 0
654 rust 141319 no Extend minicore with intrinsics and use it to replace #[rustc_intrinsic] in tests rptr:issue-139918-fix Mark-Simulacrum 0
655 rust 141470 no Add new `function_casts_as_integer` lint GuillaumeGomez:function_casts_as_integer Urgau 0
656 rust 141830 no [DO NOT MERGE] Crate local distributed slice jdonszelmann:crate-local-global-registration 0
657 rust 141835 no improve `core::ffi::VaList` folkertdev:exp-new-va-list joshtriplett 0
658 rust 142097 no gpu offload host code generation ZuseZ4:offload-host1 0
659 rust 142146 no Withdraw the claim `extern "C-cmse-nonsecure-*"` always matches `extern "C"` workingjubilee:doubt-that-cmse-nonsecure-abis-always-match-c compiler-errors 0
660 rust 142270 no Rustdoc js: even more typechecking improvements lolbinarycat:rustdoc-search-Results-type notriddle 0
661 rust 142327 no `rustdoc-json-types`: Intern `Type`s to deduplicate and flatten fluiderson:rustdoc-types-deboxification aDotInTheVoid 0
662 rust 142357 no Simplify LLVM bitcode linker in bootstrap Kobzol:simplify-llvm-bitcode-linker jieyouxu 0
663 rust 142366 no [WIP] Use weak aliases for the allocator shim bjorn3:aliases 0
664 rust 142393 no Don't give APITs names with macro expansion placeholder fragments in it compiler-errors:nofield petrochenkov 0
665 rust 142476 no Insert parentheses around binary operation with attribute dtolnay:attrbinop fmease 0
666 rust 142493 no rework `#[naked]` attribute parser jdonszelmann:naked 0
667 rust 142500 no Various minor target feature cleanups around backchain, crt-static, reserve-x18 RalfJung:target-feature-cleanup saethlin 0
668 rust 142552 no Use `AttrItem` instead of `Attribute` in more places GrigorenkoPV:attributes/spans jdonszelmann 0
669 rust 142600 no Port `#[rustc_pub_transparent]` to the new attribute system GrigorenkoPV:attributes/rustc_pub_transparent jdonszelmann 0
670 rust 142637 no Remove some glob imports from the type system compiler-errors:less-globs lcnr 0
671 rust 142638 no error out when `repr(align)` exceeds COFF limit nthery:issue142386 workingjubilee 0
672 rust 142640 no Implement autodiff using intrinsics Sa4dUs:ad-intrinsic 0
673 rust 133477 no Detect tuple structs that are unconstructable due to re-export estebank:issue-133343 davidtwco 0 always
674 rust 142285 no tests: Do not run afoul of asm.validity.non-exhaustive in input-stats workingjubilee:dont-use-bad-assembly nnethercote 0 always
675 rust 126641 error no Enable `riscv64gc-gnu` testing ferrocene:hoverbear/enable-riscv64gc-testing Mark-Simulacrum 0
676 rust 139244 failure yes Enable automatic cross-compilation in run-make tests jieyouxu:exp/auto-cross-run-make Kobzol Kobzol 0 never
677 rust 142317 failure yes Don't fold in Instantiate when there's nothing to fold compiler-errors:perf-fold lcnr lcnr 0 never
678 rust 137457 failure yes fix for issue 132802: x86 code in `wasm32-unknown-unknown` binaries JayAndJef:issue-132802-fix Kobzol 0 iffy
679 rust 128947 failure yes Perform ThinLTO on x86_64-pc-windows-msvc dist builder Zoxc:thinlto-msvc 0
680 rust 138686 failure yes Update Fuchsia toolchain, SDK, and checkout erickt:bump-fuchsia jdno 0
681 rust 139256 failure yes Try use `tcx.ensure_ok` for some predicates_of queries. zetanumbers:ensure_ok_predicates_of compiler-errors 0
682 rust 138705 failure (try) no [perf] Decouple directly accessing a HIR owner from ast lowering oli-obk:hir-split 0 never
683 rust 140064 failure (try) no [DO NOT MERGE] start building Enzyme in CI EnzymeAD:enable-autodiff-in-ci Kobzol 0 never
684 rust 140375 failure no eagerly compute `sub_relations` again lcnr:subrelations-infcx compiler-errors 0 never
685 rust 135774 failure no CI: move dist-arm-linux to a free ARM runner marcoieni:dist-arm-linux-free 0
686 rust 135960 failure no ci: Remove the power to skip tests from opt-dist workingjubilee:remove-opt-dists-test-skipping-code shepmaster 0
687 rust 137003 failure no Check preds post mono (round 2) compiler-errors:check-preds-post-mono 0
688 rust 137426 failure no Link object files that use `#[used]` dianqk:link-used petrochenkov 0
689 rust 140799 failure no [DO NOT MERGE] build Enzyme as archive EnzymeAD:enzyme-static 0
690 rust 115362 success [WIP] Support param bounds on non-lifetime binders compiler-errors:non-lifetime-binder-where-clauses oli-obk 0 never
691 rust 115521 success [DO NOT MERGE] Experimentally force non-leaf frame pointers workingjubilee:force-trunk-frame-pointers 0 never
692 rust 115613 success Make create_def a side effect instead of marking the entire query as always red oli-obk:create_def_forever_red cjgillot 0 never
693 rust 119412 success macro_rules: Remove `NtIdent` nonterminal token petrochenkov:dialoc3 compiler-errors 0 never
694 rust 119471 success [perf only] Reimplement references debuginfo as projection. cjgillot:mir-composite-deref 0 never
695 rust 120050 success `Vec::resize` for bytes should be a single `memset` scottmcm:vec-resize-memset m-ou-se 0 never
696 rust 120762 success Expand assumes to the other unchecked slice ops saethlin:assume-in-get-unchecked 0 never
697 rust 121053 success Implement `#[skip]` for builtin derives clubby789:derive-skip fmease 0 never
698 rust 121174 success Check for occupied niches saethlin:codegen-niche-checks 0 never
699 rust 123179 success Rework MIR inlining costs scottmcm:inlining-baseline-costs wesleywiser 0 never
700 rust 123606 success Optimize core::str::Lines::count thomcc:thomcc/opt-lines 0 never
701 rust 123610 success Default-enable share-generics, with available_externally to still allow inlining. Mark-Simulacrum:share-generics-available-externally Mark-Simulacrum 0 never
702 rust 124188 success MIR: Stop needing an explicit BB for `otherwise:unreachable` scottmcm:implicit-switchint-unreachable 0 never
703 rust 124362 success [experiment] Build the compiler with panic=abort tmandry:panic-abort-rustc 0 never
704 rust 125907 success rustdoc: use the next solver for blanket impl synthesis fmease:rustdoc-synth-blanket-ocx-next GuillaumeGomez 0 never
705 rust 125923 success Fix leaks from panics in destructors matthewjasper:no-return-leak lcnr 0 never
706 rust 127316 success bump tracing klensy:tracing-bump Mark-Simulacrum 0 never
707 rust 128747 success Cache declarative macro expansion on disk (for incremental comp.). Based on #128605 futile:cache-decl-macros petrochenkov 0 never
708 rust 128918 success Try to shrink `Alignment`-related MIR in `Layout` scottmcm:tweak-alignment-mir joboet 0 never
709 rust 129027 success Stop generating assumes for validity ranges erikdesjardins:outofuandme 0 never
710 rust 130051 success Post-mono MIR opts cjgillot:clone-mir 0 never
711 rust 130112 success Optimize DefaultHasher siphash Noratrieb:speedy-siphash-blazing-brrrr cuviper 0 never
712 rust 130417 success Support symbolicating zstd-compressed ELF sections workingjubilee:pull-in-backtrace-with-zstd 0 never
713 rust 130691 success [WIP] Elaborate drops to calls scottmcm:elaborate-drops-to-calls 0 never
714 rust 131306 success Querify lookup_deprecation_entry. cjgillot:deprecation-query 0 never
715 rust 131629 success Swap Lru from std::sync::Arc to triomphe::Arc GnomedDev:triomphe-lru 0 never
716 rust 131650 success (try) yes Add post-mono MIR optimizations saethlin:post-mono-mir-opts oli-obk 0 never
717 rust 131656 success lexer: Treat more floats with empty exponent as valid tokens richard-uk1:move_empty_exponent_to_rustc_session petrochenkov 0 never
718 rust 132711 success [DRAFT] Generate CGUs in parallel. nnethercote:parallel-cgu-gen 0 never
719 rust 134134 success Use length prefix in default `Hasher::write_str` purplesyringa:hash-str-with-length-prefix Amanieu 0 never
720 rust 134153 success compiler: Stop manually extending the stack workingjubilee:denied-insurance-claims 0 never
721 rust 135634 success stop specializing on `Copy` joboet:trivial-clone Mark-Simulacrum 0 never
722 rust 136095 success [DO NOT MERGE] perf run for rustc-hash candidate (folded multiply) orlp:rustc-hash-folded-multiply-perf Mark-Simulacrum 0 never
723 rust 136401 success Lazy-chunk Symbol interner Mark-Simulacrum:lockfree-as-str 0 never
724 rust 136861 success [experiment] dont init anything except x86 klensy:no-init 0 never
725 rust 136997 success (try) yes Instantiate predicate binder without recanonicalizing goal in new solver compiler-errors:eager-binder lcnr 0 never
726 rust 137122 success Specialize `Iterator::eq{_by}` for `TrustedLen` iterators yotamofek:pr/std/iter-eq-exact-size the8472 0 never
727 rust 137135 success use triomphe::Arc for InternedObligationCauseCode instead of Arc klensy:triomphe-0 Nadrieril 0 never
728 rust 137908 success Attempt to use the high part of the `size_hint` in `collect` (again) scottmcm:another-size-hint-attempt cuviper 0 never
729 rust 138144 success Use multiple returns in MIR if it saves a block; still have only one in LLVM scottmcm:multiple-mir-returns 0 never
730 rust 138271 success (try) Keep space if arg does not follow punctuation when lint unused parens mu001999-contrib:fix-138234 compiler-errors 0 never
731 rust 138405 success Tweak `VecCache` to improve performance Zoxc:vec-cache-tweaks fee1-dead 0 never
732 rust 138504 success (try) Nul terminate rust string literals bjorn3:string_merging_rust_strings estebank 0 never
733 rust 138542 success Move coercion hack from `coerce_unsized` to `check_cast` compiler-errors:coerce-unsize-later lcnr 0 never
734 rust 138582 success Don't require `alloca`s for consuming simple enums scottmcm:option-ssa-2 saethlin 0 never
735 rust 138772 success Avoid hashing the hir_crate query oli-obk:no_hash_hir_crate 0 never
736 rust 138774 success Avoid directly accessing the hir_crate query from crate_hash oli-obk:crate-hash-no-hir-crate 0 never
737 rust 138835 success core: implement `fold` via `try_fold` joboet:fold-via-try_fold the8472 0 never
738 rust 138871 success Change one `FxHashMap` to `FxIndexMap` in librustdoc smoelius:librustdoc-fx-index-map aDotInTheVoid 0 never
739 rust 139597 success Do not run per-module late lints if they can be all skipped Kobzol:lint-skip BoxyUwU 0 never
740 rust 139729 success Allow matching on 3+ variant niche-encoded enums to optimize better scottmcm:more-enum-tweaks WaffleLapkin 0 never
741 rust 140209 success (try) [crater] Only consider predicate non-global if binder vars are in PREDICATE binder compiler-errors:global-outermost-binder lcnr 0 never
742 rust 140558 success (try) wf: emit projection goal for aliases lcnr:wf-emit-projection compiler-errors 0 never
743 rust 140637 success Simplify expansion of panic!(). m-ou-se:panic-simplify m-ou-se 0 never
744 rust 140937 success (try) Use `Arena::alloc_from_iter` to avoid redundant vec allocations yotamofek:pr/alloc_from_iter fee1-dead 0 never
745 rust 141000 success (try) rustdoc: Also run lint unused_doc_comments fmease:rustdoc-also-run-lint-UNUSED_DOC_COMMENTS notriddle 0 never
746 rust 141030 success (try) [WIP] Expand free alias types during variance computation fmease:lta-no-variance BoxyUwU 0 never
747 rust 141348 success (try) Make `Rc<T>::deref` zero-cost EFanZh:zero-cost-rc-deref joboet 0 never
748 rust 141564 success (try) [perf ONLY] [gauge upper bound] rustdoc: Remove auto trait impl synthesis fmease:perf-rustdoc-rm-auto-trait-synth 0 never
749 rust 141583 success (try) [experimental, do not merge!] a faster implementation of Polonius and a more compact DenseBitSet implementation tage64:master 0 never
750 rust 141875 success (try) yes Introduce `ByteSymbol` nnethercote:ByteSymbol petrochenkov 0 never
751 rust 142390 success (try) yes Perform unused assignment and unused variables lints on MIR. cjgillot:mir-liveness wesleywiser 0 never
752 rust 127389 success Make target-spec json file extensions case-insensitive boozook:target-spec-json-ext-case-insensitive davidtwco 0
753 rust 129249 success [Experimental] `<T as Into<T>>::into` lint estebank:useless-into chenyukang 0
754 rust 129289 success Restrict `parse_maybe_literal_minus` nnethercote:fix-parse_maybe_literal_minus-1 petrochenkov 0
755 rust 129604 success [DO NOT MERGE] crater run on the tail expression drop order lint dingxiangfei2009:lint-tail-expr-drop-order-crater-run 0
756 rust 132712 success Crater 2024 edition ehuss:2024-crater ehuss 0
757 rust 133033 success turn creating 8dot3 names off for windows for speed klensy:win.dot 0
758 rust 134537 success Crater run for `tail-expr-drop-order` dingxiangfei2009:issue-132861-crater-run chenyukang 0
759 rust 135331 success [crater-only] Ban assoc ty unbounds fmease:ban-assoc-ty-unbounds 0
760 rust 136478 success ci: move x86_64-msvc-ext jobs to windows 2025 marcoieni:x86_64-msvc-ext-windows-25 Mark-Simulacrum 0
761 rust 136638 success error on empty precision hkBst:format_parse oli-obk 0
762 rust 136779 success [DO NOT MERGE] `./x test rust-analyzer` jieyouxu:rahhh 0
763 rust 137268 success Allow comparisons between `CStr`, `CString`, and `Cow<CStr>`. bjoernager:c-string-eq-c-str Amanieu 0
764 rust 138340 success Remove some unsized tuple impls now that we don't support unsizing tuples anymore oli-obk:one-size-fits-all m-ou-se 0
765 rust 138764 success Use mimalloc as the global allocator on `x86_64-pc-windows-msvc` Zoxc:win-mimalloc Mark-Simulacrum 0
766 rust 138952 success arbitrary_self_type: insert implied Receiver bound on Deref dingxiangfei2009:implicit-receiver-impl nikomatsakis 0
767 rust 139272 success Fix derive bounds for fully-qualified field types djkoloski:derive_qself_associated_types oli-obk 0
768 rust 140313 success change unsatisfiable trivial bounds detection lcnr:wf-normalize-first compiler-errors 0
769 rust 140824 success [CRATER] probe fallout of `dyn` overlap compiler-errors:typing-mode lcnr 0
770 rust 140956 success (try) `impl PartialEq<{str,String}> for {Path,PathBuf}` Kixunil:impl-partialeq-str-for-path Amanieu 0
771 rust 141342 success (try) ci: use codebuild for dist-x86_64-linux-alt marcoieni:codebuild-dist-x86_64-linux-alt 0
772 rust 141754 success (try) Introduce `impl` restrictions to AST, lower to `rustc_middle` jhpratt:restrictions-pr1 Urgau 0
773 rust 142667 success (try) yes Avoid a few more allocations in `write_shared.rs` yotamofek:pr/rustdoc/more-write-shared-perf GuillaumeGomez 0
774 rust 142675 success (try) yes Preserve caches in a call to shrink_to_fit tmiasko:preserve-cache davidtwco 0

Open retry log

Caution: Synchronization has some caveats. Please follow the steps described in Fixing inconsistencies in the bors queue.