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.

664 total, 15 approved, 16 rolled up, 18 failed / /

Sort key # Status Mergeable Title Head ref Assignee Approved by Priority Rollup
1 130200 pending yes Rollup of 5 pull requests matthiaskrgr:rollup-2g4ijc5 matthiaskrgr 5 never
2 130194 approved yes generalize: track relevant info in cache key lcnr:generalize-cache compiler-errors compiler-errors 0 never
3 130173 approved yes rustdoc: add two regression tests fmease:rustdoc-regression-tests notriddle notriddle 0
4 130175 approved yes `rustc_mir_transform` cleanups 3 nnethercote:rustc_mir_transform-cleanups-3 saethlin saethlin 0
5 130143 approved yes miri-test-libstd: add missing BOOTSTRAP_ARGS RalfJung:miri-test-libstd compiler-errors compiler-errors 0 always
6 130184 approved yes coverage: Clean up terminology in counter creation Zalathar:counters compiler-errors compiler-errors 0 always
7 130185 approved yes abi/compatibility test: remove tests inside repr(C) wrappers RalfJung:abi-compat-repr-c-wrappers compiler-errors compiler-errors 0 always
8 109050 yes Only use the new DepNode hashmap for anonymous nodes. cjgillot:no-hash-graph michaelwoerister 0 never
9 111351 yes Prevent using the default `cc` when that'd result in a broken build ferrocene:pa-prevent-wrong-cc onur-ozkan 0 never
10 114669 yes Make metadata a workproduct and reuse it cjgillot:metadata-wp petrochenkov 0 never
11 119286 yes show linker output even if the linker succeeds jyn514:linker-output bjorn3 0 iffy
12 120855 yes Introduce -Zsplit-metadata option bjorn3:split_metadata4 petrochenkov 0 never
13 122770 yes improve codegen of fmt_num to delete unreachable panic iximeow:ixi/int-formatting-optimization workingjubilee 0 never
14 123259 yes Fixup `if T::CONST` in MIR scottmcm:tweak-if-const 0 never
15 123550 yes Remove last rt::init allocation for thread info GnomedDev:remove-initial-arc Noratrieb 0 iffy
16 124780 yes Improve VecCache under parallel frontend Mark-Simulacrum:lockless-cache michaelwoerister 0 never
17 124887 yes Upgrade cmake to v0.1.50 jfgoog:update-cmake onur-ozkan 0 never
18 124895 yes Disallow hidden references to mutable static obeis:static-mut-hidden-ref michaelwoerister 0 never
19 125116 yes (Big performance change) Do not run lints that cannot emit blyxyas:ignore-allowed-lints-final cjgillot 0 never
20 125495 yes canonicalizer: add lookup table lcnr:canonicalizer-bound-var-lookup compiler-errors 0 never
21 126557 yes Add `#[track_caller]` to allocating methods of `Vec` & `VecDeque` GrigorenkoPV:vec_track_caller joboet 0 never
22 126651 yes Implement consecutive shorthand projections (associated type paths) like `T::AssocA::AssocB` fmease:consec-shorthand-proj compiler-errors 0 never
23 126733 yes [Coverage][MCDC] Adapt mcdc to llvm 19 ZhuUx:llvm-19-adapt Zalathar 0 iffy
24 127210 yes Annotate eligible small immediate arguments with `noundef` jieyouxu:array-imm-noundef-param scottmcm 0 never
25 128247 yes codegen: do not set attributes on foreign function imports RalfJung:import-attribute-clash nikic 0 never
26 128299 yes Simplify the canonical clone method and the copy-like forms to copy DianQK:clone-copy cjgillot 0 never
27 128320 yes Avoid no-op unlink+link dances in incr comp saethlin:link-me-maybe 0 never
28 128969 yes Use `insertvalue` and `extractvalue` instead of `memcpy` in CastTarget DianQK:cast-target nikic 0 never
29 128985 yes Lint against getting pointers from immediately dropped temporaries GrigorenkoPV:instantly-dangling-pointer wesleywiser 0 never
30 129102 yes Experimental: Add Derive Proc-Macro Caching futile:experimental/proc-macro-caching petrochenkov 0 never
31 129283 yes Don't alloca for unused locals saethlin:unreachable-allocas scottmcm 0 never
32 129476 yes Pack size and align into a single vtable entry GnomedDev:vtable-layout-opt 0 never
33 129532 yes Remove predicate queries compiler-errors:remove-predicate-queries lcnr 0 never
34 129827 yes perform less decoding if it has the same syntax context bvanjoi:less-decoding petrochenkov 0 never
35 130145 yes `RepeatN`: use MaybeUninit fee1-dead-contrib:repeatn Mark-Simulacrum 0 never
36 97524 yes Add `Thread::{into_raw, from_raw}` ibraheemdev:thread-raw Mark-Simulacrum 0
37 101213 yes net adding set_fib call to set FIB route on FreeBSD. devnexen:fbsd_set_fib workingjubilee 0
38 106418 yes Implement `PartialOrd` and `Ord` for `Discriminant` EFanZh:implement-ord-for-discriminant dtolnay 0
39 106643 yes Allow only implementing `Read::read_buf` WaffleLapkin:read_recursive dtolnay 0
40 108193 yes Add rem_floor and rem_ceil clarfonthey:rounding-remainders dtolnay 0
41 108671 yes Implement flatten for `Option<&Option<T>>` and `Option<&mut Option<T>>` Coca162:option_reference_flattening BurntSushi 0
42 108684 yes Clarify drop_in_place safety Manishearth:dip-safety JakobDegen 0
43 110327 Add the ability to see inherited envs on Command schneems:schneems/expose-command-env-clear thomcc 0
44 110406 yes rustdoc-json: Add test for #[automatically_derived] attribute aDotInTheVoid:rdj-derived-impl-attr 0
45 111277 yes Add IoSlice::as_bytes Lucretiel:io-slice-as-bytes m-ou-se 0
46 112896 yes Add key_mut method to BTreeMap entries clarfonthey:btree-entry-key-mut Amanieu 0
47 113095 yes Document `become` keyword WaffleLapkin:document_becoming_unuwuable workingjubilee 0
48 113347 yes `ptr::copy_nonoverlapping` is not memcpy workingjubilee:memcpy-じゃない cuviper 0
49 113891 yes Add more syscall doc aliases to std docs SabrinaJewson:more-syscall-aliases Mark-Simulacrum 0
50 114917 yes Dummy PR to test coverage test changes in CI Zalathar:dummy-coverage 0
51 115954 yes cfi: Store type erasure witness for Argument maurer:cfi-workaround m-ou-se 0
52 116632 yes Add `(checked_)norem_div` methods for integer types newpavlov:checked_norem_div Mark-Simulacrum 0
53 116882 yes rustdoc: hide `#[repr]` if it isn't part of the public ABI fmease:rustdoc-generalized-priv-repr-heuristic notriddle 0
54 117465 yes Add -Z small-data-threshold paulmenage:small-data-limit compiler-errors 0
55 118613 yes Enable emutls by default for android quininer:android-enable-emutls thomcc 0
56 118717 yes Add new solver / old solver opaque type tests traviscross:TC/add-new-solver-opaque-tests compiler-errors 0
57 118733 yes add error message for c# style named arguments nouritsu:master estebank 0
58 118999 yes force current stage when `--stage` is expilicitly used onur-ozkan:explicit-stages Mark-Simulacrum 0
59 119185 yes [DO NOT MERGE] adapt test stderr for LLVM 18 changes krasimirgg:teststderr 0
60 120072 yes style-guide: Tweak `Cargo.toml` formatting to not put `description` last joshtriplett:style-guide-cargo-tweak yaahc 0
61 120077 yes WIP Add Set entry API SUPERCILEX:set-entry cuviper 0
62 120708 yes Add `or_try_*` variants for HashMap Entry API peterjoel:entry_try m-ou-se 0
63 121215 yes MaybeUninit: Document UnsafeCell byte ranges joshlf:patch-5 Mark-Simulacrum 0
64 121494 yes add tests which assert that import list for simple executable not changed silently klensy:assert-import-list ChrisDenton 0
65 121742 yes sess: stabilize `-C stack-protector=all` davidtwco:stabilize-stack-protector-all nikic 0
66 121762 yes style-guide: Note that we don't account for comments in every possible place joshtriplett:style-comments-best-effort calebcartwright 0
67 121910 yes Revert "Change prefetch to avoid deadlock" Zoxc:rev-118488 cjgillot 0
68 122418 yes Assert Spans are well-formed ariscript:assert-span-well-formed nnethercote 0
69 122670 yes Fix bug where `option_env!` would return `None` when env var is present but not valid Unicode beetrees:non-unicode-option-env-error m-ou-se 0
70 122790 yes Apply dllimport in ThinLTO Zoxc:dllimp-rev wesleywiser 0
71 123111 yes std::net: adding tcp_syncnt feature for Linux/Android. devnexen:linux_syncnt joshtriplett 0
72 123213 yes Remove impl of Allocator for &A workingjubilee:resume-with-references-only-on-request Mark-Simulacrum 0
73 123225 yes update mutex docs for send & sync Psalmuel01:master Mark-Simulacrum 0
74 123239 yes Implement a lint for implicit autoref of raw pointer dereference - take 2 Urgau:dangerous_implicit_autorefs fmease 0
75 123436 yes linker: Allow MSVC to use Meson and MinGW-style libraries amyspark:allow-msvc-to-use-meson-and-mingw-import-libraries petrochenkov 0
76 123476 yes std::net: adding `unix_socket_exclbind` feature for solaris/illumos. devnexen:std_net_solaris_exclbind Mark-Simulacrum 0
77 123604 yes Abstract `ProcThreadAttributeList` into its own struct michaelvanstraten:proc_thread_attribute_list ChrisDenton 0
78 123657 yes Remove `HashSet::get_or_insert_with` Amanieu:remove-get_or_insert_with Mark-Simulacrum 0
79 123723 yes Make `std::os::darwin` public madsmtm:apple-std-os dtolnay 0
80 123822 yes More translatable diagnostics Xiretza:more-translatable-diagnostics cjgillot 0
81 123932 yes restate GlobalAlloc method safety preconditions in terms of what the caller has to do for greater clarity adamse:global-alloc-safety-preconds-positive tgross35 0
82 123947 yes Add vec_deque::Iter::as_slices and friends zopsicle:vec_deque-Iter-as_slices BurntSushi 0
83 123994 yes Use Default visibility for rustc-generated C symbol declarations chbaker0:fn-declare-visibility petrochenkov 0
84 124180 yes proposal to support raw_attribute with raw pointer cre4ture:feature/raw_attribute_ptr ChrisDenton 0
85 124278 yes Support mcdc analysis for pattern matching ZhuUx:pattern-match wesleywiser 0
86 124810 yes speed up `String::push` and `String::insert` lincot:speed-up-string-push-and-string-insert scottmcm 0
87 124874 yes intrinsics fmuladdf{32,64}: expose llvm.fmuladd.* semantics jedbrown:float-mul-add-fast fmease 0
88 124912 yes Fix copy-paste error in #124067 riking:patch-1 cjgillot 0
89 124966 yes Add x86 specific hotpatch flag to rustc nebulark:hotpatch 0
90 125060 yes Expand documentation of PathBuf, discussing lack of sanitization ChrisJefferson:pathbuf-doc workingjubilee 0
91 125087 yes Optimize `Seek::stream_len` impl for `File` tbu-:pr_file_stream_len ChrisDenton 0
92 125182 yes std: make ExitCode Eq djc:exit-code-eq m-ou-se 0
93 125205 yes Fixup Windows verbatim paths when used with the `include!` macro ChrisDenton:verbatim-include joshtriplett 0
94 125340 yes Optimize `escape_ascii`. reitermarkus:optimize-escape-ascii joboet 0
95 125404 yes Fix `read_buf` uses in `std` a1phyr:fix-read_buf-uses workingjubilee 0
96 125462 yes Explicitly disable debug-assertions when building std for mir-opt tests saethlin:mir-opt-tests-without-debug-assertions Mark-Simulacrum 0
97 125679 yes Optimize `escape_ascii` using a lookup table clarfonthey:escape_ascii joboet 0
98 125844 yes Add UWTable attr to functions with a personality function Reflexe:fix/123733 pnkfelix 0
99 125949 yes Revert "tidy: validate LLVM component names in tests" erikdesjardins:nocomponent workingjubilee 0
100 126046 yes Implement `mixed_integer_ops_unsigned_sub` davidzeng0:mixed_integer_ops_unsigned_sub m-ou-se 0
101 126050 yes Use #[track_caller] for no_threads.rs for Mutex colelawrence:patch-1 cuviper 0
102 126076 yes privacy: normalize associated types before visiting jswrenn:fix-45713 compiler-errors 0
103 126118 yes docs: Mention `spare_capacity_mut()` in `Vec::set_len` jan-ferdinand:docs_for_vec_set_len m-ou-se 0
104 126382 yes Do not panic in `ty::consts::Const::try_to_target_usize()` in case of size mismatch gurry:126359-expected-sz-8-got-1 BoxyUwU 0
105 126510 yes Add diagnostics to "while loop" and "for loop" that note that it is always determined that it migh t iterate zero times. Kohei316:improve-diagnostics estebank 0
106 126588 yes Added more scenarios where comma to be removed in the function arg linyihai:trim-extra-comma fmease 0
107 126604 yes Uplift `clippy::double_neg` lint as `double_negations` kadiwa4:uplift_double_negation nnethercote 0
108 126660 yes Allow dropping `dyn Trait` principal Jules-Bertholet:dyn-drop-principal-2 lcnr 0
109 126839 yes Add multi-producer, multi-consumer channel (mpmc) obeis:mpmc Amanieu 0
110 127013 yes Add `f16` formatting and parsing tgross35:f16-format-parse 0
111 127117 yes Rework `non_local_definitions` lint to only use a syntactic heuristic Urgau:non_local_def-syntactic BoxyUwU 0
112 127175 yes Compiletest: Panic on Invalid Source File veera-sivarajan:fix-126601 jieyouxu 0
113 127373 yes [do not merge] Testing Windows CI ehuss:windows-in-use ehuss 0
114 127401 yes [EXPERIMENT] Ban generics in variadic args workingjubilee:ban-generics-in-variadic-args 0
115 127462 yes std: uefi: Add basic Env variables Ayush1325:uefi-env joboet 0
116 127534 yes feat(core): impl Step for NonZero<u*> jalil-salame:nonzero-uint-step m-ou-se 0
117 127546 yes Correct outdated object size limit workingjubilee:5-level-paging-exists 0
118 127633 yes [library/std/src/process.rs] `PartialEq` for `ExitCode` SamuelMarks:eq-exit-code Amanieu 0
119 127682 yes bootstrap: fully rely on RUSTC_WRAPPER RalfJung:bootstrap-rustc-wrapper Kobzol 0
120 127700 yes Associated constants for new duration constructors edwardwc:constant-new-duration-constructors scottmcm 0
121 127731 yes Emit error when calling/declaring functions with vectors that require missing target feature veluca93:abi_checks pnkfelix 0
122 127753 yes Implement `Clone` for `BufReader`, `BufWriter` and `LineWriter` a1phyr:io_buf_clone BurntSushi 0
123 127766 yes add `extern "C-cmse-nonsecure-entry" fn` folkertdev:c-cmse-nonsecure-entry jackh726 0
124 127863 yes Use atomics instead of mutex in exit guard tbu-:pr_exit_guard_no_mutex joboet 0
125 127879 yes Document futility of printing temporary pointers kornelski:bad-pointer-printf workingjubilee 0
126 127988 yes Do not ICE with incorrect empty suggestion estebank:dupe-derive-params fmease 0
127 127997 yes Suggest `derive(Trait)` or `T: Trait` from transitive obligation in some cases estebank:missing-trait-suggestion compiler-errors 0
128 128001 yes Improve documentation for <integer>::from_str_radix Krappa322:master scottmcm 0
129 128070 yes Rewrite the compiletest directive parser tgross35:compiletest-parser-rewrite jieyouxu 0
130 128110 yes Suggest Replacing Comma with Semicolon in Incorrect Repeat Expressions veera-sivarajan:bugfix-80173 fmease 0
131 128159 yes Suggest using `matches` or adding `==` on `x == a || b || c` compiler-errors:nested-ors fee1-dead 0
132 128184 yes std: refactor `pthread`-based synchronization joboet:refactor_pthread_sync workingjubilee 0
133 128197 yes Skip locking span interner for some syntax context checks Alexendoo:span-ctxt davidtwco 0
134 128204 yes Small optimization for integers Display implementation GuillaumeGomez:integers-opti workingjubilee 0
135 128219 yes Rwlock downgrade Connortsui20:rwlock-downgrade Mark-Simulacrum 0
136 128256 yes feat: add tier-1 platform support for change_time juliusl:pr/support-tier-1-change-time ChrisDenton 0
137 128289 yes bootstrap: use `internment` instead of hand-rolled interning GrigorenkoPV:bootstrap-intern Kobzol 0
138 128321 yes Update `catch_unwind` doc comments for `c_unwind` BatmanAoD:catch-unwind-doc-update Mark-Simulacrum 0
139 128348 Unconditionally allow shadow call-stack sanitizer for AArch64 dingxiangfei2009:allow-shadow-call-stack-sanitizer tmandry 0
140 128374 yes compiler: suggest `const _` for a misplaced `const {}` workingjubilee:fix-terse-const-item-diagnostic compiler-errors 0
141 128375 yes Derive Copy on core::ffi::c_str types 13r0ck:patch-1 BurntSushi 0
142 128391 yes Change orphan hint from "only" to "any uncovered type inside..." cafce25:issue-128390 lcnr 0
143 128399 yes liballoc: introduce String, Vec const-slicing mammothbane:master Amanieu 0
144 128460 yes Migrate `emit-to-stdout` `run-make` test to rmake Oneirical:nikola-testla jieyouxu 0
145 128535 yes Format `std::env::consts` docstrings with markdown backticks mmvanheusden:master workingjubilee 0
146 128541 yes Fix : Rustdoc: struct fields are spaced too closely xonx4l:patch-1 notriddle 0
147 128543 yes const-eval interning: accept interior mutable pointers in final value RalfJung:const-interior-mut saethlin 0
148 128558 yes Ignore .git directory when formatting chenyukang:yukang-ignore-git-in-format Kobzol 0
149 128637 yes Improve dead code analysis for structs and traits defined locally mu001999-contrib:dead-code/enhance compiler-errors 0
150 128651 yes add `naked_asm!` macro for use in `#[naked]` functions folkertdev:naked-asm-macro-v2 Amanieu 0
151 128653 yes When annotations needed, look at impls for more accurate suggestions estebank:ambiguity-suggestion-2 compiler-errors 0
152 128663 yes linker: when emitting static executables, explicitly hint static q66:static-hint petrochenkov 0
153 128711 yes impl `Default` for `HashMap`/`HashSet` iterators that don't already have it clarfonthey:default-iters-hash dtolnay 0
154 128721 yes Don't allow the `#[pointee]` attribute where it doesn't belong Brezak:pointee-in-strange-places pnkfelix 0
155 128737 yes Add lint for recursive default impls mj10021:issue-128421-fix chenyukang 0
156 128778 yes atomics: allow atomic and non-atomic reads to race RalfJung:atomic-read-read-races Mark-Simulacrum 0
157 128780 yes Add `--doctest-compilation-args` option to add compilation flags to doctest compilation GuillaumeGomez:rustflags-doctests notriddle 0
158 128784 yes Check ABI target compatibility for function pointers tdittr:check-abi-on-fn-ptr compiler-errors 0
159 128789 yes Migrate `jobserver-error` `run-make` test to rmake Oneirical:untestioned-devotion jieyouxu 0
160 128849 yes Tweak detection of multiple crate versions to be more encompassing estebank:issue-89143 jackh726 0
161 128906 yes Hint on unknown escape of Unicode quotation marks in string literal lolbinarycat:unicode-quote-hint compiler-errors 0
162 128947 yes Perform ThinLTO on x86_64-pc-windows-msvc dist builder Zoxc:thinlto-msvc TaKO8Ki 0
163 128961 yes Fix #128930: Print documentation of CLI options missing their arg GKFX:issue-128930-explain-missing-option BoxyUwU 0
164 128967 yes std::fs::get_path freebsd update. devnexen:get_path_fbsd_upd joboet 0
165 128974 yes [WIP] Unify AST Visitors with a macro like MIR Visitors maxcabrajac:visitor_macro cjgillot 0
166 128986 yes Remove rustc's std copy Zoxc:prune-rustc-std-copy Kobzol 0
167 128991 yes Add a machine-applicable suggestion to "unreachable pattern" Nadrieril:rustfix-unreachable-pattern compiler-errors 0
168 129003 yes Improve Ord docs Voultapher:improve-ord-docs workingjubilee 0
169 129036 yes Additional NonZero conversions clarfonthey:nonzero-conversions BurntSushi 0
170 129073 yes Relate receiver invariantly in method probe for `Mode::Path` compiler-errors:receiver-variance lcnr 0
171 129079 yes Create `_imp__` symbols also when doing ThinLTO Zoxc:thinlto_imp_symbols wesleywiser 0
172 129086 Stabilize `is_none_or` slanterns:is_none_or dtolnay 0
173 129087 yes Stabilize `option_get_or_insert_default` slanterns:option_get_or_insert_default joshtriplett 0
174 129103 yes Don't warn empty branches unreachable for now Nadrieril:dont-warn-empty-unreachable compiler-errors 0
175 129114 yes stabilize std::path::Path::file_prefix mbhall88:stabilize-file_prefix Amanieu 0
176 129121 yes proposal to expand (a subset of) linux specific socket capabilities. devnexen:stabilize_ext_linux_tcp_layer BurntSushi 0
177 129124 rustdoc-json: Use FxHashMap from rustdoc_json_types aDotInTheVoid:rdj-hashmap-3 GuillaumeGomez 0
178 129137 yes Fix anon const def-creation when macros are involved camelid:lazy-def-macro-const BoxyUwU 0
179 129181 yes Pass end position of span through inline ASM cookie beetrees:asm-spans pnkfelix 0
180 129195 yes Stabilize `&mut` (and `*mut`) as well as `&Cell` (and `*const Cell`) in const RalfJung:const-mut-refs fee1-dead 0
181 129220 yes Add platform docs for FreeBSD. asomers:target-maintainer ehuss 0
182 129238 yes Stabilize `Ipv6Addr::is_unique_local` and `Ipv6Addr::is_unicast_link_local` umgefahren:stabilize-ipv6-unique-local dtolnay 0
183 129248 yes Taking a raw ref (`&raw (const|mut)`) of a deref of pointer (`*ptr`) is always safe compiler-errors:raw-ref-deref nnethercote 0
184 129259 yes Add inherent versions of MaybeUninit methods for slices clarfonthey:maybe_uninit_slices BurntSushi 0
185 129260 yes Don't suggest adding return type for closures with default return type wafarm:dont-suggest-closures compiler-errors 0
186 129320 yes Fix crash when labeling arguments for call_once and friends jder:issue-128848 cjgillot 0
187 129334 yes Implement ACP 429: add `LazyCell/Lock::get[_mut]()`, `DerefMut` and `force_mut()` ChayimFriedman2:more-lazy-methods BurntSushi 0
188 129342 yes Rebuild on changes to the deployment target when compiling Apple targets madsmtm:track-deployment-target thomcc 0
189 129367 yes Fix default/minimum deployment target for Aarch64 simulator targets madsmtm:fix-apple-aarch64-deployment-targets jieyouxu 0
190 129369 yes Pass deployment target when linking with CC on Apple targets madsmtm:apple-cc-linker-pass-target jieyouxu 0
191 129394 yes Don't lint `irrefutable_let_patterns` on leading patterns if `else if` let-chains Jarcho:irrefutable_let_patterns chenyukang 0
192 129409 yes Expand std::os::unix::fs::chown() doc with a warning grinapo:patch-1 Amanieu 0
193 129424 yes Stabilize `Pin::as_deref_mut()` coolreader18:stabilize-pin_as_deref_mut dtolnay 0
194 129439 yes Implement feature `string_from_utf8_lossy_owned` for lossy conversion from `Vec<u8>` to `String` methods okaneco:vec_string_lossy Noratrieb 0
195 129458 yes Autodiff Upstreaming - enzyme frontend EnzymeAD:enzyme-frontend pnkfelix 0
196 129477 yes Fix fluent diagnostics Xiretza:fix-fluent-diagnostics BoxyUwU 0
197 129478 yes Make traits_in_crate and impls_in_crate proper queries. xonx4l:patch-2 cjgillot 0
198 129483 yes update the safety preconditions of from_raw_parts lolbinarycat:from_raw_parts-docs workingjubilee 0
199 129499 yes properly elaborate effects implied bounds for super traits fee1-dead-contrib:supereffects fmease 0
200 129514 yes Introduce `default_field_values` feature estebank:default-field-values cjgillot 0
201 129517 yes Compute array length from type for unconditional panic. cjgillot:known-panic-array pnkfelix 0
202 129520 yes Suggest the correct pattern syntax on usage of unit variant pattern for a struct variant tunawasabi:suggest-adding-struct-pattern-syntax compiler-errors 0
203 129538 yes Weekly `cargo update` rust-lang:cargo_update Mark-Simulacrum 0
204 129542 yes Add regression test for #129541 zachs18:cow-self-test compiler-errors 0
205 129550 yes Add boxed_str.as_str() kornelski:boxasstr Amanieu 0
206 129587 yes Add `optimize_for_size` variants for stable and unstable sort as well as select_nth_unstable Voultapher:opt-for-size-variants-of-sort-impls cuviper 0
207 129607 yes [DO NOT MERGE] Tail expr drop order crater run dingxiangfei2009:tail-expr-drop-order-crater-run jieyouxu 0
208 129620 yes Provide a more convinient way of developing rustc on NixOS WaffleLapkin:flake Noratrieb 0
209 129621 yes sanitizers: Fix tests/ui/sanitize/leak.rs fails on rcvalle:rust-sanitizers-fix-111073 tmiasko 0
210 129627 yes Ensure that tail expr receive lifetime extension dingxiangfei2009:ensure-tail-expr-in-let-block-works jieyouxu 0
211 129638 yes Hook up std::net to wasi-libc on wasm32-wasip2 target nickrum:wasip2-net alexcrichton 0
212 129670 yes Make deprecated_cfg_attr_crate_type_name a hard error est31:cfg_attr_crate_type_name_error cjgillot 0
213 129674 yes Add new_cyclic_in for Rc and Arc matthewpipie:rc-arc-new-cyclic-in workingjubilee 0
214 129696 yes update stdarch RalfJung:stdarch Amanieu 0
215 129700 yes Initial fs implementation for UEFI Ayush1325:uefi-file joboet 0
216 129716 yes Don't use `typeck_root_def_id` in codegen for finding closure's root compiler-errors:closure-debuginfo cjgillot 0
217 129718 yes add guarantee about remove_dir and remove_file error kinds lolbinarycat:remove_dir-docs joboet 0
218 129734 yes Prereq1 for async drop - `drop` & `async_fut` fields in Drop terminator azhogin:azhogin/async-drop-prereq1-new-drop-term-fields davidtwco 0
219 129736 yes Prereq2 for async drop - ResumedAfterDrop panic messages azhogin:azhogin/async-drop-prereq2-resumed-after-drop-msg davidtwco 0
220 129737 yes Prereq3 for async drop - LangItem registration for async_drop_in_place()::{{closure0}} azhogin:azhogin/async-drop-prereq3-lang-item-for-drop-poll davidtwco 0
221 129753 yes stabilize `const_extern_fn` folkertdev:stabilize-const-extern-fn nikomatsakis 0
222 129755 yes test: cross-edition metavar fragment specifiers vincenzopalazzo:macros/recursive-macros-between-edition compiler-errors 0
223 129794 yes uefi: Implement getcwd and chdir Ayush1325:uefi-os-expand joboet 0
224 129821 yes Switch std to using raw-dylib by default on Windows ChrisDenton:raw-dylib-std Mark-Simulacrum 0
225 129822 yes Docs - type guarantees update WiktorPrzetacznik:docs-guarantees-update cuviper 0
226 129828 yes miri: treat non-memory local variables properly for data race detection RalfJung:miri-data-race saethlin 0
227 129838 yes uefi: process: Add args support Ayush1325:uefi-process-args Amanieu 0
228 129864 yes Reduce false positives of tail-expr-drop-order from consumed values dingxiangfei2009:reduce-false-positives-from-consumed-droppers compiler-errors 0
229 129866 yes Clarify documentation labelling and definitions for std::collections root-goblin:patch-1 workingjubilee 0
230 129870 yes Experiment: add unstable RHS type to Ord, impl PartialOrd<[U]> for [T] clarfonthey:generic-ord BurntSushi 0
231 129872 yes impl `AsRef<[T; N]>` and `AsMut<[T; N]>` for `[T; N]` GrigorenkoPV:array-as-array 0
232 129884 yes mark some target features as 'forbidden' so they cannot be (un)set with -Ctarget-feature RalfJung:forbidden-target-features petrochenkov 0
233 129894 yes [DO NOT SUBMIT] rustc_codegen_llvm: adapt for LLVM 20 changes krasimirgg:b16 nikic 0
234 129897 yes deprecate -Csoft-float because it is unsound (and not fixable) RalfJung:soft-float-ignored Urgau 0
235 129914 yes rustdoc search: add new `crate:` syntax to search a single crate lolbinarycat:rustdoc-crate-filter notriddle 0
236 129921 yes hexagon: fix symbols defined in global namespace androm3da:bcain/fix_global_symbols Mark-Simulacrum 0
237 129923 yes [do not merge] Testing Windows CI 2 ehuss:ehuss-test ehuss 0
238 129924 yes don't remove bootstrap on stage0 bump onur-ozkan:remove-workaround Kobzol 0
239 129931 yes Merge these copy statements that simplified the canonical enum clone method by GVN DianQK:match-br-copy cjgillot 0
240 129934 yes Win: Open dir for sync access in remove_dir_all ChrisDenton:remove-dir-all3 Noratrieb 0
241 129935 yes make unsupported_calling_conventions a hard error RalfJung:unsupported_calling_conventions cjgillot 0
242 129948 yes Correct target options for Trusty targets randomPoison:trusty-target-updates fmease 0
243 129968 yes Arbitrary self types: diagnostics for mismatched self types adetaylor:arbitrary-self-types-fix-generic-diagnostics wesleywiser 0
244 129972 yes Stabilize expr_2021 fragment specifier in all editions eholk:stabilize-expr_2021 compiler-errors 0
245 129974 yes ci: add a runner for vanilla LLVM 19 cuviper:ci-llvm-19 Mark-Simulacrum 0
246 129988 yes Use `Vec` in `rustc_interface::Config::locale_resources` arnaudgolfouse:modify-locale_resources michaelwoerister 0
247 129989 yes [Coverage][MCDC] Do not initialize mcdc parameters for instances containing no mcdc statements Lambdaris:check-mcdc-statements Zalathar 0
248 129991 yes Clippy subtree update flip1995:clippy-subtree-update Manishearth 0
249 129992 yes Update compiler-builtins to 0.1.125 alexcrichton:update-compiler-builtins thomcc 0
250 129996 yes Implement Guard Patterns max-niederman:guard-patterns nnethercote 0
251 130005 yes Add experimental option -Z default-protected-visibility davidlattimore:protected-vis-flag pnkfelix 0
252 130017 yes coverage: Extract `executor::block_on` from several async coverage tests Zalathar:executor Mark-Simulacrum 0
253 130033 yes Don't call `fn_arg_names` query for non-`fn` foreign items in resolver compiler-errors:foreign-fn-types BoxyUwU 0
254 130042 yes properly handle EOF in BufReader::peek lolbinarycat:bufreaker_peek_eof Amanieu 0
255 130052 yes Don't leave debug locations for constants sitting on the builder indefinitely khuey:clear-dilocation-after-const-emission michaelwoerister 0
256 130053 yes fix doc comments for Peekable::next_if(_eq) glowcoil:next_if-docs scottmcm 0
257 130060 yes Autodiff Upstreaming - rustc_codegen_llvm changes EnzymeAD:enzyme-cg-llvm michaelwoerister 0
258 130061 yes Add `NonNull` convenience methods to `Box` and `Vec` theemathas:box_vec_non_null Mark-Simulacrum 0
259 130069 yes Generate scraped examples buttons in JS GuillaumeGomez:gen-scraped-buttons notriddle 0
260 130077 yes Fix linking error when compiling for 32-bit watchOS madsmtm:watchos-arm-unwind Mark-Simulacrum 0
261 130078 yes rustdoc-json: change item ID's repr from a string to an int its-the-shrimp:rustdoc-types-compress-ids aDotInTheVoid 0
262 130098 yes Reject generic self types. adetaylor:arbitrary-self-types-block-generics wesleywiser 0
263 130101 yes some const cleanup: remove unnecessary attributes, add const-hack indications RalfJung:const-cleanup fee1-dead 0
264 130110 yes make dist vendoring configurable onur-ozkan:configurable-dist-vendor Mark-Simulacrum 0
265 130114 yes Remove needless returns detected by clippy in the compiler eduardosm:needless-returns fee1-dead 0
266 130116 yes Implement a Method to Seal `DiagInner`'s Suggestions veera-sivarajan:freeze-suggestions chenyukang 0
267 130118 yes move Option::unwrap_unchecked into const_option feature gate RalfJung:unwrap_unchecked Noratrieb 0
268 130120 yes Reject generic self types using impl defid: do not merge. adetaylor:arbitrary-self-types-block-generics-with-wfctx wesleywiser 0
269 130121 yes bootstrap: handle worktrees in warn_old_master_branch lolbinarycat:bootstrap-warn-old-upstream-worktree albertlarsan68 0
270 130123 yes Report the `note` when specified in `diagnostic::on_unimplemented` FedericoBruzzone:master compiler-errors 0
271 130125 yes Adding logic to the configuration help script to take default values into account saksham-agarwal-dev:patch-1 onur-ozkan 0
272 130136 yes Partially stabilize const_pin GKFX:stabilize-const-pin Mark-Simulacrum 0
273 130138 yes bootstrap: Print more debug info when `find_initial_libdir` fails Zalathar:initial-libdir albertlarsan68 0
274 130150 yes Move `elided_named_lifetimes` into a separate pass GrigorenkoPV:elided-named-lifetimes-pass cjgillot 0
275 130156 yes Add test for S_OBJNAME & update test for LF_BUILDINFO cl and cmd nebulark:test_buildinfo jieyouxu 0
276 130157 yes Stabilize `const_float_classify` eduardosm:stabilize-const_float_classify thomcc 0
277 130160 yes Fix `slice::first_mut` docs Scripter17:fix-slice-first_mut-doc Amanieu 0
278 130161 refactor merge base logic and `x fmt` onur-ozkan:fmt-changed-files Kobzol 0
279 130168 yes maint: update docs for change_time ext and doc links juliusl:pr/fix-win-fs-change-time-links ChrisDenton 0
280 130195 yes disallow `naked_asm!` outside of `#[naked]` functions folkertdev:naked-asm-outside-naked-fn Amanieu 0
281 130199 yes Don't call closure_by_move_body_def_id on FnOnce async closures in MIR validation compiler-errors:by-move cjgillot 0
282 130201 yes Encode `coroutine_by_move_body_def_id` in crate metadata compiler-errors:foreign-synthetic-body lcnr 0
283 130202 yes set `download-ci-llvm = true` by default on "library" and "tools" profiles onur-ozkan:force-ci-llvm-on-default-profiles Mark-Simulacrum 0
284 123692 yes Clarify guarantees about calling `Iterator:next()` after it returns `None` Jules-Bertholet:patch-1 dtolnay 0 always
285 126136 yes Call the target libdir target libdir Noratrieb:bootstrap-naming onur-ozkan 0 always
286 127675 yes Remove invalid help diagnostics for const pointer chenyukang:yukang-fix-127562-addr fee1-dead 0 always
287 128990 Re-enable more debuginfo tests on freebsd saethlin:freebsd-debuginfo-tests 0 always
288 129042 Special-case alias ty during the delayed bug emission in `try_from_lit` Jaic1:fix-116308 BoxyUwU 0 always
289 129065 Use `impl PartialEq<TokenKind> for Token` more. nnethercote:PartialEq-TokenKind spastorino 0 always
290 129101 Fix projections when parent capture is by-ref but child capture is by-value in the `ByMoveBody` pass compiler-errors:deref-on-parent-by-ref lcnr 0 always
291 129106 Remove redundant type ops: `Eq`/`Subtype` compiler-errors:unused-type-ops lcnr 0 always
292 129149 Migrate `validate_json.py` script to rust in `run-make/rustdoc-map-file` test GuillaumeGomez:migrate-python-script jieyouxu 0 always
293 129835 no enable const-float-classify test, and test_next_up/down on 32bit x86 RalfJung:float-tests workingjubilee workingjubilee 0
294 126810 no Tweak output of resolve errors estebank:resolve-error-wording petrochenkov 10 never
295 125208 no Make lint diagnostics responsible for providing their primary span fmease:lint-diags-store-their-span nnethercote 1
296 89917 no sess: default to v0 symbol mangling davidtwco:issue-60705-stabilize-rust-symbol-mangling-scheme michaelwoerister 0 never
297 101500 no Perform unused assignment and unused variables lints on MIR. cjgillot:mir-liveness davidtwco 0 never
298 104342 no Require `type_map::stub` callers to supply file information mweber15:add_file_location_to_more_types wesleywiser 0 never
299 105392 no Dedup bounds with parent impl block GuillaumeGomez:rustdoc-dedup-bounds compiler-errors 0 never
300 106852 no Only preserve DebugInfo in DeadStoreElimination if requested. cjgillot:debug-dse JakobDegen 0 never
301 109606 no Derive `PartialOrd::{l,g}{e,t}` for fieldless enums as explicit comparisons on `discriminant_value` thomcc:fieldless-discriminant-only-pord davidtwco 0 never
302 110691 no Enable DataflowConstProp by default cjgillot:enable-dcp 0 never
303 111430 no rustdoc: migrate `item_struct` to an Askama template nicklimmm:askama-migration-item-struct GuillaumeGomez 0 never
304 115003 no Increase parallelism in various locations Zoxc:parallel-tweaks-rebase cjgillot 0 never
305 115613 no Make create_def a side effect instead of marking the entire query as always red oli-obk:create_def_forever_red cjgillot 0 never
306 115747 no Optimize hash map operations in the query system Zoxc:query-hashes cjgillot 0 never
307 116173 no New atomic reference counting algorithm m-ou-se:arc Amanieu 0 never
308 116375 no Create the previous dep graph index on a background thread Zoxc:lazy-index cjgillot 0 never
309 116707 no Create an `AllocId` for `ConstValue::Slice`. cjgillot:slice-id 0 never
310 117473 no Move alignment checks to codegen saethlin:codegen-alignment-checks wesleywiser 0 never
311 118159 no Implementation of `fmt::FormattingOptions` EliasHolzmann:formatting_options m-ou-se 0 never
312 119017 no MIR-only rlibs saethlin:mir-only-rlibs 0 never
313 119458 no Do not hash allocations to name them. cjgillot:anonymous-alloc compiler-errors 0 never
314 119501 no Only generate a single shim for clone of copy types. cjgillot:clone-shim 0 never
315 119899 no redesign stage 0 std onur-ozkan:redesign-stage0-std albertlarsan68 0 iffy
316 120050 no `Vec::resize` for bytes should be a single `memset` scottmcm:vec-resize-memset m-ou-se 0 never
317 120193 no #[cold] on match arms x17jiri:cold_match_arms oli-obk 0 never
318 120286 no Implement RFC 3349, mixed utf8 literals nnethercote:3349-mixed-utf8-literals 0 never
319 120589 no std::thread::available_parallelism merging linux/android/freebsd version devnexen:cpuaff_fbsd_upd m-ou-se 0 never
320 120706 no Initial support for auto traits with default bounds Bryanskiy:leak lcnr 0 never
321 120869 no ci update freebsd version proposal, freebsd 12 being eol devnexen:update_fbsd_ci Mark-Simulacrum 0 iffy
322 122325 no Stop using LLVM struct types for array/pointer offset GEPs erikdesjardins:array nikic 0 never
323 123219 no [WIP] rustdoc (base+json): add support for variances fmease:rustdoc-variances-json 0 never
324 123778 no Improve autovectorization of to_lowercase / to_uppercase functions jhorstmann:optimize-upper-lower-auto-vectorization the8472 0 iffy
325 124029 no Give RPITITs variances, so they can (not) capture lifetimes compiler-errors:rpitit-variances 0 never
326 124108 no Add `Box<[T; N]>: IntoIterator` without any method dispatch hacks compiler-errors:box-arr-into-iter Amanieu 0 never
327 124141 no Remove `Nonterminal` and `TokenKind::Interpolated` nnethercote:rm-Nonterminal-and-TokenKind-Interpolated petrochenkov 0 never
328 124188 no MIR: Stop needing an explicit BB for `otherwise:unreachable` scottmcm:implicit-switchint-unreachable 0 never
329 125923 no Fix leaks from panics in destructors matthewjasper:no-return-leak lcnr 0 never
330 126930 no Add unstable support for outputting file checksums for use in cargo Xaeroxe:file-checksum-hint lcnr 0 never
331 127007 no Improve slice::binary_search_by krtab:improv_binary_search m-ou-se 0 never
332 127815 no Make `DropShim`'s `param_env` optional to fix `InstanceKind::DropShim` compiler-errors:drop 0 never
333 128657 no Add `#[optimize(none)]` clubby789:optimize-none fee1-dead 0 never
334 129244 no Make opaque types regular HIR nodes cjgillot:opaque-hir compiler-errors 0 never
335 129611 no dse: Eliminate dead assignment statements when `debuginfo` is not set to `full` DianQK:dse cjgillot 0 never
336 87173 no unstable proc_macro tracked::* rename/restructure drahnr:bernhard-tracked-restructure m-ou-se 0
337 93544 no Debug-format fat pointers with their metadata for better insight vojtechkral:fmt-fat-ptrs m-ou-se 0
338 94904 no doc(notable_trait) for impls conradludgate:rustdoc-notable-attr GuillaumeGomez 0
339 94909 no [WIP] 'Notable Trait Implementations' doc section conradludgate:notable-trait-implementations GuillaumeGomez 0
340 97977 no Add `String::replace_first` and `String::replace_last` WilliamVenner:string_replace_in_place kennytm 0
341 98514 no `std::thread` support for the Nintendo 3DS AzureMarker:feature/horizon-threads Mark-Simulacrum 0
342 98991 no Apply deprecation lint to trait method overrides. m-ou-se:deprecated-overrides wesleywiser 0
343 99469 no Add UI to help with advanced search requests GuillaumeGomez:advanced-search-ui notriddle 0
344 99790 no Explain how Vec::with_capacity is faithful workingjubilee:explain-vec-with-cap m-ou-se 0
345 99927 no More distinctive pretty-printing of function item types steffahn:distinctive_function_item_types_printing estebank 0
346 100413 no Track `-Cprofile-use` and `-Cprofile-sample-use` value by file hash, not file path Kobzol:profile-use-track-file-hash michaelwoerister 0
347 100824 no use `confstr(_CS_DARWIN_USER_TEMP_DIR, ...)` as a `TMPDIR` fallback on Darwin thomcc:darwin_user_temp_dir dtolnay 0
348 101387 no Added `interrupt` function for `std::process::Child` JonathanWoollett-Light:process-interrupt cuviper 0
349 101551 no [WIP] Add support for custom allocator for `String` zachs18:string_alloc Mark-Simulacrum 0
350 102343 no New API: Range::cmp_scalar; comparison (less/equal/greater) to a primitive of the Range golddranks:range_cmp m-ou-se 0
351 103029 no feat: add `expansion_growth_limit` attr as another expansion limit vincenzopalazzo:macros/expansion_grow_limit petrochenkov 0
352 103134 no Kill array_assume_init SUPERCILEX:uninit-array-assume scottmcm 0
353 103376 no Strip leading trailing empty lines in doc code blocks GuillaumeGomez:strip-leading-trailing-empty-lines notriddle 0
354 104693 no Consistently use the highest bit of vector masks when converting to i1 vectors jhorstmann:use-high-bit-of-mask-for-select wesleywiser 0
355 105377 no rust: library: Add `setsid` method to `CommandExt` trait HarveyHunt:setsid m-ou-se 0
356 105586 no Experimental feature gate proposal `crabi` joshtriplett:abi-experimental-feature-gate nikomatsakis 0
357 105604 no Use ELF-TLS on SGX joboet:sgx_tls m-ou-se 0
358 105877 no `impl PartialEq<{str,String}> for {Path,PathBuf}` (and reversed) Kixunil:impl-partialeq-str-for-path m-ou-se 0
359 106074 no Implement RFC 3323: restrictions jhpratt:restrictions compiler-errors 0
360 106375 no Stabilize `io_error_more` albertlarsan68:stabilize-io_err_more BurntSushi 0
361 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
362 107251 no Rescope temp lifetime in if-let into IfElse with migration lint dingxiangfei2009:let-chain-rescope jieyouxu 0
363 107263 no Allow impl on projection GuillaumeGomez:allow-impl-on-projection oli-obk 0
364 107378 no Stabilize `anonymous_lifetime_in_impl_trait` c410-f3r:stabilize-anon-lt estebank 0
365 107562 no WIP: Remove `ResumeTy` from async lowering Swatinem:async-resumety-v2 compiler-errors 0
366 107587 no Mark `std` integral modules as deprecated (`std::u32`, `std::i16`, etc.) tgross35:deprecate-std-num-modules dtolnay 0
367 107640 no rustdoc: Add support for local resources GuillaumeGomez:rustdoc-local-resources-2 notriddle 0
368 108001 no Add lint to check if non-inlined local reexports have documentation GuillaumeGomez:unused_reexport_documentation-lint notriddle 0
369 108097 no Change Wasm's `cdylib` etc. to be a "reactor". sunfishcode:sunfishcode/wasi-reactor wesleywiser 0
370 108981 no Implement `fs_native_path` ChrisDenton:aspath Amanieu 0
371 108993 no Make typeck aware of uninhabited types cjgillot:uninhabited-typeck lcnr 0
372 109350 no Add pattern matching API to OsStr mina86:pattern-2 dtolnay 0
373 110702 no [mir-opt] SimplifyLocals should also clean up debuginfo scottmcm:also-remove-unused-storage-markers cjgillot 0
374 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
375 110961 no Create `unnecessary_send_constraint` lint for `&(dyn ... + Send)` john-h-k:lint/useless-send davidtwco 0
376 112106 no Added traits implemented by FnPtr to fn docs with example function mj10021:issue-111182-fix cuviper 0
377 112331 no Report allocation errors as panics, second attempt Amanieu:panic-oom-payload2 m-ou-se 0
378 112457 no Make `std::mem::transmute_copy` accept `?Sized` inputs nvzqz:feat/unsized-transmute_copy m-ou-se 0
379 112469 no Only use the new node hashmap for anonymous nodes. cjgillot:graph-anon-hashmap michaelwoerister 0
380 112807 no Migrate `rustdoc` diagnostics to translatable diagnostics nicklimmm:rustdoc-translatable-diagnostics-migration jsha 0
381 113433 no Disable building `rustc` with (Thin)LTO on Windows Kobzol:bootstrap-window-thinlto-error clubby789 0
382 114096 no Unify generation of primitive links for associated types with the rest GuillaumeGomez:generics-display notriddle 0
383 114189 no Update dist-various linux-gnu target baselines cuviper:dist-various-glibc Mark-Simulacrum 0
384 114209 no tidy watcher klensy:better-than-remembrall wesleywiser 0
385 114523 no gcc: build with --disable-multilib, as it used only to bootstrap llvm klensy:gcc-disable-multilib Mark-Simulacrum 0
386 114531 no Implement `From<&'a &'static str>` for `Arguments<'a>` EFanZh:implement-from-str-for-arguments m-ou-se 0
387 114900 no Allow a MIR analysis to perform the state `join` directly Jarcho:mut_join cjgillot 0
388 115293 no Remove -Zfuel. cjgillot:no-fuel wesleywiser 0
389 115501 no Add new inherit_handles flag to CommandExt trait michaelvanstraten:set_inherit_handles ChrisDenton 0
390 115648 no Remove "consider specifying this binding's type" when reference differs in mutability jmintb:master jackh726 0
391 115746 no Print thread ID in panic message if thread name is unknown tgross35:unnamed-threads-panic-message cuviper 0
392 115802 no rustdoc search: Allow to filter on multiple crates GuillaumeGomez:rustdoc-search-multiple-crate-filtering notriddle 0
393 115942 no Expand doc comment on MIR validation. cjgillot:doc-checker RalfJung 0
394 116114 no Stabilize target_feature_11 calebzulawski:stabilize-tf11 nikomatsakis 0
395 116161 no Stabilize `extended_varargs_abi_support` Soveu:varargs2 cjgillot 0
396 116247 no WIP: Check uninhabitedness through the trait solver cjgillot:uninhabited-predicate lcnr 0
397 116777 no Dedup Fluent invalid ptr errors in const eval workingjubilee:const-eval-fluent-dedup-ptrkind fee1-dead 0
398 116863 no warn less about non-exhaustive in ffi workingjubilee:non-exhaustive-is-not-ffi-unsafe scottmcm 0
399 117015 no Doc comment custom MIR debuginfo. cjgillot:custom-mir-debuginfo-doc RalfJung 0
400 117360 no Use macro to make query providers greppable Noratrieb:query-provider-find-me TaKO8Ki 0
401 117682 no Don't check GAT bounds in normalization aliemjay:gat-relax-lifetimes 0
402 117810 no Fix dangling ID when `pub use`ing item which is Doc(hidden) or inherits it in rustdoc JSON output GuillaumeGomez:document-hidden-json aDotInTheVoid 0
403 117867 no New attribute macros format for diagnostic structs without fluent slug chenyukang:errors-refactor-no-fluent davidtwco 0
404 117913 no Suggest removal of borrow in index when appropriate estebank:issue-66023 compiler-errors 0
405 117991 no Clarify safety of layout_for_ptr CAD97:layout-for-ptr cuviper 0
406 118087 no Add Ref/RefMut try_map method GrigorenkoPV:refcell_try_map Mark-Simulacrum 0
407 118270 no Allow coercions from never-type when ref binding is involved Aaron1011:ref-pat-never-coerce compiler-errors 0
408 118377 no Make -Clinker-plugin-lto compatible with ld64 cormacrelf:bugfix/linker-plugin-lto-ld64 michaelwoerister 0
409 118477 no Remove `ProjectionElem::Subtype` ouz-a:remove_subtyper lcnr 0
410 118480 no Specialize sleep_until implementation dvdsk:sleep_until_os_specific_impl cuviper 0
411 118711 no [rustdoc] Add `no-hidden-lines` codeblock attribute GuillaumeGomez:raw-codeblock-attribute notriddle 0
412 118833 no Add lint against function pointer comparisons Urgau:lint_function_pointer_comparisons cjgillot 0
413 118917 no Support for a scalable simd representation JamieCunliffe:sve Amanieu 0
414 118939 no Better errors with bad/missing identifiers in MBEs EliseZeroTwo:EliseZeroTwo/fix-macrorules-ident-errors TaKO8Ki 0
415 119043 no Add new temporary lifetime feature gate and super let keyword dingxiangfei2009:super-let wesleywiser 0
416 119220 no Uplift `clippy::invalid_null_ptr_usage` lint Urgau:uplift-invalid_null_ptr_usage b-naber 0
417 119260 no Make broken MIR a proper lint. cjgillot:mir-lint TaKO8Ki 0
418 119550 no Rename `AsyncIterator` back to `Stream`, introduce an AFIT-based `AsyncIterator` trait yoshuawuyts:async-iterator compiler-errors 0
419 119798 no Issue 83060 fix iSwapna:issue-83060-fix wesleywiser 0
420 120013 no coverage: Don't show coverage for code paths that must panic/diverge Zalathar:diverge 0
421 120098 no Give a better error message when CI download fails Teapot4195:issue-118758-fix Mark-Simulacrum 0
422 120197 no Improve `E0617` to Distinguish Between Fn Item and Fn Pointer in FFI HTGAzureX1212:HTGAzureX1212/issue-69232-improve-error-617 estebank 0
423 120234 no stabilise assert_matches Dylan-DPC:82775/stab/assert_matches m-ou-se 0
424 120370 no Likely unlikely fix x17jiri:likely_unlikely_fix cjgillot 0
425 120580 no Add `MAX_LEN_UTF8` and `MAX_LEN_UTF16` Constants HTGAzureX1212:HTGAzureX1212/issue-45795 m-ou-se 0
426 120611 no [WIP]: generating rust-project file for r-a onur-ozkan:embedded-lsp-feed 0
427 120700 no Stabilize associated type position impl Trait (ATPIT) traviscross:TC/stabilize-atpit nikomatsakis 0
428 120752 no Collect relevant item bounds from trait clauses for nested rigid projections compiler-errors:more-relevant-bounds lcnr 0
429 120808 no Split elided_lifetime_in_paths into tied and untied shepmaster:split-elided-lifetimes-in-paths pnkfelix 0
430 120818 no rustdoc: add three-column layout for large desktops notriddle:notriddle/three-column fmease 0
431 121051 no Introduce infrastructure for generating target docs Noratrieb:targetting onur-ozkan 0
432 121174 no Check for occupied niches saethlin:codegen-niche-checks 0
433 121274 no Report a specialized error when a `'static` obligation comes from an `impl dyn Trait` estebank:implicit_static fmease 0
434 121334 no Raw fluent diagnostic structs davidtwco:raw-fluent-diagnostics nnethercote 0
435 121560 no Allow `#[deny]` inside `#[forbid]` as a no-op Noratrieb:stop-lint-macro-nonsense TaKO8Ki 0
436 121682 no Fix ICE when there is a continue in a labeled block SarthakSingh31:cont-in-blk cjgillot 0
437 121880 no Run linking and incremental saving / finalizing in parallel Zoxc:link-task estebank 0
438 121965 no Elaborate on the invariants for references-to-slices scottmcm:slice-validity RalfJung 0
439 122156 no Represent diagnostic side effects as dep nodes Zoxc:side-effect-dep-node cjgillot 0
440 122161 no Fix suggestion when shorthand `self` has erroneous type compiler-errors:shorthand-self fmease 0
441 122288 no [Proof of concept] Recover from struct literals with placeholder path fmease:recover-bad-struct-lit-w-tyck compiler-errors 0
442 122340 no Treat weak alias types more like ADTs when computing implied bounds fmease:lta-implied-bounds-recurse-shallow oli-obk 0
443 122408 no Use futex-based synchronization on Apple platforms joboet:apple_futex m-ou-se 0
444 122565 no Try to write the panic message with a single `write_all` call Zoxc:atomic-panic-msg the8472 0
445 122661 no Assert that the first `assert!` expression is `bool` estebank:assert-macro-span pnkfelix 0
446 122668 no Add APIs for dealing with titlecase Jules-Bertholet:titlecase m-ou-se 0
447 122685 no Emit a warning if a `match` is too complex GuillaumeGomez:match-too-complex Nadrieril 0
448 122808 no Stabilize `count`, `ignore`, `index`, and `length` (`macro_metavar_expr`) c410-f3r:again-again-again-again-again fmease 0
449 122957 no Silence unnecessary "missing `dyn`" errors and tweak E0746 suggestions estebank:issue-121037 oli-obk 0
450 123008 no [TEST] Test out Fjall memory allocator Zoxc:fjall-global 0
451 123082 no CFI: Fix fn items, closures, and Fn trait objects rcvalle:rust-cfi-fix-fn-items-closures-fn-trait-objects compiler-errors 0
452 123110 no Rename iter::Iterator::intersperse() to ::separate() lukaslueg:inter_separate dtolnay 0
453 123205 no Revert "CFI: Skip non-passed arguments" rcvalle:rust-cfi-revert-skip-non-passed-arguments compiler-errors 0
454 123220 no [blocked on design] [PoC]: rustdoc (html): add support for variances fmease:rustdoc-variances-html 0
455 123319 no Add managarm as a tier 3 target no92:managarm-target davidtwco 0
456 123365 no At test discovery, write to logfile in the same format as to stdout aspotashev:converge-discovery-logfile Muscraft 0
457 123384 no Link rustc tools into the correct sysroot Noratrieb:back-where-you-belong onur-ozkan 0
458 123617 no sanitizers: Stabilize AddressSanitizer and LeakSanitizer for the Tier 1 targets rcvalle:rust-stabilize-core-sanitizers davidtwco 0
459 123877 no Further improve diagnostics for expressions in pattern position ShE3py:expr-in-pats-2 fmease 0
460 123948 no Async drop codegen azhogin:azhogin/async-drop davidtwco 0
461 123951 no Reserve guarded string literals (RFC 3593) pitaj:reserve-guarded-strings petrochenkov 0
462 124154 no coverage: Treat each match arm as a "branch" for branch coverage Zalathar:branch-arms 0
463 124279 no Add support for ppc64le clobber_abi ecnelises:ppc_clobber_abi jieyouxu 0
464 124353 no Add support for downloading `libgccjit.so` file GuillaumeGomez:download-libgccjit onur-ozkan 0
465 124421 no Stop re-implementing slice iterators in `vec::IntoIter` scottmcm:slice-drain-iter m-ou-se 0
466 124439 no Set default value `deny-warnings` for compiler profile to `false` WaffleLapkin:who-wants-to-deny-warnings-lmao albertlarsan68 0
467 124526 no Don't probe `InferConst` in `fold_const` if `self.infcx` is `None`, `deeply_normalize` tys in `check_tys_might_be_eq` ShE3py:issue-119381 lcnr 0
468 124544 no rustdoc-search: show type signature on type-driven SERP notriddle:notriddle/type-signature-v2 GuillaumeGomez 0
469 124595 no Suggest cloning `Arc` moved into closure estebank:issue-104232 pnkfelix 0
470 124598 no [draft] Rework the way we treat opaques in `check_opaque_meets_bounds` compiler-errors:reveal lcnr 0
471 124812 no [DO NOT MERGE] bootstrap with next solver enabled lcnr:next-solver-bootstrap-hack 0
472 124852 no alias-relate: add fast reject optimization lcnr:search-graph-uwu compiler-errors 0
473 125234 no Fix unnamed lifetime spans bovinebuddha:issue-125143 compiler-errors 0
474 125334 no add a normalizes-to fast path lcnr:normalizes-to-rigid-fastpath compiler-errors 0
475 125388 no Improve parse item fallback dev-ardi:improve-parse-item-fallback wesleywiser 0
476 125405 no Add std::thread::add_spawn_hook. m-ou-se:thread-add-spawn-hook Amanieu 0
477 125555 no Recover statics better Noratrieb:recover-statics-better oli-obk 0
478 125579 no Add `--print host-triple` to print host target triple Noratrieb:print-host davidtwco 0
479 125614 no New feature panic color errors Vudvud:newFeature-panicColorErrors Noratrieb 0
480 125626 no tests: fix filecheck typos klensy:filecheck-tt Mark-Simulacrum 0
481 125645 no add unqualified_local_imports lint RalfJung:unclear_local_imports wesleywiser 0
482 125716 no R raymond/fix/issue 107165 r-raymond:r-raymond/fix/issue-107165 lcnr 0
483 125721 no Stop emitting spans from proc macro compile time in quote expansion bjorn3:proc_macro_quote_no_spans davidtwco 0
484 125780 no [WIP] RIIR HtmlDocCk fmease:riir-htmldocck 0
485 125782 no Implement RFC 3624 `supertrait_item_shadowing` (v2) compiler-errors:supertrait-item-shadowing 0
486 125784 no Silence errors in expressions caused by bare traits in paths in 2021 edition estebank:issue-51077 fmease 0
487 125793 no Add a FCW for special cased blocks WaffleLapkin:never_block_lint compiler-errors 0
488 126026 no Improve unconstrained impl diagnostic (fixes #107295) LlewVallis:llew-better-unconstrained-impl-diagnostic jackh726 0
489 126275 no Enhance suggestions of `dropping_*` lints tbu-:pr_lint_drop_ref nnethercote 0
490 126316 no Do not eagerly reject inference vars when trying to resolve method calls. oli-obk:recursive_rpit3 lcnr 0
491 126321 no Add `./x clippy ci` ferrocene:pa-clippy-ci onur-ozkan 0
492 126554 no Reword trait-object compatibility in rustdoc kornelski:dyn-trait-compat-jargon fmease 0
493 126595 no Allow reifying intrinsics to fn pointers. (rebase of #86699) GrigorenkoPV:reify-intrinsics compiler-errors 0
494 126597 no Add Unicode block-drawing compiler output support estebank:unicode-output fmease 0
495 126856 no remove deprecated tool `rls` onur-ozkan:remove-rls clubby789 0
496 127242 no Skip const-eval if evaluatable predicate is trivial dingxiangfei2009:skip-const-resolve-if-trivially-evaluatable BoxyUwU 0
497 127274 no rustc_codegen_llvm: less pubs klensy:llvm-ffi-dead cjgillot 0
498 127282 no Make inline suggestions no longer be the default estebank:experiment-for-annotate-snippets fmease 0
499 127483 no Allow disabling ASan instrumentation for globals BertalanD:no_sanitize-global-var cuviper 0
500 127485 no Suggest removing `.unwrap()` or `.expect()` if followed by a failed `?` operator trevyn:issue-127345 fee1-dead 0
501 127522 no Relocate upvars to Unresumed state and make coroutine prefix trivial dingxiangfei2009:move-upvars-to-locals pnkfelix 0
502 127565 no Teach rustc about the Xtensa VaListImpl esp-rs:xtensa-vaargs workingjubilee 0
503 127578 no std: use a queue-based `Condvar` on NetBSD and other platforms joboet:queue_condvar Mark-Simulacrum 0
504 127581 no Fix crate name validation fmease:fix-crate_name-validation wesleywiser 0
505 127589 no rustdoc-search: simplify rules for generics and type params notriddle:notriddle/search-sem-3 jsha 0
506 127595 no Fix panic=abort tests on fuchsia c6c7:fix-panic=abort-tests-on-fuchsia tmandry 0
507 127604 no Adding the has_item function to the iterator trait. yonikremer:master Amanieu 0
508 127721 no collect doc alias as tips during resolution bvanjoi:issue-124273 estebank 0
509 127791 no Rename config.toml to bootstrap.toml LuuuXXX:issue-126875 onur-ozkan 0
510 127793 no Added project-specific Zed IDE settings ChaiTRex:zed_support Kobzol 0
511 127885 no Add a macro for defining intrinsics with the Rust ABI tgross35:intrinsics-macro workingjubilee 0
512 127912 no std: make `thread::current` available in all `thread_local!` destructors joboet:tls_dtor_thread_current cuviper 0
513 127973 no Reject unconstrained lifetimes in type_of(assoc_ty) instead of during wfcheck of the impl item oli-obk:uplift_wf_checks 0
514 128004 no codegen `#[naked]` functions using global asm folkertdev:naked-fn-asm Amanieu 0
515 128018 no Normalize filecheck directives tgross35:normalize-filecheck-directives jieyouxu 0
516 128045 no [DRAFT] #[contracts::requires(...)] pnkfelix:rustc-contracts jieyouxu 0
517 128080 no Specify scope in `out_of_scope_macro_calls` lint estebank:out-of-scope-macro petrochenkov 0
518 128086 no Unify wording of "failed to resolve" errors with "cannot find" resolution errors estebank:failed-to-resolve petrochenkov 0
519 128318 no Stabilize `<[T]>::get_many_mut()` ChayimFriedman2:stabilize-get_many_mut m-ou-se 0
520 128351 no Lint against &T to &mut T and &T to &UnsafeCell<T> transmutes ChayimFriedman2:lint-transmute-unsafe-cell wesleywiser 0
521 128440 no Proof of Concept: add `#[defines]` attribute and require it for all type-alias-impl-trait sites that register a hidden type oli-obk:defines 0
522 128567 no Migrate `symbol-mangling-hashed` to rmake.rs lolbinarycat:symbol-mangling-hashed-rmake jieyouxu 0
523 128666 no Add `overflow_checks` intrinsic pitaj:intrinsic-overflow_checks BoxyUwU 0
524 128724 no Switch to using the v2 resolver in the library tgross35:new-resolver-library Mark-Simulacrum 0
525 128744 no Introduce `SolverRelating` type relation to the new solver code compiler-errors:solver-relating lcnr 0
526 128754 no Migrate `split-debuginfo` `run-make` test to rmake Oneirical:master jieyouxu 0
527 128781 no Use `Param` in desugaring method `~const` bounds as effects fee1-dead-contrib:fx-param compiler-errors 0
528 128904 no Show paths relative to the source root for diagnostics in sub-workspaces bjorn3:fix_ide_errors onur-ozkan 0
529 128917 no Allow inlining drop glue more generally scottmcm:nuke-runtime-drops fmease 0
530 128943 no `optimize` attribute applied to things other than methods/functions/c… Borgerr:misapplied-optimize-attribute jieyouxu 0
531 129002 no Emit an error for invalid item of instruction_set chansuke:fix/instruction_set wesleywiser 0
532 129011 no Migrate `libs-through-symlinks` and `translation` run-make tests to rmake Oneirical:dont-blink-they-sys-you jieyouxu 0
533 129047 no Apply `EarlyOtherwiseBranch` to scalar value DianQK:early_otherwise_branch_scalar cjgillot 0
534 129120 no std: implement the `random` feature joboet:random BurntSushi 0
535 129175 no Autodiff Upstreaming - single commit EnzymeAD:single-commit 0
536 129201 no std: implement the `random` feature (alternative version) joboet:random_faster_sources Noratrieb 0
537 129249 no [Experimental] `<T as Into<T>>::into` lint estebank:useless-into chenyukang 0
538 129383 no Remap impl-trait lifetimes on HIR instead of AST lowering cjgillot:opaque-noremap petrochenkov 0
539 129411 no Refactor: Mv `OsStr`/`OsStrExt`/`Path` to core, `OsString`/`OsStringExt`/`PathBuf` to alloc NobodyXu:move/os-str Mark-Simulacrum 0
540 129524 no Update errors.rs with improved diagnostics imsharukh1994:imsharukh1994-patch-1 cjgillot 0
541 129545 no rustdoc: redesign toolbar and disclosure widgets notriddle:notriddle/toolbar-v2 GuillaumeGomez 0
542 129582 no Make destructors on `extern "C"` frames to be executed nbdd0121:unwind nnethercote 0
543 129629 no Implement Return Type Notation (RTN)'s path form in where clauses compiler-errors:rtn-in-path jackh726 0
544 129636 no Use `edition = "2024"` in the compiler compiler-errors:ed2024 0
545 129739 no Prereq4 for async drop - needs_async_drop query fixes and some cleanup azhogin:azhogin/async-drop-prereq4-needs-async-drop-fixes-and-cleanup davidtwco 0
546 129740 no Prereq5 for async drop - AsyncDropGlue & FutureDropPoll instances preparation azhogin:azhogin/async-drop-prereq5-instances-preparation davidtwco 0
547 129741 no Prereq6 for async drop - templated coroutine processing and layout azhogin:azhogin/async-drop-prereq6-templated-coroutine davidtwco 0
548 129742 no Subpart7 for async drop (major1) - library changes azhogin:azhogin/async-drop-subpart7-major1-library-changes davidtwco 0
549 129744 no Subpart8 for async drop (major2) - dropline in scopes for potentially async drops azhogin:azhogin/async-drop-subpart8-scopes davidtwco 0
550 129745 no Subpart9 for async drop (major3) - elaborate_drops changes azhogin:azhogin/async-drop-subpart9-elaborate-drops davidtwco 0
551 129746 no Subpart10 for async drop (major4) - StateTransform pass improvements azhogin:azhogin/async-drop-subpart10-state-transform davidtwco 0
552 129747 no Subpart11 for async drop (major5) - shims codegen azhogin:azhogin/async-drop-subpart11-shims-codegen davidtwco 0
553 129759 no Stabilize `const_refs_to_static` dingxiangfei2009:stabilize-const-refs-to-static petrochenkov 0
554 129769 no add new panel to rustdoc search that shows up when the search bar is focused lolbinarycat:rustdoc-search-panel GuillaumeGomez 0
555 129799 no use parallel front end(-Zthreads=2) in ui tests SparrowLii:parallel_ui_test Mark-Simulacrum 0
556 129871 no rustc_skip_during_method_dispatch: decouple receiver & edition GrigorenkoPV:rustc_skip_during_method_dispatch pnkfelix 0
557 129970 no fix delayed bugs from layout computation with unsized types in unexpected locations lukas-code:LayoutCalculator compiler-errors 0
558 99761 no Fix item-info color GuillaumeGomez:item-info-color jsha 0 always
559 121216 no Always emit `native-static-libs` note, even if it is empty madsmtm:fix-108825 TaKO8Ki 0 always
560 121919 no feat(byte_sub_ptr): add ptr::byte_sub_ptr Gankra:ptr_sub scottmcm 0 always
561 126207 no std::unix::stack_overflow::drop_handler addressing todo through libc … devnexen:stack_overflow_libc_upd workingjubilee 0 always
562 123244 error (try) no Enable -Zshare-generics for inline(never) functions Mark-Simulacrum:share-inline-never-generics saethlin 0 never
563 125419 failure yes [bootstrap] Add support for building gcc and libgccjit GuillaumeGomez:add-gcc-to-dist Kobzol Kobzol 0 never
564 125771 failure yes [CI] Upload average CPU utilization of CI jobs to DataDog Kobzol:ci-datadog-metrics jdno jdno 0 never
565 129403 failure yes Ban non-array SIMD scottmcm:only-array-simd compiler-errors compiler-errors 0 never
566 129624 failure yes Adjust `memchr` pinning and run `cargo update` tgross35:cargo-update Mark-Simulacrum Mark-Simulacrum 0 iffy
567 130050 failure yes Enumerate lint expectations using AttrId cjgillot:expect-attr-id fee1-dead fee1-dead 0 never
568 121200 failure yes Deduplicate object safety errors on `impl dyn Trait { .. }` estebank:inferred_outlives_of-impl davidtwco 0
569 128314 failure yes port tests/run-make/extern-fn-reachable to rmake lolbinarycat:extern-fn-reachable-rmake jieyouxu 0
570 128325 failure yes Swap defid fields aDotInTheVoid:swap-defid-fields 0
571 128560 failure yes EXPERIMENT: Assemble inherent pick for trait blanket impl compiler-errors:assemble-for-param-impl 0
572 128562 failure (try) yes Migrate `incr-add-rust-src-component` and `issue-84395-lto-embed-bitcode` `run-make` tests to rmake Oneirical:no-contest-expected jieyouxu 0
573 129156 failure (try) yes run-make: Delete `cat-and-grep-sanity-check` and restrict `branch-protection-check-IBT` to stable Oneirical:final-curtest-call jieyouxu 0
574 129655 failure (try) yes Test cargo workaround ChrisDenton:cargo-workaround 0
575 129836 failure (try) yes [EXPERIMENTAL] more msvc ci debugging, do not look, cursed things inside jieyouxu:exp-msvc-ci-2 0
576 130040 failure (try) yes unify `llvm-bitcode-linker`, `wasm-component-ld` and llvm-tools logics onur-ozkan:llvm-tools-with-ci-rustc Mark-Simulacrum 0
577 127541 failure no Show diff suggestion format on verbose replacement estebank:diff-suggestions petrochenkov petrochenkov 0 never
578 128126 failure no Reject blanket object impls that are possibly incoherent wrt associated types compiler-errors:incoherent-object-impl 0
579 128988 failure (try) no Re-enable debuginfo tests on android saethlin:android-debuginfo-tests 0
580 128913 success Enable debuginfo tests that have been "temporarily disabled" for the past 6 years saethlin:unignore-debuginfo-tests compiler-errors compiler-errors 0 never
581 111061 success [perf] Enable some more MIR optimizations cjgillot:reorder-passes 0 never
582 112049 success (try) yes [do not merge] CI experiments Kobzol:pgo-omit-benchmarks 0 never
583 113125 success typeck: taint if errors found during writeback davidtwco:issue-112824-ctfe-type-mismatch-with-type-error compiler-errors 0 never
584 114538 success Split marking and visit to compute live_symbols. cjgillot:split-live-symbols 0 never
585 114561 success Record an update graph of effective visibilities to avoid repeated HIR visit. cjgillot:eff-vis-graph petrochenkov 0 never
586 115362 success [WIP] Support param bounds on non-lifetime binders compiler-errors:non-lifetime-binder-where-clauses 0 never
587 115521 success [DO NOT MERGE] Experimentally force non-leaf frame pointers workingjubilee:force-trunk-frame-pointers 0 never
588 116316 success Remove eval_always from check_private_in_public. cjgillot:incr-privacy petrochenkov 0 never
589 116542 success Add range metadata to slice lengths the8472:slice-ref-len-validity cjgillot 0 never
590 118854 success [DO NOT MERGE] Introduce mechanism to write compiler metrics to disk estebank:compiler-metrics cjgillot 0 never
591 119412 success macro_rules: Remove `NtIdent` nonterminal token petrochenkov:dialoc3 compiler-errors 0 never
592 119471 success [perf only] Reimplement references debuginfo as projection. cjgillot:mir-composite-deref 0 never
593 119966 success Move TLS to rustc_query_system cjgillot:tls 0 never
594 120179 success Enable MultipleReturnTerminators by default. cjgillot:multiple-return 0 never
595 120525 success rustc_ast: FieldDef: remove span klensy:FieldDef-span oli-obk 0 never
596 120682 success [WIP] rewrite TrustedRandomAccess into two directional variants the8472:indexed-access 0 never
597 120686 success SimplifyConstCondition: Check moves for constants clubby789:mir-const-switchint 0 never
598 121053 success Implement `#[skip]` for builtin derives clubby789:derive-skip fmease 0 never
599 121270 success Disallow deriving (other than Copy/Clone) on types with unnamed fields clubby789:more-unnamed-fields-checks fmease 0 never
600 122709 success (try) yes use precompiled rustc for non-dist builders onur-ozkan:use-precompiled-rustc-by-default Mark-Simulacrum 0 never
601 122971 success Make slice iterators carry only a single provenance scottmcm:slice-iter-provenance-v2 the8472 0 never
602 123179 success Rework MIR inlining costs scottmcm:inlining-baseline-costs wesleywiser 0 never
603 123606 success Optimize core::str::Lines::count thomcc:thomcc/opt-lines 0 never
604 123610 success Default-enable share-generics, with available_externally to still allow inlining. Mark-Simulacrum:share-generics-available-externally Mark-Simulacrum 0 never
605 124362 success [experiment] Build the compiler with panic=abort tmandry:panic-abort-rustc fee1-dead 0 never
606 124940 success [DO NOT MERGE] perf: test prototype mum-add-hasher orlp:mum-hash-perf-run thomcc 0 never
607 125317 success Optimize `EscapeIterInner` joboet:optimize_escape Noratrieb 0 never
608 125907 success (try) rustdoc: use the next solver for blanket impl synthesis fmease:rustdoc-synth-blanket-ocx-next GuillaumeGomez 0 never
609 126391 success Validate environment variable names in `std::process` tbu-:pr_command_env_equals cuviper 0 iffy
610 126924 success Reduce `&'static str` -> `String` conversions in compiler/rustc_* GnomedDev:reduce-tostring Noratrieb 0 never
611 127173 success (try) Mangle rustc_std_internal_symbols functions bjorn3:mangle_rustc_std_internal_symbol fmease 0 never
612 127241 success Mark span parent in def_collector. cjgillot:def-collector-span petrochenkov 0 never
613 127316 success bump tracing klensy:tracing-bump Mark-Simulacrum 0 never
614 127348 success Add `slice::DrainRaw` for internal use scottmcm:add-drain-raw the8472 0 never
615 127516 success Simplify `LazyAttrTokenStream` nnethercote:simplify-LazyAttrTokenStream petrochenkov 0 never
616 128068 success panic: Use local functions in `panic!` whenever possible goldsteinn:goldsteinn/panic-func-wrappers scottmcm 0 never
617 128118 success Rework instantiation mode selection in monomorphization saethlin:closures-can-be-shared 0 never
618 128324 success Defid derive hash aDotInTheVoid:defid-derive-hash 0 never
619 128597 success (try) [perf] Use Blake2 for the type-id hash Urgau:blake2-type-id 0 never
620 128747 success Cache declarative macro expansion on disk (for incremental comp.). Based on #128605 futile:cache-decl-macros petrochenkov 0 never
621 128846 success (try) Stop considering moved-out locals when computing auto traits for generators (rebased) compiler-errors:drop-liveness cjgillot 0 never
622 128907 success (try) Rework instantiation mode selection saethlin:only-cross-crate-inlinable 0 never
623 128918 success (try) Try to shrink `Alignment`-related MIR in `Layout` scottmcm:tweak-alignment-mir joboet 0 never
624 129027 success (try) Stop generating assumes for validity ranges erikdesjardins:outofuandme 0 never
625 129183 success (try) Detect more `cfg`d out items in resolution errors estebank:cfg-visitor cjgillot 0 never
626 129222 success (try) Use more CGUs in incremental compilation saethlin:more-incr-cgus 0 never
627 129287 success (try) Let MonoReachable traversal evaluate BinOps saethlin:mono-reachable-binops 0 never
628 129298 success (try) Flip the `grow_one` inlining scottmcm:tweak-grow-one saethlin 0 never
629 129385 success (try) Enable `f16` tests on platforms that were missing conversion symbols tgross35:more-platforms-enable-f16 Mark-Simulacrum 0 never
630 129491 success (try) Pass `fmt::Arguments` by reference to `PanicInfo` and `PanicMessage` StackOverflowExcept1on:master m-ou-se 0 never
631 129498 success (try) Try enabling precondition checks on ptr::{read,write} saethlin:ptr-read-write-precondition 0 never
632 129533 success (try) Update rustc-hash to version 2 Noratrieb:fxhashup Mark-Simulacrum 0 never
633 129658 success (try) Add some track_caller info to precondition panics saethlin:spare-a-crumb 0 never
634 129761 success (try) Rub come caching on caller_location saethlin:cacher-location 0 never
635 129771 success (try) dont clone old syntax context bvanjoi:donot-clone-old-syntax-context pnkfelix 0 never
636 129845 success (try) Take more advantage of the `isize::MAX` limit in `Layout` scottmcm:redo-layout Noratrieb 0 never
637 129881 success (try) yes Implement struct_target_features for non-generic functions. veluca93:struct_tf compiler-errors 0 never
638 129975 success (try) rustdoc: unify the short-circuit on all lints notriddle:notriddle/lint-skip GuillaumeGomez 0 never
639 130051 success (try) yes Post-mono MIR opts cjgillot:clone-mir 0 never
640 130112 success (try) yes Optimize DefaultHasher siphash Noratrieb:speedy-siphash-blazing-brrrr cuviper 0 never
641 130148 success (try) yes interpret: get_ptr_alloc_mut: lookup allocation only once RalfJung:interpret-get_ptr_alloc_mut estebank 0 never
642 130183 success (try) yes Bump Unicode to version 16.0.0 Marcondiro:unicode-16.0.0 Noratrieb 0 never
643 112365 success [experiment] Use new solver in MIR validator subtyping checks compiler-errors:mir-inline-check-better 0
644 122003 success Build libunwind for pc-windows-gnullvm mati865:gnullvm-build-libunwind albertlarsan68 0
645 124355 success [EXPERIMENT] Crater adding `target_family = "linux"` workingjubilee:add-target-family-linux 0
646 124592 success cleanup `candidate_should_be_dropped_in_favor_of` lcnr:winnowing-xd compiler-errors 0
647 125692 success Update bundled musl to 1.2.5 est31:update_musl_1.2.5 wesleywiser 0
648 126641 success (try) Enable `riscv64gc-gnu` testing ferrocene:hoverbear/enable-riscv64gc-testing Mark-Simulacrum 0
649 127389 success Support target-spec json file extension in various cases boozook:target-spec-json-ext-case-insensitive wesleywiser 0
650 128013 success [crater] Assemble method candidates for numerical infer vars compiler-errors:inherent-numerical 0
651 128209 success (try) Remove macOS 10.10 dynamic linker bug workaround beetrees:no-macos-10.10 fmease 0
652 128425 success [crater] Make `missing_fragment_specifier` an unconditional error tgross35:missing-fragment-specifier-unconditional petrochenkov 0
653 128998 success (try) WIP: Refactor timespec, add regression tests heaths:issue105762 Mark-Simulacrum 0
654 129289 success (try) Restrict `parse_maybe_literal_minus` nnethercote:fix-parse_maybe_literal_minus-1 petrochenkov 0
655 129329 success (try) Implement `From<&mut {slice}>` for `Rc/Arc<{slice}>` eduardosm:rc-from-mut-slice m-ou-se 0
656 129392 success (try) yes Do not consider match/let/ref of place that evaluates to `!` to diverge, disallow coercions from them too compiler-errors:raw-ref-op-doesnt-diverge-but-more lcnr 0
657 129422 success (try) Gate `repr(Rust)` correctly on non-ADT items compiler-errors:repr-rust fmease 0
658 129466 success (try) yes [CRATER RUN DO NOT MERGE] Let chain lint crater run dingxiangfei2009:let-chain-lint-crater-run jieyouxu 0
659 129543 success (try) [crater] Properly deduce object lifetime defaults in GAT paths fmease:obj-lt-def-gat 0
660 129604 success (try) [DO NOT MERGE] crater run on the tail expression drop order lint dingxiangfei2009:lint-tail-expr-drop-order-crater-run jieyouxu 0
661 129687 success (try) Implement RFC3137 trim-paths sysroot changes - take 2 Urgau:rfc3127-sysroot-2 fmease 0
662 129861 success (try) Build compiler-builtins with 1 CGU saethlin:builtins-1cgu 0
663 130151 success (try) yes Use a small runner for msvc-ext2 job ChrisDenton:slow-ci Mark-Simulacrum 0
664 130197 success (try) yes experiment: see where the perf regressions in #129778 come from RalfJung:interp-perf saethlin 0

Open retry log