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.

639 total, 6 approved, 9 rolled up, 13 failed / /

Sort key # Status Mergeable Title Head ref Assignee Approved by Priority Rollup
1 128255 pending yes Document 0x10.checked_shl(BITS - 1) does not overflow stepancheg:doc-shl scottmcm scottmcm 0 always
2 124905 approved yes Allow optimizing `u32::from::<char>`. reitermarkus:u32-from-char-opt scottmcm scottmcm 0 never
3 111351 yes Prevent using the default `cc` when that'd result in a broken build ferrocene:pa-prevent-wrong-cc onur-ozkan 0 never
4 112049 yes [do not merge] CI experiments Kobzol:pgo-omit-benchmarks 0 never
5 112372 yes Make function bodies with &! arguments unreachable saethlin:ralf-refs 0 never
6 115747 yes Optimize hash map operations in the query system Zoxc:query-hashes cjgillot 0 never
7 118159 yes Implementation of `fmt::FormattingOptions` EliasHolzmann:formatting_options m-ou-se 0 never
8 120050 yes `Vec::resize` for bytes should be a single `memset` scottmcm:vec-resize-memset m-ou-se 0 never
9 120869 yes ci update freebsd version proposal, freebsd 12 being eol devnexen:update_fbsd_ci Mark-Simulacrum 0 iffy
10 121614 yes Don't emit `expect`/`assume` in opt-level=0 clubby789:no-expect saethlin 0 never
11 122770 yes improve codegen of fmt_num to delete unreachable panic iximeow:ixi/int-formatting-optimization workingjubilee 0 never
12 123259 yes Fixup `if T::CONST` in MIR scottmcm:tweak-if-const 0 never
13 123778 yes Improve autovectorization of to_lowercase / to_uppercase functions jhorstmann:optimize-upper-lower-auto-vectorization the8472 0 iffy
14 124780 yes Improve VecCache under parallel frontend Mark-Simulacrum:lockless-cache michaelwoerister 0 never
15 124887 yes Upgrade cmake to v0.1.50 jfgoog:update-cmake onur-ozkan 0 never
16 124895 yes Disallow hidden references to mutable static obeis:static-mut-hidden-ref michaelwoerister 0 never
17 125016 yes Update compiler_builtins to 0.1.113 nicholasbishop:bishop-cb-112 compiler-errors 0 never
18 125642 yes Enable zstd for debug compression. khuey:zstd lqd 0 never
19 126158 yes Disallow setting some built-in cfg via set the command-line Urgau:disallow-cfgs petrochenkov 0 iffy
20 126444 yes gvn: Promote/propagate const local array tesuji:gvn-const-arrays cjgillot 0 never
21 126793 yes Apply "polymorphization at home" to RawVec saethlin:mono-rawvec scottmcm 0 never
22 126804 yes On short error format, append primary span label to message estebank:short-error-primary-label davidtwco 0 iffy
23 126930 yes Add unstable support for outputting file checksums for use in cargo Xaeroxe:file-checksum-hint fmease 0 never
24 127007 yes Improve slice::binary_search_by krtab:improv_binary_search m-ou-se 0 never
25 127210 yes Annotate eligible small immediate arguments with `noundef` jieyouxu:array-imm-noundef-param scottmcm 0 never
26 127276 yes rustdoc: Remove OpaqueTy aDotInTheVoid:no-opaque camelid 0 iffy
27 127324 yes Simplify match based on the cast result of `IntToInt` DianQK:match-br cjgillot 0 never
28 127740 yes Emit `assume(false)` as `store i1 true, ptr poison, align 1` DianQK:assume-false scottmcm 0 never
29 127799 yes Bootstrap command refactoring: make command output API more bulletproof (step 7) Kobzol:bootstrap-cmd-refactor-7 onur-ozkan 0 never
30 128179 yes Revert Replace ASCII control chars with Unicode Control Pictures oli-obk:revert452 estebank 0 never
31 93544 yes Debug-format fat pointers with their metadata for better insight vojtechkral:fmt-fat-ptrs m-ou-se 0
32 97524 yes Add `Thread::{into_raw, from_raw}` ibraheemdev:thread-raw Mark-Simulacrum 0
33 101213 yes net adding set_fib call to set FIB route on FreeBSD. devnexen:fbsd_set_fib workingjubilee 0
34 101551 yes [WIP] Add support for custom allocator for `String` zachs18:string_alloc Mark-Simulacrum 0
35 106418 yes Implement `PartialOrd` and `Ord` for `Discriminant` EFanZh:implement-ord-for-discriminant dtolnay 0
36 106643 yes Allow only implementing `Read::read_buf` WaffleLapkin:read_recursive dtolnay 0
37 106943 yes Implement DoubleEnded and ExactSize for Take<Repeat> and Take<RepeatWith> mina86:exact_size_take_repeat m-ou-se 0
38 107251 yes Rescope temp lifetime in if-let into IfElse dingxiangfei2009:let-chain-rescope est31 0
39 107378 yes Stabilize `anonymous_lifetime_in_impl_trait` c410-f3r:stabilize-anon-lt estebank 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 109402 yes Implement owned ops for `HashSet` and `BTreeSet` WaffleLapkin:set_owned_sub dtolnay 0
44 110406 yes rustdoc-json: Add test for #[automatically_derived] attribute aDotInTheVoid:rdj-derived-impl-attr 0
45 110702 yes [mir-opt] SimplifyLocals should also clean up debuginfo scottmcm:also-remove-unused-storage-markers cjgillot 0
46 111277 yes Add IoSlice::as_bytes Lucretiel:io-slice-as-bytes m-ou-se 0
47 112896 yes Add key_mut method to BTreeMap entries clarfonthey:btree-entry-key-mut Amanieu 0
48 113095 yes Document `become` keyword WaffleLapkin:document_becoming_unuwuable workingjubilee 0
49 113347 yes `ptr::copy_nonoverlapping` is not memcpy workingjubilee:memcpy-じゃない cuviper 0
50 113891 yes Add more syscall doc aliases to std docs SabrinaJewson:more-syscall-aliases Mark-Simulacrum 0
51 113983 yes Add a visibility suggestion in private-in-public errors nyurik:pub-in-priv-err petrochenkov 0
52 114525 yes Document explicitly that Weak::from_raw(ptr::null()) is ub est31:weak_null_docs cuviper 0
53 114531 yes Implement `From<&'a &'static str>` for `Arguments<'a>` EFanZh:implement-from-str-for-arguments m-ou-se 0
54 116528 yes Stabilize `Ready::into_inner()` daxpedda:stabilize-ready-into-inner dtolnay 0
55 116632 yes Add `(checked_)norem_div` methods for integer types newpavlov:checked_norem_div Mark-Simulacrum 0
56 117063 yes Use en dashes in documentation page titles TomFryers:patch-1 notriddle 0
57 117468 yes Stabilize Wasm relaxed SIMD daxpedda:wasm-relaxed-simd wesleywiser 0
58 118087 yes Add Ref/RefMut try_map method GrigorenkoPV:refcell_try_map Mark-Simulacrum 0
59 118474 yes Add `core::iter::adapters::PeekMap` and `core::iter::Peekable::peek_map` MiguelX413:master m-ou-se 0
60 118613 yes Enable emutls by default for android quininer:android-enable-emutls thomcc 0
61 118717 yes Add new solver / old solver opaque type tests traviscross:TC/add-new-solver-opaque-tests compiler-errors 0
62 118733 yes add error message for c# style named arguments nouritsu:master compiler-errors 0
63 118917 yes Support for a scalable simd representation JamieCunliffe:sve Amanieu 0
64 118980 yes Add rustc_intrinsic_const_vector_arg attribute to allow vectors to be passed as constants GeorgeWort:attr nnethercote 0
65 118999 yes force current stage when `--stage` is expilicitly used onur-ozkan:explicit-stages Mark-Simulacrum 0
66 119185 yes [DO NOT MERGE] adapt test stderr for LLVM 18 changes krasimirgg:teststderr 0
67 119462 yes Prevent `AtomicBool::fetch_and` and `fetch_or` from CAS loop on x86 AngelicosPhosphoros:atomic_bool_rmw_conditional_ops Amanieu 0
68 120072 yes style-guide: Tweak `Cargo.toml` formatting to not put `description` last joshtriplett:style-guide-cargo-tweak yaahc 0
69 120077 yes WIP Add Set entry API SUPERCILEX:set-entry cuviper 0
70 120176 yes Add a special case for CStr/CString in the improper_ctypes lint Flying-Toast:cstr_in_ffi_lint cjgillot 0
71 120221 yes Don't make statement nonterminals match pattern nonterminals compiler-errors:statements-are-not-patterns nnethercote 0
72 120282 yes Update comment to resolve ambiguity mahmudsudo:patch-1 Mark-Simulacrum 0
73 120314 yes core: optimise Debug impl for ascii::Char mina86:i Mark-Simulacrum 0
74 120370 yes Likely unlikely fix x17jiri:likely_unlikely_fix cjgillot 0
75 120457 yes Relax the Sized requirement on the Error impl for Box. smmalis37:patch-2 BurntSushi 0
76 120708 yes Add `or_try_*` variants for HashMap Entry API peterjoel:entry_try m-ou-se 0
77 120736 yes rustdoc: add header map to the table of contents notriddle:notriddle/toc jsha 0
78 121174 yes Check for occupied niches saethlin:codegen-niche-checks 0
79 121215 yes MaybeUninit: Document UnsafeCell byte ranges joshlf:patch-5 Mark-Simulacrum 0
80 121405 yes Fix inaccurate documentation of `wait_while` and `wait_timeout_while` Jupeyy:pr_fix_wait_while_doc Mark-Simulacrum 0
81 121494 yes add tests which assert that import list for simple executable not changed silently klensy:assert-import-list ChrisDenton 0
82 121541 yes Added Complexity annotations for documentation of std::collections::VecDeque AnthonyZhOon:master m-ou-se 0
83 121682 yes Fix ICE when there is a continue in a labeled block SarthakSingh31:cont-in-blk cjgillot 0
84 121742 yes sess: stabilize `-C stack-protector=all` davidtwco:stabilize-stack-protector-all nikic 0
85 121762 yes style-guide: Note that we don't account for comments in every possible place joshtriplett:style-comments-best-effort calebcartwright 0
86 121910 yes Revert "Change prefetch to avoid deadlock" Zoxc:rev-118488 cjgillot 0
87 122049 yes Promote riscv64gc-unknown-linux-musl to tier 2 Amanieu:riscv64-musl-tier2 Mark-Simulacrum 0
88 122418 yes Assert Spans are well-formed ariscript:assert-span-well-formed nnethercote 0
89 122551 yes Added "copy" to Debug fmt for copy operands RayMuir:copy_fmt oli-obk 0
90 122790 yes Apply dllimport in ThinLTO for -Z dylib-lto Zoxc:dllimp-rev wesleywiser 0
91 122884 yes Optimize integer `pow` by removing the exit branch mzabaluev:pow-remove-exit-branch Amanieu 0
92 123111 yes std::net: adding tcp_syncnt feature for Linux/Android. devnexen:linux_syncnt joshtriplett 0
93 123213 yes Remove impl of Allocator for &A workingjubilee:resume-with-references-only-on-request Mark-Simulacrum 0
94 123225 yes update mutex docs for send & sync Psalmuel01:master Mark-Simulacrum 0
95 123239 yes Implement a lint for implicit autoref of raw pointer dereference - take 2 Urgau:dangerous_implicit_autorefs fmease 0
96 123436 yes linker: Allow MSVC to use Meson and MinGW-style libraries amyspark:allow-msvc-to-use-meson-and-mingw-import-libraries petrochenkov 0
97 123476 yes std::net: adding `unix_socket_exclbind` feature for solaris/illumos. devnexen:std_net_solaris_exclbind Mark-Simulacrum 0
98 123611 yes Add `under normal circumstances` to `cell` docs CJendantix:patch-1 jhpratt 0
99 123657 yes Remove `HashSet::get_or_insert_with` Amanieu:remove-get_or_insert_with Mark-Simulacrum 0
100 123813 yes Add `REDUNDANT_IMPORTS` lint for new redundant import detection compiler-errors:redundant-lint petrochenkov 0
101 123877 yes Further improve diagnostics for expressions in pattern position ShE3py:expr-in-pats-2 fmease 0
102 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
103 123940 yes debug-fmt-detail option kornelski:remove-derived-debug estebank 0
104 123947 yes Add vec_deque::Iter::as_slices and friends zopsicle:vec_deque-Iter-as_slices BurntSushi 0
105 123994 yes Use Default visibility for rustc-generated C symbol declarations chbaker0:fn-declare-visibility petrochenkov 0
106 124180 yes proposal to support raw_attribute with raw pointer cre4ture:feature/raw_attribute_ptr ChrisDenton 0
107 124279 yes Add support for ppc64le clobber_abi ecnelises:ppc_clobber_abi jieyouxu 0
108 124336 yes Enforce supertrait outlives obligations hold when confirming impl compiler-errors:super-outlives lcnr 0
109 124544 yes rustdoc-search: show type signature on type-driven SERP notriddle:notriddle/type-signature-v2 GuillaumeGomez 0
110 124874 yes feature(float_mul_add_fast): expose llvm.fmuladd.* semantics jedbrown:float-mul-add-fast fmease 0
111 124912 yes Fix copy-paste error in #124067 riking:patch-1 cjgillot 0
112 124944 yes On trait bound mismatch, detect multiple crate versions in dep tree estebank:multiple-crate-versions fee1-dead 0
113 124966 yes Add x86 specific hotpatch flag to rustc nebulark:hotpatch 0
114 125048 yes PinCoerceUnsized trait into core dingxiangfei2009:stable-deref scottmcm 0
115 125060 yes Expand documentation of PathBuf, discussing lack of sanitization ChrisJefferson:pathbuf-doc workingjubilee 0
116 125087 yes Optimize `Seek::stream_len` impl for `File` tbu-:pr_file_stream_len ChrisDenton 0
117 125182 yes std: make ExitCode Eq djc:exit-code-eq m-ou-se 0
118 125205 yes Fixup Windows verbatim paths when used with the `include!` macro ChrisDenton:verbatim-include joshtriplett 0
119 125340 yes Optimize `escape_ascii`. reitermarkus:optimize-escape-ascii joboet 0
120 125404 yes Fix `read_buf` uses in `std` a1phyr:fix-read_buf-uses workingjubilee 0
121 125419 yes [bootstrap] Add gcc to dist generation GuillaumeGomez:add-gcc-to-dist Kobzol 0
122 125462 yes Explicitly disable debug-assertions when building std for mir-opt tests saethlin:mir-opt-tests-without-debug-assertions Mark-Simulacrum 0
123 125558 yes Tweak type inference for `const` operands in inline asm Amanieu:const-asm-type compiler-errors 0
124 125601 yes Adds `cfg(not(no_global_oom_handling))` for `FromUtf16Error` mu001999-contrib:add-cfg m-ou-se 0
125 125645 yes add unqualified_local_imports lint RalfJung:unclear_local_imports estebank 0
126 125679 yes Optimize `escape_ascii` using a lookup table clarfonthey:escape_ascii joboet 0
127 125779 yes [rustdoc] Add copy code feature GuillaumeGomez:copy-code notriddle 0
128 125782 yes Implement RFC 3624 `supertrait_item_shadowing` (v2) compiler-errors:supertrait-item-shadowing 0
129 125844 yes Add UWTable attr to functions with a personality function Reflexe:fix/123733 pnkfelix 0
130 125854 yes Move ZST ABI handling to `rustc_target` beetrees:zst-arg-abi estebank 0
131 125889 yes Add migration lint for 2024 prelude additions Nilstrieb:migrate-into-the-future compiler-errors 0
132 125897 yes from_ref, from_mut: clarify documentation RalfJung:from-ref m-ou-se 0
133 125949 yes Revert "tidy: validate LLVM component names in tests" erikdesjardins:nocomponent workingjubilee 0
134 125970 yes CommandExt::before_exec: deprecate safety in edition 2024 RalfJung:before_exec m-ou-se 0
135 126046 yes Implement `mixed_integer_ops_unsigned_sub` davidzeng0:mixed_integer_ops_unsigned_sub m-ou-se 0
136 126050 yes Use #[track_caller] for no_threads.rs for Mutex colelawrence:patch-1 cuviper 0
137 126118 yes docs: Mention `spare_capacity_mut()` in `Vec::set_len` jan-ferdinand:docs_for_vec_set_len m-ou-se 0
138 126136 yes Call the target libdir target libdir Nilstrieb:bootstrap-naming onur-ozkan 0
139 126161 yes Delegation: support generics in associated delegation items Bryanskiy:delegation-generics-4 petrochenkov 0
140 126162 yes std::unix::thread fix available_parallelism on netbsd/32 bits. devnexen:fix_netbsd_bootstrap_faulty_parallelism Amanieu 0
141 126245 yes Greatly speed up doctests by compiling compatible doctests in one file GuillaumeGomez:doctest-improvement-v2 camelid 0
142 126247 yes rustdoc: word wrap CamelCase in the item list table and sidebar notriddle:notriddle/word-wrap-item-table camelid 0
143 126275 yes Enhance suggestions of `dropping_*` lints tbu-:pr_lint_drop_ref nnethercote 0
144 126316 yes Do not eagerly reject inference vars when trying to resolve method calls. oli-obk:recursive_rpit3 lcnr 0
145 126321 yes Add `./x clippy ci` ferrocene:pa-clippy-ci onur-ozkan 0
146 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
147 126450 yes Promote Mac Catalyst targets to Tier 2, and ship with rustup madsmtm:promote-mac-catalyst Mark-Simulacrum 0
148 126454 yes bump-stage0: use IndexMap for determinism cuviper:deterministic-bump albertlarsan68 0
149 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
150 126588 yes Added more scenarios where comma to be removed in the function arg linyihai:trim-extra-comma fmease 0
151 126697 yes [RFC] mbe: consider the `_` in 2024 an expression vincenzopalazzo:macros/find_the_expression_tok eholk 0
152 126733 yes [Coverage][MCDC] Adapt mcdc to llvm 19 ZhuUx:llvm-19-adapt compiler-errors 0
153 126818 yes Better handle suggestions for the already present code and fix some suggestions estebank:suggestions-fix wesleywiser 0
154 126839 yes Add multi-producer, multi-consumer channel (mpmc) obeis:mpmc Amanieu 0
155 126877 yes CloneToUninit impls GrigorenkoPV:clone_to_uninit dtolnay 0
156 126985 yes Implement `-Z embed-source` (DWARFv5 source code embedding extension) Mrmaxmeier:dwarf-embed-source TaKO8Ki 0
157 127013 yes Add `f16` formatting and parsing tgross35:f16-format-parse 0
158 127021 yes Add target support for RTEMS Arm thesummer:1-add-target-support-for-rtems-arm-xilinx-zedboard pnkfelix 0
159 127025 yes [DO NOT MERGE] llvm-wrapper: adapt for LLVM 19 API change #126582 krasimirgg:llvm-19-ci durin42 0
160 127027 yes Add `f16` and `f128` math functions tgross35:f16-f128-math dtolnay 0
161 127034 yes WIP: eliminate `DefineOpaqueTypes` by using `Yes` across the compiler oli-obk:define_opaque_types16 0
162 127043 yes Enable f16 in assembly on aarch64 platforms that support it lengrongfu:feat/enable-f16 Amanieu 0
163 127061 yes add inner methods to peekable dev-ardi:peekable-inner BurntSushi 0
164 127062 yes std::unix::thread::available_parallelism: optimisation at init time. devnexen:available_parallelism_linux_optim ChrisDenton 0
165 127063 yes Warn when passing pointers to asm! with nomem/readonly options Soveu:asm-nomem-pointer Amanieu 0
166 127095 yes Migrate `reproducible-build-2` and `stable-symbol-names` `run-make` tests to rmake Oneirical:testiary-education Kobzol 0
167 127104 yes Skip pub structs with repr(c) and repr(transparent) in dead code analysis mu001999-contrib:fix/126169-2 compiler-errors 0
168 127159 yes match lowering: Hide `Candidate` from outside the lowering algorithm Nadrieril:hide-candidate matthewjasper 0
169 127175 yes Compiletest: Panic on Invalid Source File veera-sivarajan:fix-126601 jieyouxu 0
170 127193 yes Make E0599's label more clear for field which is used like a method. surechen:fix_127178_1 compiler-errors 0
171 127274 yes rustc_codegen_llvm: less pubs klensy:llvm-ffi-dead cjgillot 0
172 127279 yes use old ctx if has same expand environment during decode span bvanjoi:fix-112680 cjgillot 0
173 127290 yes Fully document `rustdoc-json-types` its-the-shrimp:document_rustdoc_json_types aDotInTheVoid 0
174 127401 yes [EXPERIMENT] Ban generics in variadic args workingjubilee:ban-generics-in-variadic-args 0
175 127462 yes std: uefi: Add basic Env variables Ayush1325:uefi-env joboet 0
176 127474 yes doc: Make block of inline Deref methods foldable tesuji:foldable-inline-derefs notriddle 0
177 127483 yes Allow disabling ASan instrumentation for globals BertalanD:no_sanitize-global-var cuviper 0
178 127490 yes Add target page for riscv64gc-unknown-linux-gnu ferrocene:hoverbear/add-riscv64gc-unknown-linux-target-page Nilstrieb 0
179 127522 yes Relocate upvars to Unresumed state and make coroutine prefix trivial dingxiangfei2009:move-upvars-to-locals pnkfelix 0
180 127534 yes feat(core): impl Step for NonZero<u*> jalil-salame:nonzero-uint-step joshtriplett 0
181 127537 yes Implement a first version of RFC 3525: struct target features veluca93:struct_tf BoxyUwU 0
182 127543 yes More unsafe attr verification carbotaniuman:more_unsafe_attr_verification estebank 0
183 127546 yes Correct outdated object size limit workingjubilee:5-level-paging-exists 0
184 127565 yes Teach rustc about the Xtensa VaListImpl esp-rs:xtensa-vaargs davidtwco 0
185 127574 yes elaborate unknowable goals lcnr:coherence-check-supertrait compiler-errors 0
186 127581 yes Fix crate name validation & clean up fmease:fix-crate_name-validation wesleywiser 0
187 127586 yes Add `#[must_use]` to some `into_raw*` functions. zachs18:more-must-use cuviper 0
188 127589 yes rustdoc-search: simplify rules for generics and type params notriddle:notriddle/search-sem-3 jsha 0
189 127595 yes Fix panic=abort tests on fuchsia c6c7:fix-panic=abort-tests-on-fuchsia tmandry 0
190 127604 yes Adding the has_item function to the iterator trait. yonikremer:master Amanieu 0
191 127623 yes fix: fs::remove_dir_all: treat internal ENOENT as success lolbinarycat:fix_remove_dir_all Amanieu 0
192 127633 yes [library/std/src/process.rs] `PartialEq` & `Eq` for `ExitCode` SamuelMarks:eq-exit-code Amanieu 0
193 127655 yes turn `invalid_type_param_default` into a `FutureReleaseErrorReportInDeps` RalfJung:invalid_type_param_default compiler-errors 0
194 127679 yes Stabilize `raw_ref_op` (RFC 2582) RalfJung:raw_ref_op TaKO8Ki 0
195 127681 yes derive(SmartPointer): rewrite bounds in where and generic bounds dingxiangfei2009:smart-ptr-bounds davidtwco 0
196 127682 yes bootstrap: fully rely on RUSTC_WRAPPER RalfJung:bootstrap-rustc-wrapper Kobzol 0
197 127692 yes Suggest `impl Trait` for References to Bare Trait in Function Header veera-sivarajan:bugfix-125139 estebank 0
198 127700 yes Associated constants for new duration constructors edwardwc:constant-new-duration-constructors scottmcm 0
199 127714 yes Lint unused assoc tys although the trait is used mu001999-contrib:dead/enhance-2 pnkfelix 0
200 127731 yes Emit error when calling/declaring functions with unavailable vectors. veluca93:abi_checks RalfJung 0
201 127743 yes Mark `f16` and `f128` as incomplete features. tgross35:f16-f128-incomplete-feature scottmcm 0
202 127753 yes Implement `Clone` for `BufReader`, `BufWriter` and `LineWriter` a1phyr:io_buf_clone BurntSushi 0
203 127765 yes Fix doc nits bitfield:fix_stdlib_doc_nits joboet 0
204 127766 yes add `extern "C-cmse-nonsecure-entry" fn` folkertdev:c-cmse-nonsecure-entry fmease 0
205 127793 yes Added project-specific Zed IDE settings ChaiTRex:zed_support Kobzol 0
206 127803 yes Do not ICE when trying to get layout of an unexpected type gurry:126942-ice-infer-ty-layout compiler-errors 0
207 127830 yes When an archive fails to build, print the path tgross35:archive-failure-message BoxyUwU 0
208 127853 yes `#[naked]`: report incompatible attributes folkertdev:naked-function-error-messages bjorn3 0
209 127860 yes deps: dedup object, wasmparser, wasm-encoder klensy:dedup Mark-Simulacrum 0
210 127863 yes Use atomics instead of mutex in exit guard tbu-:pr_exit_guard_no_mutex Amanieu 0
211 127879 yes Document futility of printing temporary pointers kornelski:bad-pointer-printf scottmcm 0
212 127882 yes Don't elaborate associated types with Sized bounds in `trait_object_ty` in cfi compiler-errors:cfi-sized-self-gat chenyukang 0
213 127887 yes Add trailing newline check for `rustc --print` in `run-make-support` Rejyr:run-make-support-print-newline-check jieyouxu 0
214 127894 yes rustc_codegen_ssa: workaround broken verbatim behavior liushuyu:workaround-ld-bfd-verbatim petrochenkov 0
215 127897 yes add `aarch64_unknown_nto_qnx700` target - QNX 7.0 support for aarch64le nyurik:add-qnx-70-target TaKO8Ki 0
216 127905 yes Add powerpc-unknown-linux-muslspe compile target BKPepe:powerpc-muslspe wesleywiser 0
217 127907 yes built-in derive: remove BYTE_SLICE_IN_PACKED_STRUCT_WITH_DERIVE hack and lint RalfJung:byte_slice_in_packed_struct_with_derive cjgillot 0
218 127921 yes Stabilize unsafe extern blocks (RFC 3484) spastorino:stabilize-unsafe-extern-blocks traviscross 0
219 127922 yes Add unsafe to extern blocks in style guide spastorino:unsafe-extern-blocks-in-style-guide compiler-errors 0
220 127926 yes Migrate `foreign-double-unwind`, `issue-36710` and `foreign-exceptions` `run-make` tests to rmake Oneirical:classical-orctestra jieyouxu 0
221 127945 yes Implement `debug_more_non_exhaustive` tgross35:debug-more-non-exhaustive Nilstrieb 0
222 127955 yes Add limit for unclosed delimiters in lexer diagnostic chenyukang:yukang-fix-mismatched-delimiter-issue-12786 nnethercote 0
223 127973 yes Reject unconstrained lifetimes in type_of(assoc_ty) instead of during wfcheck of the impl item oli-obk:uplift_wf_checks 0
224 127974 yes force compiling std from source if explicitly called onur-ozkan:force-std-builds Mark-Simulacrum 0
225 127988 yes Do not ICE with incorrect empty suggestion estebank:dupe-derive-params fmease 0
226 128001 yes Improve documentation for <integer>::from_str_radix Krappa322:master scottmcm 0
227 128004 yes codegen `#[naked]` functions using global asm folkertdev:naked-fn-asm Amanieu 0
228 128009 yes [typo] fix typo in panicking.rs syheliel:master joboet 0
229 128010 yes Marks the self ty live when checking impl item mu001999-contrib:fix/127911 pnkfelix 0
230 128018 yes Normalize filecheck directives tgross35:normalize-filecheck-directives jieyouxu 0
231 128026 yes std::thread: available_parallelism implementation for vxWorks proposal. devnexen:available_parallelism_vxworks Mark-Simulacrum 0
232 128055 yes std: unsafe-wrap personality::dwarf::eh workingjubilee:deny-unsafe-ops-in-sys-personality-dwarf-eh Amanieu 0
233 128064 yes Improve docs for Waker::noop and LocalWaker::noop ijackson:noop-waker-doc workingjubilee 0
234 128070 yes Rewrite the compiletest directive parser tgross35:compiletest-parser-rewrite jieyouxu 0
235 128073 yes [EXPERIMENTAL] try to see how to make `print-target-list` pass jieyouxu:exp-print-target-list 0
236 128079 yes Migrate `static-dylib-by-default`, `sanitizer-dylib-link`, `sanitizer-cdylib-link` and `sanitizer-staticlib-link` `run-make` tests to rmake Oneirical:testiges-of-civilization jieyouxu 0
237 128080 yes Specify scope in `out_of_scope_macro_calls` lint estebank:out-of-scope-macro petrochenkov 0
238 128083 yes Bump bootstrap compiler to new beta Mark-Simulacrum:bump-bootstrap albertlarsan68 0
239 128084 yes Suggest adding Result return type for associated method in E0277. surechen:fix_125997_v1 cjgillot 0
240 128091 yes build-manifest: Allow building manifests for formats that only have xz compression heiher:xz-only Mark-Simulacrum 0
241 128103 yes add `is_multiple_of` for unsigned integer types folkertdev:unsigned-int-is-multiple-of Amanieu 0
242 128104 yes Not lint pub structs without pub constructors intentionally mu001999-contrib:fix/128053 petrochenkov 0
243 128110 yes Suggest Replacing Comma with Semicolon in Incorrect Repeat Expressions veera-sivarajan:bugfix-80173 fmease 0
244 128112 yes Migrate `share-generics-dylib`, `raw-dylib-import-name-type`, `raw-dylib-link-ordinal` and `raw-dylib-stdcall-ordinal` `run-make` tests to rmake Oneirical:testidigitation-cantrip jieyouxu 0
245 128141 yes Set branch protection function attributes nikic:aarch64-bti cuviper 0
246 128149 yes nontemporal_store: make sure that the intrinsic is truly just a hint RalfJung:nontemporal_store fmease 0
247 128151 yes Structured suggestion for `extern crate foo` when `foo` isn't resolved in import estebank:missing-extern-crate cjgillot 0
248 128153 yes Stop using `MoveDataParamEnv` for places that don't need a param-env compiler-errors:mdpe cjgillot 0
249 128154 yes Return an empty list when item is not present in the attributes table momvart:128145-get_item_attrs BoxyUwU 0
250 128157 yes deduplicate and clarify rules for converting pointers to references lolbinarycat:unify-ptr-ref-docs cuviper 0
251 128159 yes Suggest using `matches` or adding `==` on `x == a || b || c` compiler-errors:nested-ors fee1-dead 0
252 128161 yes nested aux-build in tests/rustdoc/ tests EtomicBomb:just-compiletest notriddle 0
253 128162 yes Cleanup sys module to match house style ChrisDenton:cleanup joboet 0
254 128166 yes Improved `checked_isqrt` and `isqrt` methods ChaiTRex:isqrt tgross35 0
255 128174 yes Don't record trait aliases as marker traits compiler-errors:trait-alias-marker pnkfelix 0
256 128182 yes handle no_std targets on std builds onur-ozkan:fix-no-std-crates Mark-Simulacrum 0
257 128184 yes std: refactor `pthread`-based synchronization joboet:refactor_pthread_sync ChrisDenton 0
258 128192 yes rustc_target: Add various aarch64 features mrkajetanp:feature-detect Amanieu 0
259 128197 yes Skip locking span interner for some syntax context checks Alexendoo:span-ctxt davidtwco 0
260 128202 yes Tell users not to file a bug when using internal library features compiler-errors:internal-lib-features Nilstrieb 0
261 128204 yes Small optimization for integers Display implementation GuillaumeGomez:integers-opti workingjubilee 0
262 128206 yes Make create_dll_import_lib easier to implement bjorn3:import_lib_writing_refactor fee1-dead 0
263 128207 yes improve error message when `global_asm!` uses `asm!` options folkertdev:asm-parser-generalize Amanieu 0
264 128209 yes Remove macOS 10.10 dynamic linker bug workaround beetrees:no-macos-10.10 fmease 0
265 128215 yes Update the reference ehuss:update-reference Kobzol 0
266 128219 yes Rwlock downgrade Connortsui20:rwlock-downgrade joboet 0
267 128221 yes Add implied target features to target_feature attribute calebzulawski:implied-target-features Amanieu 0
268 128228 yes Stabilize `const_waker` slanterns:const_waker dtolnay 0
269 128234 yes Optimize empty case in Vec::retain jcsp:retain-empty-case Nilstrieb 0
270 128239 yes Don't ICE when encountering error regions when confirming object method candidate compiler-errors:error-on-object-cand-confirm estebank 0
271 128240 yes Add links from `assert_eq!` docs to `debug_assert_eq!`, etc. mbrubeck:patch-3 joboet 0
272 128241 yes Remove logic to suggest clone of function output compiler-errors:clone-sugg jieyouxu 0
273 128244 yes Peel off explicit (or implicit) deref before suggesting clone on move error in borrowck, remove some hacks compiler-errors:move-clone-sugg estebank 0
274 128245 yes Migrate `cdylib-dylib-linkage` `run-make` test to rmake Oneirical:total-linkage-ownage 0
275 128247 yes codegen: do not set attributes on foreign function imports RalfJung:import-attribute-clash BoxyUwU 0
276 128250 yes Add `select_unpredictable` to force LLVM to use CMOV Amanieu:select_unpredictable petrochenkov 0
277 128252 yes modularize rustdoc's write_shared EtomicBomb:pre-rfc fmease 0
278 128254 yes Rewrite binary search implementation Amanieu:orig-binary-search tgross35 0
279 128256 yes feat: add tier-1 platform support for change_time juliusl:pr/support-tier-1-change-time tgross35 0
280 128259 yes [illumos/solaris] set MSG_NOSIGNAL while writing to sockets sunshowers:msg-nosignal Mark-Simulacrum 0
281 128261 yes impl `Default` for collection iterators that don't already have it clarfonthey:iter-default Amanieu 0
282 128262 yes Delete `SimplifyArmIdentity` and `SimplifyBranchSame` tests DianQK:remove-unused-tests fmease 0
283 128263 yes rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind` notriddle:notriddle/clean-up-again GuillaumeGomez 0
284 128265 yes Perform instsimplify before inline to eliminate some trivial calls DianQK:instsimplify-before-inline saethlin 0
285 123692 yes Clarify guarantees about calling `Iterator:next()` after it returns `None` Jules-Bertholet:patch-1 dtolnay 0 always
286 124339 yes allow overwriting the output of `rustc --version` oli-obk:supports_feature wesleywiser 0 always
287 127675 yes Remove invalid help diagnostics for const pointer chenyukang:yukang-fix-127562-addr fee1-dead 0 always
288 125443 no rustfmt `use` declarations nnethercote:rustfmt-use-decls cuviper 10 never
289 126810 no Tweak output of resolve errors estebank:resolve-error-wording petrochenkov 10 never
290 125208 no Make lint diagnostics responsible for providing their primary span fmease:lint-diags-store-their-span nnethercote 1
291 89917 no sess: default to v0 symbol mangling davidtwco:issue-60705-stabilize-rust-symbol-mangling-scheme michaelwoerister 0 never
292 101500 no Perform unused assignment and unused variables lints on MIR. cjgillot:mir-liveness davidtwco 0 never
293 104342 no Require `type_map::stub` callers to supply file information mweber15:add_file_location_to_more_types wesleywiser 0 never
294 105392 no Dedup bounds with parent impl block GuillaumeGomez:rustdoc-dedup-bounds compiler-errors 0 never
295 106852 no Only preserve DebugInfo in DeadStoreElimination if requested. cjgillot:debug-dse JakobDegen 0 never
296 109050 no Only use the new DepNode hashmap for anonymous nodes. cjgillot:no-hash-graph michaelwoerister 0 never
297 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
298 109645 no Slightly micro-optimize derive of PartialOrd thomcc:optimize_partialord_derive compiler-errors 0 never
299 110691 no Enable DataflowConstProp by default cjgillot:enable-dcp 0 never
300 111430 no rustdoc: migrate `item_struct` to an Askama template nicklimmm:askama-migration-item-struct GuillaumeGomez 0 never
301 114595 no Mark more spans as relative. cjgillot:relative-attr 0 never
302 115003 no Increase parallelism in various locations Zoxc:parallel-tweaks-rebase cjgillot 0 never
303 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
304 116173 no New atomic reference counting algorithm m-ou-se:arc Amanieu 0 never
305 116375 no Create the previous dep graph index on a background thread Zoxc:lazy-index cjgillot 0 never
306 116707 no Create an `AllocId` for `ConstValue::Slice`. cjgillot:slice-id 0 never
307 117473 no Move alignment checks to codegen saethlin:codegen-alignment-checks wesleywiser 0 never
308 119017 no MIR-only rlibs saethlin:mir-only-rlibs 0 never
309 119458 no Do not hash allocations to name them. cjgillot:anonymous-alloc compiler-errors 0 never
310 119501 no Only generate a single shim for clone of copy types. cjgillot:clone-shim 0 never
311 119899 no redesign stage 0 std onur-ozkan:redesign-stage0-std albertlarsan68 0 iffy
312 120193 no #[cold] on match arms x17jiri:cold_match_arms oli-obk 0 never
313 120286 no Implement RFC 3349, mixed utf8 literals nnethercote:3349-mixed-utf8-literals 0 never
314 120589 no std::thread::available_parallelism merging linux/android/freebsd version devnexen:cpuaff_fbsd_upd m-ou-se 0 never
315 120706 no Initial support for auto traits with default bounds Bryanskiy:leak lcnr 0 never
316 120855 no Introduce -Zsplit-metadata option bjorn3:split_metadata4 petrochenkov 0 never
317 121848 no stabilize `-Znext-solver=coherence` lcnr:stabilize-next-solver compiler-errors 0 never
318 122189 no snapshot: avoid leaking inference vars lcnr:probe-no-more-leak oli-obk 0 never
319 122325 no Stop using LLVM struct types for array/pointer offset GEPs erikdesjardins:array nikic 0 never
320 122362 no Link `std` statically in `rustc_driver` Zoxc:rustc_driver_static_std oli-obk 0 never
321 122709 no use precompiled rustc for non-dist builders onur-ozkan:use-precompiled-rustc-by-default Mark-Simulacrum 0 never
322 123219 no [WIP] rustdoc (base+json): add support for variances fmease:rustdoc-variances-json 0 never
323 124029 no Give RPITITs variances, so they can (not) capture lifetimes compiler-errors:rpitit-variances 0 never
324 124108 no Add `Box<[T; N]>: IntoIterator` without any method dispatch hacks compiler-errors:box-arr-into-iter Amanieu 0 never
325 124141 no Remove `Nonterminal` and `TokenKind::Interpolated` nnethercote:rm-Nonterminal-and-TokenKind-Interpolated petrochenkov 0 never
326 124188 no MIR: Stop needing an explicit BB for `otherwise:unreachable` scottmcm:implicit-switchint-unreachable 0 never
327 124977 no Improve location reporting of trait placeholder error compiler-errors:higher-ranked-err cjgillot 0 never
328 125116 no (Big performance change) Do not run lints that cannot emit blyxyas:ignore-allowed-lints-final cjgillot 0 never
329 126651 no Implement consecutive shorthand projections (associated type paths) like `T::AssocA::AssocB` fmease:consec-shorthand-proj compiler-errors 0 never
330 87173 no unstable proc_macro tracked::* rename/restructure drahnr:bernhard-tracked-restructure m-ou-se 0
331 94904 no doc(notable_trait) for impls conradludgate:rustdoc-notable-attr GuillaumeGomez 0
332 94909 no [WIP] 'Notable Trait Implementations' doc section conradludgate:notable-trait-implementations GuillaumeGomez 0
333 97977 no Add `String::replace_first` and `String::replace_last` WilliamVenner:string_replace_in_place kennytm 0
334 98514 no `std::thread` support for the Nintendo 3DS AzureMarker:feature/horizon-threads Mark-Simulacrum 0
335 98991 no Apply deprecation lint to trait method overrides. m-ou-se:deprecated-overrides wesleywiser 0
336 99469 no Add UI to help with advanced search requests GuillaumeGomez:advanced-search-ui notriddle 0
337 99790 no Explain how Vec::with_capacity is faithful workingjubilee:explain-vec-with-cap m-ou-se 0
338 99927 no More distinctive pretty-printing of function item types steffahn:distinctive_function_item_types_printing estebank 0
339 100413 no Track `-Cprofile-use` and `-Cprofile-sample-use` value by file hash, not file path Kobzol:profile-use-track-file-hash michaelwoerister 0
340 100824 no use `confstr(_CS_DARWIN_USER_TEMP_DIR, ...)` as a `TMPDIR` fallback on Darwin thomcc:darwin_user_temp_dir dtolnay 0
341 101339 no enable -Zrandomize-layout in debug CI builds the8472:ci-randomize-debug Mark-Simulacrum 0
342 101387 no Added `interrupt` function for `std::process::Child` JonathanWoollett-Light:process-interrupt cuviper 0
343 101981 no Impl AsRef, Borrow for Ref, RefMut dhardy:borrow_ref m-ou-se 0
344 102343 no New API: Range::cmp_scalar; comparison (less/equal/greater) to a primitive of the Range golddranks:range_cmp m-ou-se 0
345 103029 no feat: add `expansion_growth_limit` attr as another expansion limit vincenzopalazzo:macros/expansion_grow_limit petrochenkov 0
346 103134 no Kill array_assume_init SUPERCILEX:uninit-array-assume scottmcm 0
347 103376 no Strip leading trailing empty lines in doc code blocks GuillaumeGomez:strip-leading-trailing-empty-lines notriddle 0
348 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
349 104803 no Implement unification of const abstract impls JulianKnodt:unify_impls oli-obk 0
350 105377 no rust: library: Add `setsid` method to `CommandExt` trait HarveyHunt:setsid m-ou-se 0
351 105586 no Experimental feature gate proposal `crabi` joshtriplett:abi-experimental-feature-gate nikomatsakis 0
352 105604 no Use ELF-TLS on SGX joboet:sgx_tls m-ou-se 0
353 105877 no `impl PartialEq<{str,String}> for {Path,PathBuf}` (and reversed) Kixunil:impl-partialeq-str-for-path m-ou-se 0
354 106074 no Implement RFC 3323: restrictions jhpratt:restrictions compiler-errors 0
355 106375 no Stabilize `io_error_more` albertlarsan68:stabilize-io_err_more BurntSushi 0
356 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
357 107263 no Allow impl on projection GuillaumeGomez:allow-impl-on-projection oli-obk 0
358 107562 no WIP: Remove `ResumeTy` from async lowering Swatinem:async-resumety-v2 compiler-errors 0
359 107587 no Mark `std` integral modules as deprecated (`std::u32`, `std::i16`, etc.) tgross35:deprecate-std-num-modules dtolnay 0
360 107640 no rustdoc: Add support for local resources GuillaumeGomez:rustdoc-local-resources-2 notriddle 0
361 108001 no Add lint to check if non-inlined local reexports have documentation GuillaumeGomez:unused_reexport_documentation-lint notriddle 0
362 108097 no Change Wasm's `cdylib` etc. to be a "reactor". sunfishcode:sunfishcode/wasi-reactor wesleywiser 0
363 108874 no Implement `io::Entropy` and refactor random data generation joboet:io_entropy Mark-Simulacrum 0
364 108942 no unstable-book: split sanitizers into testing and production ones disconnect3d:patch-1 eholk 0
365 108981 no Implement `fs_native_path` ChrisDenton:aspath Amanieu 0
366 108993 no Make typeck aware of uninhabited types cjgillot:uninhabited-typeck lcnr 0
367 109350 no Add pattern matching API to OsStr mina86:pattern-2 dtolnay 0
368 110105 no Stabilise exhaustive patterns feature cjgillot:exhaustive-patterns oli-obk 0
369 110327 no Add the ability to see inherited envs on Command schneems:schneems/expose-command-env-clear thomcc 0
370 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
371 110961 no Create `unnecessary_send_constraint` lint for `&(dyn ... + Send)` john-h-k:lint/useless-send davidtwco 0
372 111628 no Allow integer suffixes starting with `e`. nnethercote:allow-e-suffixes petrochenkov 0
373 112106 no Added traits implemented by FnPtr to fn docs with example function mj10021:issue-111182-fix cuviper 0
374 112331 no Report allocation errors as panics, second attempt Amanieu:panic-oom-payload2 m-ou-se 0
375 112457 no Make `std::mem::transmute_copy` accept `?Sized` inputs nvzqz:feat/unsized-transmute_copy m-ou-se 0
376 112469 no Only use the new node hashmap for anonymous nodes. cjgillot:graph-anon-hashmap michaelwoerister 0
377 112807 no Migrate `rustdoc` diagnostics to translatable diagnostics nicklimmm:rustdoc-translatable-diagnostics-migration jsha 0
378 112999 no relax leak-check aliemjay:leakcheck-relax BoxyUwU 0
379 113074 no rustdoc: redesign [+]/[−] controls notriddle:notriddle/plus-minus jsha 0
380 113433 no Disable building `rustc` with (Thin)LTO on Windows Kobzol:bootstrap-window-thinlto-error clubby789 0
381 113924 no More precisely point out what is immutable for E0596 chenyukang:yukang-fix-113842-ref compiler-errors 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 114652 no Keep printing extra comments in MIR dumps lqd:mir-dumps saethlin 0
387 114900 no Allow a MIR analysis to perform the state `join` directly Jarcho:mut_join cjgillot 0
388 114917 no Dummy PR to test coverage test changes in CI Zalathar:dummy-coverage 0
389 115293 no Remove -Zfuel. cjgillot:no-fuel wesleywiser 0
390 115501 no Add new inherit_handles flag to CommandExt trait michaelvanstraten:set_inherit_handles ChrisDenton 0
391 115506 no `target_os = "custom"`: selecting/swapping platform-specific parts of the libstd at runtime NathanRoyer:std-custom-platform Mark-Simulacrum 0
392 115572 no Do not insert duplicate SourceFile. cjgillot:relative-source-file-dedup oli-obk 0
393 115648 no Remove "consider specifying this binding's type" when reference differs in mutability jmintb:master jackh726 0
394 115746 no Print thread ID in panic message if thread name is unknown tgross35:unnamed-threads-panic-message cuviper 0
395 115802 no rustdoc search: Allow to filter on multiple crates GuillaumeGomez:rustdoc-search-multiple-crate-filtering notriddle 0
396 115942 no Expand doc comment on MIR validation. cjgillot:doc-checker RalfJung 0
397 115954 no cfi: Store type erasure witness for Argument maurer:cfi-workaround m-ou-se 0
398 116114 no Stabilize target_feature_11 calebzulawski:stabilize-tf11 nikomatsakis 0
399 116161 no Stabilize `extended_varargs_abi_support` Soveu:varargs2 cjgillot 0
400 116209 no clippy::complexity fixes matthiaskrgr:clippy2 petrochenkov 0
401 116247 no WIP: Check uninhabitedness through the trait solver cjgillot:uninhabited-predicate lcnr 0
402 116517 no feat(ci): upload metrics to GitHub Artifacts ✨ meysam81:meysam/feat/upload-ci-metrics-to-artifacts jdno 0
403 116575 no diagnostic: properly deal with hygienic names on unresolved fields and imports fmease:diag-suggs-hygiene-improvs cjgillot 0
404 116777 no Dedup Fluent invalid ptr errors in const eval workingjubilee:const-eval-fluent-dedup-ptrkind fee1-dead 0
405 116863 no warn less about non-exhaustive in ffi workingjubilee:non-exhaustive-is-not-ffi-unsafe scottmcm 0
406 116882 no rustdoc: hide `#[repr]` if it isn't part of the public ABI fmease:rustdoc-generalized-priv-repr-heuristic notriddle 0
407 117015 no Doc comment custom MIR debuginfo. cjgillot:custom-mir-debuginfo-doc RalfJung 0
408 117360 no Use macro to make query providers greppable Nilstrieb:query-provider-find-me TaKO8Ki 0
409 117465 no Add -Z small-data-threshold paulmenage:small-data-limit compiler-errors 0
410 117676 no llvm-wrapper: remove some unused headers klensy:cut-llvm-includes cuviper 0
411 117682 no Don't check GAT bounds in normalization aliemjay:gat-relax-lifetimes 0
412 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
413 117867 no New attribute macros format for diagnostic structs without fluent slug chenyukang:errors-refactor-no-fluent davidtwco 0
414 117913 no Suggest removal of borrow in index when appropriate estebank:issue-66023 compiler-errors 0
415 117991 no Clarify safety of layout_for_ptr CAD97:layout-for-ptr cuviper 0
416 118171 no Allow constants using an Abi::Vector layout to be passed to the backend GeorgeWort:consts compiler-errors 0
417 118270 no Allow coercions from never-type when ref binding is involved Aaron1011:ref-pat-never-coerce compiler-errors 0
418 118377 no Make -Clinker-plugin-lto compatible with ld64 cormacrelf:bugfix/linker-plugin-lto-ld64 michaelwoerister 0
419 118477 no Remove `ProjectionElem::Subtype` ouz-a:remove_subtyper lcnr 0
420 118480 no Specialize sleep_until implementation dvdsk:sleep_until_os_specific_impl cuviper 0
421 118711 no [rustdoc] Add `no-hidden-lines` codeblock attribute GuillaumeGomez:raw-codeblock-attribute notriddle 0
422 118833 no Add lint against function pointer comparisons Urgau:lint_function_pointer_comparisons cjgillot 0
423 118939 no Better errors with bad/missing identifiers in MBEs EliseZeroTwo:EliseZeroTwo/fix-macrorules-ident-errors TaKO8Ki 0
424 119043 no Add new temporary lifetime feature gate and super let keyword dingxiangfei2009:super-let oli-obk 0
425 119220 no Uplift `clippy::invalid_null_ptr_usage` lint Urgau:uplift-invalid_null_ptr_usage b-naber 0
426 119229 no Update mingw-w64 + GNU toolchain mati865:update-mingw-toolchain Kobzol 0
427 119260 no Make broken MIR a proper lint. cjgillot:mir-lint TaKO8Ki 0
428 119355 no Add `-Zerror-metrics=PATH` to save diagnostic metadata to disk estebank:error_metrics compiler-errors 0
429 119550 no Rename `AsyncIterator` back to `Stream`, introduce an AFIT-based `AsyncIterator` trait yoshuawuyts:async-iterator compiler-errors 0
430 119669 no Allow building stage1+ std with `panic=abort` clubby789:std-panic-strategy albertlarsan68 0
431 119798 no Issue 83060 fix iSwapna:issue-83060-fix wesleywiser 0
432 119926 no Stabilize `--env-set` option GuillaumeGomez:stabilize-env-set davidtwco 0
433 120013 no coverage: Don't show coverage for code paths that must panic/diverge Zalathar:diverge 0
434 120098 no Give a better error message when CI download fails Teapot4195:issue-118758-fix Mark-Simulacrum 0
435 120197 no Improve `E0617` to Distinguish Between Fn Item and Fn Pointer in FFI HTGAzureX1212:HTGAzureX1212/issue-69232-improve-error-617 estebank 0
436 120234 no stabilise assert_matches Dylan-DPC:82775/stab/assert_matches m-ou-se 0
437 120580 no Add `MAX_LEN_UTF8` and `MAX_LEN_UTF16` Constants HTGAzureX1212:HTGAzureX1212/issue-45795 m-ou-se 0
438 120611 no [WIP]: generating rust-project file for r-a onur-ozkan:embedded-lsp-feed 0
439 120698 no Fix and slightly improve `AstValidator` fmease:astvalidator-fixes compiler-errors 0
440 120700 no Stabilize associated type position impl Trait (ATPIT) traviscross:TC/stabilize-atpit nikomatsakis 0
441 120705 no Remove `suffix` from `MetaItemLit` camsteffen:lit-suffix-remove davidtwco 0
442 120752 no Collect relevant item bounds from trait clauses for nested rigid projections compiler-errors:more-relevant-bounds lcnr 0
443 120808 no Split elided_lifetime_in_paths into tied and untied shepmaster:split-elided-lifetimes-in-paths pnkfelix 0
444 120818 no rustdoc: add three-column layout for large desktops notriddle:notriddle/three-column fmease 0
445 121051 no Introduce infrastructure for generating target docs Nilstrieb:targetting onur-ozkan 0
446 121274 no Report a specialized error when a `'static` obligation comes from an `impl dyn Trait` estebank:implicit_static fmease 0
447 121334 no Raw fluent diagnostic structs davidtwco:raw-fluent-diagnostics nnethercote 0
448 121553 no Lower struct patterns and struct expressions with unnamed fields frank-king:feature/unnamed-fields-hir davidtwco 0
449 121560 no Allow `#[deny]` inside `#[forbid]` as a no-op Nilstrieb:stop-lint-macro-nonsense TaKO8Ki 0
450 121880 no Run linking and incremental saving / finalizing in parallel Zoxc:link-task estebank 0
451 121909 no Drop AST on a separate thread and prefetch `hir_crate` Zoxc:drop-ast-task cjgillot 0
452 121920 no downgrade ptr.is_aligned_to crate-private Gankra:is_aligned_to m-ou-se 0
453 121965 no Elaborate on the invariants for references-to-slices scottmcm:slice-validity RalfJung 0
454 122156 no Represent diagnostic side effects as dep nodes Zoxc:side-effect-dep-node cjgillot 0
455 122161 no Fix suggestion when shorthand `self` has erroneous type compiler-errors:shorthand-self fmease 0
456 122288 no [Proof of concept] Recover from struct literals with placeholder path fmease:recover-bad-struct-lit-w-tyck compiler-errors 0
457 122308 no [WIP] [crater-only] Make a watered-down version of lazy type aliases the default fmease:lta-crater 0
458 122340 no Treat weak alias types more like ADTs when computing implied bounds fmease:lta-implied-bounds-recurse-shallow oli-obk 0
459 122403 no Explicitly don't normalize param-env in new solver compiler-errors:explicitly-dont-normalize-in-new-solver lcnr 0
460 122408 no Use futex-based synchronization on Apple platforms joboet:apple_futex m-ou-se 0
461 122565 no Try to write the panic message with a single `write_all` call Zoxc:atomic-panic-msg the8472 0
462 122631 no coverage: Replace color terminal tests with HTML output tests Zalathar:html oli-obk 0
463 122661 no Assert that the first `assert!` expression is `bool` estebank:assert-macro-span pnkfelix 0
464 122668 no Add APIs for dealing with titlecase Jules-Bertholet:titlecase m-ou-se 0
465 122670 no 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
466 122685 no Emit a warning if a `match` is too complex GuillaumeGomez:match-too-complex Nadrieril 0
467 122792 no Stabilize `min_exhaustive_patterns` Nadrieril:stabilize-min-exh-pats2 fee1-dead 0
468 122808 no Stabilize `count`, `ignore`, `index`, and `length` (`macro_metavar_expr`) c410-f3r:again-again-again-again-again fmease 0
469 122872 no [rustdoc] Detect and resolve ambiguities in fn parameters type names krtab:doc_diff_types GuillaumeGomez 0
470 122957 no Silence unnecessary "missing `dyn`" errors and tweak E0746 suggestions estebank:issue-121037 oli-obk 0
471 123008 no [TEST] Test out Fjall memory allocator Zoxc:fjall-global 0
472 123082 no CFI: Fix fn items, closures, and Fn trait objects rcvalle:rust-cfi-fix-fn-items-closures-fn-trait-objects compiler-errors 0
473 123110 no Rename iter::Iterator::intersperse() to ::separate() lukaslueg:inter_separate dtolnay 0
474 123205 no Revert "CFI: Skip non-passed arguments" rcvalle:rust-cfi-revert-skip-non-passed-arguments compiler-errors 0
475 123220 no [blocked on design] [PoC]: rustdoc (html): add support for variances fmease:rustdoc-variances-html 0
476 123319 no Add managarm as a tier 3 target no92:managarm-target davidtwco 0
477 123365 no At test discovery, write to logfile in the same format as to stdout aspotashev:converge-discovery-logfile Muscraft 0
478 123384 no Link rustc tools into the correct sysroot Nilstrieb:back-where-you-belong onur-ozkan 0
479 123472 no WIP: PoC for `derive(SmartPointer)` wedsonaf:smart-ptr pnkfelix 0
480 123521 no CFI: Refactor: Split into modules maurer:module-split compiler-errors 0
481 123604 no Abstract `ProcThreadAttributeList` into its own struct michaelvanstraten:proc_thread_attribute_list ChrisDenton 0
482 123617 no sanitizers: Stabilize AddressSanitizer and LeakSanitizer for the Tier 1 targets rcvalle:rust-stabilize-core-sanitizers davidtwco 0
483 123705 no ThinBox: move WithHeader to submodule stepancheg:with-header oli-obk 0
484 123723 no Make `std::os::tvos`, `std::os::visionos` and `std::os::watchos` public madsmtm:apple-std-os dtolnay 0
485 123822 no More translatable diagnostics Xiretza:more-translatable-diagnostics pnkfelix 0
486 123948 no Async drop codegen azhogin:azhogin/async-drop 0
487 123951 no Reserve guarded string literals (RFC 3593) pitaj:reserve-guarded-strings nnethercote 0
488 123958 no Delegation: partial generics support Bryanskiy:delegation-generics petrochenkov 0
489 124154 no coverage: Treat each match arm as a "branch" for branch coverage Zalathar:branch-arms 0
490 124278 no Support mcdc analysis for pattern matching ZhuUx:pattern-match wesleywiser 0
491 124353 no Add support for downloading `libgccjit.so` file GuillaumeGomez:download-libgccjit onur-ozkan 0
492 124421 no Stop re-implementing slice iterators in `vec::IntoIter` scottmcm:slice-drain-iter m-ou-se 0
493 124439 no Set default value `deny-warnings` for compiler profile to `false` WaffleLapkin:who-wants-to-deny-warnings-lmao albertlarsan68 0
494 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
495 124595 no Suggest cloning `Arc` moved into closure estebank:issue-104232 pnkfelix 0
496 124598 no [draft] Rework the way we treat opaques in `check_opaque_meets_bounds` compiler-errors:reveal lcnr 0
497 124601 no [WIP] Implement `unchecked_disjoint_bitor` alion02:disjoint-bitor scottmcm 0
498 124810 no speed up `String::push` and `String::insert` lincot:speed-up-string-push-and-string-insert scottmcm 0
499 124812 no [DO NOT MERGE] bootstrap with next solver enabled lcnr:next-solver-bootstrap-hack 0
500 124852 no alias-relate: add fast reject optimization lcnr:search-graph-uwu compiler-errors 0
501 125234 no Fix unnamed lifetime spans bovinebuddha:issue-125143 compiler-errors 0
502 125334 no add a normalizes-to fast path lcnr:normalizes-to-rigid-fastpath compiler-errors 0
503 125356 no make declarative macro expansion a part of query system SparrowLii:expand1 petrochenkov 0
504 125388 no Improve parse item fallback dev-ardi:improve-parse-item-fallback wesleywiser 0
505 125405 no Add std::thread::add_spawn_hook. m-ou-se:thread-add-spawn-hook Amanieu 0
506 125493 no only return used dependencies in `crate_dependencies_in_postorder` lqd:issue-125474 petrochenkov 0
507 125495 no canonicalizer: add lookup table lcnr:canonicalizer-bound-var-lookup compiler-errors 0
508 125555 no Recover statics better Nilstrieb:recover-statics-better oli-obk 0
509 125579 no Add `--print host-triple` to print host target triple Nilstrieb:print-host davidtwco 0
510 125614 no New feature panic color errors Vudvud:newFeature-panicColorErrors Nilstrieb 0
511 125626 no tests: fix filecheck typos klensy:filecheck-tt Mark-Simulacrum 0
512 125716 no R raymond/fix/issue 107165 r-raymond:r-raymond/fix/issue-107165 lcnr 0
513 125721 no Stop emitting spans from proc macro compile time in quote expansion bjorn3:proc_macro_quote_no_spans davidtwco 0
514 125780 no [WIP] RIIR HtmlDocCk fmease:riir-htmldocck 0
515 125784 no Silence errors in expressions caused by bare traits in paths in 2021 edition estebank:issue-51077 fmease 0
516 125793 no Add a FCW for special cased blocks WaffleLapkin:never_block_lint compiler-errors 0
517 125929 no Delegation: support generics for delegation from free functions Bryanskiy:delegation-generics-3 petrochenkov 0
518 125981 no do not rerun trait solver cycles on ambiguity lcnr:ambig-no-rerun compiler-errors 0
519 126013 no Add `#[deny(unreachable_pub)]` to a bunch of compiler crates nnethercote:unreachable_pub Urgau 0
520 126026 no Improve unconstrained impl diagnostic (fixes #107295) LlewVallis:llew-better-unconstrained-impl-diagnostic jackh726 0
521 126183 no Separate core search logic with search ui Folyd:search-core notriddle 0
522 126231 no Port `tests/run-make/sysroot-crates-are-unstable` to rmake Zalathar:sysroot-crates jieyouxu 0
523 126293 no Remove the `missing_copy_implementations` lint. nnethercote:rm-missing_copy_implementations-lint lcnr 0
524 126554 no Reword trait-object compatibility in rustdoc kornelski:dyn-trait-compat-jargon fmease 0
525 126595 no Allow reifying intrinsics to fn pointers. (rebase of #86699) GrigorenkoPV:reify-intrinsics compiler-errors 0
526 126597 no Add Unicode block-drawing compiler output support estebank:unicode-output fmease 0
527 126604 no Uplift `clippy::double_neg` lint as `double_negation` kadiwa4:uplift_double_negation nnethercote 0
528 126660 no Allow dropping `dyn Trait` principal Jules-Bertholet:dyn-drop-principal-2 lcnr 0
529 126704 no Added SHA512, SM3, SM4 target-features and `sha512_sm_x86` feature gate sayantn:sha Amanieu 0
530 126773 no Port `tests/run-make/libtest-json` to `tests/ui` Zalathar:libtest-json wesleywiser 0
531 126856 no remove deprecated tool `rls` onur-ozkan:remove-rls clubby789 0
532 127117 no Rework `non_local_definitions` lint to only use a syntactic heuristic Urgau:non_local_def-syntactic BoxyUwU 0
533 127173 no Mangle rustc_std_internal_symbols functions bjorn3:mangle_rustc_std_internal_symbol fmease 0
534 127242 no Skip const-eval if evaluatable predicate is trivial dingxiangfei2009:skip-const-resolve-if-trivially-evaluatable BoxyUwU 0
535 127282 no Make inline suggestions no longer be the default estebank:experiment-for-annotate-snippets fmease 0
536 127485 no Suggest removing `.unwrap()` or `.expect()` if followed by a failed `?` operator trevyn:issue-127345 fee1-dead 0
537 127541 no Show diff suggestion format on verbose replacement estebank:diff-suggestions oli-obk 0
538 127567 no std: implement the `once_wait` feature joboet:once_wait Amanieu 0
539 127578 no std: use a queue-based `Condvar` on NetBSD and other platforms joboet:queue_condvar Mark-Simulacrum 0
540 127672 no Stabilize opaque type precise capturing (RFC 3617) compiler-errors:precise-capturing 0
541 127721 no collect doc alias as tips during resolution bvanjoi:issue-124273 estebank 0
542 127791 no Rename config.toml to bootstrap.toml LuuuXXX:issue-126875 onur-ozkan 0
543 127857 no Allow to customize `// TODO:` comment for deprecated safe autofix tbu-:pr_deprecated_safe_todo estebank 0
544 127877 no Migrate `print-target-list` to `rmake` and `print-calling-convention` to ui-test Rejyr:migrate-print-rmake jieyouxu 0
545 127885 no Add a macro for defining intrinsics with the Rust ABI tgross35:intrinsics-macro oli-obk 0
546 127912 no std: make `thread::current` available in all `thread_local!` destructors joboet:tls_dtor_thread_current cuviper 0
547 127997 no Suggest `derive(Trait)` or `T: Trait` from transitive obligation in some cases estebank:missing-trait-suggestion compiler-errors 0
548 128006 no Make `missing_fragment_specifier` an error in edition 2024 tgross35:missing-fragment-specifier-e2024 petrochenkov 0
549 128045 no #[contracts::requires(...)] pnkfelix:rustc-contracts Amanieu 0
550 128086 no Unify wording of "failed to resolve" errors with "cannot find" resolution errors estebank:failed-to-resolve petrochenkov 0
551 128115 no refactor search graph even more! lcnr:search-graph-10 compiler-errors 0
552 128134 no std: move allocators to `sys` joboet:move_pal_alloc cuviper 0
553 99761 no Fix item-info color GuillaumeGomez:item-info-color jsha 0 always
554 121216 no Always emit `native-static-libs` note, even if it is empty madsmtm:fix-108825 TaKO8Ki 0 always
555 121919 no feat(byte_sub_ptr): add ptr::byte_sub_ptr Gankra:ptr_sub scottmcm 0 always
556 125256 no Move tests c410-f3r:testsssssss petrochenkov 0 always
557 126207 no std::unix::stack_overflow::drop_handler addressing todo through libc … devnexen:stack_overflow_libc_upd workingjubilee 0 always
558 123550 error no Remove last rt::init allocation for thread info GnomedDev:remove-initial-arc Nilstrieb Nilstrieb 0 iffy
559 126991 failure yes Accelerate GVN a little cjgillot:gvn-prof oli-obk oli-obk 0 never
560 128246 failure yes Don't manually implement `PartialEq` for some types in `rustc_type_ir` GrigorenkoPV:derive-where compiler-errors compiler-errors 0 never
561 121200 failure yes Deduplicate object safety errors on `impl dyn Trait { .. }` estebank:inferred_outlives_of-impl davidtwco 0
562 126076 failure yes privacy: normalize associated types before visiting jswrenn:fix-45713 compiler-errors 0
563 127060 failure yes Migrate `symbol-visibility` `run-make` test to rmake Oneirical:testificate jieyouxu 0
564 127373 failure yes [do not merge] Testing Windows CI ehuss:windows-in-use ehuss 0
565 127456 failure yes Use same `FxHashMap` in `rustdoc-json-types` and `librustdoc`. aDotInTheVoid:rdj-hashmap-2 0
566 127624 failure (try) yes Migrate and rename `issue-47551`, `issue-35164` and `issue-69368` `run-make` tests to rmake Oneirical:a-test-of-lime jieyouxu 0
567 128107 failure (try) yes Migrate `raw-dylib-alt-calling-convention`, `raw-dylib-c` and `redundant-libs` `run-make` tests to rmake Oneirical:tomato-hartester jieyouxu 0
568 128126 failure (try) yes Reject blanket object impls that are possibly incoherent wrt associated types compiler-errors:incoherent-object-impl 0
569 127140 failure no Weekly `cargo update` rust-lang:cargo_update Mark-Simulacrum Nilstrieb 1 never
570 127040 failure no [Perf Experiment] Change FxHash to GxHash blyxyas:xxh3-hasher BoxyUwU 0
571 105840 success Micro-optimize Ord::cmp for primitives saethlin:ord-cmp 0 never
572 111061 success [perf] Enable some more MIR optimizations cjgillot:reorder-passes 0 never
573 112279 success Stop considering moved-out locals when computing auto traits for generators nbdd0121:generator cjgillot 0 never
574 113125 success typeck: taint if errors found during writeback davidtwco:issue-112824-ctfe-type-mismatch-with-type-error compiler-errors 0 never
575 114538 success Split marking and visit to compute live_symbols. cjgillot:split-live-symbols 0 never
576 114561 success Record an update graph of effective visibilities to avoid repeated HIR visit. cjgillot:eff-vis-graph petrochenkov 0 never
577 114669 success Make metadata a workproduct and reuse it cjgillot:metadata-wp petrochenkov 0 never
578 115362 success [WIP] Support param bounds on non-lifetime binders compiler-errors:non-lifetime-binder-where-clauses 0 never
579 115521 success [DO NOT MERGE] Experimentally force non-leaf frame pointers workingjubilee:force-trunk-frame-pointers 0 never
580 116316 success Remove eval_always from check_private_in_public. cjgillot:incr-privacy petrochenkov 0 never
581 116542 success Add range metadata to slice lengths the8472:slice-ref-len-validity cjgillot 0 never
582 118854 success [DO NOT MERGE] Introduce mechanism to write compiler metrics to disk estebank:compiler-metrics cjgillot 0 never
583 119412 success macro_rules: Remove `NtIdent` nonterminal token petrochenkov:dialoc3 compiler-errors 0 never
584 119471 success [perf only] Reimplement references debuginfo as projection. cjgillot:mir-composite-deref 0 never
585 119966 success Move TLS to rustc_query_system cjgillot:tls 0 never
586 120179 success Enable MultipleReturnTerminators by default. cjgillot:multiple-return 0 never
587 120525 success rustc_ast: FieldDef: remove span klensy:FieldDef-span oli-obk 0 never
588 120682 success [WIP] rewrite TrustedRandomAccess into two directional variants the8472:indexed-access 0 never
589 120686 success SimplifyConstCondition: Check moves for constants clubby789:mir-const-switchint 0 never
590 120901 success Add my encoding debugging rig saethlin:debuggable-encoding 0 never
591 121053 success Implement `#[skip]` for builtin derives clubby789:derive-skip fmease 0 never
592 121270 success Disallow deriving (other than Copy/Clone) on types with unnamed fields clubby789:more-unnamed-fields-checks fmease 0 never
593 121397 success [WIP] Re-enable the early otherwise branch optimization DianQK:early_otherwise_branch_sound wesleywiser 0 never
594 122329 success Redirect `__rust_dealloc` to `sdallocx` Zoxc:sdallocx petrochenkov 0 never
595 122971 success Make slice iterators carry only a single provenance scottmcm:slice-iter-provenance-v2 the8472 0 never
596 123179 success Rework MIR inlining costs scottmcm:inlining-baseline-costs wesleywiser 0 never
597 123244 success Enable -Zshare-generics for inline(never) functions Mark-Simulacrum:share-inline-never-generics saethlin 0 never
598 123606 success Optimize core::str::Lines::count thomcc:thomcc/opt-lines 0 never
599 123610 success Default-enable share-generics, with available_externally to still allow inlining. Mark-Simulacrum:share-generics-available-externally Mark-Simulacrum 0 never
600 123669 success Avoid a scrape_region_constraints and instead register the region constraints directly oli-obk:eager_opaque_checks4 lcnr 0 never
601 124362 success [experiment] Build the compiler with panic=abort tmandry:panic-abort-rustc fee1-dead 0 never
602 124737 success [Experiment] Replace `unreachable_unchecked()` with `uninit().assume_init()` in `unwrap_unchecked()` alion02:litter-less Nilstrieb 0 never
603 124940 success [DO NOT MERGE] perf: test prototype mum-add-hasher orlp:mum-hash-perf-run thomcc 0 never
604 125162 success [perf experiment] Create a separate query for required and mentioned items tmiasko:required-items 0 never
605 125317 success Optimize `EscapeIterInner` joboet:optimize_escape Nilstrieb 0 never
606 125907 success rustdoc: use the next solver for blanket impl synthesis fmease:rustdoc-synth-blanket-ocx-next GuillaumeGomez 0 never
607 125923 success Fix leaks from panics in destructors matthewjasper:no-return-leak lcnr 0 never
608 126069 success Change the return type of `Ty::kind` from `&TyKind` to `TyKind`. nnethercote:Ty-kind-ret-ty 0 never
609 126391 success Validate environment variable names in `std::process` tbu-:pr_command_env_equals cuviper 0 iffy
610 126556 success Add a precondition check for Layout::from_size_align_unchecked saethlin:layout-precondition joboet 0 never
611 126557 success Add `#[track_caller]` to allocating methods of `Vec` & `VecDeque` GrigorenkoPV:vec_track_caller m-ou-se 0 never
612 126924 success Reduce `&'static str` -> `String` conversions in compiler/rustc_* GnomedDev:reduce-tostring Nilstrieb 0 never
613 127241 success Mark span parent in def_collector. cjgillot:def-collector-span petrochenkov 0 never
614 127262 success [WIP] make ast lowering incremental fee1-dead-contrib:lower-incr2 cjgillot 0 never
615 127313 success Rewrite lint_expectations in a single pass. cjgillot:single-expect compiler-errors 0 never
616 127316 success bump tracing klensy:tracing-bump Mark-Simulacrum 0 never
617 127348 success Add `slice::DrainRaw` for internal use scottmcm:add-drain-raw the8472 0 never
618 127513 success (try) yes Update to LLVM 19 nikic:llvm-19 0 never
619 127516 success Simplify `LazyAttrTokenStream` nnethercote:simplify-LazyAttrTokenStream petrochenkov 0 never
620 127815 success Make `DropShim`'s `param_env` optional to fix `InstanceKind::DropShim` compiler-errors:drop 0 never
621 128068 success (try) yes panic: Use local functions in `panic!` whenever possible goldsteinn:goldsteinn/panic-func-wrappers scottmcm 0 never
622 128118 success (try) yes Rework instantiation mode selection in monomorphization saethlin:closures-can-be-shared 0 never
623 128200 success (try) yes Change output normalization logic to be linear against size of output estebank:normalize-whitespace lcnr 0 never
624 112365 success [experiment] Use new solver in MIR validator subtyping checks compiler-errors:mir-inline-check-better 0
625 122003 success Build libunwind for pc-windows-gnullvm mati865:gnullvm-build-libunwind albertlarsan68 0
626 124355 success [EXPERIMENT] Crater adding `target_family = "linux"` workingjubilee:add-target-family-linux 0
627 124592 success cleanup `candidate_should_be_dropped_in_favor_of` lcnr:winnowing-xd compiler-errors 0
628 125692 success (try) yes Update bundled musl to 1.2.5 est31:update_musl_1.2.5 wesleywiser 0
629 125771 success [CI] Upload average CPU utilization of CI jobs to DataDog Kobzol:ci-datadog-metrics jdno 0
630 126452 success Implement raw lifetimes and labels (`'r#ident`) compiler-errors:raw-lifetimes spastorino 0
631 126641 success Enable `riscv64gc-gnu` testing ferrocene:hoverbear/enable-riscv64gc-testing Mark-Simulacrum 0
632 127389 success Support target-spec json file extension in various cases boozook:target-spec-json-ext-case-insensitive wesleywiser 0
633 127561 success [experiment] try fixing compiler_builtins android bug tgross35:builtins-experimental 0
634 127827 success (try) yes [EXPERIMENT] Rewrite closure-of-async to async-closure compiler-errors:async-closure-closure-async 0
635 128013 success (try) yes [crater] Assemble method candidates for numerical infer vars compiler-errors:inherent-numerical 0
636 128037 success (try) yes Use the `enum2$` Natvis visualiser for repr128 C-style enums beetrees:repr128-c-style-use-natvis michaelwoerister 0
637 128075 success (try) yes Migrate `rlib-format-packed-bundled-libs-2`, `native-link-modifier-whole-archive` and `no-builtins-attribute` `run-make` tests to rmake Oneirical:try-your-damnetest jieyouxu 0
638 128147 success (try) yes migrate fmt-write-bloat to rmake lolbinarycat:fmt-write-bloat-rmake jieyouxu 0
639 128196 success (try) yes Migrate `cross-lang-lto-upstream-rlibs`, `long-linker-command-lines` and `long-linker-command-lines-cmd-exe` `run-make` tests to rmake Oneirical:poltergeist-manitestation jieyouxu 0

Open retry log