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.

655 total, 10 approved, 14 rolled up, 11 failed / /

Sort key # Status Mergeable Title Head ref Assignee Approved by Priority Rollup
1 126479 pending yes Disable `llvm-bitcode-linker` in the default bootstrap profiles Kobzol:disable-llvm-linker-by-default onur-ozkan onur-ozkan 0 never
2 126533 pending (try) yes Apply IntVar/FloatVar "hack" to `for_each_relevant_impl` compiler-errors:for-each-int-float 0
3 126299 approved yes Remove superfluous UbChecks from `SliceIndex` methods scottmcm:tune-sliceindex-ubchecks saethlin saethlin 0 never
4 126505 approved yes Only compute vtable information during codegen compiler-errors:no-vtable davidtwco lcnr 0 never
5 125112 approved yes Document behavior of `create_dir_all` wrt. empty path tbu-:pr_create_dir_all_empty dtolnay dtolnay 0 always
6 126127 approved yes Spell out other trait diagnostic Alexendoo:other-trait-diag pnkfelix pnkfelix 0 always
7 126309 approved yes unify git command preperation onur-ozkan:unify-git-utilization Kobzol Kobzol 0 always
8 106852 yes Only preserve DebugInfo in DeadStoreElimination if requested. cjgillot:debug-dse JakobDegen 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 112049 yes [do not merge] CI experiments Kobzol:pgo-omit-benchmarks 0 never
11 112372 yes Make function bodies with &! arguments unreachable saethlin:ralf-refs 0 never
12 115747 yes Optimize hash map operations in the query system Zoxc:query-hashes cjgillot 0 never
13 117473 yes Move alignment checks to codegen saethlin:codegen-alignment-checks oli-obk 0 never
14 118159 yes Implementation of `fmt::FormattingOptions` EliasHolzmann:formatting_options m-ou-se 0 never
15 120855 yes Introduce -Zsplit-metadata option bjorn3:split_metadata4 petrochenkov 0 never
16 120869 yes ci update freebsd version proposal, freebsd 12 being eol devnexen:update_fbsd_ci Mark-Simulacrum 0 iffy
17 121220 yes Add transmute range assumes for pointers too saethlin:assume-ptr-ranges 0 never
18 122186 yes Remove a workaround for a bug bjorn3:remove_bug_workaround petrochenkov 0 iffy
19 122770 yes improve codegen of fmt_num to delete unreachable panic iximeow:ixi/int-formatting-optimization workingjubilee 0 never
20 123550 yes Remove last rt::init allocation for thread info GnomedDev:remove-initial-arc Nilstrieb 0 iffy
21 124032 yes Replace sort implementations Voultapher:a-new-sort thomcc 0 never
22 124780 yes Improve VecCache under parallel frontend Mark-Simulacrum:lockless-cache michaelwoerister 0 never
23 124887 yes Upgrade cmake to v0.1.50 jfgoog:update-cmake onur-ozkan 0 never
24 125016 yes Update compiler_builtins to 0.1.112 nicholasbishop:bishop-cb-112 compiler-errors 0 never
25 125500 yes Migrate `link-arg`, `link-dedup` and `issue-26092` `run-make` tests to `rmake` format Oneirical:bundle-them-up-why-not jieyouxu 0 iffy
26 125507 yes Re-implement a type-size based limit compiler-errors:type-length-limit lcnr 0 never
27 126024 yes Add definable opaque types to the selection cache key oli-obk:candidate_key_caching_is_unsound_yay lcnr 0 never
28 126094 yes linker: Link dylib crates by path petrochenkov:libsearch estebank 0 never
29 126279 yes Migrate `inaccessible-temp-dir`, `output-with-hyphens` and `issue-10971-temps-dir` `run-make` tests to `rmake` Oneirical:you-can-run-make-but-cannot-hide Kobzol 0 iffy
30 126444 yes gvn: Promote/propagate const local array tesuji:gvn-const-arrays cjgillot 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 99733 yes Extend const_convert for Cow on From<&str> and From<String> nipunn1313:nipunn/impl_const_from dtolnay 0
34 101213 yes net adding set_fib call to set FIB route on FreeBSD. devnexen:fbsd_set_fib workingjubilee 0
35 104693 yes Consistently use the highest bit of vector masks when converting to i1 vectors jhorstmann:use-high-bit-of-mask-for-select wesleywiser 0
36 106418 yes Implement `PartialOrd` and `Ord` for `Discriminant` EFanZh:implement-ord-for-discriminant dtolnay 0
37 106643 yes Allow only implementing `Read::read_buf` WaffleLapkin:read_recursive dtolnay 0
38 106943 yes Implement DoubleEnded and ExactSize for Take<Repeat> and Take<RepeatWith> mina86:exact_size_take_repeat m-ou-se 0
39 107251 yes Rescope temp lifetime in let-chain into IfElse dingxiangfei2009:let-chain-rescope est31 0
40 107378 yes Stabilize `anonymous_lifetime_in_impl_trait` c410-f3r:stabilize-anon-lt estebank 0
41 107562 yes WIP: Remove `ResumeTy` from async lowering Swatinem:async-resumety-v2 compiler-errors 0
42 108097 yes Change Wasm's `cdylib` etc. to be a "reactor". sunfishcode:sunfishcode/wasi-reactor wesleywiser 0
43 108193 yes Add rem_floor and rem_ceil clarfonthey:rounding-remainders dtolnay 0
44 108671 yes Implement flatten for `Option<&Option<T>>` and `Option<&mut Option<T>>` Coca162:option_reference_flattening BurntSushi 0
45 108684 yes Clarify drop_in_place safety Manishearth:dip-safety JakobDegen 0
46 109402 yes Implement owned ops for `HashSet` and `BTreeSet` WaffleLapkin:set_owned_sub dtolnay 0
47 110406 yes rustdoc-json: Add test for #[automatically_derived] attribute aDotInTheVoid:rdj-derived-impl-attr 0
48 111277 yes Add IoSlice::as_bytes Lucretiel:io-slice-as-bytes m-ou-se 0
49 112328 yes Feat. adding ext that returns change_time juliusl:pr/windows-add-change-time m-ou-se 0
50 112896 yes Add key_mut method to BTreeMap entries clarfonthey:btree-entry-key-mut Amanieu 0
51 113095 yes Document `become` keyword WaffleLapkin:document_becoming_unuwuable workingjubilee 0
52 113347 yes `ptr::copy_nonoverlapping` is not memcpy workingjubilee:memcpy-じゃない cuviper 0
53 113891 yes Add more syscall doc aliases to std docs SabrinaJewson:more-syscall-aliases Mark-Simulacrum 0
54 113983 yes Add a visibility suggestion in private-in-public errors nyurik:pub-in-priv-err petrochenkov 0
55 114525 yes Document explicitly that Weak::from_raw(ptr::null()) is ub est31:weak_null_docs cuviper 0
56 114531 yes Implement `From<&'a &'static str>` for `Arguments<'a>` EFanZh:implement-from-str-for-arguments m-ou-se 0
57 114917 yes Dummy PR to test coverage test changes in CI Zalathar:dummy-coverage 0
58 116113 yes Generalize `{Rc,Arc}::make_mut()` to unsized types. kpreid:arcmut dtolnay 0
59 116528 yes Stabilize `Ready::into_inner()` daxpedda:stabilize-ready-into-inner dtolnay 0
60 116632 yes Add `(checked_)norem_div` methods for integer types newpavlov:checked_norem_div Mark-Simulacrum 0
61 116882 yes rustdoc: hide `#[repr]` if it isn't part of the public ABI fmease:rustdoc-generalized-priv-repr-heuristic notriddle 0
62 117063 yes Use en dashes in documentation page titles TomFryers:patch-1 notriddle 0
63 117468 yes Stabilize Wasm relaxed SIMD daxpedda:wasm-relaxed-simd wesleywiser 0
64 117539 yes add test for #113272 matthiaskrgr:test_113272 wesleywiser 0
65 117810 yes 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
66 117932 yes Correct rustdoc section where we talk about rustdoc emitting errors on invalid code GuillaumeGomez:update-rustdoc-book notriddle 0
67 117991 yes Clarify safety of layout_for_ptr CAD97:layout-for-ptr cuviper 0
68 118087 yes Add Ref/RefMut try_map method GrigorenkoPV:refcell_try_map Mark-Simulacrum 0
69 118377 yes Make -Clinker-plugin-lto compatible with ld64 cormacrelf:bugfix/linker-plugin-lto-ld64 michaelwoerister 0
70 118474 yes Add `core::iter::adapters::PeekMap` and `core::iter::Peekable::peek_map` MiguelX413:master m-ou-se 0
71 118613 yes Enable emutls by default for android quininer:android-enable-emutls thomcc 0
72 118717 yes Add new solver / old solver opaque type tests traviscross:TC/add-new-solver-opaque-tests compiler-errors 0
73 118733 yes add error message for c# style named arguments nouritsu:master compiler-errors 0
74 118953 yes Fix ICE from zero-length span when suggesting to remove trailing semi-colon from final statement in block EliseZeroTwo:EliseZeroTwo/fix-114251 b-naber 0
75 118999 yes force current stage when `--stage` is expilicitly used onur-ozkan:explicit-stages Mark-Simulacrum 0
76 119127 yes Implement `array::repeat` joboet:array_repeat scottmcm 0
77 119185 yes [DO NOT MERGE] adapt test stderr for LLVM 18 changes krasimirgg:teststderr 0
78 119462 yes Prevent `AtomicBool::fetch_and` and `fetch_or` from CAS loop on x86 AngelicosPhosphoros:atomic_bool_rmw_conditional_ops Amanieu 0
79 119798 yes Issue 83060 fix iSwapna:issue-83060-fix wesleywiser 0
80 120072 yes style-guide: Tweak `Cargo.toml` formatting to not put `description` last joshtriplett:style-guide-cargo-tweak yaahc 0
81 120077 yes WIP Add Set entry API SUPERCILEX:set-entry cuviper 0
82 120176 yes Add a special case for CStr/CString in the improper_ctypes lint Flying-Toast:cstr_in_ffi_lint cjgillot 0
83 120282 yes Update comment to resolve ambiguity mahmudsudo:patch-1 Mark-Simulacrum 0
84 120314 yes core: optimise Debug impl for ascii::Char mina86:i Mark-Simulacrum 0
85 120457 yes Relax the Sized requirement on the Error impl for Box. smmalis37:patch-2 BurntSushi 0
86 120580 yes Add `MAX_LEN_UTF8` and `MAX_LEN_UTF16` Constants HTGAzureX1212:HTGAzureX1212/issue-45795 m-ou-se 0
87 120611 yes [WIP]: generating rust-project file for r-a onur-ozkan:embedded-lsp-feed 0
88 120708 yes Add `or_try_*` variants for HashMap Entry API peterjoel:entry_try m-ou-se 0
89 120924 yes Let's `#[expect]` some lints: Stabilize `lint_reasons` (RFC 2383) xFrednet:rfc-2383-stabilization-party wesleywiser 0
90 120990 yes Suggest a borrow when using dbg chenyukang:yukang-fix-120327-dbg oli-obk 0
91 121174 yes Check for occupied niches saethlin:codegen-niche-checks 0
92 121215 yes MaybeUninit: Document UnsafeCell byte ranges joshlf:patch-5 Mark-Simulacrum 0
93 121405 yes Fix inaccurate documentation of `wait_while` and `wait_timeout_while` Jupeyy:pr_fix_wait_while_doc Mark-Simulacrum 0
94 121494 yes add tests which assert that import list for simple executable not changed silently klensy:assert-import-list ChrisDenton 0
95 121533 yes Handle .init_array link_section specially on wasm ratmice:wasm_init_fini_array nnethercote 0
96 121541 yes Added Complexity annotations for documentation of std::collections::VecDeque AnthonyZhOon:master m-ou-se 0
97 121717 yes Don't Add Specialized Notes to Error Messages Pointing at a Type veera-sivarajan:bugfix-121398 estebank 0
98 121742 yes sess: stabilize `-C stack-protector=all` davidtwco:stabilize-stack-protector-all nikic 0
99 121762 yes style-guide: Note that we don't account for comments in every possible place joshtriplett:style-comments-best-effort calebcartwright 0
100 121910 yes Revert "Change prefetch to avoid deadlock" Zoxc:rev-118488 cjgillot 0
101 122192 yes Do not try to reveal hidden types when trying to prove auto-traits in the defining scope oli-obk:type_of_opaque_for_const_checks lcnr 0
102 122300 yes Add FileCheck annotations to mir-opt/dest-prop tests CastilloDel:master cjgillot 0
103 122418 yes Assert Spans are well-formed starmut:assert-span-well-formed nnethercote 0
104 122551 yes Added "copy" to Debug fmt for copy operands RayMuir:copy_fmt oli-obk 0
105 122666 yes Add functions to replace BufReader's reader Morganamilo:bufreader Mark-Simulacrum 0
106 122685 yes Emit a warning if a `match` is too complex GuillaumeGomez:match-too-complex Nadrieril 0
107 122790 yes Apply dllimport in ThinLTO for -Z dylib-lto Zoxc:dllimp-rev wesleywiser 0
108 122884 yes Optimize integer `pow` by removing the exit branch mzabaluev:pow-remove-exit-branch Amanieu 0
109 122887 yes Unix: Add `read_buf_at` and `read_buf_exact_at` to `FileExt` a1phyr:read_buf_at m-ou-se 0
110 123043 yes Disable dead variant removal for `#[repr(C)]` enums. GoldsteinE:fix/repr-c-dead-branches oli-obk 0
111 123111 yes std::net: adding tcp_syncnt feature for Linux/Android. devnexen:linux_syncnt joshtriplett 0
112 123165 yes Stop sorting `Span`s' `SyntaxContext`, as that is incompatible with incremental oli-obk:no_ord_def_id3 cjgillot 0
113 123196 yes Add Process support for UEFI Ayush1325:uefi-process joboet 0
114 123213 yes Remove impl of Allocator for &A workingjubilee:resume-with-references-only-on-request Mark-Simulacrum 0
115 123225 yes update mutex docs for send & sync Psalmuel01:master Mark-Simulacrum 0
116 123237 yes Various rustc_codegen_ssa cleanups bjorn3:debuginfo_refactor estebank 0
117 123239 yes Implement a lint for implicit autoref of raw pointer dereference - take 2 Urgau:dangerous_implicit_autorefs fmease 0
118 123253 yes Specialize `TrustedLen` for `Iterator::unzip()` ChayimFriedman2:extend-trusted the8472 0
119 123351 yes Ensure floats are returned losslessly by the Rust ABI on 32-bit x86 beetrees:x86-ret-snan-rust nikic 0
120 123384 yes Link rustc tools into the correct sysroot Nilstrieb:back-where-you-belong onur-ozkan 0
121 123405 yes Disabling tests/run-make/compiler-builtins for sgx target(x86_64-fortanix-unknown-sgx) fortanix:nr/disable-compiler-builtins-test-for-sgx Mark-Simulacrum 0
122 123436 yes linker: Allow MSVC to use Meson and MinGW-style libraries amyspark:allow-msvc-to-use-meson-and-mingw-import-libraries wesleywiser 0
123 123476 yes std::net: adding `unix_socket_exclbind` feature for solaris/illumos. devnexen:std_net_solaris_exclbind Mark-Simulacrum 0
124 123600 yes impl PathBuf::add_extension and Path::with_extra_extension tisonkun:path_with_extension joboet 0
125 123604 yes Abstract `ProcThreadAttributeList` into its own struct michaelvanstraten:proc_thread_attribute_list ChrisDenton 0
126 123611 yes Add `under normal circumstances` to `cell` docs CJendantix:patch-1 jhpratt 0
127 123617 yes sanitizers: stabilize core sanitizers (i.e., AddressSanitizer, LeakSanitizer, MemorySanitizer, ThreadSanitizer) rcvalle:rust-stabilize-core-sanitizers davidtwco 0
128 123657 yes Remove `HashSet::get_or_insert_with` Amanieu:remove-get_or_insert_with Mark-Simulacrum 0
129 123705 yes ThinBox: move WithHeader to submodule stepancheg:with-header oli-obk 0
130 123714 yes Add test for fn pointer duplication. cjgillot:static-fnptr oli-obk 0
131 123737 yes Check alias args for WF even if they have escaping bound vars compiler-errors:alias-wf lcnr 0
132 123778 yes Improve autovectorization of to_lowercase / to_uppercase functions jhorstmann:optimize-upper-lower-auto-vectorization the8472 0
133 123781 yes Miri function identity hack: account for possible inlining RalfJung:miri-fn-identity oli-obk 0
134 123813 yes Add `REDUNDANT_IMPORTS` lint for new redundant import detection compiler-errors:redundant-lint petrochenkov 0
135 123877 yes Further improve diagnostics for expressions in pattern position ShE3py:expr-in-pats-2 fmease 0
136 123882 yes Stop UI tests if an unknown revision name is specified tgross35:compiletest-invalid-revisions jieyouxu 0
137 123918 yes [WIP] clang-format DianQK:clang-format 0
138 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 m-ou-se 0
139 123940 yes debug-fmt-detail option kornelski:remove-derived-debug estebank 0
140 123947 yes Add vec_deque::Iter::as_slices and friends zopsicle:vec_deque-Iter-as_slices BurntSushi 0
141 123994 yes Use Default visibility for rustc-generated C symbol declarations chbaker0:fn-declare-visibility petrochenkov 0
142 124087 yes Add codegen test for 112169 SadiinsoSnowfall:master nikic 0
143 124091 yes Update AST validation module docs jieyouxu:ast-validation-top-level-docs estebank 0
144 124101 yes Add PidFd::{kill, wait, try_wait} the8472:pidfd-methods cuviper 0
145 124122 yes Don't perform unsigned comparisons for signed integers DianQK:fix-120614 wesleywiser 0
146 124135 yes delegation: Implement glob delegation petrochenkov:deleglob fmease 0
147 124180 yes proposal to support raw_attribute with raw pointer cre4ture:feature/raw_attribute_ptr ChrisDenton 0
148 124211 yes Bump `elided_lifetimes_in_associated_constant` to deny compiler-errors:bump-elided_lifetimes_in_associated_constant cjgillot 0
149 124279 yes Add support for ppc64le clobber_abi ecnelises:ppc_clobber_abi jieyouxu 0
150 124290 yes DependencyList: removed outdated comment klensy:dep-format estebank 0
151 124339 yes allow overwriting the output of `rustc --version` oli-obk:supports_feature wesleywiser 0
152 124439 yes Set default value `deny-warnings` for compiler profile to `false` WaffleLapkin:who-wants-to-deny-warnings-lmao albertlarsan68 0
153 124460 yes Show notice about "never used" of Debug for enum long-long-float:show-notice-about-enum-with-debug pnkfelix 0
154 124544 yes rustdoc-search: show type signature on type-driven SERP notriddle:notriddle/type-signature-v2 GuillaumeGomez 0
155 124580 yes Suggest removing unused tuple fields if they are the last fields gurry:124556-suggest-remove-tuple-field wesleywiser 0
156 124599 yes Suggest borrowing on fn argument that is `impl AsRef` estebank:issue-41708 wesleywiser 0
157 124712 yes Deprecate no-op codegen option `-Cinline-threshold=...` Enselic:deprecate-inline-threshold pnkfelix 0
158 124733 yes Support `-Cforce-frame-pointers=non-leaf` workingjubilee:cant-beleaf-we-dont-have-this compiler-errors 0
159 124741 yes patchable-function-entry: Add unstable compiler flag and attribute nebulark:patchable-function-entries-pr estebank 0
160 124810 yes speed up `String::push` and `String::insert` lincot:speed-up-string-push-and-string-insert scottmcm 0
161 124840 resolve: mark it undetermined if single import is not has any bindings bvanjoi:fix-124490 petrochenkov 0
162 124852 yes alias-relate: add fast reject optimization lcnr:search-graph-uwu compiler-errors 0
163 124874 yes feature(float_mul_add_fast): expose llvm.fmuladd.* semantics jedbrown:float-mul-add-fast fmease 0
164 124881 yes Use ThreadId instead of TLS-address in `ReentrantLock` Sp00ph:reentrant_lock_tid m-ou-se 0
165 124895 yes Disallow hidden references to mutable static obeis:static-mut-hidden-ref michaelwoerister 0
166 124905 yes Allow optimizing `u32::from::<char>`. reitermarkus:u32-from-char-opt scottmcm 0
167 124912 yes Fix copy-paste error in #124067 riking:patch-1 cjgillot 0
168 124921 yes offset_from: always allow pointers to point to the same address RalfJung:offset-from-same-addr oli-obk 0
169 124941 yes Stabilize const `{integer}::from_str_radix` i.e. `const_int_from_str` Skgland:stabilize-const-int-from-str BurntSushi 0
170 124944 yes On trait bound mismatch, detect multiple crate versions in dep tree estebank:multiple-crate-versions fee1-dead 0
171 124966 yes Add x86 specific hotpatch flag to rustc nebulark:hotpatch 0
172 124980 yes Generalize `fn allocator` for Rc/Arc. zachs18:rc-allocator m-ou-se 0
173 125042 yes Use ordinal number in argument error long-long-float:suggest-move-arg-outside wesleywiser 0
174 125048 yes PinCoerceUnsized trait into core dingxiangfei2009:stable-deref m-ou-se 0
175 125060 yes Expand documentation of PathBuf, discussing lack of sanitization ChrisJefferson:pathbuf-doc workingjubilee 0
176 125078 yes fix: break inside async closure has incorrect span for enclosing closure linyihai:issue-124496 compiler-errors 0
177 125082 yes Remove `MaybeUninit::uninit_array()` and replace it with inline const blocks. kpreid:const-uninit dtolnay 0
178 125087 yes Optimize `Seek::stream_len` impl for `File` tbu-:pr_file_stream_len ChrisDenton 0
179 125182 yes std: make ExitCode Eq djc:exit-code-eq m-ou-se 0
180 125204 yes Fallback to Parking in `std::sync::mpsc` Channels ibraheemdev:chan-no-spin Amanieu 0
181 125205 yes Fixup Windows verbatim paths when used with the `include!` macro ChrisDenton:verbatim-include joshtriplett 0
182 125206 yes Simplify environment variable examples mgeisler:simplify-std-env-vars jhpratt 0
183 125241 yes Add `rust_analyzer` as a predefined tool Veykril:tool-rust-analyzer davidtwco 0
184 125258 yes Resolve elided lifetimes in assoc const to static if no other lifetimes are in scope compiler-errors:static-if-no-lt nnethercote 0
185 125293 yes Place tail expression behind terminating scope dingxiangfei2009:tail-expr-temp-lifetime estebank 0
186 125340 yes Optimize `escape_ascii`. reitermarkus:optimize-escape-ascii joboet 0
187 125388 yes Improve parse item fallback dev-ardi:improve-parse-item-fallback wesleywiser 0
188 125396 yes Simplify logic for unindenting doc comments camelid:simplify-unindent GuillaumeGomez 0
189 125404 yes Fix `read_buf` uses in `std` a1phyr:fix-read_buf-uses workingjubilee 0
190 125405 yes Add std::thread::add_spawn_hook. m-ou-se:thread-add-spawn-hook Amanieu 0
191 125447 yes Allow constraining opaque types during subtyping in the trait system oli-obk:eq_opaque_pred compiler-errors 0
192 125462 yes Explicitly disable debug-assertions when building std for mir-opt tests saethlin:mir-opt-tests-without-debug-assertions Mark-Simulacrum 0
193 125495 yes canonicalizer: add lookup table lcnr:canonicalizer-bound-var-lookup compiler-errors 0
194 125555 yes Recover statics better Nilstrieb:recover-statics-better oli-obk 0
195 125558 yes Tweak type inference for `const` operands in inline asm Amanieu:const-asm-type compiler-errors 0
196 125575 yes SmartPointer derive-macro dingxiangfei2009:derive-smart-ptr cjgillot 0
197 125601 yes Adds `cfg(not(no_global_oom_handling))` for `FromUtf16Error` mu001999-contrib:add-cfg m-ou-se 0
198 125610 yes Allow constraining opaque types during various unsizing casts oli-obk:define_opaque_types14 0
199 125614 yes New feature panic color errors Vudvud:newFeature-panicColorErrors Nilstrieb 0
200 125622 Winnow private method candidates instead of assuming any candidate of the right name will apply oli-obk:define_opaque_types15 compiler-errors 0
201 125627 yes migration lint for `expr2024` for the edition 2024 vincenzopalazzo:macros/cargo-fix-expr2024 eholk 0
202 125645 yes add unclear_local_imports lint RalfJung:unclear_local_imports estebank 0
203 125648 Remove unused(?) `~/rustsrc` folder from docker script lqd:rustsrc pietroalbini 0
204 125672 Add more ABI test cases to miri (RFC 3391) Lokathor:update-miri-result-ffi RalfJung 0
205 125675 yes Remove `ignore-compare-mode-next-solver` from tests that don't hang anymore compiler-errors:hangs lcnr 0
206 125679 yes Optimize `escape_ascii` using a lookup table clarfonthey:escape_ascii joboet 0
207 125716 yes R raymond/fix/issue 107165 r-raymond:r-raymond/fix/issue-107165 lcnr 0
208 125720 yes make `ptr::rotate` smaller when using `optimize_for_size` folkertdev:optimize_for_size-ptr-rotate Amanieu 0
209 125721 yes Stop emitting spans from proc macro compile time in quote expansion bjorn3:proc_macro_quote_no_spans davidtwco 0
210 125740 yes transmute size check: properly account for alignment RalfJung:transmute-size-check TaKO8Ki 0
211 125741 yes ast: Standardize visiting order for attributes and node IDs petrochenkov:atvisord davidtwco 0
212 125751 yes Add `new_range_api` for RFC 3550 pitaj:new_range_api jhpratt 0
213 125766 yes MCDC Coverage: instrument last boolean RHS operands from condition coverage RenjiSann:fresh-mcdc-branch-on-bool nnethercote 0
214 125779 yes [rustdoc] Add copy code feature GuillaumeGomez:copy-code notriddle 0
215 125782 yes Implement RFC 3624 `supertrait_item_shadowing` (v2) compiler-errors:supertrait-item-shadowing 0
216 125800 Fix `mut` static task queue in SGX target fortanix:raoul/rte-99-fix_mut_static_task_queue cuviper 0
217 125834 yes treat `addr_of!(STATIC_MUT)` implied deref as safe workingjubilee:weaken-thir-unsafeck-for-addr-of-static-mut RalfJung 0
218 125844 yes Add UWTable attr to functions with a personality function Reflexe:fix/123733 pnkfelix 0
219 125852 yes improve tip for inaccessible traits bvanjoi:improve-tip-for-invisible-trait compiler-errors 0
220 125854 yes Move ZST ABI handling to `rustc_target` beetrees:zst-arg-abi estebank 0
221 125871 Orphanck[old solver]: Consider opaque types to never cover type parameters fmease:fix-orphanck-opaques lcnr 0
222 125880 yes Remove `src/tools/rust-demangler` Zalathar:demangler clubby789 0
223 125889 yes Add migration lint for 2024 prelude additions Nilstrieb:migrate-into-the-future compiler-errors 0
224 125893 Handle all GVN binops in a single place. cjgillot:gvn-newops oli-obk 0
225 125897 yes from_ref, from_mut: clarify documentation RalfJung:from-ref joshtriplett 0
226 125915 yes [WIP] Represent type-level consts with new-and-improved `hir::ConstArg` camelid:const-arg-refactor BoxyUwU 0
227 125935 yes Merge Apple `std::os` extensions modules madsmtm:merge-os-apple Nilstrieb 0
228 125937 yes Remove lock guarantee from `std::env::{set_var, remove_var}` tbu-:pr_env_doc_no_lock joboet 0
229 125949 yes Revert "tidy: validate LLVM component names in tests" erikdesjardins:nocomponent workingjubilee 0
230 125962 yes Update tracking issue for `const_binary_heap_new_in` Coekjan:const-binary-heap m-ou-se 0
231 125970 yes CommandExt::before_exec: deprecate safety in edition 2024 RalfJung:before_exec joshtriplett 0
232 125981 yes do not rerun trait solver cycles on ambiguity lcnr:ambig-no-rerun compiler-errors 0
233 125985 yes Improve diag when calling method on result of index op mu001999-contrib:fix/125924 compiler-errors 0
234 125988 yes Migrate `run-make/used` to `rmake.rs` GuillaumeGomez:migrate-run-make-used jieyouxu 0
235 126018 yes Remove the `box_pointers` lint. nnethercote:rm-box_pointers-lint lcnr 0
236 126023 yes Remove confusing `use_polonius` flag and do less cloning amandasystems:you-dropped-this-again nikomatsakis 0
237 126026 yes Improve unconstrained impl diagnostic (fixes #107295) LlewVallis:llew-better-unconstrained-impl-diagnostic jackh726 0
238 126042 yes Implement `unsigned_signed_diff` davidzeng0:master Amanieu 0
239 126046 yes Implement `mixed_integer_ops_unsigned_sub` davidzeng0:mixed_integer_ops_unsigned_sub m-ou-se 0
240 126049 yes Rework `feature(precise_capturing)` to represent `use<...>` as a syntactical bound compiler-errors:rework-use 0
241 126050 yes Use #[track_caller] for no_threads.rs for Mutex colelawrence:patch-1 cuviper 0
242 126118 yes docs: Mention `spare_capacity_mut()` in `Vec::set_len` jan-ferdinand:docs_for_vec_set_len m-ou-se 0
243 126125 yes Improve conflict marker recovery dev-ardi:conflict-markers estebank 0
244 126136 yes Call the target libdir target libdir Nilstrieb:bootstrap-naming onur-ozkan 0
245 126140 yes Rename `std::fs::try_exists` to `std::fs::exists` and stabilize fs_try_exists eduardosm:stabilize-fs_try_exists Amanieu 0
246 126152 yes size_of_val_raw: for length 0 this is safe to call RalfJung:size_of_val_raw estebank 0
247 126154 yes StorageLive: refresh storage (instead of UB) when local is already live RalfJung:storage-live compiler-errors 0
248 126158 yes Disallow setting some built-in cfg via set the command-line Urgau:disallow-cfgs petrochenkov 0
249 126162 yes std::unix::thread fix available_parallelism on netbsd/32 bits. devnexen:fix_netbsd_bootstrap_faulty_parallelism Amanieu 0
250 126171 yes simd_bitmask intrinsic: add a non-power-of-2 multi-byte example RalfJung:simd_bitmask_multibyte calebzulawski 0
251 126177 yes Add hard error and migration lint for unsafe attrs carbotaniuman:unsafe_attr_errors jieyouxu 0
252 126178 yes Weekly `cargo update` rust-lang:cargo_update Mark-Simulacrum 0
253 126183 yes Separate core search logic with search ui Folyd:search-core notriddle 0
254 126199 yes Add `isqrt` to `NonZero<uN>` ivan-shrimp:nonzero_isqrt BurntSushi 0
255 126209 yes Update rustdoc.css BradMarr:fix-weird-text-wrapping-for-long-type-names GuillaumeGomez 0
256 126213 yes Update docs for AtomicBool/U8/I8 with regard to alignment zachs18:atomicbool-u8-i8-from-ptr-alignment Nilstrieb 0
257 126226 yes Make suggestion to change `Fn` to `FnMut` work with methods as well gurry:125325-improve-closure-arg-sugg oli-obk 0
258 126230 yes tidy: skip submodules if not present for non-CI environments onur-ozkan:followup-126225 Mark-Simulacrum 0
259 126245 yes Greatly speed up doctests by compiling compatible doctests in one file GuillaumeGomez:doctest-improvement-v2 camelid 0
260 126247 yes rustdoc: word wrap CamelCase in the item list table notriddle:notriddle/word-wrap-item-table fmease 0
261 126250 yes docs(change): Don't mention a Cargo 2024 edition change for 1.79 epage:change Mark-Simulacrum 0
262 126255 yes fix checking git submodules during a commit hook RalfJung:bootstrap-submodules onur-ozkan 0
263 126271 yes Skip fast path for dec2flt when optimize_for_size diondokter:dec2flt-skip-fast-path m-ou-se 0
264 126275 yes Enhance suggestions of `dropping_*` lints tbu-:pr_lint_drop_ref nnethercote 0
265 126288 yes doc: Added commas where needed x4exr:patch-1 Nilstrieb 0
266 126293 yes Remove the `missing_copy_implementations` lint. nnethercote:rm-missing_copy_implementations-lint lcnr 0
267 126302 yes Detect unused structs which derived Default mu001999-contrib:ignore/default michaelwoerister 0
268 126308 yes Ban `ArrayToPointer` and `MutToConstPointer` from runtime MIR scottmcm:ban-some-coercions saethlin 0
269 126316 yes Do not eagerly reject inference vars when trying to resolve method calls. oli-obk:recursive_rpit3 lcnr 0
270 126318 yes Add a `x perf` command for integrating bootstrap with `rustc-perf` Kobzol:bootstrap-perf onur-ozkan 0
271 126321 yes Add `./x clippy ci` ferrocene:pa-clippy-ci onur-ozkan 0
272 126326 yes Un-unsafe the `StableOrd` trait eggyal:ununsafe-StableOrd Nilstrieb 0
273 126341 yes DRAFT: Add an aarch64-msvc build running on ARM64 Windows dpaoliello:arm64winci Kobzol 0
274 126346 yes export std::os::fd module on HermitOS hermit-os:fd Amanieu 0
275 126355 yes Pass target to some run-make tests ferrocene:hoverbear/run-make-pass-target Kobzol 0
276 126365 yes Honor collapse_debuginfo for statics. Dirbaio:collapse-debuginfo-statics cjgillot 0
277 126371 yes Tweak output of import suggestions estebank:suggest-core fmease 0
278 126380 yes Add std Xtensa targets support SergioGasquez:feat/std-xtensa davidtwco 0
279 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
280 126391 yes Validate environment variable names in `std::process` tbu-:pr_command_env_equals cuviper 0
281 126405 yes Migrate some rustc_builtin_macros to SessionDiagnostic He1pa:translate_builtin_macro_diag davidtwco 0
282 126409 yes Trying to address an incremental compilation issues pacak:incr-uplorry michaelwoerister 0
283 126414 yes Tier 2 std support must always be known ChrisDenton:target-known JohnTitor 0
284 126422 yes Suggest using a standalone doctest for non-local impl defs Urgau:doctest-impl-non-local-def fmease 0
285 126427 yes Rewrite `intrinsic-unreachable`, `sepcomp-cci-copies`, `sepcomp-inlining` and `sepcomp-separate` `run-make` tests to rmake.rs Oneirical:oktobertest jieyouxu 0
286 126437 yes Migrate `issue-64153`, `invalid-staticlib` and `no-builtins-lto` `run-make` tests to `rmake` Oneirical:test-we-forget jieyouxu 0
287 126450 yes Promote Mac Catalyst targets to Tier 2, and ship with rustup madsmtm:promote-mac-catalyst petrochenkov 0
288 126454 yes bump-stage0: use IndexMap for determinism cuviper:deterministic-bump albertlarsan68 0
289 126455 yes For [E0308]: mismatched types, when expr is in an arm's body, not add semicolon ';' at the end of it. surechen:fix_126222 estebank 0
290 126456 yes Add a new attr indicates pub struct with private fields could be contructed externally mu001999-contrib:fix/126169 compiler-errors 0
291 126468 yes div_euclid, rem_euclid: clarify/extend documentation RalfJung:euclid 0
292 126470 yes make cargo submodule optional onur-ozkan:optional-cargo-submodule clubby789 0
293 126481 yes Add `powerpc-unknown-openbsd` maintaince status ChrisDenton:powerpc-unkown-openbsd ehuss 0
294 126484 yes Migrate `std-core-cycle`, `obey-crate-type-flag`, `mixing-libs` and `issue-18943` `run-make` tests to `rmake.rs` Oneirical:test-in-peace jieyouxu 0
295 126489 yes Add a little bit of life to `Cell::update` Ddystopia:new_cell_update Amanieu 0
296 126490 yes Migrate `extern-flag-fun`, `incremental-debugger-visualiser` and `incremental-session-fail` `run-make` tests to `rmake.rs` Oneirical:testicide jieyouxu 0
297 126492 yes More preparation for new trait solver uplifting compiler-errors:more-uplifting lcnr 0
298 126493 yes safe transmute: support non-ZST, variantful, uninhabited enums jswrenn:fix-126460 compiler-errors 0
299 126500 yes Migrate `error-found-staticlib-instead-crate`, `output-filename-conflicts-with-directory`, `output-filename-overwrites-input`, `native-link-modifier-verbatim-rustc` and `native-link-verbatim-linker` `run-make` tests to `rmake.rs` format Oneirical:test-for-the-holy-grail jieyouxu 0
300 126502 yes Ignore allocation bytes in some mir-opt tests cuviper:dump-mir-exclude-alloc-bytes estebank 0
301 126504 yes Sync fuchsia test runner with clang test runner erickt:bump-fuchsia tmandry 0
302 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 nnethercote 0
303 126515 yes Suggest adding `Result` return type for associated method in E0277. surechen:fix_125997_2 TaKO8Ki 0
304 126523 yes std: refactor the TLS implementation joboet:the_great_big_tls_refactor Mark-Simulacrum 0
305 126524 yes bump few deps klensy:bump-15-06-24 Mark-Simulacrum 0
306 126530 yes Add `f16` inline ASM support for RISC-V beetrees:f16-inline-asm-riscv cjgillot 0
307 126531 yes Add codegen test for `Request::provide_*` slanterns:error_provider cuviper 0
308 121216 yes Always emit `native-static-libs` note, even if it is empty madsmtm:fix-108825 TaKO8Ki 0 always
309 121919 yes feat(byte_sub_ptr): add ptr::byte_sub_ptr Gankra:ptr_sub scottmcm 0 always
310 123692 yes Clarify guarantees about calling `Iterator:next()` after it returns `None` Jules-Bertholet:patch-1 dtolnay 0 always
311 126070 yes Enable f16 in assembly on aarch64 platforms that support it lengrongfu:feat/enable-f16 Amanieu 0 always
312 126128 yes Consistently use subtyping in method resolution oli-obk:method_ice compiler-errors 0 always
313 126207 yes std::unix::stack_overflow::drop_handler addressing todo through libc … devnexen:stack_overflow_libc_upd workingjubilee 0 always
314 126476 yes Fix running bootstrap tests with a local Rust toolchain as the stage0 ferrocene:pa-bootstrap-test-local-rustc onur-ozkan 0 always
315 126436 no Reduce rustdoc GUI tests flakyness GuillaumeGomez:reduce-gui-tests-flakyness notriddle 14 always
316 125443 no rustfmt `use` declarations nnethercote:rustfmt-use-decls cuviper 10 never
317 125208 no Make lint diagnostics responsible for providing their primary span fmease:lint-diags-store-their-span nnethercote 1
318 89917 no sess: default to v0 symbol mangling davidtwco:issue-60705-stabilize-rust-symbol-mangling-scheme michaelwoerister 0 never
319 101179 no Deprecate uninit_array SUPERCILEX:uninit_array scottmcm 0 never
320 101500 no Perform unused assignment and unused variables lints on MIR. cjgillot:mir-liveness davidtwco 0 never
321 104342 no Require `type_map::stub` callers to supply file information mweber15:add_file_location_to_more_types wesleywiser 0 never
322 105392 no Dedup bounds with parent impl block GuillaumeGomez:rustdoc-dedup-bounds compiler-errors 0 never
323 107760 no Rewrite libcore's UTF-8 validation for performance thomcc:utf8dfa m-ou-se 0 never
324 109050 no Only use the new DepNode hashmap for anonymous nodes. cjgillot:no-hash-graph michaelwoerister 0 never
325 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
326 109645 no Slightly micro-optimize derive of PartialOrd thomcc:optimize_partialord_derive compiler-errors 0 never
327 110691 no Enable DataflowConstProp by default cjgillot:enable-dcp 0 never
328 111344 no Perform opportunistic simplifications during value numbering cjgillot:gvn-simplify 0 never
329 111430 no rustdoc: migrate `item_struct` to an Askama template nicklimmm:askama-migration-item-struct GuillaumeGomez 0 never
330 114595 no Mark more spans as relative. cjgillot:relative-attr 0 never
331 115003 no Increase parallelism in various locations Zoxc:parallel-tweaks-rebase cjgillot 0 never
332 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
333 116173 no New atomic reference counting algorithm m-ou-se:arc Amanieu 0 never
334 116375 no Create the previous dep graph index on a background thread Zoxc:lazy-index cjgillot 0 never
335 116707 no Create an `AllocId` for `ConstValue::Slice`. cjgillot:slice-id 0 never
336 118149 no Implement RFC 3127 sysroot path handling changes cbeuw:rfc3127-sysroot b-naber 0 iffy
337 119017 no MIR-only rlibs saethlin:mir-only-rlibs 0 never
338 119412 no macro_rules: Remove `NtIdent` nonterminal token petrochenkov:dialoc3 0 never
339 119458 no Do not hash allocations to name them. cjgillot:anonymous-alloc compiler-errors 0 never
340 119501 no Only generate a single shim for clone of copy types. cjgillot:clone-shim 0 never
341 119899 no redesign stage 0 std onur-ozkan:redesign-stage0-std albertlarsan68 0 iffy
342 120193 no #[cold] on match arms x17jiri:cold_match_arms oli-obk 0 never
343 120286 no Implement RFC 3349, mixed utf8 literals nnethercote:3349-mixed-utf8-literals 0 never
344 120589 no std::thread::available_parallelism merging linux/android/freebsd version devnexen:cpuaff_fbsd_upd m-ou-se 0 never
345 120593 no Update Android in CI maurer:android-bump Mark-Simulacrum 0 never
346 120706 no Initial support for auto traits with default bounds Bryanskiy:leak oli-obk 0 never
347 121848 no stabilize `-Znext-solver=coherence` lcnr:stabilize-next-solver compiler-errors 0 never
348 122189 no snapshot: avoid leaking inference vars lcnr:probe-no-more-leak oli-obk 0 never
349 122325 no Stop using LLVM struct types for array/pointer offset GEPs erikdesjardins:array nikic 0 never
350 122362 no Link `std` statically in `rustc_driver` Zoxc:rustc_driver_static_std oli-obk 0 never
351 122703 no Lazify more work in builtins targets Urgau:lazy-targets petrochenkov 0 never
352 123219 no [WIP] rustdoc (base+json): add support for variances fmease:rustdoc-variances-json 0 never
353 124108 no Add `Box<[T; N]>: IntoIterator` without any method dispatch hacks compiler-errors:box-arr-into-iter Amanieu 0 never
354 124188 no MIR: Stop needing an explicit BB for `otherwise:unreachable` scottmcm:implicit-switchint-unreachable 0 never
355 125116 no (Big performance change) Do not run lints that cannot emit blyxyas:ignore-allowed-lints-final michaelwoerister 0 never
356 87173 no unstable proc_macro tracked::* rename/restructure drahnr:bernhard-tracked-restructure m-ou-se 0
357 94904 no doc(notable_trait) for impls conradludgate:rustdoc-notable-attr GuillaumeGomez 0
358 94909 no [WIP] 'Notable Trait Implementations' doc section conradludgate:notable-trait-implementations GuillaumeGomez 0
359 96290 no Make libtest logfile respect --format felipeamp:issue-57147-fix m-ou-se 0
360 97977 no Add `String::replace_first` and `String::replace_last` WilliamVenner:string_replace_in_place kennytm 0
361 98514 no `std::thread` support for the Nintendo 3DS AzureMarker:feature/horizon-threads Mark-Simulacrum 0
362 98991 no Apply deprecation lint to trait method overrides. m-ou-se:deprecated-overrides wesleywiser 0
363 99032 no Disable unwinding for `catch_unwind` error payloads. danielhenrymantilla:no_unwind_drop_panic_payload Mark-Simulacrum 0
364 99469 no Add UI to help with advanced search requests GuillaumeGomez:advanced-search-ui notriddle 0
365 99790 no Explain how Vec::with_capacity is faithful workingjubilee:explain-vec-with-cap m-ou-se 0
366 99927 no More distinctive pretty-printing of function item types steffahn:distinctive_function_item_types_printing estebank 0
367 100156 no Add feature to disable the panic_impl provided by std morr0ne:no-panic-impl-feature Mark-Simulacrum 0
368 100413 no Track `-Cprofile-use` and `-Cprofile-sample-use` value by file hash, not file path Kobzol:profile-use-track-file-hash michaelwoerister 0
369 100824 no use `confstr(_CS_DARWIN_USER_TEMP_DIR, ...)` as a `TMPDIR` fallback on Darwin thomcc:darwin_user_temp_dir dtolnay 0
370 101339 no enable -Zrandomize-layout in debug CI builds the8472:ci-randomize-debug Mark-Simulacrum 0
371 101387 no Added `interrupt` function for `std::process::Child` JonathanWoollett-Light:process-interrupt cuviper 0
372 101551 no [WIP] Add support for custom allocator for `String` zachs18:string_alloc Mark-Simulacrum 0
373 101842 no std::io: vectored reads with uninitialized memory (Read::read_buf_vec) nrc:read-buf-vec2 m-ou-se 0
374 101981 no Impl AsRef, Borrow for Ref, RefMut dhardy:borrow_ref m-ou-se 0
375 102343 no New API: Range::cmp_scalar; comparison (less/equal/greater) to a primitive of the Range golddranks:range_cmp m-ou-se 0
376 103029 no feat: add `expansion_growth_limit` attr as another expansion limit vincenzopalazzo:macros/expansion_grow_limit petrochenkov 0
377 103134 no Kill array_assume_init SUPERCILEX:uninit-array-assume scottmcm 0
378 103376 no Strip leading trailing empty lines in doc code blocks GuillaumeGomez:strip-leading-trailing-empty-lines notriddle 0
379 104803 no Implement unification of const abstract impls JulianKnodt:unify_impls oli-obk 0
380 105377 no rust: library: Add `setsid` method to `CommandExt` trait HarveyHunt:setsid m-ou-se 0
381 105586 no Experimental feature gate proposal `crabi` joshtriplett:abi-experimental-feature-gate nikomatsakis 0
382 105604 no Use ELF-TLS on SGX joboet:sgx_tls m-ou-se 0
383 105877 no `impl PartialEq<{str,String}> for {Path,PathBuf}` (and reversed) Kixunil:impl-partialeq-str-for-path m-ou-se 0
384 106074 no Implement RFC 3323: restrictions jhpratt:restrictions WaffleLapkin 0
385 106375 no Stabilize `io_error_more` albertlarsan68:stabilize-io_err_more BurntSushi 0
386 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
387 107263 no Allow impl on projection GuillaumeGomez:allow-impl-on-projection oli-obk 0
388 107587 no Mark `std` integral modules as deprecated (`std::u32`, `std::i16`, etc.) tgross35:deprecate-std-num-modules SnoozeThis 0
389 107640 no rustdoc: Add support for local resources GuillaumeGomez:rustdoc-local-resources-2 notriddle 0
390 108001 no Add lint to check if non-inlined local reexports have documentation GuillaumeGomez:unused_reexport_documentation-lint notriddle 0
391 108397 no Dedup elaborated predicates with const generic parameter in AutoTrait megakorre:issue_107715 oli-obk 0
392 108761 no Do NOT Review: CoAlloc: Allocator + Global API + Vec coop-rs:07_vec_macroed_squash_fmt_workaround peter-kehl 0
393 108874 no Implement `io::Entropy` and refactor random data generation joboet:io_entropy Mark-Simulacrum 0
394 108942 no unstable-book: split sanitizers into testing and production ones disconnect3d:patch-1 eholk 0
395 108981 no Implement `fs_native_path` ChrisDenton:aspath Amanieu 0
396 108993 no Make typeck aware of uninhabited types cjgillot:uninhabited-typeck lcnr 0
397 109350 no Add pattern matching API to OsStr mina86:pattern-2 dtolnay 0
398 109858 no Eagerly run TLS destructors to properly handle stack overflows joboet:tls_stack_overflow m-ou-se 0
399 110051 no Use same `FxHashMap` in `rustdoc-json-types` and `librustdoc`. aDotInTheVoid:rdj-hashmap clubby789 0
400 110105 no Stabilise exhaustive patterns feature cjgillot:exhaustive-patterns oli-obk 0
401 110327 no Add the ability to see inherited envs on Command schneems:schneems/expose-command-env-clear thomcc 0
402 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
403 110961 no Create `unnecessary_send_constraint` lint for `&(dyn ... + Send)` john-h-k:lint/useless-send davidtwco 0
404 111628 no Allow integer suffixes starting with `e`. nnethercote:allow-e-suffixes petrochenkov 0
405 112106 no Added traits implemented by FnPtr to fn docs with example function mj10021:issue-111182-fix cuviper 0
406 112331 no Report allocation errors as panics, second attempt Amanieu:panic-oom-payload2 m-ou-se 0
407 112457 no Make `std::mem::transmute_copy` accept `?Sized` inputs nvzqz:feat/unsized-transmute_copy m-ou-se 0
408 112469 no Only use the new node hashmap for anonymous nodes. cjgillot:graph-anon-hashmap michaelwoerister 0
409 112807 no Migrate `rustdoc` diagnostics to translatable diagnostics nicklimmm:rustdoc-translatable-diagnostics-migration jsha 0
410 112999 no relax leak-check aliemjay:leakcheck-relax BoxyUwU 0
411 113074 no rustdoc: redesign [+]/[−] controls notriddle:notriddle/plus-minus jsha 0
412 113128 no Support tail calls in mir via `TerminatorKind::TailCall` WaffleLapkin:become_trully_unuwuable oli-obk 0
413 113433 no Disable building `rustc` with (Thin)LTO on Windows Kobzol:bootstrap-window-thinlto-error clubby789 0
414 113924 no More precisely point out what is immutable for E0596 chenyukang:yukang-fix-113842-ref compiler-errors 0
415 114096 no Unify generation of primitive links for associated types with the rest GuillaumeGomez:generics-display notriddle 0
416 114189 no Update dist-various linux-gnu target baselines cuviper:dist-various-glibc Mark-Simulacrum 0
417 114209 no tidy watcher klensy:better-than-remembrall wesleywiser 0
418 114523 no gcc: build with --disable-multilib, as it used only to bootstrap llvm klensy:gcc-disable-multilib Mark-Simulacrum 0
419 114652 no Keep printing extra comments in MIR dumps lqd:mir-dumps saethlin 0
420 114900 no Allow a MIR analysis to perform the state `join` directly Jarcho:mut_join cjgillot 0
421 115293 no Remove -Zfuel. cjgillot:no-fuel wesleywiser 0
422 115501 no Add new inherit_handles flag to CommandExt trait michaelvanstraten:set_inherit_handles ChrisDenton 0
423 115506 no `target_os = "custom"`: selecting/swapping platform-specific parts of the libstd at runtime NathanRoyer:std-custom-platform Mark-Simulacrum 0
424 115572 no Do not insert duplicate SourceFile. cjgillot:relative-source-file-dedup oli-obk 0
425 115648 no Remove "consider specifying this binding's type" when reference differs in mutability jmintb:master jackh726 0
426 115746 no Print thread ID in panic message if thread name is unknown tgross35:unnamed-threads-panic-message cuviper 0
427 115802 no rustdoc search: Allow to filter on multiple crates GuillaumeGomez:rustdoc-search-multiple-crate-filtering notriddle 0
428 115919 no Return f32 and f64 in XMM0 instead of FP0 on i686 GuentherVIII:ssereturn petrochenkov 0
429 115942 no Expand doc comment on MIR validation. cjgillot:doc-checker RalfJung 0
430 115954 no cfi: Store type erasure witness for Argument maurer:cfi-workaround m-ou-se 0
431 116114 no Stabilize target_feature_11 calebzulawski:stabilize-tf11 nikomatsakis 0
432 116161 no Stabilize `extended_varargs_abi_support` Soveu:varargs2 cjgillot 0
433 116209 no clippy::complexity fixes matthiaskrgr:clippy2 petrochenkov 0
434 116247 no WIP: Check uninhabitedness through the trait solver cjgillot:uninhabited-predicate lcnr 0
435 116517 no feat(ci): upload metrics to GitHub Artifacts ✨ meysam81:meysam/feat/upload-ci-metrics-to-artifacts jdno 0
436 116575 no diagnostic: properly deal with hygienic names on unresolved fields and imports fmease:diag-suggs-hygiene-improvs cjgillot 0
437 116777 no Dedup Fluent invalid ptr errors in const eval workingjubilee:const-eval-fluent-dedup-ptrkind fee1-dead 0
438 116863 no warn less about non-exhaustive in ffi workingjubilee:non-exhaustive-is-not-ffi-unsafe scottmcm 0
439 117015 no Doc comment custom MIR debuginfo. cjgillot:custom-mir-debuginfo-doc RalfJung 0
440 117161 no Uplift `clippy::precedence` lint Urgau:uplift_precedence wesleywiser 0
441 117360 no Use macro to make query providers greppable Nilstrieb:query-provider-find-me TaKO8Ki 0
442 117676 no llvm-wrapper: remove some unused headers klensy:cut-llvm-includes cuviper 0
443 117682 no Don't check GAT bounds in normalization aliemjay:gat-relax-lifetimes 0
444 117867 no New attribute macros format for diagnostic structs without fluent slug chenyukang:errors-refactor-no-fluent davidtwco 0
445 117913 no Suggest removal of borrow in index when appropriate estebank:issue-66023 compiler-errors 0
446 118004 no Fix const-fn check in const_eval ouz-a:november_ice wesleywiser 0
447 118171 no Allow constants using an Abi::Vector layout to be passed to the backend GeorgeWort:consts compiler-errors 0
448 118270 no Allow coercions from never-type when ref binding is involved Aaron1011:ref-pat-never-coerce compiler-errors 0
449 118477 no Remove `ProjectionElem::Subtype` ouz-a:remove_subtyper lcnr 0
450 118480 no Specialize sleep_until implementation dvdsk:sleep_until_os_specific_impl cuviper 0
451 118518 no fix(trim-paths): trim `SO` and `DW_AT_comp_dir` symbols for root DI node weihanglo:trim-paths-macos michaelwoerister 0
452 118580 no Provide a way for custom derives to know if they were invoked via `#[derive_const]` fmease:libproc_macro-is_derive_const petrochenkov 0
453 118711 no [rustdoc] Add `no-hidden-lines` codeblock attribute GuillaumeGomez:raw-codeblock-attribute notriddle 0
454 118833 no Add lint against function pointer comparisons Urgau:lint_function_pointer_comparisons cjgillot 0
455 118917 no Support for a scalable simd representation JamieCunliffe:sve Amanieu 0
456 118939 no Better errors with bad/missing identifiers in MBEs EliseZeroTwo:EliseZeroTwo/fix-macrorules-ident-errors TaKO8Ki 0
457 118980 no Add rustc_intrinsic_const_vector_arg attribute to allow vectors to be passed as constants GeorgeWort:attr oli-obk 0
458 119043 no Add new temporary lifetime feature gate and super let keyword dingxiangfei2009:super-let oli-obk 0
459 119083 no [experiment] turn on effects everywhere fee1-dead-contrib:effects-everywhere 0
460 119220 no Uplift `clippy::invalid_null_ptr_usage` lint Urgau:uplift-invalid_null_ptr_usage b-naber 0
461 119229 no Update mingw-w64 + GNU toolchain mati865:update-mingw-toolchain Kobzol 0
462 119260 no Make broken MIR a proper lint. cjgillot:mir-lint TaKO8Ki 0
463 119351 no Treat `k#ident` keywords as valid tokens fee1-dead-contrib:myth WaffleLapkin 0
464 119355 no Add `-Zerror-metrics=PATH` to save diagnostic metadata to disk estebank:error_metrics compiler-errors 0
465 119550 no Rename `AsyncIterator` back to `Stream`, introduce an AFIT-based `AsyncIterator` trait yoshuawuyts:async-iterator compiler-errors 0
466 119669 no Allow building stage1+ std with `panic=abort` clubby789:std-panic-strategy albertlarsan68 0
467 119844 no Remove duplicate section Arthur-Milchior:patch-1 Amanieu 0
468 119926 no Stabilize `--env-set` option GuillaumeGomez:stabilize-env-set davidtwco 0
469 120013 no coverage: Don't show coverage for code paths that must panic/diverge Zalathar:diverge 0
470 120098 no Give a better error message when CI download fails Teapot4195:issue-118758-fix Mark-Simulacrum 0
471 120127 no `adt_const_params`: check referred-to types when checking impls of ConstParamTy on refs sjwang05:issue-112124 BoxyUwU 0
472 120197 no Improve `E0617` to Distinguish Between Fn Item and Fn Pointer in FFI HTGAzureX1212:HTGAzureX1212/issue-69232-improve-error-617 estebank 0
473 120221 no Don't make statement nonterminals match pattern nonterminals compiler-errors:statements-are-not-patterns nnethercote 0
474 120234 no stabilise assert_matches Dylan-DPC:82775/stab/assert_matches m-ou-se 0
475 120370 no Likely unlikely fix x17jiri:likely_unlikely_fix cjgillot 0
476 120639 no [WIP] experiment with a new way of effects desugaring fee1-dead-contrib:new-effects-desugaring oli-obk 0
477 120698 no Fix and slightly improve `AstValidator` fmease:astvalidator-fixes compiler-errors 0
478 120700 no Stabilize associated type position impl Trait (ATPIT) traviscross:TC/stabilize-atpit oli-obk 0
479 120705 no Remove `suffix` from `MetaItemLit` camsteffen:lit-suffix-remove davidtwco 0
480 120736 no rustdoc: add header map to the table of contents notriddle:notriddle/toc jsha 0
481 120752 no Collect relevant item bounds from trait clauses for nested rigid projections compiler-errors:more-relevant-bounds lcnr 0
482 120808 no Split elided_lifetime_in_paths into tied and untied shepmaster:split-elided-lifetimes-in-paths pnkfelix 0
483 120812 no Remove unnecessary impl sorting in queries and metadata compiler-errors:impl-sorting cjgillot 0
484 120818 no rustdoc: add three-column layout for large desktops notriddle:notriddle/three-column fmease 0
485 121051 no Introduce infrastructure for generating target docs Nilstrieb:targetting onur-ozkan 0
486 121274 no Report a specialized error when a `'static` obligation comes from an `impl dyn Trait` estebank:implicit_static fmease 0
487 121334 no Raw fluent diagnostic structs davidtwco:raw-fluent-diagnostics nnethercote 0
488 121364 no Implement lint against unexpected unary precedence Urgau:unary_precedence wesleywiser 0
489 121553 no Lower struct patterns and struct expressions with unnamed fields frank-king:feature/unnamed-fields-hir davidtwco 0
490 121560 no Allow `#[deny]` inside `#[forbid]` as a no-op with a warning Nilstrieb:stop-lint-macro-nonsense TaKO8Ki 0
491 121676 no Support ?Trait bounds in supertraits and dyn Trait under a feature gate Bryanskiy:polarity traviscross 0
492 121682 no Fix ICE when there is a continue in a labeled block SarthakSingh31:cont-in-blk cjgillot 0
493 121880 no Run linking and incremental saving / finalizing in parallel Zoxc:link-task estebank 0
494 121909 no Drop AST on a separate thread and prefetch `hir_crate` Zoxc:drop-ast-task cjgillot 0
495 121918 no Move alloc tests to rmake abhay-51:Move_alloc_tests_to_rmake Mark-Simulacrum 0
496 121920 no downgrade ptr.is_aligned_to crate-private Gankra:is_aligned_to m-ou-se 0
497 121965 no Elaborate on the invariants for references-to-slices scottmcm:slice-validity RalfJung 0
498 122049 no Promote riscv64gc-unknown-linux-musl to tier 2 Amanieu:riscv64-musl-tier2 Mark-Simulacrum 0
499 122156 no Represent diagnostic side effects as dep nodes Zoxc:side-effect-dep-node cjgillot 0
500 122161 no Fix suggestion when shorthand `self` has erroneous type compiler-errors:shorthand-self fmease 0
501 122288 no [Proof of concept] Recover from struct literals with placeholder path fmease:recover-bad-struct-lit-w-tyck compiler-errors 0
502 122308 no [WIP] [crater-only] Make a watered-down version of lazy type aliases the default fmease:lta-crater 0
503 122340 no Treat weak alias types more like ADTs when computing implied bounds fmease:lta-implied-bounds-recurse-shallow oli-obk 0
504 122403 no Explicitly don't normalize param-env in new solver compiler-errors:explicitly-dont-normalize-in-new-solver lcnr 0
505 122408 no Use futex-based synchronization on Apple platforms joboet:apple_futex m-ou-se 0
506 122565 no Try to write the panic message with a single `write_all` call Zoxc:atomic-panic-msg the8472 0
507 122631 no coverage: Replace color terminal tests with HTML output tests Zalathar:html oli-obk 0
508 122661 no Assert that the first `assert!` expression is `bool` estebank:assert-macro-span pnkfelix 0
509 122668 no Add APIs for dealing with titlecase Jules-Bertholet:titlecase m-ou-se 0
510 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 lcnr 0
511 122792 no Stabilize `min_exhaustive_patterns` Nadrieril:stabilize-min-exh-pats2 fee1-dead 0
512 122804 no Item bounds can reference self projections and still be object safe compiler-errors:item-bounds-can-reference-self BoxyUwU 0
513 122808 no Stabilize `count`, `ignore`, `index`, and `length` in Rust 1.80 c410-f3r:again-again-again-again-again fmease 0
514 122872 no [rustdoc] Detect and resolve ambiguities in fn parameters type names krtab:doc_diff_types GuillaumeGomez 0
515 122957 no Silence unnecessary "missing `dyn`" errors and tweak E0746 suggestions estebank:issue-121037 oli-obk 0
516 123008 no [TEST] Test out Fjall memory allocator Zoxc:fjall-global 0
517 123013 no rustdoc: update `pulldown-cmark` to 0.10 stepantubanov:update-pulldown-cmark GuillaumeGomez 0
518 123046 no [WIP] Enforce may-define-must-define for ATPITs compiler-errors:deny-non-defining-use oli-obk 0
519 123082 no CFI: Fix fn items, closures, and Fn trait objects rcvalle:rust-cfi-fix-fn-items-closures-fn-trait-objects compiler-errors 0
520 123088 no Replace `f16` and `f128` pattern matching stubs with real implementations tgross35:f16-f128-pattern-analysis Nadrieril 0
521 123110 no Rename iter::Iterator::intersperse() to ::separate() lukaslueg:inter_separate dtolnay 0
522 123205 no Revert "CFI: Skip non-passed arguments" rcvalle:rust-cfi-revert-skip-non-passed-arguments compiler-errors 0
523 123220 no [blocked on design] [PoC]: rustdoc (html): add support for variances fmease:rustdoc-variances-html 0
524 123245 no Suggest Explicit Lifetime for Associated Type Bindings veera-sivarajan:bugfix-122025-missing-lifetime cjgillot 0
525 123319 no Add managarm as a tier 3 target no92:managarm-target davidtwco 0
526 123365 no At test discovery, write to logfile in the same format as to stdout aspotashev:converge-discovery-logfile Muscraft 0
527 123472 no WIP: PoC for `derive(SmartPointer)` wedsonaf:smart-ptr pnkfelix 0
528 123521 no CFI: Refactor: Split into modules maurer:module-split compiler-errors 0
529 123588 no Stabilize `hint::assert_unchecked` tgross35:stabilize-assert_unchecked m-ou-se 0
530 123723 no Make `std::os::tvos`, `std::os::visionos` and `std::os::watchos` public madsmtm:apple-std-os dtolnay 0
531 123782 no Ensure opaque types can't have themselves as a hidden type with incompatible lifetimes oli-obk:equal_tait_args aliemjay 0
532 123822 no More translatable diagnostics Xiretza:more-translatable-diagnostics pnkfelix 0
533 123948 no Async drop codegen (WIP) azhogin:azhogin/async-drop oli-obk 0
534 123951 no Reserve guarded string literals (RFC 3593) pitaj:reserve-guarded-strings oli-obk 0
535 123958 no Delegation: partial generics support Bryanskiy:delegation-generics petrochenkov 0
536 124033 no Sync ar_archive_writer to LLVM 18.1.3 bjorn3:ar_archive_writer_0_3_0 davidtwco 0
537 124141 no Remove `Nonterminal` and `TokenKind::Interpolated` nnethercote:rm-Nonterminal-and-TokenKind-Interpolated petrochenkov 0
538 124154 no coverage: Treat each match arm as a "branch" for branch coverage Zalathar:branch-arms 0
539 124278 no Support mcdc analysis for pattern matching ZhuUx:pattern-match wesleywiser 0
540 124353 no Add support for downloading `libgccjit.so` file GuillaumeGomez:download-libgccjit onur-ozkan 0
541 124421 no Stop re-implementing slice iterators in `vec::IntoIter` scottmcm:slice-drain-iter m-ou-se 0
542 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
543 124532 no elaborate obligations in coherence lcnr:elaborate-coherence compiler-errors 0
544 124595 no Suggest cloning `Arc` moved into closure estebank:issue-104232 pnkfelix 0
545 124598 no [draft] Rework the way we treat opaques in `check_opaque_meets_bounds` compiler-errors:reveal lcnr 0
546 124601 no [WIP] Implement `unchecked_disjoint_bitor` alion02:disjoint-bitor scottmcm 0
547 124812 no [DO NOT MERGE] bootstrap with next solver enabled lcnr:next-solver-bootstrap-hack 0
548 125234 no Fix unnamed lifetime spans bovinebuddha:issue-125143 compiler-errors 0
549 125334 no add a normalizes-to fast path lcnr:normalizes-to-rigid-fastpath compiler-errors 0
550 125356 no make declarative macro expansion a part of query system SparrowLii:expand1 petrochenkov 0
551 125493 no only return used dependencies in `crate_dependencies_in_postorder` lqd:issue-125474 petrochenkov 0
552 125579 no Add `--print host-triple` to print host target triple Nilstrieb:print-host oli-obk 0
553 125626 no tests: fix filecheck typos klensy:filecheck-tt Mark-Simulacrum 0
554 125642 no Enable zstd for debug compression. khuey:zstd lqd 0
555 125780 no [WIP] RIIR HtmlDocCk fmease:riir-htmldocck 0
556 125784 no Silence errors in expressions caused by bare traits in paths in 2021 edition estebank:issue-51077 fmease 0
557 125787 no `run_make_support` `nm` implementation + rewrite `bin-emit-no-symbols` to `rmake` Oneirical:infinite-test-a-novel jieyouxu 0
558 125793 no Add a FCW for special cased blocks WaffleLapkin:never_block_lint compiler-errors 0
559 125929 no Delegation: support generics for delegation from free functions Bryanskiy:delegation-generics-3 fmease 0
560 125990 no Rename `deprecated_safe` lint to `deprecated_safe_2024` tbu-:pr_unsafe_env_lint_name ehuss 0
561 126013 no Add `#[deny(unreachable_pub)]` to a bunch of compiler crates nnethercote:unreachable_pub Urgau 0
562 126017 no Fix a error suggestion of situation when using placeholder `_` as return types on function signature. surechen:fix_125488 pnkfelix 0
563 126095 no Migrate `link-args-order`, `ls-metadata` and `lto-readonly-lib` `run-make` tests to `rmake` Oneirical:final-testination jieyouxu 0
564 126161 no Delegation: support delegation in generic trait impl's Bryanskiy:delegation-generics-4 petrochenkov 0
565 126231 no Port `tests/run-make/sysroot-crates-are-unstable` to rmake Zalathar:sysroot-crates jieyouxu 0
566 126330 no Return opaque type from PanicInfo::message() m-ou-se:panic-message-type Amanieu 0
567 126403 no Actually report normalization-based type errors correctly for alias-relate obligations in new solver compiler-errors:better-type-errors lcnr 0
568 126413 no compiletest: make the crash test error message abit more informative matthiaskrgr:crshmsg oli-obk 0
569 126522 no Path::absolute: improve doc readability tshepang:patch-1 Nilstrieb 0
570 99761 no Fix item-info color GuillaumeGomez:item-info-color jsha 0 always
571 125256 no Move tests c410-f3r:testsssssss petrochenkov 0 always
572 118633 error no feed `def_span` in resolver bvanjoi:fix-118552 cjgillot 0 never
573 125942 failure yes Windows: Use futex implementation for `Once` timokroeger:windows-once-futex ChrisDenton ChrisDenton 3 iffy
574 126192 failure yes Various Redox OS fixes and add i686 Redox OS target bjorn3:redox_patches petrochenkov petrochenkov 0 iffy
575 121200 failure yes Deduplicate object safety errors on `impl dyn Trait { .. }` estebank:inferred_outlives_of-impl davidtwco 0
576 125419 failure (try) yes [bootstrap] Add gcc to dist generation GuillaumeGomez:add-gcc-to-dist Kobzol 0
577 126076 failure (try) yes privacy: normalize associated types before visiting jswrenn:fix-45713 compiler-errors 0
578 126208 failure (try) yes Migrate `compiler-lookup-paths`, `dump-mono-stats` and `prune-link-args` `run-make` tests to `rmake` or `ui` format Oneirical:one-flew-over-the-cuckoo's-test jieyouxu 0
579 116088 failure no Stabilise `c_unwind` nbdd0121:unwind Amanieu Amanieu,RalfJung 0 never
580 122709 failure no use precompiled rustc for non-dist builders onur-ozkan:use-precompiled-rustc-by-default Mark-Simulacrum Mark-Simulacrum 0 never
581 124807 failure no Migrate `run-make/rustdoc-io-error` to `rmake.rs` GuillaumeGomez:migrate-rustdoc-io-error jieyouxu 0 never
582 125886 failure (try) no Migrate run make issue 15460 GuillaumeGomez:migrate-run-make-issue-15460 jieyouxu 0 always
583 105840 success Micro-optimize Ord::cmp for primitives saethlin:ord-cmp 0 never
584 111061 success [perf] Enable some more MIR optimizations cjgillot:reorder-passes 0 never
585 112279 success Stop considering moved-out locals when computing auto traits for generators nbdd0121:generator cjgillot 0 never
586 113125 success typeck: taint if errors found during writeback davidtwco:issue-112824-ctfe-type-mismatch-with-type-error compiler-errors 0 never
587 114538 success Split marking and visit to compute live_symbols. cjgillot:split-live-symbols 0 never
588 114561 success Record an update graph of effective visibilities to avoid repeated HIR visit. cjgillot:eff-vis-graph petrochenkov 0 never
589 114669 success Make metadata a workproduct and reuse it cjgillot:metadata-wp petrochenkov 0 never
590 115362 success [WIP] Support param bounds on non-lifetime binders compiler-errors:non-lifetime-binder-where-clauses 0 never
591 115521 success [DO NOT MERGE] Experimentally force non-leaf frame pointers workingjubilee:force-trunk-frame-pointers 0 never
592 116316 success Remove eval_always from check_private_in_public. cjgillot:incr-privacy petrochenkov 0 never
593 116542 success Add range metadata to slice lengths the8472:slice-ref-len-validity cjgillot 0 never
594 118854 success [DO NOT MERGE] Introduce mechanism to write compiler metrics to disk estebank:compiler-metrics cjgillot 0 never
595 119031 success [Experiment] Play with match lowering Nadrieril:two-phase-match-lowering 0 never
596 119471 success [perf only] Reimplement references debuginfo as projection. cjgillot:mir-composite-deref 0 never
597 119966 success Move TLS to rustc_query_system cjgillot:tls 0 never
598 120050 success `Vec::resize` for bytes should be a single `memset` scottmcm:vec-resize-memset m-ou-se 0 never
599 120168 success Relocate coroutine upvars into Unresumed state dingxiangfei2009:coroutine-upvar pnkfelix 0 never
600 120179 success Enable MultipleReturnTerminators by default. cjgillot:multiple-return 0 never
601 120525 success rustc_ast: FieldDef: remove span klensy:FieldDef-span oli-obk 0 never
602 120682 success [WIP] rewrite TrustedRandomAccess into two directional variants the8472:indexed-access 0 never
603 120686 success SimplifyConstCondition: Check moves for constants clubby789:mir-const-switchint 0 never
604 120901 success Add my encoding debugging rig saethlin:debuggable-encoding 0 never
605 121053 success Implement `#[skip]` for builtin derives clubby789:derive-skip fmease 0 never
606 121270 success Disallow deriving (other than Copy/Clone) on types with unnamed fields clubby789:more-unnamed-fields-checks fmease 0 never
607 121397 success [WIP] Re-enable the early otherwise branch optimization DianQK:early_otherwise_branch_sound wesleywiser 0 never
608 121505 success Replace impl Fn with fn in sort::merge_sort::RunVec GnomedDev:remove-runvec-generic joboet 0 never
609 121614 success Don't emit `expect`/`assume` in opt-level=0 clubby789:no-expect saethlin 0 never
610 122165 success Merge RedundantImport into UnusedImport for suggesting removing spans chenyukang:yukang-fix-121315-suggest-removing petrochenkov 0 never
611 122329 success Redirect `__rust_dealloc` to `sdallocx` Zoxc:sdallocx petrochenkov 0 never
612 122553 success make `Thin` a supertrait of `Sized` lukas-code:sized-thin lcnr 0 never
613 122971 success Make slice iterators carry only a single provenance scottmcm:slice-iter-provenance-v2 the8472 0 never
614 123179 success Rework MIR inlining costs scottmcm:inlining-baseline-costs wesleywiser 0 never
615 123199 success Add `bound_clauses` field to `ty::Binder` compiler-errors:binder-field 0 never
616 123244 success (try) yes Enable -Zshare-generics for inline(never) functions Mark-Simulacrum:share-inline-never-generics saethlin 0 never
617 123259 success Fixup `if T::CONST` in MIR scottmcm:tweak-if-const 0 never
618 123606 success Optimize core::str::Lines::count thomcc:thomcc/opt-lines 0 never
619 123610 success Default-enable share-generics, with available_externally to still allow inlining. Mark-Simulacrum:share-generics-available-externally Mark-Simulacrum 0 never
620 123669 success Avoid a scrape_region_constraints and instead register the region constraints directly oli-obk:eager_opaque_checks4 lcnr 0 never
621 123720 success (try) yes Rewrite handling of universe-leaking placeholder regions into outlives constraints amandasystems:dyn-enable-refactor nikomatsakis 0 never
622 124029 success Give RPITITs variances, so they can (not) capture lifetimes compiler-errors:rpitit-variances 0 never
623 124260 success Always inline traversal skeletons eggyal:inline-traversal-skeletons pnkfelix 0 never
624 124263 success Prefer not to early return from derived visitables eggyal:tco-derived-visits lcnr 0 never
625 124362 success [experiment] Build the compiler with panic=abort tmandry:panic-abort-rustc fee1-dead 0 never
626 124737 success [Experiment] Replace `unreachable_unchecked()` with `uninit().assume_init()` in `unwrap_unchecked()` alion02:litter-less Nilstrieb 0 never
627 124940 success [DO NOT MERGE] perf: test prototype mum-add-hasher orlp:mum-hash-perf-run thomcc 0 never
628 124977 success Improve location reporting of trait placeholder error compiler-errors:higher-ranked-err cjgillot 0 never
629 125025 success (try) yes [perf experiments] Clone all MIR bodies saethlin:clone-your-body 0 never
630 125129 success Remove the branches from `len_utf8` cuviper:branchless-len_utf8 Mark-Simulacrum 0 never
631 125162 success [perf experiment] Create a separate query for required and mentioned items tmiasko:required-items 0 never
632 125317 success Optimize `EscapeIterInner` joboet:optimize_escape Nilstrieb 0 never
633 125487 success [do not merge] Proof of concept implementation of forward compatible v0 symbols (MCP 737) michaelwoerister:skippable_v0 0 never
634 125853 success promote_consts: fail fast if there is no candidates tesuji:promote-fail-fast matthewjasper 0 never
635 125907 success (try) rustdoc: use the next solver for blanket impl synthesis fmease:rustdoc-synth-blanket-ocx-next GuillaumeGomez 0 never
636 125923 success (try) yes Fix leaks from panics in destructors matthewjasper:no-return-leak pnkfelix 0 never
637 126069 success (try) Change the return type of `Ty::kind` from `&TyKind` to `TyKind`. nnethercote:Ty-kind-ret-ty 0 never
638 112365 success [experiment] Use new solver in MIR validator subtyping checks compiler-errors:mir-inline-check-better 0
639 117967 success (try) yes Fix ambiguous cases of multiple & in elided self lifetimes adetaylor:fix-lifetime-elision-bug lcnr 0
640 120248 success Make casts of pointers to trait objects stricter WaffleLapkin:bonk-ptr-object-casts TaKO8Ki 0
641 121659 success rustdoc: check parsing diffs between pulldown-cmark 0.9.6 and 0.10 notriddle:notriddle/bump-pulldown-cmark GuillaumeGomez 0
642 122003 success Build libunwind for pc-windows-gnullvm mati865:gnullvm-build-libunwind albertlarsan68 0
643 122412 success Stop skewing inference in ?'s desugaring WaffleLapkin:if-we-ask-question-mark-operator-to-not-screw-with-inference-will-it-obey fee1-dead 0
644 122955 success [experiment] Turn off never type fallback WaffleLapkin:no-more-fallback WaffleLapkin 0
645 123482 success [experiment] Set never type fallback = `!` WaffleLapkin:never-type-fallback-to-self 0
646 124336 success [crater] Enforce supertrait outlives obligations hold when confirming impl compiler-errors:super-outlives lcnr 0
647 124355 success [EXPERIMENT] Crater adding `target_family = "linux"` workingjubilee:add-target-family-linux 0
648 124592 success cleanup `candidate_should_be_dropped_in_favor_of` lcnr:winnowing-xd compiler-errors 0
649 125151 success [Crater run experiment] let-chain rescoping dingxiangfei2009:let-chain-rescope-crater-runner estebank 0
650 125285 success Error for RPIT if they are not defined during MIR borrowck spastorino:unchk-region-opaque-deadcode lcnr 0
651 125692 success Update bundled musl to 1.2.5 est31:update_musl_1.2.5 wesleywiser 0
652 125771 success [CI] Upload CI metrics to DataDog Kobzol:ci-datadog-metrics jdno 0
653 126090 success (try) Fix supertrait associated type unsoundness compiler-errors:supertrait-assoc-ty-unsoundness lcnr 0
654 126298 success (try) yes ci: Add support for dist-loongarch64-musl heiher:loongarch64-musl-ci Mark-Simulacrum 0
655 126452 success (try) yes Implement raw lifetimes and labels (`'r#ident`) compiler-errors:raw-lifetimes spastorino 0

Open retry log