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.

870 total, 5 approved, 39 rolled up, 15 failed / /

Sort key # Status Mergeable Title Head ref Assignee Approved by Priority Rollup
1 145384 pending Add more tests for the parallel rustc ywxt:parallel-tests jieyouxu jieyouxu 0 never
2 145812 approved yes rustdoc: render attributes in Field and Variants sections karolzwolak:attrs-in-fields-and-variants-section GuillaumeGomez GuillaumeGomez 0 always
3 144847 yes Constify Eq, Ord, PartialOrd Randl:const-ord oli-obk 4 never
4 89917 sess: default to v0 symbol mangling davidtwco:issue-60705-stabilize-rust-symbol-mangling-scheme wesleywiser 0 never
5 112049 yes [do not merge] CI experiments Kobzol:pgo-omit-benchmarks Kobzol 0 never
6 113382 yes [perf] test MCP510 lqd:test-mcp510 0 never
7 115521 yes [DO NOT MERGE] Experimentally force non-leaf frame pointers workingjubilee:force-trunk-frame-pointers 0 never
8 116375 yes Create the previous dep graph index on a background thread Zoxc:lazy-index cjgillot 0 never
9 125907 yes rustdoc: use the next solver for blanket impl synthesis fmease:rustdoc-synth-blanket-ocx-next GuillaumeGomez 0 never
10 130808 yes Fix linking for symbols starting with ? on i686-pc-windows-msvc checkraisefold:fix-questionmark-linking davidtwco 0 iffy
11 130998 yes avoid phi node for pointers flowing into Vec appends the8472:bail-before-memcpy 0 never
12 132553 yes Make `Rc<T>::deref` and `Arc<T>::deref` zero-cost EFanZh:zero-cost-rc-arc-deref tgross35 0 never
13 133662 yes Use `iter::repeat_n` to implement `Vec::extend_with` paolobarbolini:vec-extend-with-via-repeatn Noratrieb 0 never
14 135804 yes Stop backtracing if the stack pointer gets stuck ChrisDenton:backtrace-wine joboet 0 never
15 137762 yes Reserve before `write_fmt` for owned buffers thaliaarchi:io-optional-methods/write-fmt workingjubilee 0 never
16 138504 yes Nul terminate rust string literals bjorn3:string_merging_rust_strings estebank 0 never
17 138736 yes Sanitizers target modificators azhogin:azhogin/sanitizers-target-modificators rcvalle 0 never
18 140737 yes Region inference: Use outlives-static constraints in constraint search amandasystems:revised-constraint-search lcnr 0 never
19 141030 yes [WIP] Expand free alias types during variance computation fmease:lta-no-variance BoxyUwU 0 never
20 142093 yes add track_caller attribute to map_err and ok_or/_else yaahc:track-map-error tgross35 0 never
21 142257 yes [Experiment] Build the standard library with -Csymbol-mangling-version=v0 wesleywiser:test_v0_symbol_mangling 0 never
22 142390 yes Perform unused assignment and unused variables lints on MIR. cjgillot:mir-liveness davidtwco 0 never
23 142540 yes Pre-compute MIR CFG caches for borrowck and other analyses cjgillot:renumber-cfg fee1-dead 0 never
24 142578 yes Cache MIR preorder traversal. cjgillot:cache-preorder 0 never
25 142815 yes mbe: Inline functions in `transcribe` that are only called once tgross35:transcribe-perf 0 never
26 142821 yes Compute jump threading opportunities in a single pass cjgillot:jump-threading-single saethlin 0 never
27 142881 yes JumpThreading: compute place and value indices on-demand cjgillot:minimap SparrowLii 0 never
28 142915 yes Enable DestinationPropagation by default cjgillot:dest-prop-default oli-obk 0 never
29 142925 yes Rewrite `.gitattributes` CRLF ui tests into run-make tests Oneirical:unattentive-immobility jieyouxu 0 iffy
30 143290 yes pub async fn impl is monomorphized when func itself is monomorphized azhogin:azhogin/link-pub-async-impls oli-obk 0 never
31 143333 yes [TOY] Extend GVN to perform local value numbering. cjgillot:local-value-numbering 0 never
32 143371 yes Prehash visibilities in resolver cjgillot:prehash-visibilities petrochenkov 0 never
33 143495 yes Skip `find_existing_run` call if head and tail pairs sorted differently AngelicosPhosphoros:angelicos_phosphoros/skip_run_detection_in_sort_unstable Mark-Simulacrum 0 never
34 143511 yes Improve TLS codegen by marking the panic/init path as cold orlp:tls-cold-init workingjubilee 0 never
35 143559 yes [rustdoc-json] Show whether `?Sized` parameters are actually `Sized` obi1kenobi:pg/allow_unsized fmease 0 never
36 143882 yes Also hash spans inside the same file as relative. cjgillot:relative-span-file petrochenkov 0 never
37 143900 yes [rustdoc] Correctly handle `should_panic` doctest attribute and fix `--no-run` test flag on the 2024 edition GuillaumeGomez:fix-no-run fmease 0 iffy
38 144475 Don't loop if there are no pending obligations compiler-errors:pending-faster lcnr 0 never
39 144477 GVN: Use a VnIndex in Address projection. cjgillot:gvn-index 0 never
40 144483 EXPERIMENT: Use the force-inline pass for more stuff scottmcm:early-inline 0 never
41 144567 Fix RISC-V Test Failures in ./x test for Multiple Codegen Cases CaiWeiran:transmute-scalar_test Mark-Simulacrum 0 iffy
42 144607 Limit impl_trait_header query to only trait impls camsteffen:impl-trait-header-option jackh726 0 never
43 144699 Use `ExtractIf` in fulfillment loop compiler-errors:extract-if-fulfill 0 never
44 144737 [WIP] resolve: Better caching for unsuccessful crate resolutions petrochenkov:extprelcache fee1-dead 0 never
45 144841 Access less HIR attributes from typeck cjgillot:typeck-no-attrs davidtwco 0 never
46 144874 Cache param_env on disk. cjgillot:cache-param-env 0 never
47 144883 Remove unneeded `drop_in_place` calls scottmcm:remove-unneeded-drop_in_place nnethercote 0 iffy
48 144930 [EXPERIMENT] Avoid tracking span to compute `end_point`. cjgillot:untracked-end-point 0 never
49 145021 rustdoc: turn is_unnamable into a compiler query lolbinarycat:rustdoc-is_unnamable-query oli-obk 0 never
50 145024 Optimize indexing slices and strs with inclusive ranges Kmeakin:km/optimize-slice-index/v3 ibraheemdev 0 never
51 145186 Make `AssocItem` aware of its impl kind camsteffen:assoc-impl-kind petrochenkov 0 never
52 145219 Reduce size of Unicode tables Kmeakin:km/optimize-unicode-tables scottmcm 0 never
53 145220 Improve incremental use of lint filtering blyxyas:reverse-project-lint-filter petrochenkov 0 never
54 145262 Make sure to treat only param where clauses as inherent compiler-errors:prefer-only-param lcnr 0 never
55 145330 [TOY] Run MIR opts before coroutine state transform cjgillot:optimized-generator 0 never
56 145343 Dogfood `-Zno-embed-metadata` in the compiler Kobzol:dogfood-z-no-embed-metadata 0 never
57 145472 Enforce in bootstrap that dist and install must have stage at least 1 Kobzol:bootstrap-dist jieyouxu 0 never
58 145477 [EXPERIMENT] Introduce `TypingMode::Codegen` to avoid layout cycles cjgillot:codegen-mode 0 never
59 145480 Remove chunk size from each chunk in `ChunkedBitSet`. cjgillot:sizeless-chunks 0 never
60 145516 Weekly `cargo update` rust-lang:cargo_update clubby789 0 iffy
61 145541 Reimplement DestinationPropagation according to live ranges. cjgillot:dest-prop-live-range Amanieu 0 never
62 145637 rustdoc-search: adjust packing heuristics to save more space notriddle:stringdex-tweak GuillaumeGomez 0 never
63 145679 Don't evaluate the sanitizer attribute if no sanitizer is enabled 1c3t3a:sanitizer-attribute-fast rcvalle 0 never
64 145714 fulfill: dedup newly added obligations lcnr:dedup-obligations compiler-errors 0 never
65 145737 GVN: stop hashing opaque values cjgillot:gvn-valueset 0 never
66 145783 add span to struct pattern rest (..) Erk-:et-cetera-span compiler-errors 0 never
67 145807 Only consider auto traits empty for the purposes of omitting vptrs from subtrait vtables. zachs18:only-consider-auto-traits-empty SparrowLii 0 never
68 95385 yes Add `mem::conjure_zst` for creating ZSTs out of nothing scottmcm:mem-conjure-zst kennytm 0
69 106418 yes Implement `PartialOrd` and `Ord` for `Discriminant` EFanZh:implement-ord-for-discriminant dtolnay 0
70 106643 yes Allow only implementing `Read::read_buf` WaffleLapkin:read_recursive dtolnay 0
71 108684 yes Clarify drop_in_place safety Manishearth:dip-safety JakobDegen 0
72 113095 yes Document `become` keyword WaffleLapkin:document_becoming_unuwuable workingjubilee 0
73 113891 yes Add more syscall doc aliases to std docs SabrinaJewson:more-syscall-aliases Mark-Simulacrum 0
74 118717 yes Add new solver / old solver opaque type tests traviscross:TC/add-new-solver-opaque-tests compiler-errors 0
75 119260 yes Make broken MIR a proper lint. cjgillot:mir-lint TaKO8Ki 0
76 120072 yes style-guide: Tweak `Cargo.toml` formatting to not put `description` last joshtriplett:style-guide-cargo-tweak yaahc 0
77 120708 yes Add `or_try_*` variants for HashMap Entry API peterjoel:entry_try m-ou-se 0
78 121762 yes style-guide: Note that we don't account for comments in every possible place joshtriplett:style-comments-best-effort calebcartwright 0
79 126100 yes Reword the caveats on `array::map` scottmcm:decaveat-map m-ou-se 0
80 127401 yes [EXPERIMENT] Ban generics in variadic args workingjubilee:ban-generics-in-variadic-args 0
81 129822 yes Docs - type guarantees update WiktorPrzetacznik:docs-guarantees-update BurntSushi 0
82 130382 yes Add a run-make test for Arm target-cpu features. chrisnc:arm-target-cpu-feature-test jieyouxu 0
83 130751 yes Suggest adding missing braces in `const` block pattern GrigorenkoPV:missing-{-in-const 0
84 133149 yes Provide more context on `Fn` closure modifying binding estebank:niko-rustnation wesleywiser 0
85 133820 yes Stabilize `derive(CoercePointee)` dingxiangfei2009:stabilize-coerce-pointee compiler-errors 0
86 134004 yes Add unstable hotpatch flag to rustc nebulark:hotpatch_flag estebank 0
87 134598 yes Update/relax str/String utf8 safety docs zachs18:string-utf8-safety-docs joshtriplett 0
88 135008 yes Consider parent aliases of rigid nested projections for outlives bounds compiler-errors:outlives-nested-projection 0
89 135099 yes Add FileCheck annotations to mir-opt/copy-prop Shunpoco:116971-mir-opt-copy-prop wesleywiser 0
90 135178 yes Document the behaviour of RUST_MIN_STACK=0 Gankra:patch-2 Amanieu 0
91 135578 yes Add a deterministic constructor for `RandomState` bkragl:deterministic_random_state jhpratt 0
92 135602 yes Tweak output of missing lifetime on associated type estebank:issue-135589 Nadrieril 0
93 135761 yes Dial down detail of B-tree description hkBst:patch-9 ibraheemdev 0
94 136036 yes Rewrite docs for fetch_update for clarity hkBst:patch-26 thomcc 0
95 136578 yes Add contracts for all functions in `Alignment` tautschnig:upstream-contracts/alignment tgross35 0
96 136649 yes Skip redundant frames in const recursion errors estebank:const-recursion-error Noratrieb 0
97 136732 yes Implement `Random` for array sorairolake:add-random-for-array joboet 0
98 136733 yes Implement `Random` for `num::{Saturating,Wrapping}` sorairolake:add-random-for-num-module-types BurntSushi 0
99 137067 yes Hint on unknown escape of Unicode quotation marks in string literal LFS6502:unicode-quote-hint Noratrieb 0
100 137229 yes Add support for macro expansion in rustdoc source code pages GuillaumeGomez:expand-macro fmease 0
101 137546 yes update doc for Vec::into_boxed_slice heiseish:doc-125941 the8472 0
102 137584 yes rustdoc: improve the summary icon liigo:improve_summary_icon notriddle 0
103 137598 yes Added `unchecked_div` and `unchecked_rem` to signed and unsigned numerical types madhav-madhusoodanan:feature-unchecked-div-rem the8472 0
104 137761 yes Optimize `CharIndices::advance_by` thaliaarchi:char-indices-advance-by scottmcm 0
105 137783 yes Fix code suggestion for local enum patterns in non-exhaustive matches makai410:match-arm-err BoxyUwU 0
106 138133 yes Win: Fix std::fs::rename failing on Windows Server by attempting the non-atomic rename first Fulgen301:rename-errors ChrisDenton 0
107 138217 yes Turn `Cow::is_borrowed,is_owned` into associated functions. theemathas:cow_is_owned_borrowed_associated joshtriplett 0
108 138400 yes sys/pal/unix/sync/mutex: Fix Mutex::new() on NuttX no1wudi:master workingjubilee 0
109 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
110 138744 yes Add methods to TCP and UDP sockets to modify hop limit (refresh of #94678) Mallets:set_ipv6_sock_hop_limit dtolnay 0
111 138752 yes Use internal iteration in `Vec::extend_desugared()` ChayimFriedman2:patch-2 joboet 0
112 138753 yes linker: Move native library search from linker to rustc petrochenkov:ownat wesleywiser 0
113 138799 yes core: simplify `Extend` for tuples joboet:extend-tuple Amanieu 0
114 138879 yes Ensure non-empty buffers for large vectored I/O thaliaarchi:vectored-large-empty tgross35 0
115 138907 yes Implement RFC 3631: add rustdoc doc_cfg features GuillaumeGomez:rfc-3631 fmease 0
116 138914 yes Added `get_unchecked` and `get_unchecked_mut` to `OnceLock` and `LazyLock` HomelikeBrick42:once_lazy_lock_get_unchecked jhpratt 0
117 138918 yes uefi: fs: Add file times plumbing Ayush1325:uefi-fs-time joboet 0
118 138944 yes Add `__isPlatformVersionAtLeast` and `__isOSVersionAtLeast` symbols madsmtm:apple_os_version_check tgross35 0
119 138961 yes Make closure capturing have consistent and correct behaviour around patterns meithecatte:expr-use-visitor Nadrieril 0
120 139053 yes Provide cross-compiling guidance when Apple SDK is missing madsmtm:cross-allow-missing-sdk wesleywiser 0
121 139243 yes Add `Duration::from_nanos_u128` omanirudh:duration-from-nanos-u128 tgross35 0
122 139286 yes Add regression test for nested replacement ranges in cfg_eval reez12g:add-regression-test-132727 fmease 0
123 139310 yes add first HelenOS compilation targets mvolfik:helenos-compiler wesleywiser 0
124 139362 yes Fix error reporting for multibyte characters in byte string literal tapanprakasht:fix-byte-string-non-ascii Nadrieril 0
125 139432 yes Implement `AsRef<OsStr>` for `Cow<'_, Path>` thaliaarchi:asref/cow-path-to-os_str m-ou-se 0
126 139441 yes Implement `AsRef<ByteStr>` for `[u8]` thaliaarchi:asref/slice-to-byte_str dtolnay 0
127 139493 yes Explicitly export core and std macros Voultapher:explicitly-export-core-and-std-macros Amanieu 0
128 139514 yes dirfd: preliminary unix and windows implementations Qelxiros:120426-dirfd tgross35 0
129 139524 yes Add socket extensions for cygwin Berrysoft:cygwin-socket-ext tgross35 0
130 139540 yes Optimize `core::unicode::printable`. reitermarkus:optimize-char-printable Mark-Simulacrum 0
131 139593 yes add sitemap to rust docs lolbinarycat:sitemap ehuss 0
132 139673 yes Stabilize `offset_of_slice` jdonszelmann:offset-of-slice WaffleLapkin 0
133 139690 yes `impl Default for RepeatN` cuviper:iter_repeat_n_default joshtriplett 0
134 139751 yes Implement pin-project in pattern matching for `&pin mut|const T` frank-king:feature/pin-project Nadrieril 0
135 139793 yes Explore adding a reproducibility test to rust test infrastructure. biabbas:reproducible marcoieni 0
136 139849 yes Fix `env::ArgsOs` for zkVM thaliaarchi:args/zkvm ibraheemdev 0
137 139857 yes Fix Box's doc for aliasing rules DiuDiu777:fix-box RalfJung 0
138 139955 yes Generate obligations when possible instead of rejecting with ambiguity dingxiangfei2009:make-progress-with-match-projection lcnr 0
139 140069 yes download bootstrap binary from ci Shourya742:2025-04-16-pre-compile-bootstrap Kobzol 0
140 140073 yes Improve type parameter suggestion heuristic for missing types Kivooeo:fix-139999-type-suggestion oli-obk 0
141 140130 yes Add LLDB providers for BTreeMap and BTreeSet ede1998:add-lldb-btree-providers Mark-Simulacrum 0
142 140153 yes Implement `Debug` for `EncodeWide` thaliaarchi:encode-wide-debug joshtriplett 0
143 140283 yes Fix accidental type inference in array coercion adwinwhite:fn-pointer-coercion oli-obk 0
144 140363 yes Do not insert duplicate SourceFile Zoxc:pr115572-rebase davidtwco 0
145 140417 yes Add `c_longdouble` tgross35:c-longdouble 0
146 140459 yes Add `read_buf` equivalents for positioned reads niklasf:feature/read-buf-at tgross35 0
147 140463 yes Document MaybeUninit bit validity joshlf:patch-13 RalfJung 0
148 140482 yes std::net: update tcp deferaccept delay type to Duration. devnexen:tcp_deferaccept_toduration joshtriplett 0
149 140594 yes early migration to biome lolbinarycat:rustdoc-biome GuillaumeGomez 0
150 140640 yes Implement RcUninit (#112566) kstrafe:master m-ou-se 0
151 140779 yes Clarify upfront that `PartialOrd` is for strict partial orders Muon:patch-1 Mark-Simulacrum 0
152 140808 yes Implement Default for &Option camsteffen:default-for-option-ref joshtriplett 0
153 140916 yes Fix unuseful span in type error in some format_args!() invocations moatom:140578 compiler-errors 0
154 140948 yes start properly testing attributes in positions mejrs:attribute_testing jdonszelmann 0
155 140956 `impl PartialEq<{str,String}> for {Path,PathBuf}` Kixunil:impl-partialeq-str-for-path Amanieu 0
156 140983 yes Improve doc of some methods that take ranges tkr-sh:master ibraheemdev 0
157 141007 yes Expand free alias types when computing implied outlives-bounds fmease:lta-expand-before-inf-outlives BoxyUwU 0
158 141032 yes avoid violating `slice::from_raw_parts` safety contract in `Vec::extract_if` petrosagg:extract-if-ub joboet 0
159 141266 yes Stabilize `substr_range` and related methods wr7:stabilize_substr_range BurntSushi 0
160 141299 yes rustdoc: add private items toggle lolbinarycat:rustdoc-private-items-toggle 0
161 141445 yes Add `FromIterator` impls for `ascii::Char`s to `String`s yotamofek:pr/library/from-iter-char-string joshtriplett 0
162 141469 yes Allow `&raw [mut | const]` for union field in safe Kivooeo:remove-usnsafegate SparrowLii 0
163 141539 yes Enable LLDB debug info tests on CI EFanZh:enable-lldb-debug-info-tests-on-ci Kobzol 0
164 141633 yes Suggest to bind `self.x` to `x` when field `x` may be in format string xizheyin:issue-141350 nnethercote 0
165 141744 Stabilize `ip_from` GrigorenkoPV:ip_from Amanieu 0
166 141798 yes compiler: use FramePointer::NonLeaf on illumos workingjubilee:illumos-may-get-by-with-less-fp 0
167 141839 yes make rust-analyzer use a dedicated build directory tshepang:ease-lsp-use Mark-Simulacrum 0
168 141994 yes add Iterator::contains Qelxiros:127494-iter_contains dtolnay 0
169 142038 yes Optimize `std::str::Chars::next` and `std::str::Chars::next_back` Kmeakin:km/optimize-str-chars-iterator scottmcm 0
170 142106 yes Add `compiler-builtins` to bootstrap tgross35:test-builtins Kobzol 0
171 142135 yes docs: autogenerate compiler flag stubs based on -Zhelp rmehri01:gen-compiler-flags Mark-Simulacrum 0
172 142177 yes add core::async_iter::pending Qelxiros:91683-stream_pending joboet 0
173 142198 yes `rustc_const_eval`: respect `target.min_global_align` folkertdev:miri-s390x-align-statics RalfJung 0
174 142315 yes core::ptr: deduplicate docs for as_ref, addr, and as_uninit_ref lolbinarycat:core-dedup-ptr-docs-139190-pt3 workingjubilee 0
175 142323 yes Make `lto` and `linker-plugin-lto` work the same for `compiler_builtins` maurer:builtin-lto dianqk 0
176 142380 yes Put negative implementors first and apply same ordering logic to foreign implementors GuillaumeGomez:neg-implementors notriddle 0
177 142401 yes Add proper name mangling for pattern types oli-obk:pattern-mango petrochenkov 0
178 142415 yes Add note when inherent impl for a alias type defined outside of the crate xizheyin:141679 wesleywiser 0
179 142437 yes Add test cases for namespaced crates eholk:namespace-tests petrochenkov 0
180 142445 yes compiler: Use -T instead of --script for linker scripts workingjubilee:switch-to-T-over-script petrochenkov 0
181 142506 yes Add `Path::has_trailing_sep` and related methods clarfonthey:path-trailing-sep joboet 0
182 142538 yes Add armv7-unknown-linux-musleabihf host tools to CI alex:add-armv7-musl-host-tools Mark-Simulacrum 0
183 142544 yes Prevent ABI changes affect EnzymeAD Sa4dUs:prevent-abi-changes oli-obk 0
184 142568 yes Use the .drectve section for exporting symbols from dlls on Windows bjorn3:windows_symbols_o_export wesleywiser 0
185 142611 yes Do not suggest compatible variants inside macro xizheyin:142359 jieyouxu 0
186 142659 yes compiler-builtins: Clean up features tgross35:builtins-features 0
187 142680 yes Fix passing/returning structs with the 64-bit SPARC ABI beetrees:sparc64-float-struct-abi workingjubilee 0
188 142681 Remove the `#[no_sanitize]` attribute in favor of `#[sanitize(xyz = "on|off")]` 1c3t3a:sanitize-off-on rcvalle 0
189 142686 yes Skip debug dep node code in non-incremental mode zetanumbers:fix_incremental_info lcnr 0
190 142696 yes Offload host2 ZuseZ4:offload-device1 oli-obk 0
191 142723 yes [crater] Add `impl From<f16> for f32` beetrees:crater-impl-from-f16-for-f32 0
192 142727 yes wasm: rm static mut hkBst:rm-static-mut-wasm ChrisDenton 0
193 142786 yes feat(build): centralize LLVM_VERSION reneleonhardt:feat/centralize-llvmversion marcoieni 0
194 142807 yes libtest: expose --fail-fast as an unstable command-line option sourcefrog:failfast dtolnay 0
195 142872 yes Ensure the `read_to_end` buffer always has enough room to fit a single UTF-8 code point ChrisDenton:fixup the8472 0
196 142896 yes rustdoc_json: more conversion cleanups nnethercote:json-conversion-cleanups-2 GuillaumeGomez 0
197 142957 yes std: introduce path normalize methods at top of `std::path` xizheyin:142931 ibraheemdev 0
198 142958 yes replace dead reference code-index.md eeemmmmmm:master lcnr 0
199 142960 yes Move `scalar_to_backend` to ssa oli-obk:scalar-to-backend-dedup GuillaumeGomez 0
200 143014 yes Don't suggest rewriting call if resolution was invalid compiler-errors:invalid-res-call petrochenkov 0
201 143037 yes Make named asm_labels lint not trigger on hexagon register spans androm3da:bcain/hexagon_regspan_label Amanieu 0
202 143052 yes Fix Windows bootstrap panic on invalid symlink removal (issue #143045) hasip-timurtas:fix-143045-windows-symlink-removal 0
203 143141 yes fresh binding should shadow the def in expand bvanjoi:issue-95237 petrochenkov 0
204 143146 yes Allow specifying multiple bounds for same associated item (remove E0719) Jules-Bertholet:remove-e0719 fmease 0
205 143163 yes Remove FromBytesWithNulErrorKind and make FromVecWithNulErrorKind more actionable PixelDust22:from-vec-with-nul-error-actionability dtolnay 0
206 143191 yes Stabilize `rwlock_downgrade` library feature connortsui20:stabilize-rwlock-downgrade tgross35 0
207 143193 yes Port `#[link]` to the new attribute parsing infrastructure JonathanBrouwer:link_rework jdonszelmann 0
208 143227 yes add multi-arch asm! label operand test tshepang:asm-label-operand Amanieu 0
209 143249 yes RDR: avoid rebuilding dependent crates after comment changes yaahc:test-lib-reuse bjorn3 0
210 143285 yes Add `stdarch` bootstrap smoke test Kobzol:stdarch-bootstrap Mark-Simulacrum 0
211 143314 yes add reference id to test, and fix filename tshepang:fix-filename compiler-errors 0
212 143331 yes Fix diagnostics str::replace comma to bar A4-Tacks:match-arm-comma-to-bar compiler-errors 0
213 143341 yes Mention that casting to *const () is a way to roundtrip with from_raw_parts Manishearth:from-raw-parts-ptr-cast thomcc 0
214 143343 yes Lint against `&T` to `&mut T` and `&T` to `&UnsafeCell<T>` transmutes (rebase) GrigorenkoPV:lints/unsafe_cell_transmutes fee1-dead 0
215 143439 yes Show AtomicU128/AtomicI128 in std docs regardless of target Mtfl0n:fix-atomic128-docs ibraheemdev 0
216 143450 yes Do not visit impl-trait when looking for self-type elision. cjgillot:impl-trait-elision compiler-errors 0
217 143462 yes fix(lib-std-fs): handle `usize` overflow in `read*` Rudxain:read_to_string_usize thomcc 0
218 143485 yes Shows a user friendly message rather than simple pass rahul-srivastava-codes:patch-1 Mark-Simulacrum 0
219 143546 yes improve c-variadic errors folkertdev:c-variadic-improve-errors workingjubilee 0
220 143598 yes win7: load synch functions on demand ChrisDenton:win7-synch Mark-Simulacrum 0
221 143613 yes Fix backtraces with `-C panic=abort` on linux; emit unwind tables by default Enselic:panic-abort-uwtables petrochenkov 0
222 143628 yes Add impl const for Clone Randl:const-clone compiler-errors 0
223 143650 yes core: add Option::get_or_try_insert_with lolbinarycat:core-option_get_or_try_insert_with-143648 the8472 0
224 143713 yes Add a mailmap entry for gnzlbg tgross35:mailmap 0
225 143717 Add `Default` impls for `Pin`ned `Box`, `Rc`, `Arc` Jules-Bertholet:pin-default dtolnay 0
226 143725 yes core: add Peekable::next_if_map kennytm:peekable_next_if_map thomcc 0
227 143741 yes `oneshot` Channel connortsui20:oneshot ibraheemdev 0
228 143854 yes bootstrap.py: add lockfile lolbinarycat:bootstrap-py-lock-143756 Mark-Simulacrum 0
229 143932 yes fix: handle diverging calls correctly in SsaVisitor::visit_place to avoid invalid DefLocation dillona:ssa-diverging-calls saethlin 0
230 143996 yes add default FromIterator for types with Default and Extend trait HernandoR:lz/feat/default_from_iterator 0
231 144000 yes Add `DefId::parent()` accessor for `rustc_public` Coder-256:stable-defid-parent celinval 0
232 144006 yes clarify wording of match ergonomics diagnostics (`rust_2024_incompatible_pat` lint and error) dianne:match-ergonomics-jargon Nadrieril 0
233 144066 yes stabilize c-style varargs for system, sysv64, win64, efiapi, aapcs RalfJung:extern-c-variadics workingjubilee 0
234 144090 yes Make `IoSlice` and `IoSliceMut` methods unstably const thaliaarchi:io-slice-const BurntSushi 0
235 144091 yes Stabilize `new_zeroed_alloc` thaliaarchi:stabilize-new-zeroed Mark-Simulacrum 0
236 144113 yes Impls and impl items inherit lint levels of the corresponding traits and trait items mu001999-contrib:dead-code/allow-trait cjgillot 0
237 144194 yes Provide additional context to errors involving const traits estebank:const-traits oli-obk 0
238 144197 yes TypeTree support in autodiff KMJ-007:type-tree ZuseZ4 0
239 144255 yes opt-dist: set `build_llvm` to false for WindowsCi ognevny:dist-windows-no-llvm-build 0
240 144266 Supress swapping lhs and rhs in equality suggestion in extern macro xizheyin:139050 nnethercote 0
241 144274 add Option::reduce Qelxiros:option-reduce thomcc 0
242 144275 implement Sum and Product for Saturating(u*) Qelxiros:saturating-arithmetic tgross35 0
243 144291 Constify trait aliases oli-obk:const_trait_alias compiler-errors 0
244 144323 add rustfmt support for `cfg_select` folkertdev:cfg-select-builtin-macro-fmt ytmimi 0
245 144324 add AnonConstKind to non_trivial_const_arg diagnostics dvtkrlbs:non-trivial-const-arg compiler-errors 0
246 144327 Help optimize out bounds checks in median_of_medians kornelski:partition_at_index_minmax tgross35 0
247 144342 add exact bitshifts Qelxiros:exact-bitshifts tgross35 0
248 144353 Extend the enum check to pointer and union reads 1c3t3a:enum-check-enum-ptr saethlin 0
249 144354 fix(std): Fix undefined reference to __my_thread_exit on QNX 8.0 rafaeling:fix-142726-qnx8-link-fail tgross35 0
250 144363 [WIP] Add downcast_trait and downcast_trait_mut ivarflakstad:vtable-for-and-downcast-trait oli-obk 0
251 144373 remove deprecated Error::description in impls hkBst:remove-deprecated-1 jhpratt 0
252 144394 [Debug Info] Generate typedef nodes for ptr/ref types (and msvc arrays) Walnut356:msvc_typedef wesleywiser 0
253 144420 WIP: smart pointer (try_)map Qelxiros:smart_pointer_try_map thomcc 0
254 144438 Guard HIR lowered contracts with `contract_checks` dawidl022:contracts/guarded-lowering oli-obk 0
255 144443 Make target pointer width in target json an integer WaffleLapkin:integer-target-pointer-width Noratrieb 0
256 144444 Contract variable declarations dawidl022:contracts/variable-scoping-rebased 0
257 144447 fix misspelled issue kianjib7:master Mark-Simulacrum 0
258 144494 Partial-stabilize the basics from `bigint_helper_methods` scottmcm:min_bigint_helpers Mark-Simulacrum 0
259 144498 Add --print target-spec-json-schema Noratrieb:rustc-json-schema jieyouxu 0
260 144499 ci: Begin running ui tests with `rust.debuginfo-level-tests=1` Enselic:ci-debuginfo-level-tests davidtwco 0
261 144506 introduce the Comparable trait for btree internals conradludgate:btree-comparable Amanieu 0
262 144513 Warn when relying on default musl target static linkage behaviour Gelbpunkt:musl-static-linkage-link Noratrieb 0
263 144529 Add `#[rustc_pass_indirectly_in_non_rustic_abis]` beetrees:pass-indirectly-attr joshtriplett 0
264 144531 Add lint against integer to pointer transmutes Urgau:int_to_ptr_transmutes jackh726 0
265 144537 Implement `Drop::pin_drop` for `!Unpin` types frank-king:feature/pin-drop 0
266 144549 improve `va_arg` assembly on arm targets folkertdev:va-arg-arm workingjubilee 0
267 144551 Add aarch64_be-unknown-linux-musl target neuschaefer:a64be-musl davidtwco 0
268 144561 Allow MIR-inlining `Drop` terminators too scottmcm:inline-drops cjgillot 0
269 144580 fix: Use drain() instead of keys().next() + swap_remove() in auto_tra… strmfos:master notriddle 0
270 144585 Suggest only Span without source changes when source code is unavailable xizheyin:show-std-source estebank 0
271 144592 Use a macro to impl `FromStr` for target spec data structures fee1-dead-contrib:target_spec Noratrieb 0
272 144612 make some vecdeque methods const KaranJain21:const_vecdeque_methods tgross35 0
273 144651 Implementation: `#[feature(nonpoison_condvar)]` connortsui20:nonpoison_condvar tgross35 0
274 144653 Implementation: `#[feature(nonpoison_once)]` connortsui20:nonpoison_once Mark-Simulacrum 0
275 144669 Add reproducible build verification to bootstrap sunildora1988:reproducible-build 0
276 144674 Add a diagnostic for similarly named traits rperier:add_note_if_a_type_impl_a_trait_with_the_same_name lcnr 0
277 144714 Make mac calls include their semicolons compiler-errors:mac-call-semi petrochenkov 0
278 144749 tests: adapt array-cmp for llvm/llvm-project@f7b65011de51 durin42:llvm-22-loop-thing scottmcm 0
279 144750 add new rustdoc::hidden_intra_doc_links lint lolbinarycat:rustdoc-intra-doc-hidden-144664 GuillaumeGomez 0
280 144765 inclusive `Range`s: change `end` to `last` Qelxiros:range-inclusive-last thomcc 0
281 144783 fix `#[loop_match]` on diverging loop folkertdev:loop-match-diverging-loop SparrowLii 0
282 144801 Suggest bounds in more cases, accounting for type parameters referenced in predicate estebank:issue-144734 spastorino 0
283 144804 Don't warn on never to any `as` casts as unreachable WaffleLapkin:reach-for-the-casts compiler-errors 0
284 144821 Fix [rustdoc] Non-json time diagnostics in stdout when using --format… cp90-pixel:rustdoc_json_timing_fix GuillaumeGomez 0
285 144823 coverage: Extract HIR-related helper code out of the main module Zalathar:hir-info oli-obk 0
286 144837 Rewrite`is_ascii` using `slice::as_chunks` Kmeakin:km/optimize-is-ascii tgross35 0
287 144856 Elaborate destruct host effect clauses with structurally implied clauses ShoyuVanilla:elaborate-destruct fee1-dead 0
288 144859 [DO NOT MERGE] Run dist-x86_64-linux on the self-hosted demo pietroalbini:ea-wmkynxyyuvzl marcoieni 0
289 144864 No source fixes Muscraft:no-source-fixes SparrowLii 0
290 144871 Stabilize `btree_entry_insert` feature Kivooeo:btree_entry_insert-stabilize m-ou-se 0
291 144879 Add rusty stack protector(re-submit) cezarbbb:rusty-stack-protector 0
292 144884 Resynthesize `foo<bar>(` and `foo<bar>::` in `check_no_chained_comparison` xizheyin:fixme-check-no-chained-comparison estebank 0
293 144885 Implement some more checks in `ptr_guaranteed_cmp`. zachs18:ptr_guaranteed_cmp_more RalfJung 0
294 144902 Rename `begin_panic` to `panic_with_payload` Kivooeo:more-creative-name-for-begin-panic Mark-Simulacrum 0
295 144908 Fix doctest output json GuillaumeGomez:fix-doctest-output-json Amanieu 0
296 144922 Implement `#[derive(From)]` Kobzol:derive-from nnethercote 0
297 144923 Move several more float tests to floats/mod.rs rocurley:float_tests_refactor_3 tgross35 0
298 144925 Add suggestion to `.to_owned()` used on `Cow` when borrowing Periodic1911:144792-cow-diag davidtwco 0
299 144933 Allocate arguments from topmost frame into temporary storage before popping stack frame in `init_fn_tail_call` compiler-errors:temp-local WaffleLapkin 0
300 144935 Add `PeekableIterator` trait wmstack:PeekableIterator tgross35 0
301 144936 CFI: Fix types that implement Fn, FnMut, or FnOnce rcvalle:rust-cfi-fix-144641 SparrowLii 0
302 144938 [experiment] enable outline-atomics on more aarch64 platforms tgross35:more-outline-atomics 0
303 144960 [RTE-513] Ignore sleep_until test on SGX raoulstrackx:raoul/rte-513-disable_sleep_tests_on_sgx ChrisDenton 0
304 144961 Regression test for bad codegen of `#[derive(Clone)]` on enums lucarlig:clone_enum Mark-Simulacrum 0
305 144964 std: clarify `OpenOptions` error for create without write access 0xdeafbeef:fix-open-options ibraheemdev 0
306 144973 [WIP] Relative VTables for Rust PiJoules:WIP-relative-vtables 0
307 144976 Refactor the way cg_ssa handles indirect returns(returns via `sret`). FractalFir:master workingjubilee 0
308 145001 regression test for intrinsics may not inline properly on pclmulqdq lucarlig:139029 nikic 0
309 145010 Couple of minor abi handling cleanups bjorn3:couple_abi_cleanups dianqk 0
310 145013 overhaul `&mut` suggestions in borrowck errors fee1-dead-contrib:push-vwvsqsqnrxqm nnethercote 0
311 145027 Optimize `char::is_alphanumeric` Kmeakin:km/optimize-char-is-alphanumeric scottmcm 0
312 145041 rework GAT borrowck limitation error lcnr:borrowck-limitations-error BoxyUwU 0
313 145067 RawVecInner: add missing `unsafe` to unsafe fns btj:patch-3 thomcc 0
314 145071 [DRAFT] Update the minimum external LLVM to 20 cuviper:min-llvm-20 nikic 0
315 145076 Add new Tier-3 target: riscv64a23-unknown-linux-gnu ZhongyaoChen:feature/add-tier3-riscv64a23-target davidtwco 0
316 145078 Fix wrong cache line size of riscv64 minxuanz:riscv-cacheline thomcc 0
317 145083 Fix cross-compilation of Cargo Kobzol:fix-cargo-cross-build jieyouxu 0
318 145092 llvm-wrapper cleanup klensy:llvm-c nnethercote 0
319 145095 Migrate `UnsizedConstParamTy` to unstable impl of `ConstParamTy_` tiif:unstable_const_param BoxyUwU 0
320 145097 remove unnecessary `TypeFoldable` impls lcnr:type-foldable-yeet wesleywiser 0
321 145100 Rank doc aliases lower than equivalently matched items GuillaumeGomez:rank-doc-alias-lower notriddle 0
322 145108 Resolver: Batched Import Resolution LorrensP-2158466:batched-import-resolution petrochenkov 0
323 145113 resolve: Do not finalize shadowed bindings petrochenkov:lessfinalize compiler-errors 0
324 145174 Ensure consistent drop for panicking drop in hint::select_unpredictable 197g:issue-145148-select-unpredictable-drop thomcc 0
325 145177 std: move `thread` into `sys` joboet:move-pal-thread ibraheemdev 0
326 145181 remove FIXME block from `has_significant_drop`, can handle inference Borgerr:remove-fixme-from-has-sigdrop compiler-errors 0
327 145209 Stabilize `path_add_extension` hanna-kruppe:path_add_extension tgross35 0
328 145229 Conditionally compile contracts instead of deciding at run-time dawidl022:contracts/conditional-macros-rebased celinval 0
329 145242 std: use a TAIT to define `SplitPaths` on UNIX joboet:tait-split-paths Mark-Simulacrum 0
330 145243 take attr style into account in diagnostics jdonszelmann:inner-attr-errors petrochenkov 0
331 145270 Fix an ICE observed with an explicit tail-call in a default trait method jakubadamw:issue-144985 compiler-errors 0
332 145277 Do not materialise X in [X; 0] when X is unsizing a const dingxiangfei2009:fold-coercion-into-const nnethercote 0
333 145278 Update `rustc_codegen_gcc` rotate operation document notJoon:doc/rotate-operation antoyo 0
334 145279 Constify conversion traits (part 1) clarfonthey:const-convert-initial tgross35 0
335 145290 Improve std::fs::read_dir docs ntc2:patch-1 tgross35 0
336 145307 Fix `LazyLock` poison panic message connortsui20:lazylock-poison-msg Amanieu 0
337 145314 Tweak output of missing lifetime on associated type estebank:issue-135589-all Nadrieril 0
338 145316 Azhogin/async drop box support azhogin:azhogin/async-drop-box-support oli-obk 0
339 145326 compiletest: assert that debugger provided for debuginfo tests and any tests actually collected for run klensy:compiletest_debuginfo Mark-Simulacrum 0
340 145327 std: make address resolution weirdness local to SGX joboet:net-addr-sgx-hack tgross35 0
341 145335 Move WTF-8 code from std into core and alloc clarfonthey:wtf8-core-alloc Mark-Simulacrum 0
342 145337 [WIP]: Do not store tag in uninhabited enum variants, or in the single inhabited variant. zachs18:enum-uninhabited-or-single-variant-no-tag 0
343 145339 std: sys: net: uefi: tcp: Initial TcpListener support Ayush1325:uefi-tcp4-accept thomcc 0
344 145342 fix drop scope for `super let` bindings within `if let` dianne:if-let-super-let jackh726 0
345 145344 [WIP] Underefer refactoring beepster4096:ununderefer 0
346 145354 Cache derive proc macro expansion with incremental query Kobzol:cache-proc-derive-macros petrochenkov 0
347 145360 Switch Instant to use CLOCK_BOOTTIME on Android. jfgoog:android-time thomcc 0
348 145368 CFI: Make `lto` and `linker-plugin-lto` work the same for `compiler_builtins` rcvalle:rust-cfi-fix-142284 dianqk 0
349 145377 Switch next solver to use a specific associated type for trait def id ChayimFriedman2:solver-def-id lcnr 0
350 145382 Add assembly test for `-Zreg-struct-return` option winstonallo:reg-struct-return-asm-test tgross35 0
351 145387 Remove TmpLayout in layout_of_enum zachs18:remove-tmplayout jackh726 0
352 145393 Add codegen test for removing trailing zeroes from `NonZero` clubby789:issue-138497 Mark-Simulacrum 0
353 145399 Unify wording of resolve error estebank:resolve-error-wording-2 petrochenkov 0
354 145402 More `iter().last()` -> `last()`, `iter().next()` -> `first()` compiler-errors:last estebank 0
355 145405 cleanup: use run_in_tmpdir in run-make/rustdoc-scrape-examples-paths durin42:test-cleanup-tmpdir lqd 0
356 145411 regression test for Cow<[u8]> layout the8472:cows-have-no-branches Mark-Simulacrum 0
357 145414 unicode-table-generator refactors Kmeakin:km/unicode-table-refactors joshtriplett 0
358 145419 Allow borrowing array elements from packed structs with ABI align <= packed align hns1971:fix-packed-array-align SparrowLii 0
359 145421 `dump_mir` cleanups nnethercote:dump_mir-cleanups lqd 0
360 145428 compiletest: Require explicit `--filecheck-prefixes` tgross35:less-filecheck-magic 0
361 145432 cg_llvm: Small cleanups to `owned_target_machine` Zalathar:target-machine SparrowLii 0
362 145436 fix(tests/rmake/wasm-unexpected-features): change features from `WASM1` to `MVP` StackOverflowExcept1on:patch-1 alexcrichton 0
363 145457 Experiment: Add `where T: Default` to `Default for [T; 0]` impl. m-ou-se:default-array-zero m-ou-se 0
364 145458 [rustdoc] Add support new bang macro kinds GuillaumeGomez:rustdoc-bang-attr-macro notriddle 0
365 145463 Reject invalid literal suffixes in tuple indexing, tuple struct indexing, and struct field name position jieyouxu:error-suffix fmease 0
366 145465 Stabilize `array_repeat` feature Kivooeo:stabilize-array_repeat thomcc 0
367 145467 Stabilize `strict_provenance_atomic_ptr` feature Kivooeo:stabilize-strict_provenance_atomic_ptr scottmcm 0
368 145468 dedup recip, powi, to_degrees, and to_radians float tests karolzwolak:float-tests-dedup tgross35 0
369 145471 Stabilize BTree{Map,Set}::extract_if rs-sac:extr the8472 0
370 145479 Hard-code `char::is_control` Kmeakin:km/hardcode-char-is-control thomcc 0
371 145481 Add parentheses for closure when suggesting calling closure mu001999-contrib:fix/closure-sugg SparrowLii 0
372 145495 remove `#[derive(TryFromU32)]` fee1-dead-contrib:push-tynlnktvrmrx Zalathar 0
373 145504 Add some conversion trait impls Jules-Bertholet:more_conversion_trait_impls m-ou-se 0
374 145513 Validate CopyForDeref and DerefTemps better and remove them from runtime MIR beepster4096:erasedereftemps saethlin 0
375 145535 make rustdoc::invalid_html_tags more robust lolbinarycat:rustdoc-invalid_html_tags-svg-145529 notriddle 0
376 145536 Opportunistically split `!=` to successfully parse never type fmease:split-bang-eq-for-never-ascr petrochenkov 0
377 145539 fix(compiler/rustc_target): set correct linker flags for `wasm32v1-none` StackOverflowExcept1on:fix-wasm32v1-none-flags bjorn3 0
378 145562 Simplify macro generating ToString implementations for `&…&str` tbu-:pr_simplify_to_string_spec tgross35 0
379 145563 Remove the `From` derive macro from prelude Kobzol:remove-from-from-prelude petrochenkov 0
380 145569 Supress suggest `let else` when no let in refutable bindings xizheyin:145548 lcnr 0
381 145570 Add -Awarnings on tests for ignoring warning from xcrun Shunpoco:issue-145543-warning-on-macos madsmtm 0
382 145582 Detect missing `if let` or `let-else` estebank:issue-107806 chenyukang 0
383 145584 interpret: avoid forcing all integer newtypes into memory during clear_provenance RalfJung:interpret-clear-provenance oli-obk 0
384 145592 Fix format string grammar in docs and improve alignment error message for #144023 nilotpal-n7:fix-format-alignment lcnr 0
385 145596 Losslessly optimize PNG files lumiscosity:optimize-png-files davidtwco 0
386 145602 fix: incorrect error message for string literal suffixes notJoon:fix/issue-144161 petrochenkov 0
387 145605 Reject static async closures in AST lowering compiler-errors:async-static-closure fmease 0
388 145608 Prevent downstream `impl DerefMut for Pin<LocalType>` Darksonn:derefmut-pin-fix lcnr 0
389 145610 Stabilize `char_max_len` GrigorenkoPV:char_max_len Amanieu 0
390 145615 Fix doc of `std::os::windows::io::BorrowedSocket::borrow_raw` lorenzleutgeb:socket-doc tgross35 0
391 145617 docs(style): Specify the frontmatter style epage:style calebcartwright 0
392 145620 Account for impossible bounds making seemingly unsatisfyable dyn-to-dyn casts compiler-errors:fake-dyn-to-dyn lcnr 0
393 145625 improve float to_degrees/to_radians rounding comments and impl karolzwolak:f16-use-expr-instead-literal tgross35 0
394 145628 [std][BTree] Fix behavior of `::append` to match documentation, `::insert`, and `::extend` tinnamchoi:fix-btree-append Mark-Simulacrum 0
395 145630 [draft] multiple single-line suggestions on malformed function calls when possible scrabsha:push-mklqnnqsoqky davidtwco 0
396 145640 When a trait isn't implemented, but another similar impl is found, point at it estebank:point-at-impl-e0277 nnethercote 0
397 145643 yes coverage: Build an "expansion tree" and use it to unexpand raw spans Zalathar:tree SparrowLii 0
398 145651 Regression test for const promotion with Option<Ordering> borsakv:139093 cjgillot 0
399 145656 Stabilize s390x `vector` target feature and `is_s390x_feature_detected!` macro folkertdev:stabilize-s390x-vector Amanieu 0
400 145660 initial implementation of the darwin_objc unstable feature jbatez:darwin_objc tmandry 0
401 145663 Enforce in bootstrap that test must have stage at least 1 (except for compiletest) Kobzol:bootstrap-test jieyouxu 0
402 145664 Stabilize `std::panic::Location::file_with_nul` Darksonn:stab-file-with-nul Mark-Simulacrum 0
403 145665 Don't require `T: RefUnwindSafe` for `vec::IntoIter<T>: UnwindSafe` GrigorenkoPV:144707 the8472 0
404 145675 Rehome 30 `tests/ui/issues/` tests to other subdirectories under `tests/ui/` [#1 of Batch #2] Oneirical:uncountable-integer-8 jieyouxu 0
405 145676 Rehome 30 `tests/ui/issues/` tests to other subdirectories under `tests/ui/` [#2 of Batch #2] Oneirical:uncountable-integer-9 jieyouxu 0
406 145677 docs: fix typo prestoalvarez:master jackh726 0
407 145682 Promote aarch64-pc-windows-msvc to Tier 1 dpaoliello:arm64tier1 Noratrieb 0
408 145684 [DRAFT] Add ub_checks for downcast_unchecked Techcable:fix/downcast-unchecked-check-ub ibraheemdev 0
409 145685 add CopyFromClone and Cell::get_cloned Qelxiros:cell_get_cloned tgross35 0
410 145687 add std::os::fd::CommandExt::fd Qelxiros:fd-passing tgross35 0
411 145688 Offload device2 ZuseZ4:offload-device2 0
412 145690 Implement Integer funnel shifts sayantn:integer-funnel-shift tgross35 0
413 145707 Suppress suggest try wrap when found is unresolved infer xizheyin:145634 fee1-dead 0
414 145709 Fix LoongArch C function ABI when passing/returning structs containing floats heiher:issue-145692-1 workingjubilee 0
415 145711 Support non-defining uses in HIR typeck lcnr:non-defining-uses-hir-typeck BoxyUwU 0
416 145716 Fix for pattern types causing ICE in `debuginfo` generation notJoon:fix/issue-145514 0
417 145717 rename erase_regions to erase_and_anonymize_regions BoxyUwU:erase_regions_rename lcnr 0
418 145721 Update to ar_archive_writer 0.5.0 dpaoliello:ar050 bjorn3 0
419 145722 implement Extend<{Group, Literal, Punct, Ident}> for TokenStream Qelxiros:112815-tokenstream-extend petrochenkov 0
420 145724 the `#[track_caller]` shim should not inherit `#[no_mangle]` folkertdev:track-caller-drop-no-mangle fee1-dead 0
421 145725 unstably constify ptr::drop_in_place Qelxiros:109342-const-drop-in-place ibraheemdev 0
422 145733 add Iterator::dedup and friends Qelxiros:iter-dedup dtolnay 0
423 145734 Add hook for overriding compiler builtin macros AlexanderPortland:overwrite-macros oli-obk 0
424 145735 style-guide: Document absence of trailing whitespace joshtriplett:style-guide-trailing-whitespace yaahc 0
425 145740 Introduce a `[workspace.dependencies`] section in the top-level `Cargo.toml` nnethercote:workspace-members Kobzol 0
426 145746 Fix STD build failing for target_os = "espidf" ivmarkov:fix-nofollow-espidf ibraheemdev 0
427 145750 raw_vec.rs: Remove superfluous fn alloc_guard btj:drop-alloc-guard thomcc 0
428 145754 fix(lexer): Don't require frontmatters to be escaped with indented fences epage:escape SparrowLii 0
429 145755 yes Leave lld on beta a little bit more lqd:lld-beta Kobzol 0
430 145756 str: Stabilize `round_char_boundary` feature okaneco:stabilize_char_boundary scottmcm 0
431 145757 Check for bound variables when reporting type error matthewjasper:type-mismatch-bound-vars compiler-errors 0
432 145766 test(rustfmt): Verify frontmatter is preserved epage:rustfmt ytmimi 0
433 145768 Offload device ZuseZ4:offload-device 0
434 145776 Optimize `.ilog({2,10})` to `.ilog{2,10}()` ChaiTRex:ilog_specialization thomcc 0
435 145788 Fix attribute target checking for macro calls JonathanBrouwer:proper-fix-for-macro-call-target jdonszelmann 0
436 145790 Improve dist for gnullvm hosts mati865:gnullvm-improve-dist Kobzol 0
437 145792 Use attribute name in message for "outer attr used as inner attr" errors scrabsha:push-umpytyxunpxq jdonszelmann 0
438 145793 std library: use execinfo library also on NetBSD. he32:netbsd-libexecinfo-fix Mark-Simulacrum 0
439 145794 yes bootstrap.py: Improve CPU detection on NetBSD he32:bootstrap-netbsd-fix Kobzol 0
440 145801 When suggesting trait bounds, use fully-qualified path estebank:issue-36184 BoxyUwU 0
441 145806 rustdoc: [PoC] [WIP] Don't render keyword `Self` as `SelfTy` fmease:rustdoc-keyword-escape 0
442 145809 yes rust-installer/install-template.sh: improve efficiency, step 1. he32:installer-perf-fix-1 Mark-Simulacrum 0
443 145810 yes std_detect: RISC-V: Best effort implication of target features by custom `cfg` a4lg:std-detect-complex-implication Amanieu 0
444 145811 yes Fix some minor issues in comments houpo-bob:master jdno 0
445 145814 Handle unwinding fatal errors in codegen workers bjorn3:codegen_worker_fatal_error petrochenkov 0
446 145815 yes Wait for DPkg frontend lock when trying to remove packages jieyouxu:pr-check-timeout marcoieni 0
447 145817 cg_llvm: Replace the `llvm::Bool` typedef with a proper newtype Zalathar:llvm-bool fee1-dead 0
448 145818 rustdoc: make `#[doc(hidden)]` render the same as other attrs karolzwolak:fix-doc-hidden-rendering GuillaumeGomez 0
449 135771 yes [rustdoc] Add support for associated items in "jump to def" feature GuillaumeGomez:jump-to-def-perf fmease 0 always
450 138429 yes Fix `x86_64-unknown-illumos` LLVM target triple madsmtm:illumos-llvm-target jieyouxu 0 always
451 139113 yes unstable book: in a sanitizer example, check the code folkertdev:sanitizer-unstable-book-check-block GuillaumeGomez 0 always
452 141658 rustdoc search: prefer stable items in search results lolbinarycat:rustdoc-search-stability-rank-138067 GuillaumeGomez 0 always
453 141828 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 always
454 142670 yes Document fully-qualified syntax in `as`' keyword doc fpdotmonkey:doc/as-fully-qualified-syntax fmease 0 always
455 142871 Trivial improve doc for transpose chenyukang:yukang-fix-doc-for-transpose ibraheemdev 0 always
456 143898 opt-dist: rebuild rustc when doing static LLVM builds ognevny:opt-dist-rustc-rebuild Kobzol 0 always
457 144054 Stabilize as_array_of_cells jsimmons:stabilize-as-array-of-cells tgross35 0 always
458 144193 yes Suggest adding `Fn` bound when calling a generic parameter Kobzol:generic-param-fn-bound-help SparrowLii 0 always
459 144252 Do not copy .rmeta files into the sysroot of the build compiler during check of rustc/std Kobzol:rmeta-sysroot jieyouxu 0 always
460 144452 std/sys/fd: Relax `READ_LIMIT` on Darwin morinmorin:apple/update_read_limit ChrisDenton 0 always
461 144476 rustdoc-search: search backend with partitioned suffix tree notriddle:notriddle/stringdex GuillaumeGomez 0 always
462 144596 libtest: print the type of test being run lolbinarycat:libtest-print-doctest-type notriddle 0 always
463 144907 fix: Reject async assoc fns of const traits/impls in ast_passes ShoyuVanilla:no-const-async fmease 0 always
464 144963 Stabilize `core::iter::chain` rossmacarthur-forks:stabilize-core-iter-chain jhpratt 0 always
465 144988 Add annotations to the graphviz region graph on region origins amandasystems:more-detailed-region-graph matthewjasper 0 always
466 145017 Explicitly disable vector feature on s390x baseline of bad-reg test pmur:murp/s390x-improve-asm-test nnethercote 0 always
467 145050 add member constraints tests lcnr:add-opaque-type-tests davidtwco 0 always
468 145073 update enzyme submodule to handle llvm 21 ZuseZ4:autodiff-llvm-21 jieyouxu 0 always
469 145080 Escape diff strings in MIR dataflow graphviz ashivaram23:graphviz_escape lqd 0 always
470 145082 Fix some bad formatting in `-Zmacro-stats` output. nnethercote:macro-stats-fix-widths petrochenkov 0 always
471 145096 Fix wasm target build with atomics feature Spxg:w/wasm_atomic tgross35 0 always
472 145103 rustc_metadata: remove unused private trait impls fee1-dead-contrib:push-plompruwywvk compiler-errors 0 always
473 145115 defer opaque type errors, generally greatly reduce tainting lcnr:less-borrowck-tainting compiler-errors 0 always
474 145124 Recover `for PAT = EXPR {}` compiler-errors:for-eq lqd 0 always
475 145234 match exhaustiveness diagnostics: show a trailing comma on singleton tuple consructors in witness patterns (and clean up a little) dianne:1-tuple-witnesses jackh726 0 always
476 145453 Remove duplicated tracing span in bootstrap Kobzol:bootstrap-cmd-span jieyouxu 0 always
477 145462 Stabilize `const_exposed_provenance` feature Kivooeo:stabilize-const_exposed_provenance thomcc 0 always
478 145466 Enable new `[range-diff]` feature in triagebot Urgau:triagebot-range-diff Kobzol 0 always
479 145540 interpret/allocation: get_range on ProvenanceMap nia-e:prov-map-range RalfJung 0 always
480 145554 rustc-dev-guide subtree update tshepang:rdg-sync 0 always
481 145670 port `sanitize` attribute to the new parsing infrastructure jdonszelmann:port-sanitize lcnr 0 always
482 145744 miri: also detect aliasing of in-place argument and return place RalfJung:miri-inplace-aliasing compiler-errors 0 always
483 145774 Remove default opts from config Shourya742:2025-08-23-remove-default-opts-method Kobzol 0 always
484 145781 Remove profile section from Clippy Kobzol:clippy-remove-profile lqd 0 always
485 126810 no Tweak output of resolve errors estebank:resolve-error-wording petrochenkov 10 never
486 105392 no Dedup bounds with parent impl block GuillaumeGomez:rustdoc-dedup-bounds compiler-errors 0 never
487 106852 no Only preserve DebugInfo in DeadStoreElimination if requested. cjgillot:debug-dse JakobDegen 0 never
488 113125 no typeck: taint if errors found during writeback davidtwco:issue-112824-ctfe-type-mismatch-with-type-error compiler-errors 0 never
489 114538 no Split marking and visit to compute live_symbols. cjgillot:split-live-symbols 0 never
490 115003 no Increase parallelism in various locations Zoxc:parallel-tweaks-rebase cjgillot 0 never
491 116173 no New atomic reference counting algorithm m-ou-se:arc Amanieu 0 never
492 116542 no Add range metadata to slice lengths the8472:slice-ref-len-validity cjgillot 0 never
493 116882 no rustdoc: hide `#[repr]` if it isn't part of the public ABI fmease:rustdoc-generalized-priv-repr-heuristic notriddle 0 never
494 119458 no Do not hash allocations to name them. cjgillot:anonymous-alloc compiler-errors 0 never
495 119471 no [perf only] Reimplement references debuginfo as projection. cjgillot:mir-composite-deref 0 never
496 120179 no Enable MultipleReturnTerminators by default. cjgillot:multiple-return 0 never
497 120193 no #[cold] on match arms x17jiri:cold_match_arms oli-obk 0 never
498 120286 no Implement RFC 3349, mixed utf8 literals nnethercote:3349-mixed-utf8-literals 0 never
499 120525 no rustc_ast: FieldDef: remove span klensy:FieldDef-span oli-obk 0 never
500 120589 no std::thread::available_parallelism merging linux/android/freebsd version devnexen:cpuaff_fbsd_upd m-ou-se 0 never
501 120682 no [WIP] rewrite TrustedRandomAccess into two directional variants the8472:indexed-access 0 never
502 121053 no Implement `#[skip]` for builtin derives clubby789:derive-skip fmease 0 never
503 122325 no Stop using LLVM struct types for array/pointer offset GEPs erikdesjardins:array nikic 0 never
504 123179 no Rework MIR inlining costs scottmcm:inlining-baseline-costs wesleywiser 0 never
505 123219 no [WIP] rustdoc (base+json): add support for variances fmease:rustdoc-variances-json 0 never
506 123259 no Fixup `if T::CONST` in MIR scottmcm:tweak-if-const 0 never
507 123606 no Optimize core::str::Lines::count thomcc:thomcc/opt-lines 0 never
508 123610 no Default-enable share-generics, with available_externally to still allow inlining. Mark-Simulacrum:share-generics-available-externally Mark-Simulacrum 0 never
509 124362 no [experiment] Build the compiler with panic=abort tmandry:panic-abort-rustc 0 never
510 126651 no Implement consecutive type-relative paths fmease:consec-shorthand-proj compiler-errors 0 never
511 127241 no Mark span parent in def_collector. cjgillot:def-collector-span petrochenkov 0 never
512 128846 no Stop considering moved-out locals when computing auto traits for generators (rebased) compiler-errors:drop-liveness oli-obk 0 never
513 129498 no Try enabling precondition checks on ptr::{read,write} saethlin:ptr-read-write-precondition 0 never
514 129543 no Properly deduce object lifetime defaults in projections & trait refs fmease:obj-lt-def-gat oli-obk 0 never
515 129881 no Implement struct_target_features. veluca93:struct_tf cjgillot 0 never
516 130227 no Remove precise placeholder tracking from region inference amandasystems:remove-placeholders-completely lcnr 0 never
517 130679 no Add inline(usually) saethlin:inline-usually 0 never
518 130909 no Infer nounwind and use it in MIR opts saethlin:infer-nounwind 0 never
519 131650 no Add post-mono MIR optimizations saethlin:post-mono-mir-opts oli-obk 0 never
520 133502 no [DO NOT MERGE] bootstrap with `-Znext-solver=globally` lcnr:rust4 0 never
521 134051 no Do partial SsaLocals analysis in unoptimized builds saethlin:partial-ssa-analysis 0 never
522 134938 no Include arguments to the precondition check in failure messages saethlin:include-precondition-args 0 never
523 136693 no 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
524 137275 no Make skip_whitespace do a single pass (with bytes) hkBst:single_pass_skip_ws_bytes nnethercote 0 never
525 137972 no Ensure constants are WF before calling into CTFE BoxyUwU:ty_const_wf_before_eval 0 never
526 138419 no Test out a more lock-free hash map Zoxc:horde-queries Nadrieril 0 never
527 138995 no [perf experiment] Split the resolver tables into per-owner tables oli-obk:split-resolver petrochenkov 0 never
528 139587 no support revealing uses of opaques lcnr:revealing-use-closures compiler-errors 0 never
529 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
530 141325 no [experiment, do not merge!] rewrite the DenseBitSet structure to only use 1 word on the stack tage64:thin_bit_set 0 never
531 141326 no [experimental, do not merge!] a faster implementation of Polonius tage64:horatio 0 never
532 141348 no Make `Rc<T>::deref` zero-cost EFanZh:zero-cost-rc-deref tgross35 0 never
533 141926 no [PERF] Rework unsizing coercions in new solver compiler-errors:perf-unsizing 0 never
534 142247 no Remove deadlock detection for benchmarking zetanumbers:remove-parallel-deadlock-detection 0 never
535 142293 no GCI: Don't evaluate the initializer of free const items that have trivially unsatisfied predicates fmease:gci-dont-eval-the-impossible BoxyUwU 0 never
536 142478 no install docs for each target in different directory Forist2034:master clubby789 0 never
537 142531 no Remove fewer Storage calls in CopyProp and GVN ohadravid:better-storage-calls-copy-prop cjgillot 0 never
538 142771 no Introduce debuginfo to statements in MIR dianqk:mir-stmt-debuginfo oli-obk 0 never
539 142830 no Make lowering incremental, take 3/N cjgillot:lower-incr-2 0 never
540 142837 no Add OperandValue::Uninit to improve lowering of MaybeUninit::uninit saethlin:maybeuninit-codegen WaffleLapkin 0 never
541 143029 no GCI: Imply outlives-bounds on free (generic) const items fmease:gci-imply BoxyUwU 0 never
542 143167 no Detect unwind-free functions in MIR Mark-Simulacrum:inline-mark-nounwind 0 never
543 143208 no Apply RemoveNoopLandingPads post-monomorphization Mark-Simulacrum:skip-noop-cleanup oli-obk 0 never
544 143629 no Limited nonzero coercion oli-obk:limited-nonzero-coercion 0 never
545 144030 no Validate transmute in CTFE oli-obk:validate-transmute 0 never
546 144157 no Remove the `CoroutineWitness` type compiler-errors:no-witness lcnr 0 never
547 93544 no Debug-format fat pointers with their metadata for better insight vojtechkral:fmt-fat-ptrs m-ou-se 0
548 94904 no doc(notable_trait) for impls conradludgate:rustdoc-notable-attr GuillaumeGomez 0
549 98514 no `std::thread` support for the Nintendo 3DS AzureMarker:feature/horizon-threads Mark-Simulacrum 0
550 100413 no Track `-Cprofile-use` and `-Cprofile-sample-use` value by file hash, not file path Kobzol:profile-use-track-file-hash wesleywiser 0
551 101551 no [WIP] Add support for custom allocator for `String` zachs18:string_alloc Mark-Simulacrum 0
552 103376 no Strip leading trailing empty lines in doc code blocks GuillaumeGomez:strip-leading-trailing-empty-lines notriddle 0
553 105586 no Experimental feature gate proposal `crabi` joshtriplett:abi-experimental-feature-gate nikomatsakis 0
554 105604 no Use ELF-TLS on SGX joboet:sgx_tls m-ou-se 0
555 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
556 107263 no Allow impl on projection GuillaumeGomez:allow-impl-on-projection oli-obk 0
557 107562 no WIP: Remove `ResumeTy` from async lowering Swatinem:async-resumety-v2 compiler-errors 0
558 107640 no rustdoc: Add support for local resources GuillaumeGomez:rustdoc-local-resources-2 notriddle 0
559 108001 no Add lint to check if non-inlined local reexports have documentation GuillaumeGomez:unused_reexport_documentation-lint notriddle 0
560 108097 no Change Wasm's `cdylib` etc. to be a "reactor". sunfishcode:sunfishcode/wasi-reactor wesleywiser 0
561 108671 no Implement flatten for `Option<&Option<T>>` and `Option<&mut Option<T>>` Coca162:option_reference_flattening dtolnay 0
562 108981 no Implement `fs_native_path` ChrisDenton:aspath Amanieu 0
563 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
564 112106 no Added traits implemented by FnPtr to fn docs with example function mj10021:issue-111182-fix cuviper 0
565 112331 no Report allocation errors as panics, second attempt Amanieu:panic-oom-payload2 m-ou-se 0
566 114209 no tidy watcher klensy:better-than-remembrall wesleywiser 0
567 114917 no Dummy PR to test coverage test changes in CI Zalathar:dummy-coverage 0
568 115501 no Add new inherit_handles flag to CommandExt trait michaelvanstraten:set_inherit_handles ChrisDenton 0
569 115802 no rustdoc search: Allow to filter on multiple crates GuillaumeGomez:rustdoc-search-multiple-crate-filtering notriddle 0
570 116247 no WIP: Check uninhabitedness through the trait solver cjgillot:uninhabited-predicate lcnr 0
571 117682 no Don't check GAT bounds in normalization aliemjay:gat-relax-lifetimes 0
572 118270 no Allow coercions from never-type when ref binding is involved Aaron1011:ref-pat-never-coerce compiler-errors 0
573 119550 no Rename `AsyncIterator` back to `Stream`, introduce an AFIT-based `AsyncIterator` trait yoshuawuyts:async-iterator compiler-errors 0
574 120013 no coverage: Don't show coverage for code paths that must panic/diverge Zalathar:diverge 0
575 120700 no Stabilize associated type position impl Trait (ATPIT) traviscross:TC/stabilize-atpit nikomatsakis 0
576 120808 no Split elided_lifetime_in_paths into finer-grained lints shepmaster:split-elided-lifetimes-in-paths oli-obk 0
577 120818 no rustdoc: add three-column layout for large desktops notriddle:notriddle/three-column GuillaumeGomez 0
578 121880 no Run linking and incremental saving / finalizing in parallel Zoxc:link-task estebank 0
579 121910 no Revert "Change prefetch to avoid deadlock" Zoxc:rev-118488 cjgillot 0
580 122408 no Use futex-based synchronization on Apple platforms joboet:apple_futex m-ou-se 0
581 122668 no Add APIs for dealing with titlecase Jules-Bertholet:titlecase m-ou-se 0
582 122957 no Silence unnecessary "missing `dyn`" errors and tweak E0746 suggestions estebank:issue-121037 oli-obk 0
583 123082 no CFI: Fix fn items, closures, and Fn trait objects rcvalle:rust-cfi-fix-fn-items-closures-fn-trait-objects compiler-errors 0
584 123205 no Revert "CFI: Skip non-passed arguments" rcvalle:rust-cfi-revert-skip-non-passed-arguments compiler-errors 0
585 123220 no [blocked on design] [PoC]: rustdoc (html): add support for variances fmease:rustdoc-variances-html 0
586 123319 no Add managarm as a tier 3 target no92:managarm-target davidtwco 0
587 123617 no sanitizers: Stabilize AddressSanitizer and LeakSanitizer for the Tier 1 targets rcvalle:rust-stabilize-core-sanitizers davidtwco 0
588 124078 no test apiraino:test-pr-assignment apiraino 0
589 124154 no coverage: Treat each match arm as a "branch" for branch coverage Zalathar:branch-arms 0
590 124278 no Support mcdc analysis for pattern matching ZhuUx:pattern-match Zalathar 0
591 124439 no Set default value `deny-warnings` for compiler profile to `false` WaffleLapkin:who-wants-to-deny-warnings-lmao albertlarsan68 0
592 125388 no Improve parse item fallback oriongonza:improve-parse-item-fallback oli-obk 0
593 125555 no Recover statics better Noratrieb:recover-statics-better oli-obk 0
594 125721 no Stop emitting spans from proc macro compile time in quote expansion bjorn3:proc_macro_quote_no_spans petrochenkov 0
595 125780 no [WIP] RIIR HtmlDocCk fmease:riir-htmldocck 0
596 126076 no privacy: normalize associated types before visiting jswrenn:fix-45713 compiler-errors 0
597 126316 no Do not eagerly reject inference vars when trying to resolve method calls. oli-obk:recursive_rpit3 lcnr 0
598 127282 no Make inline suggestions no longer be the default estebank:experiment-for-annotate-snippets 0
599 127534 no feat(core): impl Step for NonZero<u*> jalil-salame:nonzero-uint-step m-ou-se 0
600 127595 no Fix panic=abort tests on fuchsia c6c7:fix-panic=abort-tests-on-fuchsia 0
601 127997 no Suggest `derive(Trait)` or `T: Trait` from transitive obligation in some cases estebank:missing-trait-suggestion compiler-errors 0
602 128018 no Normalize filecheck directives tgross35:normalize-filecheck-directives jieyouxu 0
603 128070 no Rewrite the compiletest directive parser tgross35:compiletest-parser-rewrite jieyouxu 0
604 128256 no feat: add tier-1 platform support for change_time juliusl:pr/support-tier-1-change-time ChrisDenton 0
605 128374 no compiler: suggest `const _` for a misplaced `const {}` workingjubilee:fix-terse-const-item-diagnostic compiler-errors 0
606 128653 no When annotations needed, look at impls for more accurate suggestions estebank:ambiguity-suggestion-2 BoxyUwU 0
607 128666 no Add `overflow_checks` intrinsic pitaj:intrinsic-overflow_checks BoxyUwU 0
608 128917 no Allow inlining drop glue more generally scottmcm:nuke-runtime-drops 0
609 129036 no Additional NonZero conversions clarfonthey:nonzero-conversions BurntSushi 0
610 129342 no Rebuild on changes to the deployment target when compiling Apple targets madsmtm:track-deployment-target thomcc 0
611 129870 no Experiment: add unstable RHS type to Ord, impl PartialOrd<[U]> for [T] clarfonthey:generic-ord BurntSushi 0
612 130418 no Split traits by crate-local and crate-non-local MeetThePatel:feature-rustdoc-sort-traits notriddle 0
613 130460 no compiler: Fix handling of `repr(align(N), simd)` workingjubilee:align-with-parallel-expectations 0
614 130463 no Generating a documentation for tests Infineon:test_documentation GuillaumeGomez 0
615 130643 no Beautify doctest path GuillaumeGomez:beautify-doctest-path notriddle 0
616 130780 no Remove unstable cfg `target(...)` compact feature Urgau:withdrawn-cfg-target-compact BoxyUwU 0
617 130886 no core/ptr: Add simulate_realloc() mrkajetanp:ptr-tag-helpers Mark-Simulacrum 0
618 130937 no Separate weekly `cargo update` PRs and add bootstrap tgross35:dependencies-ci-bootstrap Kobzol 0
619 131282 no std: detect stack overflows in TLS destructors on UNIX joboet:thread_local_stack_overflow Amanieu 0
620 131309 no Warn about C-style octal literals GrigorenkoPV:suspicious-leading-zero Urgau 0
621 131340 no Implement split_pattern on slices eduardorittner:master Amanieu 0
622 131389 no Add `JoinHandle::into_join_future()`. kpreid:joinfuture Amanieu 0
623 131478 no WIP: Parse Apple SDK versions madsmtm:parse-sdkroot jieyouxu 0
624 131607 no core: implement `DeterministicRandomSource` joboet:deterministic_random joshtriplett 0
625 131824 no Support multiple stability attributes on items dianne:multiple-unstables wesleywiser 0
626 131852 no rustdoc: allow searches to match against both type and name lolbinarycat:rustdoc-search-type-and-name notriddle 0
627 132051 no Add parallel front end robustness test to ui tests SparrowLii:parallel_ui_test jieyouxu 0
628 132146 no Add lint against (some) interior mutable consts Urgau:interior_mut_consts lcnr 0
629 132331 no Use CLOCK_BOOTTIME for Instant in Fuchsia/Android mathukumillia:convert_instant_boottime jhpratt 0
630 132480 no Allow specifying the ELF TLS ABI ilovepi:rust-tlsdesc tmandry 0
631 132484 no unix: Relax escaping in `Debug` impl on `Command` madsmtm:command-relaxed-escape thomcc 0
632 132570 no Use LLVM's UEFI targets madsmtm:llvm-uefi workingjubilee 0
633 132792 no [rustdoc] Add new `example` disambiguator for intra-doc links GuillaumeGomez:example-disambiguator notriddle 0
634 133258 no remove `Subtype` projections lcnr:subtype-rm compiler-errors 0
635 133412 no Support `vec![const { ... }; n]` syntax EFanZh:vec-of-const-expr-macro dtolnay 0
636 133717 no Make impl section headers sticky GuillaumeGomez:sticky-headings notriddle 0
637 133944 no Run-make test to check `core::ffi::c_*` types against clang ricci009:master tgross35 0
638 134021 no Implement `IntoIterator` for `[&[mut]] Box<[T; N], A>` WaffleLapkin:box-arr-into-iter2 scottmcm 0
639 134190 no Implement `Read` and `Write` on `Arc<TcpStream>` and `Arc<UnixStream>`. nmathewson:impl_for_arc_stream Noratrieb 0
640 134218 no Add a new lint that warns for pointers to stack memory 1c3t3a:stack-memory-warning Nadrieril 0
641 134316 no Add `String::replace_first` and `String::replace_last` zachs18:string_replace_in_place_rebase tgross35 0
642 134522 no [WIP] Use weak linkage instead of compiler generated shims bjorn3:weak_linkage_allocator fee1-dead 0
643 134534 no Windows: Don't error on broken non UTF-8 output ChrisDenton:cp-utf8 workingjubilee 0
644 134697 no lint ImproperCTypes: overhaul (take 2 of "better handling of indirections") niacdoial:linting-ptrdyn-ffi workingjubilee 0
645 134937 no Account for type parameters in bound suggestion estebank:issue-#104089 Nadrieril 0
646 135051 no Add provider-style API to `Context` jkarneges:context-provider thomcc 0
647 135052 no Emit single error for `+ use<'_>` and don't suggest `use<'static>` estebank:issue-134194 compiler-errors 0
648 135141 no std: net: Add function to return the system hostname orowith2os:std-net-gethostname ChrisDenton 0
649 135432 no Implement #[proc_macro_lint] to generate LintId for macro-generated warnings dtolnay:procmacrowarning petrochenkov 0
650 135527 no Move coroutine upvars into locals for better memory economy dingxiangfei2009:move-upvars-to-locals-for-tests cjgillot 0
651 135536 no Add more impls of PartialEq and PartialOrd for strings joshtriplett:str-impls ibraheemdev 0
652 135631 no Parse `pin`ned local variable declarations frank-king:feature/pinned-local traviscross 0
653 135830 no Improve display of const unstable display feature info GuillaumeGomez:const-unstable-item-info notriddle 0
654 135881 no Arbitrary self types v2: stabilize adetaylor:stabilize-arbitrary-self-types wesleywiser 0
655 135888 no Implement String::make_(upp|low)ercase krtab:make_uppercase joboet 0
656 135899 no Fix `PostBorrowckAnalysis` for old solver compiler-errors:post-borrowck-new-solver lcnr 0
657 135910 no Orphanck: Reject uncovered opaque types fmease:orphanck-rej-uncovered-opaques lcnr 0
658 135931 no `byte_pattern`: share the `TwoWaySearcher` between byte and `str` folkertdev:byte-pattern-two-way-searcher BurntSushi 0
659 135954 no test (do not merge) apiraino:test2 0
660 136006 no Start using pattern types in libcore oli-obk:push-tzonluoyuwkq 0
661 136333 no Pass deployment target to cc linker with `-m*-version-min=` madsmtm:deployment-target-version estebank 0
662 136417 no Conditionally fuse small constant constant integer switches when lowering slice patterns xacrimon:merge-small-prim-switch 0
663 136597 no -Zharden-sls flag (target modifier) added to enable mitigation against straight line speculation (SLS) azhogin:azhogin/sls wesleywiser 0
664 136677 no Fix `Display` for invalid UTF-8 in `OsStr`/`Path` thaliaarchi:os_str-formatter-flags ChrisDenton 0
665 136776 no [WIP] Forbid object lifetime changing pointer casts BoxyUwU:forbid_object_lifetime_casts 0
666 136867 no Implement `cfg_os_version_min` madsmtm:cfg_os_version_min jieyouxu 0
667 136868 no Use `cfg_os_version_min` in `std` madsmtm:cfg_os_version_min_std 0
668 136912 no Add missing trait implementations for ScopedJoinHandle Rosdf:scoped-threads-ext Mark-Simulacrum 0
669 137025 no Set mmapped files as readonly to prevent other processes from modifying it by accident oli-obk:mmap fee1-dead 0
670 137330 no Document `From::from` impls TimTheBig:document-from workingjubilee 0
671 137343 no Make some suggestions "verbose" estebank:verbose-sugg-1 oli-obk 0
672 137364 no Tag all format-like macros with `#[clippy::format_args]` nyurik:clippy-fmt-lib m-ou-se 0
673 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
674 137418 no Add rusty stack protector SparrowLii:rusty-stack-protector 0
675 137487 no Stabilize `assert_matches` and move it to `core::macros` Voultapher:stabilize-assert-matches Amanieu 0
676 137570 no Handle autodiff for lib builds EnzymeAD:autodiff-libs oli-obk 0
677 137583 no Add option to include submodules from vendoring erickt:exclude-submodules-from-vendoring pietroalbini 0
678 137720 no support `#[target_feature(enable = ...)]` on `#[naked]` functions folkertdev:naked-function-target-feature Amanieu 0
679 137773 no Fix incorrect `cfg` structured suggestion and make suggestion verbose estebank:attr-span oli-obk 0
680 137785 no bootstrap: allow to set clippy.toml for x.py clippy klensy:clippy-config clubby789 0
681 137803 no Add new rustdoc `broken_footnote` lint GuillaumeGomez:broken-footnote notriddle 0
682 137854 no Create personality stub function for no_std panic=abort crates Noratrieb:stub-personality 0
683 137858 no Add new `unused_footnote_definition` rustdoc lint GuillaumeGomez:unused_footnote_def notriddle 0
684 138005 no Clarify MaybeUninit docs hkBst:clarify_maybe_uninit_docs BurntSushi 0
685 138025 no Add GlobalAsm as a valid ItemKind to StableMIR celinval:issue-0095-global-asm compiler-errors 0
686 138037 no Fix split index calculation in `check_type_alias_where_clause_location` stuuupidcat:fix/where-cfg BoxyUwU 0
687 138143 no rustdoc: add unstable option `--crate-list-heading` to customize the sidebar crate list. kpreid:crate-sidebar notriddle 0
688 138230 no Unnecessary references lint obeis:lint-unnecessary-reference Urgau 0
689 138290 no -Zc-char-type=unsigned|signed|default flag for c_char->u8/i8 selection override azhogin:azhogin/unsigned_char fee1-dead 0
690 138386 no Update to new attribute parsing infra implemented in PR #135726 vayunbiyani:migrate_attr_parsing_autodiff nnethercote 0
691 138424 no Stabilize return type notation (RFC 3654) compiler-errors:return-type-notation 0
692 138456 no Fix struct_tail_raw argument order and ObligationCause usage JumpiiX:fix-struct_tail_raw compiler-errors 0
693 138463 no feat: add `succinct-zkvm` os and target succinctlabs:n/succinct-target-only wesleywiser 0
694 138473 no Implement `feature(precise_capturing_of_types)` compiler-errors:precise-capturing-of-types lcnr 0
695 138553 no Fix build err autodiff libs vayunbiyani:fix-build-err-autodiff-libs petrochenkov 0
696 138618 no Support using const pointers in asm `const` operand nbdd0121:asm_const_ptr compiler-errors 0
697 138683 no Cache fuchsia checkout in a docker layer erickt:fuchsia-checkout marcoieni 0
698 138862 no core: use specialization for more methods of `impl Iterator for &mut I` joboet:spec_iterator_by_ref the8472 0
699 139087 no Fallback `{float}` to `f32` when `f32: From<{float}>` and add `impl From<f16> for f32` beetrees:impl-from-f16-for-f32 lcnr 0
700 139320 no Enhance Scope Enum with Late Types and Consts Handling reez12g:issue-132055 compiler-errors 0
701 139371 no Enhance error reporting for write!/writeln! macros reez12g:issue-139051 estebank 0
702 139558 no [WIP] mgca: Add ConstArg representation for const items camelid:mgca-const-items oli-obk 0
703 139591 no Add regression test for graceful error for wrong number of activities vayunbiyani:graceful_error oli-obk 0
704 139692 no Rustfmt now support use closures spastorino:do-not-rustfmt-ignore Mark-Simulacrum 0
705 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
706 139775 no SGX: Fix fuzzy provenance casts with `AtomicUsize` thaliaarchi:sgx-atomic-provenance Mark-Simulacrum 0
707 139869 no rustdoc: Deprecate option `--test-args` in favor of new insta-stable option `--test-arg` fmease:replace-test-args-opt notriddle 0
708 139896 no Initial `UnsafePinned` implementation [Part 2: Lowering] Sky9x:unsafe-pinned-pt2-lowering lcnr 0
709 140010 no [DONT MERGE] externally implementable items jdonszelmann:eiiv2 0
710 140037 no Extend minicore with intrinsics and use it to replace #[rustc_intrinsic] in tests hbina:hbina-update-use-minicore Mark-Simulacrum 0
711 140158 no Document that mpmc channels deliver an item to one receiver. andrew-otiv:master Amanieu 0
712 140204 no Allow while let chains on all editions est31:while_let_chains_edition BoxyUwU 0
713 140206 no Try to integrate fork of Chili parallel runtime zetanumbers:chili fee1-dead 0
714 140261 no Stabilize `fn_align`: `#[align(N)]` on functions folkertdev:stabilize-fn-align traviscross 0
715 140271 no Add compiler support for namespaced crates b-naber:namespace-facade petrochenkov 0
716 140405 no Incompletely prefer opaque type bounds when self type bottoms out in infer compiler-errors:bound-incomplete lcnr 0
717 140487 no Note `atan2` can return `-PI` whirlwindaster:atan2-docs-correction workingjubilee 0
718 140496 no Incompletely allow overloaded call from opaque when self type bottoms out in infer compiler-errors:call-incomplete lcnr 0
719 140497 no support revealing uses in HIR typeck lcnr:revealing-use-typeck compiler-errors 0
720 140675 no build_helper: handle emails containing square brackets ferrocene:ja/gh140669-stage0-square-brackets Kobzol 0
721 140699 no WIP: Add PGO for apple darwin targets osiewicz:pgo-apple-darwin 0
722 140763 no 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
723 140805 no Introduce test results file patskovn:introduce-test-results-file weihanglo 0
724 140830 no make path_statements lint machine applicable for statements with no effect yaahc:machine-applicable-path-statments jieyouxu 0
725 141033 no compiletest: add option for automatically adding annotations mejrs:bless_annotation petrochenkov 0
726 141043 no Permit duplicate imports jswrenn:allow-duplicate-macro-imports petrochenkov 0
727 141055 no Hack together inline-always-overrides saethlin:attribute-overrides 0
728 141295 no Stabilize `if let` guards (`feature(if_let_guard)`) Kivooeo:if-let-guard-stable est31 0
729 141314 no diagnostics: hide expansion of builtin-like macros mejrs:macro_origin nnethercote 0
730 141319 no Extend minicore with intrinsics and use it to replace #[rustc_intrinsic] in tests rptr:issue-139918-fix Mark-Simulacrum 0
731 141470 no Add new `function_casts_as_integer` lint GuillaumeGomez:function_casts_as_integer Urgau 0
732 141637 no Pure batching without autodiff EnzymeAD:pure-batching 0
733 141766 no Stabilize `#[cfg(version(...))]`, take 2 est31:stabilize_cfg_version eholk 0
734 141830 no [DO NOT MERGE] Crate local distributed slice jdonszelmann:crate-local-global-registration 0
735 141922 no Stabilize `feature(more_qualified_paths)` WaffleLapkin:qualified fee1-dead 0
736 141977 no print proc res for failed case in comp test ilyaaay:ilyaaa-print-proc-res-for-failed-case-in-comp-test Mark-Simulacrum 0
737 141980 no Rework `c_variadic` beetrees:va-list-proposal joshtriplett 0
738 141987 no Fix linting false positive when block used as value ChAoSUnItY:fix/unused_braces lcnr 0
739 142035 no Add `Command::resolve_in_parent_path` ChrisDenton:parent-path workingjubilee 0
740 142061 no Make many `MacResult` methods unreachable. nnethercote:MacResult-unreachable petrochenkov 0
741 142139 no Include additional hashes in src/stage0 erickt:include-hashes Mark-Simulacrum 0
742 142215 no Use -Zmir-opt-level=0 in tests for MIR building saethlin:mir-building-tests 0
743 142310 no compiler: Fix "power alignment" problems on AIX workingjubilee:gut-power-alignment wesleywiser 0
744 142325 no Stabilize the `breakpoint` function joshtriplett:stabilize-breakpoint jhpratt 0
745 142327 no `rustdoc-json-types`: Intern `Type`s to deduplicate and flatten fluiderson:rustdoc-types-deboxification aDotInTheVoid 0
746 142339 no Add NonNull pattern types oli-obk:not-null-pattern-types BoxyUwU 0
747 142366 no [WIP] Use weak aliases for the allocator shim bjorn3:aliases 0
748 142472 no Add new `doc(attribute = "...")` attribute GuillaumeGomez:doc-attribute-attribute fmease 0
749 142518 no [lib] In-place initialization infrastructure dingxiangfei2009:init-lib-api joshtriplett 0
750 142590 no Allow `#[must_use]` on associated types to warn on unused values in generic contexts compiler-errors:must-use-assoc BoxyUwU 0
751 142623 no Move placeholder error handling to before region inference amandasystems:early-placeholder-errors lcnr 0
752 142638 no error out when `repr(align)` exceeds COFF limit nthery:issue142386 workingjubilee 0
753 142642 no rustdoc-json: Postcard output aDotInTheVoid:rdp 0
754 142712 no hir_analysis: add missing sizedness bounds davidtwco:sized-hierarchy-missing-default-bounds lcnr 0
755 142731 no Add lint rule for `#[deprecated]` on re-exports (rebase) GrigorenkoPV:attributes/deprecated WaffleLapkin 0
756 142775 no rustc_target: Begin unifying Arch enum workingjubilee:unify-base-constructions madsmtm 0
757 142824 no Stabilize `-Cmin-function-alignment` folkertdev:stabilize-min-function-alignment workingjubilee 0
758 142842 no nicer autodiff error handling ZuseZ4:autodiff-error-handling oli-obk 0
759 142867 no Change search "not found" links kaleidawave:rust-doc-add-link-to-docs-rs 0
760 142897 no Move all LLVM externs into the rustc_llvm crate Diggsey:db-split-llvm-bindings cuviper 0
761 142945 no rustdoc_json: Intern filenames nnethercote:json-intern-filenames aDotInTheVoid 0
762 142975 no mbe: Rework the `concat` metavariable expression tgross35:metavariable-expr-rework-concat petrochenkov 0
763 143004 no Update std and test to newest crates.io versions SciMind2460:update-cargo thomcc 0
764 143053 no Add `relnotes-api-list` in-tree tool pietroalbini:pa-relnotes-api-list Mark-Simulacrum 0
765 143069 no Add fast-path for accessing the current thread id jsimmons:current-thread-id-accessor m-ou-se 0
766 143089 no Replace JSONPath with `jq` in `jsondocck` fluiderson:rustdoc-types-jq-testsuit 0
767 143133 no Improve diagnostic for link.exe special case exit code 0xc0000409 (STATUS_STACK_BUFFER_OVERRUN) vangata-ve:master ChrisDenton 0
768 143158 no rustdoc: add doc_link_canonical feature lolbinarycat:rustdoc-rel-canonical-143139 GuillaumeGomez 0
769 143166 no work around linux not honoring write_at for O_APPEND files the8472:fix-write-at-append thomcc 0
770 143259 no Add coroutine info to v0 symbol mangling (via DefPath/DefPathData) sharnoff:coroutine-mangling compiler-errors 0
771 143284 no Create `AttrTarget` for attribute parsing mejrs:attr_target jdonszelmann 0
772 143323 no make `-Zmin-function-alignment` a target modifier folkertdev:min-function-alignment-target-modifier workingjubilee 0
773 143361 no Stop passing resolver disambiguator state to AST lowering. cjgillot:split-disambig oli-obk 0
774 143377 no clippy fix: remove manual PartialEq::ne hkBst:clippy-fix-5 workingjubilee 0
775 143469 no diag: improvements to patterns in bare fn ptr and trait decl Ezrashaw:patterns-in-fn-params fee1-dead 0
776 143487 no Mark `PartialEq` as `#[rustc_trivial_field_reads]` GrigorenkoPV:lints/partial-eq-is-dead fee1-dead 0
777 143527 no [Draft] Supertrait item resolution in subtrait `impl`s dingxiangfei2009:supertrait-in-impl-subtrait petrochenkov 0
778 143548 no Restrict sysroot crate imports to those defined in this repo. Diggsey:db-limit-extern-crate-usage oli-obk 0
779 143553 no [experiment] first draft of init array syntax dingxiangfei2009:init-array compiler-errors 0
780 143575 no Remove named lifetimes in some `PartialOrd` & `PartialEq` `impl`s GrigorenkoPV:unused_lifetimes Mark-Simulacrum 0
781 143594 no Allow initializing `NonZero` with literals oli-obk:non-zero-literals 0
782 143596 no Allow Clippy to define duplicate extra symbols Alexendoo:clippy-allow-duplicate-symbols fee1-dead 0
783 143619 no `c_variadic`: Add future-incompatibility warning for `...` arguments without a pattern outside of `extern` blocks beetrees:varargs-named joshtriplett 0
784 143625 no [WIP] Structural inititalization beepster4096:structural_init 0
785 143636 no Make `int_format_into` API more flexible GuillaumeGomez:int_format_into-improvement Amanieu 0
786 143669 no Make sure `fmt-write-bloat` doesn't vacuously pass on no symbols jieyouxu:fmt-write-bloat ChrisDenton 0
787 143682 no [EXPERIMENT] require simd types be used in target_feature-annotated functions JamieCunliffe:target-feature-type davidtwco 0
788 143689 no Allow linking a prebuilt optimized compiler-rt builtins library pmur:murp/external-rt-optimized-compiler-builtins Kobzol 0
789 143839 no Report doctest line numbers in a clickable format Vrajs16:doctest-enhancements GuillaumeGomez 0
790 143857 no Port #[macro_export] to the new attribute parsing infrastructure Periodic1911:macro-export jdonszelmann 0
791 143924 no `rustc_scalable_vector(N)` davidtwco:sve-infrastructure workingjubilee 0
792 143953 no Add the parallel front-end test suite ywxt:parallel_tests jieyouxu 0
793 144064 no prefer alias candidates for sizedness + auto trait goals davidtwco:prefer-alias-over-env-for-sizedness lcnr 0
794 144124 no Write .cargo/config.toml in x vendor bjorn3:better_vendor clubby789 0
795 144131 no Introduce Scope::NonGlobModule and Scope::GlobModule b-naber:scope-refactoring petrochenkov 0
796 144158 no [WIP] Check coroutine upvars and resume ty in dtorck constraint, this time based off of `TypingMode` compiler-errors:dtorck-better 0
797 144174 no minimally implement `is` (RFC 3573), sans parsing dianne:desugar-is joshtriplett 0
798 144220 no Add powerpc64-unknown-linux-gnuelfv2 target Gelbpunkt:powerpc64-unknown-linux-gnuelfv2 davidtwco 0
799 144223 no Add debuginfo_transparent attribute for structs bjorn3:better_debuginfo petrochenkov 0
800 133477 no Detect tuple structs that are unconstructable due to re-export estebank:issue-133343 davidtwco 0 always
801 143893 no Don't require `eh_personality` lang item on targets that have a personality ChrisDenton:eh_personality_optional compiler-errors 0 always
802 126641 error no Enable `riscv64gc-gnu` testing ferrocene:hoverbear/enable-riscv64gc-testing Mark-Simulacrum 0
803 144465 failure Allow the global allocator to use thread-local storage and std::thread::current() orlp:system-alloc-tls joboet Mark-Simulacrum 0 never
804 138686 failure yes Update Fuchsia toolchain, SDK, and checkout erickt:bump-fuchsia jdno 0
805 138582 failure no Don't require `alloca`s for consuming simple enums scottmcm:option-ssa-2 saethlin 0 never
806 138705 failure no [perf] Decouple directly accessing a HIR owner from ast lowering oli-obk:hir-split 0 never
807 140064 failure no [DO NOT MERGE] start building Enzyme in CI EnzymeAD:enable-autodiff-in-ci Kobzol 0 never
808 140375 failure no eagerly compute `sub_relations` again lcnr:subrelations-infcx compiler-errors 0 never
809 128947 failure no Perform ThinLTO on x86_64-pc-windows-msvc dist builder Zoxc:thinlto-msvc 0
810 135774 failure no CI: move dist-arm-linux to a free ARM runner marcoieni:dist-arm-linux-free 0
811 135960 failure no ci: Remove the power to skip tests from opt-dist workingjubilee:remove-opt-dists-test-skipping-code shepmaster 0
812 137003 failure no Check preds post mono (round 2) compiler-errors:check-preds-post-mono 0
813 137426 failure no Link object files that use `#[used]` dianqk:link-used petrochenkov 0
814 139256 failure no Try use `tcx.ensure_ok` for some predicates_of queries. zetanumbers:ensure_ok_predicates_of compiler-errors 0
815 142682 failure no Update bundled musl to 1.2.5 Gankra:update_musl_1.2.5 wesleywiser 0
816 143541 failure no [WIP] Lint self-overlapping or-patterns under guard Nadrieril:lint-overlapping-or-pat-under-guard 0
817 145142 success Rollup of 23 pull requests Zalathar:rollup-oi6s8kg Zalathar 5 never
818 145589 success Rollup of 19 pull requests Zalathar:rollup-k97wtuq Zalathar 5 never
819 115362 success [WIP] Support param bounds on non-lifetime binders compiler-errors:non-lifetime-binder-where-clauses oli-obk 0 never
820 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
821 119412 success macro_rules: Remove `NtIdent` nonterminal token petrochenkov:dialoc3 compiler-errors 0 never
822 120050 success `Vec::resize` for bytes should be a single `memset` scottmcm:vec-resize-memset m-ou-se 0 never
823 120762 success Expand assumes to the other unchecked slice ops saethlin:assume-in-get-unchecked 0 never
824 121174 success Check for occupied niches saethlin:codegen-niche-checks 0 never
825 122971 success Make slice iterators carry only a single provenance scottmcm:slice-iter-provenance-v2 the8472 0 never
826 124188 success MIR: Stop needing an explicit BB for `otherwise:unreachable` scottmcm:implicit-switchint-unreachable 0 never
827 125923 success Fix leaks from panics in destructors matthewjasper:no-return-leak lcnr 0 never
828 127316 success bump tracing klensy:tracing-bump Mark-Simulacrum 0 never
829 128747 success Cache declarative macro expansion on disk (for incremental comp.). Based on #128605 futile:cache-decl-macros petrochenkov 0 never
830 130112 success Optimize DefaultHasher siphash Noratrieb:speedy-siphash-blazing-brrrr cuviper 0 never
831 130417 success Support symbolicating zstd-compressed ELF sections workingjubilee:pull-in-backtrace-with-zstd 0 never
832 130691 success [WIP] Elaborate drops to calls scottmcm:elaborate-drops-to-calls 0 never
833 131629 success Swap Lru from std::sync::Arc to triomphe::Arc GnomedDev:triomphe-lru 0 never
834 131656 success lexer: Treat more floats with empty exponent as valid tokens richard-uk1:move_empty_exponent_to_rustc_session petrochenkov 0 never
835 134134 success Use length prefix in default `Hasher::write_str` purplesyringa:hash-str-with-length-prefix Amanieu 0 never
836 134153 success compiler: Stop manually extending the stack workingjubilee:denied-insurance-claims 0 never
837 135634 success stop specializing on `Copy` joboet:trivial-clone Mark-Simulacrum 0 never
838 136401 success Lazy-chunk Symbol interner Mark-Simulacrum:lockfree-as-str 0 never
839 136861 success [experiment] dont init anything except x86 klensy:no-init 0 never
840 136997 success Instantiate predicate binder without recanonicalizing goal in new solver compiler-errors:eager-binder lcnr 0 never
841 137122 success Specialize `Iterator::eq{_by}` for `TrustedLen` iterators yotamofek:pr/std/iter-eq-exact-size the8472 0 never
842 137135 success use triomphe::Arc for InternedObligationCauseCode instead of Arc klensy:triomphe-0 Nadrieril 0 never
843 137908 success Attempt to use the high part of the `size_hint` in `collect` (again) scottmcm:another-size-hint-attempt cuviper 0 never
844 138144 success Use multiple returns in MIR if it saves a block; still have only one in LLVM scottmcm:multiple-mir-returns 0 never
845 138271 success Keep space if arg does not follow punctuation when lint unused parens mu001999-contrib:fix-138234 compiler-errors 0 never
846 138405 success Tweak `VecCache` to improve performance Zoxc:vec-cache-tweaks fee1-dead 0 never
847 138542 success Move coercion hack from `coerce_unsized` to `check_cast` compiler-errors:coerce-unsize-later lcnr 0 never
848 138835 success core: implement `fold` via `try_fold` joboet:fold-via-try_fold the8472 0 never
849 140209 success [crater] Only consider predicate non-global if binder vars are in PREDICATE binder compiler-errors:global-outermost-binder lcnr 0 never
850 140558 success wf: emit projection goal for aliases lcnr:wf-emit-projection compiler-errors 0 never
851 140799 success [DO NOT MERGE] build Enzyme as archive EnzymeAD:enzyme-static 0 never
852 140937 success Use `Arena::alloc_from_iter` to avoid redundant vec allocations yotamofek:pr/alloc_from_iter fee1-dead 0 never
853 141000 success rustdoc: Also run lint unused_doc_comments fmease:rustdoc-also-run-lint-UNUSED_DOC_COMMENTS notriddle 0 never
854 141583 success [experimental, do not merge!] a faster implementation of Polonius and a more compact DenseBitSet implementation tage64:master 0 never
855 142848 success Misc. cleanups to `librustdoc`s "clean" fns yotamofek:pr/rustdoc/clean-cleanups notriddle 0 never
856 142973 success [perf] Fast path for coercions of TY == TY compiler-errors:quick-coerce-2 0 never
857 143328 success Avoid loading HIR for check_well_formed on type declarations oli-obk:ty-decl-wf-check compiler-errors 0 never
858 129249 success [Experimental] `<T as Into<T>>::into` lint estebank:useless-into chenyukang 0
859 129289 success Restrict `parse_maybe_literal_minus` nnethercote:fix-parse_maybe_literal_minus-1 petrochenkov 0
860 132712 success Crater 2024 edition ehuss:2024-crater ehuss 0
861 133033 success turn creating 8dot3 names off for windows for speed klensy:win.dot 0
862 136638 success error on empty precision hkBst:format_parse oli-obk 0
863 136779 success [DO NOT MERGE] `./x test rust-analyzer` jieyouxu:rahhh 0
864 138764 success Use mimalloc as the global allocator on `x86_64-pc-windows-msvc` Zoxc:win-mimalloc Mark-Simulacrum 0
865 138952 success arbitrary_self_type: insert implied Receiver bound on Deref dingxiangfei2009:implicit-receiver-impl nikomatsakis 0
866 139272 success Fix derive bounds for fully-qualified field types djkoloski:derive_qself_associated_types oli-obk 0
867 140313 success change unsatisfiable trivial bounds detection lcnr:wf-normalize-first compiler-errors 0
868 140824 success [CRATER] probe fallout of `dyn` overlap compiler-errors:typing-mode lcnr 0
869 141754 success Introduce `impl` restrictions to AST, lower to `rustc_middle` jhpratt:restrictions-pr1 Urgau 0
870 143763 success Use crosstool-ng for dist-arm-linux-musl Gelbpunkt:ct-ng-aarch64-musl marcoieni 0

Open retry log

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