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.
—
727 total, 37 approved, 26 rolled up, 15 failed / /
Sort key | # | Status | Mergeable | Title | Head ref | Assignee | Approved by | Priority | Rollup | |
---|---|---|---|---|---|---|---|---|---|---|
1 | 137371 | pending | yes | Rollup of 8 pull requests | matthiaskrgr:rollup-3qkdqar | matthiaskrgr | 5 | never | ||
2 | 137317 | approved | yes | Clippy subtree update | flip1995:clippy-subtree-update | Manishearth | Manishearth | 1 | never | |
3 | 133436 | approved | yes | Remove `NtVis` and `NtTy` | nnethercote:rm-NtVis-NtTy | petrochenkov | petrochenkov | 0 | never | |
4 | 136921 | approved | yes | Build GCC on CI | Kobzol:gcc-build | onur-ozkan | onur-ozkan | 0 | iffy | |
5 | 137189 | approved | yes | Update host LLVM to 20.1 on CI | Kobzol:update-host-llvm | nikic | nikic | 0 | never | |
6 | 137207 | approved | yes | Add #[track_caller] to Duration Div impl | petertodd:2025-add-track-caller-to-duration-div | jhpratt | jhpratt | 0 | never | |
7 | 137215 | approved | yes | stabilize stage management for rustc tools | onur-ozkan:rustc-tool-build-stages | jieyouxu | jieyouxu,Kobzol | 0 | never | |
8 | 137225 | approved | yes | vectorcall ABI: require SSE2 | RalfJung:vectorcall | nnethercote | nnethercote | 0 | never | |
9 | 137271 | approved | yes | Emit getelementptr inbounds nuw for pointer::add() | nikic:gep-nuw-2 | scottmcm | scottmcm | 0 | never | |
10 | 137285 | approved | yes | librustdoc: Use `pulldown-cmark-escape` for HTML escaping | yotamofek:pr/rustdoc/pulldown-escaping | GuillaumeGomez | GuillaumeGomez | 0 | never | |
11 | 128080 | approved | yes | Specify scope in `out_of_scope_macro_calls` lint | estebank:out-of-scope-macro | petrochenkov | petrochenkov | 0 | ||
12 | 135354 | approved | yes | [Debuginfo] Add MSVC Synthetic and Summary providers to LLDB | Walnut356:msvc_lldb | wesleywiser | wesleywiser | 0 | ||
13 | 135630 | approved | yes | add more `s390x` target features | folkertdev:s390x-target-features | Amanieu | Amanieu | 0 | ||
14 | 136089 | approved | yes | Reduce `Box::default` stack copies in debug mode | jwong101:box-default-debug-stack-usage | Amanieu | Amanieu | 0 | ||
15 | 136148 | approved | yes | Optionally add type names to `TypeId`s. | kpreid:type-str | joboet | joboet | 0 | ||
16 | 136642 | approved | yes | Put the alloc unit tests in a separate alloctests package | bjorn3:separate_alloctest_crate | cuviper | cuviper | 0 | ||
17 | 136910 | approved | yes | Implement feature `isolate_most_least_significant_one` for integer types | okaneco:sig_ones | thomcc | thomcc | 0 | ||
18 | 137180 | approved | yes | Give `global_asm` a fake body to store typeck results, represent `sym fn` as a hir expr to fix `sym fn` operands with lifetimes | compiler-errors:sym-regions | oli-obk | oli-obk | 0 | ||
19 | 137256 | approved | yes | compiler: untangle SIMD alignment assumptions | workingjubilee:untangle-vector-abi-assumptions | bjorn3 | bjorn3,RalfJung | 0 | ||
20 | 137302 | approved | yes | Use a probe to avoid registering stray region obligations when re-checking drops in MIR typeck | compiler-errors:stray-drop-regions | matthewjasper | matthewjasper | 0 | ||
21 | 137350 | approved | yes | Move methods from Map to TyCtxt, part 3. | nnethercote:remove-Map-3 | Zalathar | Zalathar | 0 | ||
22 | 132876 | approved | yes | rustdoc book: acknowledge --document-hidden-items | lolbinarycat:rustdoc-document-hidden-items | aDotInTheVoid | GuillaumeGomez | 0 | always | |
23 | 136609 | approved | yes | libcore/net: `IpAddr::as_octets()` | mammothbane:master | scottmcm | scottmcm | 0 | always | |
24 | 137204 | approved | yes | Clarify MIR dialects and phases | nnethercote:clarify-MIR-dialects-and-phases | RalfJung | RalfJung | 0 | always | |
25 | 137299 | approved | yes | Simplify `Postorder` customization. | nnethercote:simplify-PostOrder-customization | saethlin | compiler-errors | 0 | always | |
26 | 137305 | approved | yes | Tweaks in and around `rustc_middle` | nnethercote:rustc_middle-2 | lcnr | lcnr | 0 | always | |
27 | 137313 | approved | yes | Some codegen_llvm cleanups | oli-obk:push-ywvuqkxuqyom | petrochenkov | petrochenkov | 0 | always | |
28 | 137336 | approved | yes | Stabilise `os_str_display` | riverbl:stabilise-os-str-display | tgross35 | tgross35 | 0 | always | |
29 | 137362 | approved | yes | Add build step log for `run-make-support` | Kobzol:run-make-support-bootstrap | jieyouxu | jieyouxu | 0 | always | |
30 | 137367 | approved | yes | Do not exempt nonexistent platforms from platform policy | workingjubilee:remove-stray-line | Noratrieb | jieyouxu | 0 | always | |
31 | 136804 | Rollup of 6 pull requests | Zalathar:rollup-o3nyapl | 5 | never | |||||
32 | 120193 | yes | #[cold] on match arms | x17jiri:cold_match_arms | oli-obk | 0 | never | |||
33 | 120589 | yes | std::thread::available_parallelism merging linux/android/freebsd version | devnexen:cpuaff_fbsd_upd | m-ou-se | 0 | never | |||
34 | 120762 | yes | Expand assumes to the other unchecked slice ops | saethlin:assume-in-get-unchecked | 0 | never | ||||
35 | 120855 | yes | Introduce -Zsplit-metadata option | bjorn3:split_metadata4 | petrochenkov | 0 | never | |||
36 | 127173 | yes | Mangle rustc_std_internal_symbols functions | bjorn3:mangle_rustc_std_internal_symbol | wesleywiser | 0 | never | |||
37 | 128320 | yes | Avoid no-op unlink+link dances in incr comp | saethlin:link-me-maybe | 0 | never | ||||
38 | 129183 | yes | Detect more `cfg`d out items in resolution errors | estebank:cfg-visitor | cjgillot | 0 | never | |||
39 | 129498 | yes | Try enabling precondition checks on ptr::{read,write} | saethlin:ptr-read-write-precondition | 0 | never | ||||
40 | 130679 | yes | Add inline(usually) | saethlin:inline-usually | 0 | never | ||||
41 | 130909 | yes | Infer nounwind and use it in MIR opts | saethlin:infer-nounwind | 0 | never | ||||
42 | 132038 | yes | Add lint rule for `#[deprecated]` on re-exports | kailan:deprecated-use | jieyouxu | 0 | iffy | |||
43 | 133250 | yes | The embedded bitcode should always be prepared for LTO/ThinLTO | DianQK:embed-bitcode-pgo | nikic | 0 | never | |||
44 | 133502 | yes | [DO NOT MERGE] bootstrap with `-Znext-solver=globally` | lcnr:rust4 | 0 | never | ||||
45 | 133662 | yes | Use `iter::repeat_n` to implement `Vec::extend_with` | paolobarbolini:vec-extend-with-via-repeatn | Noratrieb | 0 | never | |||
46 | 133889 | yes | Consider fields to be inhabited if they are unstable | compiler-errors:inh-unstable | Nadrieril | 0 | never | |||
47 | 135483 | CI: split i686-msvc job | marcoieni:split-i686-msvc | Kobzol | 0 | never | ||||
48 | 135771 | yes | [rustdoc] Add support for associated items in "jump to def" feature | GuillaumeGomez:jump-to-def-perf | fmease | 0 | never | |||
49 | 135804 | yes | Stop backtracing if the stack pointer gets stuck | ChrisDenton:backtrace-wine | joboet | 0 | never | |||
50 | 135846 | yes | Detect struct construction with private field in field with default | estebank:non-exhaustive-dfv-ctor-2 | fmease | 0 | never | |||
51 | 136264 | yes | Optimize `ToString` implementation for integers | GuillaumeGomez:optimize-integers-to-string | Mark-Simulacrum | 0 | never | |||
52 | 136458 | yes | Do not deduplicate list of associated types provided by dyn principal | compiler-errors:fix-3 | 0 | never | ||||
53 | 136693 | yes | Rewrite UTF-8 validation in shift-based DFA for 70%~135% performance increase on non-ASCII strings | oxalica:feat/shift-dfa-utf8 | the8472 | 0 | never | |||
54 | 136788 | yes | [perf experiment] A MIR pass removing unneded temporary locals | FractalFir:prop_trivial_locals | matthewjasper | 0 | never | |||
55 | 136816 | yes | Optimize `notable_trait_buttons` | yotamofek:pr/notable-traits-button-cleanup | GuillaumeGomez | 0 | never | |||
56 | 136974 | yes | Reduce FormattingOptions to 64 bits | m-ou-se:fmt-options-64-bit | m-ou-se | 0 | never | |||
57 | 136988 | yes | Use the new solver in the `impossible_predicates` | compiler-errors:impossible_predicates | lcnr | 0 | never | |||
58 | 137152 | yes | Add a .bss-like scheme for encoded const allocs | saethlin:bss-const-allocs | wesleywiser | 0 | never | |||
59 | 137275 | yes | Make skip_whitespace do a single pass (with bytes) | hkBst:single_pass_skip_ws_bytes | nnethercote | 0 | never | |||
60 | 137294 | yes | Experiment: New format_args!() representation | m-ou-se:fmt-args-2025 | m-ou-se | 0 | never | |||
61 | 95385 | yes | Add `mem::conjure_zst` for creating ZSTs out of nothing | scottmcm:mem-conjure-zst | kennytm | 0 | ||||
62 | 106418 | yes | Implement `PartialOrd` and `Ord` for `Discriminant` | EFanZh:implement-ord-for-discriminant | dtolnay | 0 | ||||
63 | 106643 | yes | Allow only implementing `Read::read_buf` | WaffleLapkin:read_recursive | dtolnay | 0 | ||||
64 | 108684 | yes | Clarify drop_in_place safety | Manishearth:dip-safety | JakobDegen | 0 | ||||
65 | 110406 | yes | rustdoc-json: Add test for #[automatically_derived] attribute | aDotInTheVoid:rdj-derived-impl-attr | 0 | |||||
66 | 113095 | yes | Document `become` keyword | WaffleLapkin:document_becoming_unuwuable | workingjubilee | 0 | ||||
67 | 113891 | yes | Add more syscall doc aliases to std docs | SabrinaJewson:more-syscall-aliases | Mark-Simulacrum | 0 | ||||
68 | 115954 | yes | cfi: Store type erasure witness for Argument | maurer:cfi-workaround | m-ou-se | 0 | ||||
69 | 118087 | yes | Add Ref/RefMut try_map method | GrigorenkoPV:refcell_try_map | Mark-Simulacrum | 0 | ||||
70 | 118717 | yes | Add new solver / old solver opaque type tests | traviscross:TC/add-new-solver-opaque-tests | compiler-errors | 0 | ||||
71 | 119798 | yes | Add diagnostic for stack allocations of 1 GB or more | iSwapna:issue-83060-fix | cjgillot | 0 | ||||
72 | 120072 | yes | style-guide: Tweak `Cargo.toml` formatting to not put `description` last | joshtriplett:style-guide-cargo-tweak | yaahc | 0 | ||||
73 | 120708 | yes | Add `or_try_*` variants for HashMap Entry API | peterjoel:entry_try | m-ou-se | 0 | ||||
74 | 120808 | yes | Split elided_lifetime_in_paths into tied and untied | shepmaster:split-elided-lifetimes-in-paths | davidtwco | 0 | ||||
75 | 121494 | yes | add tests which assert that import list for simple executable not changed silently | klensy:assert-import-list | ChrisDenton | 0 | ||||
76 | 121742 | yes | sess: stabilize `-C stack-protector=all` | davidtwco:stabilize-stack-protector-all | nikic | 0 | ||||
77 | 121762 | yes | style-guide: Note that we don't account for comments in every possible place | joshtriplett:style-comments-best-effort | calebcartwright | 0 | ||||
78 | 121910 | yes | Revert "Change prefetch to avoid deadlock" | Zoxc:rev-118488 | cjgillot | 0 | ||||
79 | 122661 | yes | Change the desugaring of `assert!` for better error output | estebank:assert-macro-span | BurntSushi | 0 | ||||
80 | 123213 | yes | Remove impl of Allocator for &A | workingjubilee:resume-with-references-only-on-request | Mark-Simulacrum | 0 | ||||
81 | 123239 | yes | Implement a lint for implicit autoref of raw pointer dereference - take 2 | Urgau:dangerous_implicit_autorefs | fmease | 0 | ||||
82 | 124078 | yes | test | apiraino:test-pr-assignment | apiraino | 0 | ||||
83 | 126595 | yes | Allow reifying intrinsics to fn pointers. (rebase of #86699) | GrigorenkoPV:reify-intrinsics | compiler-errors | 0 | ||||
84 | 126604 | Uplift `clippy::double_neg` lint as `double_negations` | kadiwa4:uplift_double_negation | nnethercote | 0 | |||||
85 | 127401 | yes | [EXPERIMENT] Ban generics in variadic args | workingjubilee:ban-generics-in-variadic-args | 0 | |||||
86 | 128070 | yes | Rewrite the compiletest directive parser | tgross35:compiletest-parser-rewrite | jieyouxu | 0 | ||||
87 | 128425 | yes | [crater] Make `missing_fragment_specifier` an unconditional error | tgross35:missing-fragment-specifier-unconditional | petrochenkov | 0 | ||||
88 | 128637 | yes | Improve dead code analysis for structs and traits defined locally | mu001999-contrib:dead-code/enhance | cjgillot | 0 | ||||
89 | 128906 | yes | Hint on unknown escape of Unicode quotation marks in string literal | lolbinarycat:unicode-quote-hint | compiler-errors | 0 | ||||
90 | 129036 | yes | Additional NonZero conversions | clarfonthey:nonzero-conversions | BurntSushi | 0 | ||||
91 | 129114 | yes | stabilize std::path::Path::file_prefix | mbhall88:stabilize-file_prefix | Amanieu | 0 | ||||
92 | 129121 | yes | Stabilize `tcp_quickack` | devnexen:stabilize_ext_linux_tcp_layer | BurntSushi | 0 | ||||
93 | 129334 | yes | Implement (part of) ACP 429: add `DerefMut` to `Lazy[Cell/Lock]` | ChayimFriedman2:more-lazy-methods | BurntSushi | 0 | ||||
94 | 129483 | yes | update the safety preconditions of from_raw_parts | lolbinarycat:from_raw_parts-docs | workingjubilee | 0 | ||||
95 | 129822 | yes | Docs - type guarantees update | WiktorPrzetacznik:docs-guarantees-update | BurntSushi | 0 | ||||
96 | 129872 | yes | impl `AsRef<[T; N]>` and `AsMut<[T; N]>` for `[T; N]` | GrigorenkoPV:array-as-array | 0 | |||||
97 | 129989 | yes | [Coverage][MCDC] Do not initialize mcdc parameters for instances containing no mcdc statements | Lambdaris:check-mcdc-statements | Zalathar | 0 | ||||
98 | 130382 | yes | Add a run-make test for Arm target-cpu features. | chrisnc:arm-target-cpu-feature-test | jieyouxu | 0 | ||||
99 | 130463 | yes | Generating a documentation for tests | Infineon:test_documentation | GuillaumeGomez | 0 | ||||
100 | 130552 | yes | Support 128-bit atomics on x86_64-fortanix-unknown-sgx | taiki-e:sgx-atomic-128 | wesleywiser | 0 | ||||
101 | 130643 | yes | Beautify doctest path | GuillaumeGomez:beautify-doctest-path | notriddle | 0 | ||||
102 | 130682 | yes | Add `peek_index` to `Enumerate` | x4exr:master | cuviper | 0 | ||||
103 | 130751 | yes | Suggest adding missing braces in `const` block pattern | GrigorenkoPV:missing-{-in-const | 0 | |||||
104 | 130780 | yes | Remove unstable cfg `target(...)` compact feature | Urgau:withdrawn-cfg-target-compact | BoxyUwU | 0 | ||||
105 | 130887 | yes | Safer implementation of RepeatN | Soveu:repeatn | Amanieu | 0 | ||||
106 | 131203 | yes | JumpThreading: fix bitwise not on non-booleans | clubby789:jumpthreading-not | cjgillot | 0 | ||||
107 | 131282 | yes | std: detect stack overflows in TLS destructors on UNIX | joboet:thread_local_stack_overflow | Amanieu | 0 | ||||
108 | 131309 | yes | Warn about C-style octal literals | GrigorenkoPV:suspicious-leading-zero | Urgau | 0 | ||||
109 | 131340 | yes | Implement split_pattern on slices | eduardorittner:master | Amanieu | 0 | ||||
110 | 131433 | yes | Apple: Re-implement SDK discovery instead of using `xcrun` | madsmtm:find-sdkroot-manually | estebank | 0 | ||||
111 | 131477 | yes | macOS: Always pass SDK root when linking with `cc`, and pass it via `SDKROOT` env var | madsmtm:sdkroot-via-env-var | nnethercote | 0 | ||||
112 | 131656 | yes | move some invalid exponent detection into rustc_session | richard-uk1:move_empty_exponent_to_rustc_session | petrochenkov | 0 | ||||
113 | 131923 | yes | Derive `Copy` and `Hash` for `IntErrorKind` | ranger-ross:impl-copy-hash-interrorkind | m-ou-se | 0 | ||||
114 | 132146 | yes | Add lint against (some) interior mutable consts | Urgau:interior_mut_consts | lcnr | 0 | ||||
115 | 132295 | yes | fixed wast version was released, remove randomization exemption | the8472:remove-randomize-exclusion1 | onur-ozkan | 0 | ||||
116 | 132331 | yes | Use CLOCK_BOOTTIME for Instant in Fuchsia/Android | mathukumillia:convert_instant_boottime | jhpratt | 0 | ||||
117 | 132388 | yes | Implement `#[cfg]` in `where` clauses | frank-king:feature/where-cfg | petrochenkov | 0 | ||||
118 | 132469 | yes | Do not suggest borrow that is already there in fully-qualified call | estebank:issue-132041 | Nadrieril | 0 | ||||
119 | 132833 | yes | Stabilize let chains in the 2024 edition | est31:stabilize_let_chains | fee1-dead | 0 | ||||
120 | 132904 | yes | only use generic info when ty var belong it in orphan check | bvanjoi:issue-132826 | fmease | 0 | ||||
121 | 133055 | yes | Expand `CloneToUninit` documentation. | kpreid:clone-uninit-doc | cuviper | 0 | ||||
122 | 133128 | yes | Resolve the false positive dead_code lint when type is only used via destructuring | m-ysk:feature/issue-132874 | nnethercote | 0 | ||||
123 | 133149 | yes | Provide more context on `Fn` closure modifying binding | estebank:niko-rustnation | compiler-errors | 0 | ||||
124 | 133477 | yes | Detect tuple structs that are unconstructable due to re-export | estebank:issue-133343 | cjgillot | 0 | ||||
125 | 133485 | yes | [discussion][donotmerge]: Copy Python implementation for `float::div_euclid` | tesuji:float-div_euclid | cuviper | 0 | ||||
126 | 133615 | yes | Implement Condvar using futex requeue | ruihe774:condvar-requeue | Amanieu | 0 | ||||
127 | 133661 | yes | [WIP] Support intra-doc links to impls on dyn traits | camelid:dyn-doc-link | fmease | 0 | ||||
128 | 133870 | yes | Stabilize `asm_goto` feature gate | nbdd0121:asm | tmandry | 0 | ||||
129 | 133981 | yes | rustdoc-json: Refractor and document Id's | aDotInTheVoid:document-docs-ids | fmease | 0 | ||||
130 | 134004 | yes | Add unstable hotpatch flag to rustc | nebulark:hotpatch_flag | jieyouxu | 0 | ||||
131 | 134076 | yes | Stabilize `std::io::ErrorKind::InvalidFilename` | GrigorenkoPV:InvalidFilename | ChrisDenton | 0 | ||||
132 | 134085 | yes | Run TLS destructors at process exit on all platforms | rust-wasi-web:tls-process-destruct | joboet | 0 | ||||
133 | 134176 | yes | fix: Implement missing `exported_private_dependencies` checks | ShoyuVanilla:issue-71043 | petrochenkov | 0 | ||||
134 | 134213 | yes | Stabilize `naked_functions` | folkertdev:stabilize-naked-functions | tmandry | 0 | ||||
135 | 134218 | yes | Add a new lint that warns for pointers to stack memory | 1c3t3a:stack-memory-warning | estebank | 0 | ||||
136 | 134270 | yes | Suggest how to fix with unconstrained type parameters | kei519:fix-107295 | cjgillot | 0 | ||||
137 | 134348 | yes | Show pending obligations as unsatisfied constraints in `report_similar_impl_candidates` | contextgeneric:show-pending-constraints-in-fulfillment-error | wesleywiser | 0 | ||||
138 | 134442 | yes | Specify the behavior of `file!` | epage:change | workingjubilee | 0 | ||||
139 | 134536 | yes | Lint on fn pointers comparisons in external macros | Urgau:fn-ptr-option | compiler-errors | 0 | ||||
140 | 134585 | yes | remove `MaybeUninit::uninit_array` | cyrgani:uninit_array | joshtriplett | 0 | ||||
141 | 134598 | yes | Update/relax str/String utf8 safety docs | zachs18:string-utf8-safety-docs | joshtriplett | 0 | ||||
142 | 134628 | yes | Make `Default` const and add some `const Default` impls | estebank:const-default | oli-obk | 0 | ||||
143 | 134655 | yes | Stabilize `hash_extract_if` | GrigorenkoPV:hash_extract_if | cuviper | 0 | ||||
144 | 134663 | yes | Implementation of `sync_nonpoison` and `nonpoison_mutex` | Aandreba:sync_nonpoison | tgross35 | 0 | ||||
145 | 134797 | yes | Ergonomic ref counting | spastorino:ergonomic-ref-counting-1 | nikomatsakis | 0 | ||||
146 | 134847 | yes | Implement asymmetrical precedence for closures and jumps | dtolnay:asymmetrical | fmease | 0 | ||||
147 | 134943 | yes | Add FileCheck annotations to mir-opt/issues | Shunpoco:116971-mir-opt-issues | cjgillot | 0 | ||||
148 | 135001 | Allow using self-contained LLD in bootstrap | Kobzol:bootstrap-mcp-510 | onur-ozkan | 0 | |||||
149 | 135008 | yes | Consider parent aliases of rigid nested projections for outlives bounds | compiler-errors:outlives-nested-projection | 0 | |||||
150 | 135015 | yes | Partially stabilize LoongArch target features | heiher:stabilize-loongarch-target-features | joshtriplett | 0 | ||||
151 | 135052 | yes | Emit single error for `+ use<'_>` and don't suggest `use<'static>` | estebank:issue-134194 | compiler-errors | 0 | ||||
152 | 135080 | yes | core: Make `Debug` impl of raw pointers print metadata if present | Enselic:debug-ptr-metadata | thomcc | 0 | ||||
153 | 135099 | yes | Add FileCheck annotations to mir-opt/copy-prop | Shunpoco:116971-mir-opt-copy-prop | cjgillot | 0 | ||||
154 | 135102 | yes | [macro_metavar_expr_concat] Add support for nested repetitions | c410-f3r:dasdasdsa | petrochenkov | 0 | ||||
155 | 135160 | yes | aarch64-softfloat: forbid enabling the neon target feature | RalfJung:aarch64-softfloat-not-neon | Noratrieb | 0 | ||||
156 | 135178 | yes | Document the behaviour of RUST_MIN_STACK=0 | Gankra:patch-2 | Amanieu | 0 | ||||
157 | 135186 | yes | Lower all trivial const paths as `ConstArgKind::Path` | camelid:const-path-multi | BoxyUwU | 0 | ||||
158 | 135240 | yes | Add unstable option to nul-terminate location strings | Darksonn:location-nul-flag | oli-obk | 0 | ||||
159 | 135334 | yes | Add and modify safety descriptions in some of intrinsics APIs | DiuDiu777:intrinsics-doc | RalfJung | 0 | ||||
160 | 135340 | yes | Add `explicit_extern_abis` Feature and Enforce Explicit ABIs | obeis:explicit-extern-abis | wesleywiser | 0 | ||||
161 | 135368 | yes | uefi: fs: Implement exists | Ayush1325:uefi-fs-2 | jhpratt | 0 | ||||
162 | 135394 | yes | `MaybeUninit` inherent slice methods part 2 | clarfonthey:uninit-slices-part-2 | BurntSushi | 0 | ||||
163 | 135480 | yes | Don't require method impls for methods with `Self:Sized` bounds for impls for unsized types | oli-obk:sized-method-on-unsized-impl | lcnr | 0 | ||||
164 | 135536 | yes | Add more impls of PartialEq and PartialOrd for strings | joshtriplett:str-impls | ibraheemdev | 0 | ||||
165 | 135538 | yes | Add support for excluding tests via config.toml | Aditya-PS-05:add-config-toml-test-exclude | Mark-Simulacrum | 0 | ||||
166 | 135578 | yes | Add a deterministic constructor for `RandomState` | bkragl:deterministic_random_state | jhpratt | 0 | ||||
167 | 135602 | yes | Tweak output of missing lifetime on associated type | estebank:issue-135589 | Nadrieril | 0 | ||||
168 | 135635 | Move `std::io::pipe` code into its own file | tbu-:pr_io_pipe | joboet | 0 | |||||
169 | 135656 | yes | Add `-C hint-mostly-unused` to tell rustc that most of a crate will go unused | joshtriplett:hint-mostly-unused | saethlin | 0 | ||||
170 | 135712 | yes | [generic_assert] "Constify" the `Debug` trait | c410-f3r:8-years-rfc | fee1-dead | 0 | ||||
171 | 135731 | yes | Implement pinned borrows | frank-king:feature/pin-borrow | fmease | 0 | ||||
172 | 135734 | yes | Correct `extract_if` sample equivalent. | nk9:extract_if-doc-equivalent | the8472 | 0 | ||||
173 | 135735 | yes | Remove outdated comment about std::hash::DefaultHasher being inaccessible | dbdr:patch-1 | ibraheemdev | 0 | ||||
174 | 135743 | yes | Changed docs to be less misleading in path::file_name(&self) | Andyson007:master | ChrisDenton | 0 | ||||
175 | 135761 | yes | Dial down detail of B-tree description | hkBst:patch-9 | tgross35 | 0 | ||||
176 | 135822 | yes | Stabilize `anonymous_pipe` | tbu-:pr_io_pipe_stabilisation | joboet | 0 | ||||
177 | 135830 | yes | Improve display of const unstable display feature info | GuillaumeGomez:const-unstable-item-info | notriddle | 0 | ||||
178 | 135888 | yes | Implement String::make_(upp|low)ercase | krtab:make_uppercase | joboet | 0 | ||||
179 | 135895 | yes | Document workings of successors more clearly | hkBst:patch-15 | joboet | 0 | ||||
180 | 135927 | yes | x86-retpoline flag (target modifier) to enable retpoline-related target features | azhogin:azhogin/retpoline | davidtwco | 0 | ||||
181 | 135931 | yes | `byte_pattern`: share the `TwoWaySearcher` between byte and `str` | folkertdev:byte-pattern-two-way-searcher | BurntSushi | 0 | ||||
182 | 135933 | yes | Explain how Vec::with_capacity is faithful | hkBst:patch-19 | dtolnay | 0 | ||||
183 | 135954 | yes | test (do not merge) | apiraino:test2 | Noratrieb | 0 | ||||
184 | 135975 | yes | Implementation of push_mut | balt-dev:master | ibraheemdev | 0 | ||||
185 | 135987 | yes | Clarify iterator by_ref docs | hkBst:patch-20 | ibraheemdev | 0 | ||||
186 | 136001 | yes | Overhaul examples for PermissionsExt | hkBst:patch-21 | cuviper | 0 | ||||
187 | 136006 | yes | Start using pattern types in libcore | oli-obk:push-tzonluoyuwkq | 0 | |||||
188 | 136036 | yes | Rewrite docs for fetch_update for clarity | hkBst:patch-26 | thomcc | 0 | ||||
189 | 136040 | yes | Remove unused trait BoundedSize | mu001999-contrib:cleanup | the8472 | 0 | ||||
190 | 136083 | yes | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bend-n:⃤⃤ | wesleywiser | 0 | ||||
191 | 136127 | yes | Allow `*const W<dyn A> -> *const dyn A` ptr cast | WaffleLapkin:dyn_ptr_unwrap_cast | compiler-errors | 0 | ||||
192 | 136160 | yes | Remove backticks from `ShouldPanic::YesWithMessage`'s `TrFailedMsg` | ShE3py:should-panic-backticks | thomcc | 0 | ||||
193 | 136177 | yes | clarify BufRead::{fill_buf, consume} docs | hkBst:patch-24 | ibraheemdev | 0 | ||||
194 | 136183 | yes | Update iterator.rs to use arrays by value | hkBst:patch-25 | Amanieu | 0 | ||||
195 | 136187 | yes | Use less CString in the examples of CStr. | hkBst:patch-27 | workingjubilee | 0 | ||||
196 | 136210 | yes | Add tests for dyn-incompatible cases | estebank:dyn-incompatibility-tests | cjgillot | 0 | ||||
197 | 136230 | yes | Remove incorrect documentation about SocketAddr having varying layout | clarfonthey:net-memory-layout-assumptions | cuviper | 0 | ||||
198 | 136293 | yes | document capacity for ZST as example | hkBst:patch-32 | Amanieu | 0 | ||||
199 | 136308 | yes | [rustdoc] Merge `<code>` tags into one whenever possible | GuillaumeGomez:merge-code-tags | notriddle | 0 | ||||
200 | 136319 | yes | Trait methods inherit trait const stability, do not inherit const stability from their own regular stability | compiler-errors:trait-const-stab | RalfJung | 0 | ||||
201 | 136320 | yes | exit: document interaction with C | RalfJung:exit | the8472 | 0 | ||||
202 | 136333 | yes | Pass deployment target to cc linker with `-m*-version-min=` | madsmtm:deployment-target-version | estebank | 0 | ||||
203 | 136355 | yes | Add `*_value` methods to proc_macro lib | GuillaumeGomez:proc-macro_add_value_retrieval_methods | joshtriplett | 0 | ||||
204 | 136359 | yes | doc all differences of ptr:copy(_nonoverlapping) with memcpy and memmove | hkBst:ptr_copy_docs | Amanieu | 0 | ||||
205 | 136395 | yes | Update to rand 0.9.0 | ChrisDenton:rand-0-9 | Mark-Simulacrum | 0 | ||||
206 | 136400 | yes | Improve handling of rustdoc lints when used with raw doc fragments. | lolbinarycat:rustdoc-link-lint-135851 | fmease | 0 | ||||
207 | 136424 | yes | fix: overflowing bin hex | 11happy:overflow.hex.fix | fmease | 0 | ||||
208 | 136439 | yes | Misc. `rustc_codegen_ssa` cleanups 🧹 | yotamofek:pr/codegen-ssa-no-indexing | Noratrieb | 0 | ||||
209 | 136457 | yes | Expose algebraic floating point intrinsics | calder:master | thomcc | 0 | ||||
210 | 136474 | yes | [`compiletest`-related cleanups 3/7] Make the distinction between sources root vs test suite sources root in compiletest less confusing | jieyouxu:src-base | clubby789 | 0 | ||||
211 | 136496 | yes | Pattern Migration 2024: suggest nicer patterns | dianne:beautify-pat-migration-output | Nadrieril | 0 | ||||
212 | 136503 | yes | Tweak output of const panic diagnostic | estebank:const-panic | oli-obk | 0 | ||||
213 | 136522 | yes | Remove `feature(dyn_compatible_for_dispatch)` from the compiler | compiler-errors:dyn_compatible_for_dispatch | oli-obk | 0 | ||||
214 | 136542 | yes | [`compiletest`-related cleanups 4/7] Make the distinction between root build directory vs test suite specific build directory in compiletest less confusing | jieyouxu:build-base | onur-ozkan | 0 | ||||
215 | 136543 | yes | intrinsics: unify rint, roundeven, nearbyint in a single round_ties_even intrinsic | RalfJung:round-ties-even | tgross35 | 0 | ||||
216 | 136561 | yes | rustc_target: Add TargetOption.check_environment | tnewsome-lynx:check_environment | wesleywiser | 0 | ||||
217 | 136576 | yes | pass optimization level to llvm-bitcode-linker | usamoi:pass-more-llbc | fmease | 0 | ||||
218 | 136578 | yes | Add contracts for all functions in `Alignment` | tautschnig:upstream-contracts/alignment | tgross35 | 0 | ||||
219 | 136579 | yes | Fix UB in ThinVec::flat_map_in_place | bjorn3:fix_thinvec_ext_ub | BoxyUwU | 0 | ||||
220 | 136581 | yes | Retire the legacy `Makefile`-based `run-make` test infra | jieyouxu:makefile-be-gone | clubby789 | 0 | ||||
221 | 136594 | yes | Faster fmt::Display of 128-bit integers, without unsafe pointer | pascaldekloe:fmt-int128 | tgross35 | 0 | ||||
222 | 136597 | yes | -Zharden-sls flag (target modifier) added to enable mitigation against straight line speculation (SLS) | azhogin:azhogin/sls | estebank | 0 | ||||
223 | 136610 | yes | Allow `IndexSlice` to be indexed by ranges. | Jarcho:range_idx | Noratrieb | 0 | ||||
224 | 136612 | yes | Revise docs for `thir::PatKind::ExpandedConstant` | Zalathar:expanded-const | Nadrieril | 0 | ||||
225 | 136632 | yes | cg_llvm: Replace some DIBuilder wrappers with LLVM-C API bindings (part 2) | Zalathar:llvm-di-builder | 0 | |||||
226 | 136637 | yes | Add binary_format to rustc target specs | Pyr0de:binary-format | Noratrieb | 0 | ||||
227 | 136649 | yes | Skip redundant frames in const recursion errors | estebank:const-recursion-error | Noratrieb | 0 | ||||
228 | 136662 | yes | Count char width at most once in `Formatter::pad` | thaliaarchi:formatter-pad-char-count | m-ou-se | 0 | ||||
229 | 136667 | yes | Revert vita's c_char back to i8 | vita-rust:revert-vita-c-char | cuviper | 0 | ||||
230 | 136677 | yes | Fix `Display` for invalid UTF-8 in `OsStr`/`Path` | thaliaarchi:os_str-formatter-flags | ChrisDenton | 0 | ||||
231 | 136687 | yes | Improve the documentation of `Display` and `FromStr`, and their interactions | joshtriplett:improve-display-and-fromstr-docs | Amanieu | 0 | ||||
232 | 136688 | yes | require trait impls to have matching const stabilities as the traits | fee1-dead-contrib:push-nppsusmpokqo | compiler-errors | 0 | ||||
233 | 136689 | yes | Clarify MaybeUninit docs | hkBst:patch-2 | RalfJung | 0 | ||||
234 | 136729 | yes | StripDebugInfo can be disabled by #[optimize(none)] | kornelski:keep-unopt-debug | Noratrieb | 0 | ||||
235 | 136732 | yes | Implement `Random` for array | sorairolake:add-random-for-array | joboet | 0 | ||||
236 | 136733 | yes | Implement `Random` for `num::{Saturating,Wrapping}` | sorairolake:add-random-for-num-module-types | BurntSushi | 0 | ||||
237 | 136775 | yes | Update `String::from_raw_parts` safety requirements | robertbastian:patch-2 | Amanieu | 0 | ||||
238 | 136780 | yes | std: move stdio to `sys` | joboet:move_pal_stdio | Amanieu | 0 | ||||
239 | 136787 | yes | Remove `lifetime_capture_rules_2024` feature | compiler-errors:lt2024feat | estebank | 0 | ||||
240 | 136796 | yes | Redact CoercePointee target type | dingxiangfei2009:redact-coerce-pointee-target-type | compiler-errors | 0 | ||||
241 | 136798 | yes | Added documentation for flushing per #74348 | pcorwin:master | tgross35 | 0 | ||||
242 | 136801 | yes | Implement `Random` for tuple | sorairolake:add-random-for-tuple | joshtriplett | 0 | ||||
243 | 136819 | yes | Implement `write_all_vectored` for `VecDeque` | a1phyr:vecdeque_write_all_vectored | Noratrieb | 0 | ||||
244 | 136824 | yes | solver cycles are coinductive once they have one coinductive step | lcnr:yeet | compiler-errors | 0 | ||||
245 | 136826 | yes | Replace mem::zeroed with mem::MaybeUninit::uninit for large struct in Unix | xizheyin:issue-136737 | thomcc | 0 | ||||
246 | 136840 | yes | Fix linker-plugin-lto only doing thin lto | Flakebi:linker-plugin-lto-fat | saethlin | 0 | ||||
247 | 136842 | yes | Add libstd support for Trusty targets | randomPoison:trusty-libstd-v3 | ChrisDenton | 0 | ||||
248 | 136846 | yes | Make `AssocOp` more like `ExprKind` | nnethercote:make-AssocOp-more-like-ExprKind | estebank | 0 | ||||
249 | 136865 | yes | Perform deeper compiletest path normalization for `$TEST_BUILD_DIR` to account for compare-mode/debugger cases, and normalize long type file filename hashes | jieyouxu:long-type-path-compare-mode | lqd | 0 | ||||
250 | 136877 | yes | Fix missing const for inherent pointer `replace` methods | Sky9x:const-inherent-ptr-replace | jhpratt | 0 | ||||
251 | 136906 | yes | Add checking for unnecessary delims in closure body | chenyukang:yukang-fix-136741-closure-body | oli-obk | 0 | ||||
252 | 136911 | yes | [WIP] Test displaying CI helper links | Kobzol:ci-helper-link | 0 | |||||
253 | 136912 | yes | Add missing trait implementations for ScopedJoinHandle | Rosdf:scoped-threads-ext | Mark-Simulacrum | 0 | ||||
254 | 136922 | yes | Pattern types: Avoid having to handle an Option for range ends in the type system or the HIR | oli-obk:pattern-types-option-ends | BoxyUwU | 0 | ||||
255 | 136926 | yes | Stabilize `-Zdwarf-version` as `-Cdwarf-version` | wesleywiser:stabilize_dwarf-version | petrochenkov | 0 | ||||
256 | 136929 | yes | std: move process implementations to `sys` | joboet:move_process_pal | Mark-Simulacrum | 0 | ||||
257 | 136932 | yes | Reduce formatting `width` and `precision` to 16 bits | m-ou-se:fmt-width-precision-u16 | m-ou-se | 0 | ||||
258 | 136968 | yes | Turn order dependent trait objects future incompat warning into a hard error | oli-obk:bye-bye | 0 | |||||
259 | 136969 | yes | Add safety contracts for VaListImpl::arg | DiuDiu777:valist-doc | Amanieu | 0 | ||||
260 | 136975 | yes | Look for `python3` first on MacOS, not `py` | jyn514:macos-x | Mark-Simulacrum | 0 | ||||
261 | 136991 | yes | [rustdoc] Add new setting to wrap source code lines when too long | GuillaumeGomez:code-wrapping | notriddle | 0 | ||||
262 | 136997 | yes | Instantiate predicate binder without recanonicalizing goal in new solver | compiler-errors:eager-binder | lcnr | 0 | ||||
263 | 137011 | yes | Promote ohos targets to tier2 with host tools. | LuuuXXX:promote-ohos-with-host-tools | Amanieu | 0 | ||||
264 | 137017 | yes | Don't error when adding a staticlib with bitcode files compiled by newer LLVM | bjorn3:ignore_invalid_bitcode | oli-obk | 0 | ||||
265 | 137025 | yes | Lock mmapped files to at least get some safety out of it | oli-obk:mmap | fee1-dead | 0 | ||||
266 | 137036 | yes | Include version number of libs being built in cargo lib metadata (esp. `librustc_driver*.so`) | jieyouxu:drivers-license | Kobzol | 0 | ||||
267 | 137039 | yes | Avoid trusting bootstrap for git-hash availability for the `version-verbose-commit-hash` test | jieyouxu:ci-git-hash | onur-ozkan | 0 | ||||
268 | 137042 | yes | As per issue #136827 submitting updates to E0495 documentation | progressive-galib:E0495-documentation-fix-#136827 | Noratrieb | 0 | ||||
269 | 137043 | yes | Initial `UnsafePinned` implementation [Part 1: Libs] | Sky9x:unsafe-pinned-pt1-libs | tgross35 | 0 | ||||
270 | 137045 | yes | Defer repeat expr `Copy` checks to end of type checking | BoxyUwU:defer_repeat_expr_checks | compiler-errors | 0 | ||||
271 | 137051 | yes | Implement default methods for `io::Empty` and `io::Sink` | thaliaarchi:io-optional-impls/empty | m-ou-se | 0 | ||||
272 | 137054 | yes | Make phantom variance markers transparent | jhpratt:phantom-variance | Mark-Simulacrum | 0 | ||||
273 | 137061 | yes | Unstable `gen_future` Feature Tracking | progressive-galib:gen_future-closing#76249 | ibraheemdev | 0 | ||||
274 | 137067 | yes | Hint on unknown escape of Unicode quotation marks in string literal | HypheX:unicode-quote-hint | wesleywiser | 0 | ||||
275 | 137090 | yes | Add some rmeta instrumentation | saethlin:noise | 0 | |||||
276 | 137096 | yes | Stabilize flags for doctest cross compilation | ehuss:stabilize-doctest-xcompile | fmease | 0 | ||||
277 | 137099 | yes | Fix rustdoc test directives that were accidentally ignored 🧐 | yotamofek:pr/rustdoc/fix-ignored-test-directives | fmease | 0 | ||||
278 | 137107 | yes | Override default `Write` methods for cursor-like types | thaliaarchi:io-optional-methods/cursors | joboet | 0 | ||||
279 | 137109 | yes | stabilize extract_if | bend-n:knife | cuviper | 0 | ||||
280 | 137113 | yes | Implement initial version of `cfg(accessible(..))` | crlf0710:cfg_accessible | petrochenkov | 0 | ||||
281 | 137121 | yes | stabilize `(const_)ptr_sub_ptr` | bend-n:master | Noratrieb | 0 | ||||
282 | 137147 | yes | Add exclude to config.toml | Shourya742:2025-02-16-support-exclude-in-config.toml | onur-ozkan | 0 | ||||
283 | 137154 | yes | Add UTF-8 validation fast paths in `Wtf8Buf` | thaliaarchi:wtf8-fast-paths | ChrisDenton | 0 | ||||
284 | 137171 | yes | Suggest swapping equality on E0277 | makai410:swapping-e0277 | compiler-errors | 0 | ||||
285 | 137193 | yes | Add unstable frontmatter support | epage:frontmatter | fee1-dead | 0 | ||||
286 | 137194 | yes | More const {} init in thread_local | kornelski:ftls | tgross35 | 0 | ||||
287 | 137197 | yes | Update some comparison codegen tests now that they pass in LLVM20 | scottmcm:cmp-20 | ibraheemdev | 0 | ||||
288 | 137198 | yes | Rename `cfg_match!` to `cfg_select!` | tgross35:cfg-match-rename | m-ou-se | 0 | ||||
289 | 137201 | yes | Teach structured errors to display short `Ty<'_>` | estebank:structured-errors-long-ty | oli-obk | 0 | ||||
290 | 137220 | yes | Support `rust.channel = "ci"` | ferrocene:pa-channel-ci | Kobzol | 0 | ||||
291 | 137229 | yes | Add support for macro expansion in rustdoc source code pages | GuillaumeGomez:expand-macro | notriddle | 0 | ||||
292 | 137237 | yes | Master bootstrap update | cuviper:stage0 | Mark-Simulacrum | 0 | ||||
293 | 137240 | yes | Slightly reformat `std::fs::remove_dir_all` error docs | jieyouxu:remove_dir_all | Mark-Simulacrum | 0 | ||||
294 | 137245 | yes | Tweak E0277 when predicate comes indirectly from ? | estebank:from-residual-note-2 | oli-obk | 0 | ||||
295 | 137246 | yes | Emit `llvm.{memcpy,memset}.inline` when no-builtins attribute is enabled | compiler-errors:noinline | nikic | 0 | ||||
296 | 137247 | yes | cg_llvm: Reduce the visibility of types, modules and using declarations in `rustc_codegen_llvm`. | dpaoliello:cleanllvm | Zalathar | 0 | ||||
297 | 137257 | yes | Ignore fake borrows for packed field check | compiler-errors:fake-borrow-of-packed-field | oli-obk | 0 | ||||
298 | 137264 | yes | Allow Transmute in Analysis(PostCleanup) | scottmcm:allow-transmute-sooner | compiler-errors | 0 | ||||
299 | 137268 | yes | Allow comparisons between `CStr`, `CString`, and `Cow<CStr>`. | bjoernager:c-string-eq-c-str | BurntSushi | 0 | ||||
300 | 137278 | yes | added some new test to check for result and options opt | heiseish:101210-extra-codegen-tests | scottmcm | 0 | ||||
301 | 137279 | yes | Make some invalid codegen attr errors structured/translatable | estebank:codegen-structured-errors | nnethercote | 0 | ||||
302 | 137280 | yes | stabilize ptr::swap_nonoverlapping in const | RalfJung:const_swap_nonoverlapping | joboet | 0 | ||||
303 | 137289 | yes | Consolidate and improve error messaging for `CoerceUnsized` and `DispatchFromDyn` | compiler-errors:coerce-unsized-errors | oli-obk | 0 | ||||
304 | 137303 | yes | Remove `MaybeForgetReturn` suggestion | compiler-errors:maybe-forgor | cjgillot | 0 | ||||
305 | 137304 | yes | add `IntoBounds::intersect` and `RangeBounds::is_empty` | pitaj:rangebounds-is_empty-intersect | ibraheemdev | 0 | ||||
306 | 137306 | yes | Remove `i128` and `u128` from `improper_ctypes_definitions` | tgross35:remove-i128-u128-improper-ctypes | workingjubilee | 0 | ||||
307 | 137311 | yes | Enable `f16` for MIPS | martn3:enable-f16-mips | tgross35 | 0 | ||||
308 | 137314 | yes | Change definitely unproductive cycles to error | lcnr:cycles-with-unknown-kind | compiler-errors | 0 | ||||
309 | 137319 | yes | Stabilize `const_vec_string_slice` | Kixunil:stabilize-const-vec-string-slice | Noratrieb | 0 | ||||
310 | 137320 | yes | fix(rustdoc): Fixed stability version in rustdoc | tapanprakasht:fix-doc-version-stability | fmease | 0 | ||||
311 | 137321 | yes | Correct doc about `temp_dir()` behavior on Android | aviraxp:patch-1 | cuviper | 0 | ||||
312 | 137323 | yes | Guarantee behavior of transmuting Option::<T>::None subject to NPO | joshlf:transmute-npo | RalfJung | 0 | ||||
313 | 137325 | yes | UB-check for alignment of ptr to Box::from_raw{,_in} | hkBst:patch-1 | joboet | 0 | ||||
314 | 137327 | yes | Undeprecate env::home_dir | arlosi:home-dir | Mark-Simulacrum | 0 | ||||
315 | 137330 | yes | Document `From::from` impls | TimTheBig:document-from | Amanieu | 0 | ||||
316 | 137333 | yes | Use `edition = "2024"` in the compiler (redux) | compiler-errors:edition-2024-fresh | Nadrieril | 0 | ||||
317 | 137334 | yes | Greatly simplify lifetime captures in edition 2024 | compiler-errors:edition-2024-fresh-2 | 0 | |||||
318 | 137337 | yes | Add verbatim linker to AIXLinker | dalvescb:master | davidtwco | 0 | ||||
319 | 137343 | yes | Make some suggestions "verbose" | estebank:verbose-sugg-1 | oli-obk | 0 | ||||
320 | 137348 | yes | More sophisticated span trimming for suggestions | compiler-errors:span-trim | estebank | 0 | ||||
321 | 137349 | yes | Implement `read_buf` for zkVM stdin | thaliaarchi:io-optional-methods/zkvm | Noratrieb | 0 | ||||
322 | 137353 | yes | Implement `read_buf` for WASI stdin | thaliaarchi:io-optional-methods/wasi-stdin | Noratrieb | 0 | ||||
323 | 137355 | yes | Implement `read_buf` and vectored read/write for SGX stdio | thaliaarchi:io-optional-methods/sgx | ChrisDenton | 0 | ||||
324 | 137356 | yes | Ferris 🦀 Identifier naming conventions | nik-rev:FERRIS | fmease | 0 | ||||
325 | 137357 | yes | Document results of non-positive logarithms | syvb:sv/log-docs | Noratrieb | 0 | ||||
326 | 137358 | yes | Match Ergonomics 2024: add context and examples to the unstable book | dianne:new-match-ergonomics-examples | Nadrieril | 0 | ||||
327 | 137360 | yes | Use `chunks_exact` in `analyze_source_file_sse2` | real-eren:rustc_span/use-chunks-exact | Noratrieb | 0 | ||||
328 | 137361 | yes | Refactor `OperandRef::extract_field` to prep for MCP838 | scottmcm:mcp-838-prep | BoxyUwU | 0 | ||||
329 | 137364 | yes | Tag all format-like macros with `#[clippy::format_args]` | nyurik:clippy-fmt-lib | joboet | 0 | ||||
330 | 137370 | yes | adjust_abi: make fallback logic for ABIs a bit easier to read | RalfJung:x86-abi-fallback | SparrowLii | 0 | ||||
331 | 137373 | yes | Compile run-make-support and run-make tests with the bootstrap compiler | Kobzol:tool-stage0-improve | jieyouxu | 0 | ||||
332 | 137374 | yes | Stacker now handles miri using a noop impl itself | bjorn3:remove_stacker_miri_special_case | BoxyUwU | 0 | ||||
333 | 137375 | yes | Minor internal comments fix for `BufRead::read_line` | steffahn:clarify-read_line-comment | Mark-Simulacrum | 0 | ||||
334 | 137377 | yes | Always allow reusing cratenum in CrateLoader::load | bjorn3:crate_loader_cleanup | BoxyUwU | 0 | ||||
335 | 137383 | yes | stabilize `unsigned_is_multiple_of` | folkertdev:stabilize-unsigned-is-multiple-of | Noratrieb | 0 | ||||
336 | 137388 | yes | Fix(lib/fs/tests): Disable rename POSIX semantics FS tests under Windows 7 | PaulDance:disable-rename-posix-semantics-tests-under-win7 | Mark-Simulacrum | 0 | ||||
337 | 134720 | yes | Display valid crate types in error message for --crate-type flag | malezjaa:feat/crate-type-valid-values | jieyouxu | 0 | always | |||
338 | 134925 | compiletest: Deny usage of special FileCheck suffixes as revision names | DavisRayM:130982-deny-special-filecheck-prefixes | jieyouxu | 0 | always | ||||
339 | 135295 | yes | Check empty SIMD vector in inline asm | eyraudh:master | compiler-errors | 0 | always | |||
340 | 135307 | yes | Cleanup `opaque_type_cycle_error` | yotamofek:cleanup-opaque-type-cycle-error | compiler-errors | 0 | always | |||
341 | 135767 | yes | Future incompatibility warning `unsupported_fn_ptr_calling_conventions`: Also warn in dependencies | tdittr:fn_ptr_calling_conventions-in-deps | compiler-errors | 0 | always | |||
342 | 135808 | yes | Implement Display for ``rustc_target::callconv::Conv`` | tiif:conv_display | oli-obk | 0 | always | |||
343 | 136072 | add two old crash tests | cyrgani:old-crash-tests | WaffleLapkin | 0 | always | ||||
344 | 136079 | compiler_fence: fix example | RalfJung:compiler-fence-example | jhpratt | 0 | always | ||||
345 | 136091 | Add some tracing to core bootstrap logic | jieyouxu:core-tracing | clubby789 | 0 | always | ||||
346 | 136097 | rustc_ast: replace some len-checks + indexing with slice patterns etc. | yotamofek:check-len-and-index | petrochenkov | 0 | always | ||||
347 | 136101 | triagebot: set myself on vacation | jieyouxu:away | Mark-Simulacrum | 0 | always | ||||
348 | 136592 | yes | Make sure we don't overrun the stack in canonicalizer | compiler-errors:ensure-stack-in-canonical | lcnr | 0 | always | |||
349 | 136938 | yes | Remove `:` from `stack-protector-heuristics-effect.rs` Filecheck Pattern | mustartt:fix-stack-protector-filecheck | Mark-Simulacrum | 0 | always | |||
350 | 137103 | yes | {json|html}docck: catch and error on deprecated syntax | yotamofek:pr/jsonhtmldocck-deprecated-syntax | aDotInTheVoid | 0 | always | |||
351 | 137382 | yes | bootstrap: add doc for vendor build step | Shourya742:2025-02-21-add-vendor-step-doc | albertlarsan68 | 0 | always | |||
352 | 137183 | no | Prune dead regionck code | compiler-errors:dead-regionck-code | lcnr | lcnr | 0 | always | ||
353 | 126810 | no | Tweak output of resolve errors | estebank:resolve-error-wording | petrochenkov | 10 | never | |||
354 | 89917 | no | sess: default to v0 symbol mangling | davidtwco:issue-60705-stabilize-rust-symbol-mangling-scheme | 0 | never | ||||
355 | 105392 | no | Dedup bounds with parent impl block | GuillaumeGomez:rustdoc-dedup-bounds | compiler-errors | 0 | never | |||
356 | 106852 | no | Only preserve DebugInfo in DeadStoreElimination if requested. | cjgillot:debug-dse | JakobDegen | 0 | never | |||
357 | 109050 | no | Only use the new DepNode hashmap for anonymous nodes. | cjgillot:no-hash-graph | 0 | never | ||||
358 | 113125 | no | typeck: taint if errors found during writeback | davidtwco:issue-112824-ctfe-type-mismatch-with-type-error | compiler-errors | 0 | never | |||
359 | 114538 | no | Split marking and visit to compute live_symbols. | cjgillot:split-live-symbols | 0 | never | ||||
360 | 114669 | no | Make metadata a workproduct and reuse it | cjgillot:metadata-wp | petrochenkov | 0 | never | |||
361 | 115003 | no | Increase parallelism in various locations | Zoxc:parallel-tweaks-rebase | cjgillot | 0 | never | |||
362 | 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 | |||
363 | 116173 | no | New atomic reference counting algorithm | m-ou-se:arc | Amanieu | 0 | never | |||
364 | 116316 | no | Remove eval_always from check_private_in_public. | cjgillot:incr-privacy | petrochenkov | 0 | never | |||
365 | 116542 | no | Add range metadata to slice lengths | the8472:slice-ref-len-validity | cjgillot | 0 | never | |||
366 | 116707 | no | Create an `AllocId` for `ConstValue::Slice`. | cjgillot:slice-id | 0 | never | ||||
367 | 119458 | no | Do not hash allocations to name them. | cjgillot:anonymous-alloc | compiler-errors | 0 | never | |||
368 | 119501 | no | Only generate a single shim for clone of copy types. | cjgillot:clone-shim | 0 | never | ||||
369 | 119899 | no | redesign stage 0 std | onur-ozkan:redesign-stage0-std | albertlarsan68 | 0 | iffy | |||
370 | 120286 | no | Implement RFC 3349, mixed utf8 literals | nnethercote:3349-mixed-utf8-literals | 0 | never | ||||
371 | 120525 | no | rustc_ast: FieldDef: remove span | klensy:FieldDef-span | oli-obk | 0 | never | |||
372 | 120706 | no | Initial support for auto traits with default bounds | Bryanskiy:leak | lcnr | 0 | never | |||
373 | 122325 | no | Stop using LLVM struct types for array/pointer offset GEPs | erikdesjardins:array | nikic | 0 | never | |||
374 | 123219 | no | [WIP] rustdoc (base+json): add support for variances | fmease:rustdoc-variances-json | 0 | never | ||||
375 | 123259 | no | Fixup `if T::CONST` in MIR | scottmcm:tweak-if-const | 0 | never | ||||
376 | 124141 | no | Remove `Nonterminal` and `TokenKind::Interpolated` | nnethercote:rm-Nonterminal-and-TokenKind-Interpolated | petrochenkov | 0 | never | |||
377 | 126391 | no | Validate environment variable names in `std::process` | tbu-:pr_command_env_equals | cuviper | 0 | iffy | |||
378 | 126651 | no | Implement consecutive shorthand projections (associated type paths) like `T::AssocA::AssocB` | fmease:consec-shorthand-proj | compiler-errors | 0 | never | |||
379 | 127241 | no | Mark span parent in def_collector. | cjgillot:def-collector-span | petrochenkov | 0 | never | |||
380 | 127516 | no | Simplify `LazyAttrTokenStream` | nnethercote:simplify-LazyAttrTokenStream | petrochenkov | 0 | never | |||
381 | 129102 | no | Experimental: Add Derive Proc-Macro Caching | futile:experimental/proc-macro-caching | petrochenkov | 0 | never | |||
382 | 129881 | no | Implement struct_target_features. | veluca93:struct_tf | cjgillot | 0 | never | |||
383 | 129931 | no | mir-opt: Merge all branch BBs into a single copy statement | DianQK:match-br-copy | cjgillot | 0 | never | |||
384 | 130227 | no | [WIP] Remove placeholders completely | amandasystems:remove-placeholders-completely | nikomatsakis | 0 | never | |||
385 | 130963 | no | Migrate compiler's `&Option<T>` into `Option<&T>` | nyurik:opts-rustc | petrochenkov | 0 | never | |||
386 | 131650 | no | Add post-mono MIR passes to make mono-reachable analysis more accurate | saethlin:post-mono-mir-opts | 0 | never | ||||
387 | 132527 | no | Invalidate all dereferences when encountering non-local assignments | DianQK:gvn-stmt-iter | cjgillot | 0 | never | |||
388 | 134009 | no | cg_llvm: Replace most of our DIBuilder wrappers with LLVM-C API bindings | Zalathar:llvm-di | workingjubilee | 0 | never | |||
389 | 134938 | no | Include arguments to the precondition check in failure messages | saethlin:include-precondition-args | 0 | never | ||||
390 | 136428 | no | test building enzyme in CI | EnzymeAD:enable-autodiff | oli-obk | 0 | never | |||
391 | 136860 | no | Give integer literals a sign instead of relying on negation expressions | oli-obk:signed-literals | petrochenkov | 0 | never | |||
392 | 93544 | no | Debug-format fat pointers with their metadata for better insight | vojtechkral:fmt-fat-ptrs | m-ou-se | 0 | ||||
393 | 94904 | no | doc(notable_trait) for impls | conradludgate:rustdoc-notable-attr | GuillaumeGomez | 0 | ||||
394 | 98514 | no | `std::thread` support for the Nintendo 3DS | AzureMarker:feature/horizon-threads | Mark-Simulacrum | 0 | ||||
395 | 98991 | no | Apply deprecation lint to trait method overrides. | m-ou-se:deprecated-overrides | wesleywiser | 0 | ||||
396 | 100413 | no | Track `-Cprofile-use` and `-Cprofile-sample-use` value by file hash, not file path | Kobzol:profile-use-track-file-hash | wesleywiser | 0 | ||||
397 | 101551 | no | [WIP] Add support for custom allocator for `String` | zachs18:string_alloc | Mark-Simulacrum | 0 | ||||
398 | 103134 | no | Kill array_assume_init | SUPERCILEX:uninit-array-assume | scottmcm | 0 | ||||
399 | 103376 | no | Strip leading trailing empty lines in doc code blocks | GuillaumeGomez:strip-leading-trailing-empty-lines | notriddle | 0 | ||||
400 | 105377 | no | rust: library: Add `setsid` method to `CommandExt` trait | HarveyHunt:setsid | m-ou-se | 0 | ||||
401 | 105586 | no | Experimental feature gate proposal `crabi` | joshtriplett:abi-experimental-feature-gate | nikomatsakis | 0 | ||||
402 | 105604 | no | Use ELF-TLS on SGX | joboet:sgx_tls | m-ou-se | 0 | ||||
403 | 105877 | no | `impl PartialEq<{str,String}> for {Path,PathBuf}` (and reversed) | Kixunil:impl-partialeq-str-for-path | Amanieu | 0 | ||||
404 | 106074 | no | Implement RFC 3323: restrictions | jhpratt:restrictions | compiler-errors | 0 | ||||
405 | 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 | ||||
406 | 107263 | no | Allow impl on projection | GuillaumeGomez:allow-impl-on-projection | oli-obk | 0 | ||||
407 | 107378 | no | Stabilize `anonymous_lifetime_in_impl_trait` | c410-f3r:stabilize-anon-lt | estebank | 0 | ||||
408 | 107562 | no | WIP: Remove `ResumeTy` from async lowering | Swatinem:async-resumety-v2 | compiler-errors | 0 | ||||
409 | 107587 | no | Mark `std` integral modules as deprecated (`std::u32`, `std::i16`, etc.) | tgross35:deprecate-std-num-modules | dtolnay | 0 | ||||
410 | 107640 | no | rustdoc: Add support for local resources | GuillaumeGomez:rustdoc-local-resources-2 | notriddle | 0 | ||||
411 | 108001 | no | Add lint to check if non-inlined local reexports have documentation | GuillaumeGomez:unused_reexport_documentation-lint | notriddle | 0 | ||||
412 | 108097 | no | Change Wasm's `cdylib` etc. to be a "reactor". | sunfishcode:sunfishcode/wasi-reactor | wesleywiser | 0 | ||||
413 | 108671 | no | Implement flatten for `Option<&Option<T>>` and `Option<&mut Option<T>>` | Coca162:option_reference_flattening | dtolnay | 0 | ||||
414 | 108981 | no | Implement `fs_native_path` | ChrisDenton:aspath | Amanieu | 0 | ||||
415 | 108993 | no | Make typeck aware of uninhabited types | cjgillot:uninhabited-typeck | lcnr | 0 | ||||
416 | 109350 | no | Add pattern matching API to OsStr | mina86:pattern-2 | dtolnay | 0 | ||||
417 | 110702 | no | [mir-opt] SimplifyLocals should also clean up debuginfo | scottmcm:also-remove-unused-storage-markers | cjgillot | 0 | ||||
418 | 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 | ||||
419 | 112106 | no | Added traits implemented by FnPtr to fn docs with example function | mj10021:issue-111182-fix | cuviper | 0 | ||||
420 | 112331 | no | Report allocation errors as panics, second attempt | Amanieu:panic-oom-payload2 | m-ou-se | 0 | ||||
421 | 112457 | no | Make `std::mem::transmute_copy` accept `?Sized` inputs | nvzqz:feat/unsized-transmute_copy | m-ou-se | 0 | ||||
422 | 112469 | no | Only use the new node hashmap for anonymous nodes. | cjgillot:graph-anon-hashmap | Zoxc | 0 | ||||
423 | 114209 | no | tidy watcher | klensy:better-than-remembrall | wesleywiser | 0 | ||||
424 | 114531 | no | Implement `From<&'a &'static str>` for `Arguments<'a>` | EFanZh:implement-from-str-for-arguments | m-ou-se | 0 | ||||
425 | 114900 | no | Allow a MIR analysis to perform the state `join` directly | Jarcho:mut_join | cjgillot | 0 | ||||
426 | 114917 | no | Dummy PR to test coverage test changes in CI | Zalathar:dummy-coverage | 0 | |||||
427 | 115501 | no | Add new inherit_handles flag to CommandExt trait | michaelvanstraten:set_inherit_handles | ChrisDenton | 0 | ||||
428 | 115746 | no | Print thread ID in panic message | tgross35:unnamed-threads-panic-message | cuviper | 0 | ||||
429 | 115802 | no | rustdoc search: Allow to filter on multiple crates | GuillaumeGomez:rustdoc-search-multiple-crate-filtering | notriddle | 0 | ||||
430 | 116247 | no | WIP: Check uninhabitedness through the trait solver | cjgillot:uninhabited-predicate | lcnr | 0 | ||||
431 | 116632 | no | Add `(checked_)norem_div` methods for integer types | newpavlov:checked_norem_div | Mark-Simulacrum | 0 | ||||
432 | 116882 | no | rustdoc: hide `#[repr]` if it isn't part of the public ABI | fmease:rustdoc-generalized-priv-repr-heuristic | notriddle | 0 | ||||
433 | 117682 | no | Don't check GAT bounds in normalization | aliemjay:gat-relax-lifetimes | 0 | |||||
434 | 117991 | no | Clarify safety of layout_for_ptr | CAD97:layout-for-ptr | cuviper | 0 | ||||
435 | 118270 | no | Allow coercions from never-type when ref binding is involved | Aaron1011:ref-pat-never-coerce | compiler-errors | 0 | ||||
436 | 118480 | no | Specialize sleep_until implementation | dvdsk:sleep_until_os_specific_impl | cuviper | 0 | ||||
437 | 118711 | no | [rustdoc] Add `no-hidden-lines` codeblock attribute | GuillaumeGomez:raw-codeblock-attribute | notriddle | 0 | ||||
438 | 118733 | no | add error message for c# style named arguments | nouritsu:master | estebank | 0 | ||||
439 | 118917 | no | Support for a scalable simd representation | JamieCunliffe:sve | Amanieu | 0 | ||||
440 | 118939 | no | Better errors with bad/missing identifiers in MBEs | EliseZeroTwo:EliseZeroTwo/fix-macrorules-ident-errors | TaKO8Ki | 0 | ||||
441 | 118999 | no | force current stage when `--stage` is expilicitly used | onur-ozkan:explicit-stages | Mark-Simulacrum | 0 | ||||
442 | 119220 | no | Uplift `clippy::invalid_null_ptr_usage` lint | Urgau:uplift-invalid_null_ptr_usage | b-naber | 0 | ||||
443 | 119260 | no | Make broken MIR a proper lint. | cjgillot:mir-lint | TaKO8Ki | 0 | ||||
444 | 119550 | no | Rename `AsyncIterator` back to `Stream`, introduce an AFIT-based `AsyncIterator` trait | yoshuawuyts:async-iterator | compiler-errors | 0 | ||||
445 | 120013 | no | coverage: Don't show coverage for code paths that must panic/diverge | Zalathar:diverge | 0 | |||||
446 | 120611 | no | [WIP]: generating rust-project file for r-a | onur-ozkan:embedded-lsp-feed | 0 | |||||
447 | 120700 | no | Stabilize associated type position impl Trait (ATPIT) | traviscross:TC/stabilize-atpit | nikomatsakis | 0 | ||||
448 | 120818 | no | rustdoc: add three-column layout for large desktops | notriddle:notriddle/three-column | GuillaumeGomez | 0 | ||||
449 | 121880 | no | Run linking and incremental saving / finalizing in parallel | Zoxc:link-task | estebank | 0 | ||||
450 | 122156 | no | Represent diagnostic side effects as dep nodes | Zoxc:side-effect-dep-node | cjgillot | 0 | ||||
451 | 122288 | no | [Proof of concept] Recover from struct literals with placeholder path | fmease:recover-bad-struct-lit-w-tyck | compiler-errors | 0 | ||||
452 | 122340 | no | Treat weak alias types more like ADTs when computing implied bounds | fmease:lta-implied-bounds-recurse-shallow | oli-obk | 0 | ||||
453 | 122408 | no | Use futex-based synchronization on Apple platforms | joboet:apple_futex | m-ou-se | 0 | ||||
454 | 122668 | no | Add APIs for dealing with titlecase | Jules-Bertholet:titlecase | m-ou-se | 0 | ||||
455 | 122685 | no | Emit a warning if a `match` is too complex | GuillaumeGomez:match-too-complex | Nadrieril | 0 | ||||
456 | 122790 | no | Apply dllimport in ThinLTO | Zoxc:dllimp-rev | wesleywiser | 0 | ||||
457 | 122808 | no | Stabilize `count`, `ignore`, `index`, and `len` (`macro_metavar_expr`) | c410-f3r:again-again-again-again-again | fmease | 0 | ||||
458 | 122957 | no | Silence unnecessary "missing `dyn`" errors and tweak E0746 suggestions | estebank:issue-121037 | oli-obk | 0 | ||||
459 | 123008 | no | [TEST] Test out Fjall memory allocator | Zoxc:fjall-global | 0 | |||||
460 | 123082 | no | CFI: Fix fn items, closures, and Fn trait objects | rcvalle:rust-cfi-fix-fn-items-closures-fn-trait-objects | compiler-errors | 0 | ||||
461 | 123205 | no | Revert "CFI: Skip non-passed arguments" | rcvalle:rust-cfi-revert-skip-non-passed-arguments | compiler-errors | 0 | ||||
462 | 123220 | no | [blocked on design] [PoC]: rustdoc (html): add support for variances | fmease:rustdoc-variances-html | 0 | |||||
463 | 123319 | no | Add managarm as a tier 3 target | no92:managarm-target | davidtwco | 0 | ||||
464 | 123384 | no | Link rustc tools into the correct sysroot | Noratrieb:back-where-you-belong | onur-ozkan | 0 | ||||
465 | 123476 | no | std::net: adding `unix_socket_exclbind` feature for solaris/illumos. | devnexen:std_net_solaris_exclbind | Mark-Simulacrum | 0 | ||||
466 | 123617 | no | sanitizers: Stabilize AddressSanitizer and LeakSanitizer for the Tier 1 targets | rcvalle:rust-stabilize-core-sanitizers | davidtwco | 0 | ||||
467 | 123948 | no | Async drop codegen | azhogin:azhogin/async-drop | nikomatsakis | 0 | ||||
468 | 124154 | no | coverage: Treat each match arm as a "branch" for branch coverage | Zalathar:branch-arms | 0 | |||||
469 | 124278 | no | Support mcdc analysis for pattern matching | ZhuUx:pattern-match | Zalathar | 0 | ||||
470 | 124439 | no | Set default value `deny-warnings` for compiler profile to `false` | WaffleLapkin:who-wants-to-deny-warnings-lmao | albertlarsan68 | 0 | ||||
471 | 124595 | no | Suggest cloning `Arc` moved into closure | estebank:issue-104232 | 0 | |||||
472 | 124852 | no | alias-relate: add fast reject optimization | lcnr:search-graph-uwu | compiler-errors | 0 | ||||
473 | 125334 | no | add a normalizes-to fast path | lcnr:normalizes-to-rigid-fastpath | compiler-errors | 0 | ||||
474 | 125388 | no | Improve parse item fallback | dev-ardi:improve-parse-item-fallback | estebank | 0 | ||||
475 | 125555 | no | Recover statics better | Noratrieb:recover-statics-better | oli-obk | 0 | ||||
476 | 125721 | no | Stop emitting spans from proc macro compile time in quote expansion | bjorn3:proc_macro_quote_no_spans | davidtwco | 0 | ||||
477 | 125780 | no | [WIP] RIIR HtmlDocCk | fmease:riir-htmldocck | 0 | |||||
478 | 125784 | no | Silence errors in expressions caused by bare traits in paths in 2021 edition | estebank:issue-51077 | fmease | 0 | ||||
479 | 126076 | no | privacy: normalize associated types before visiting | jswrenn:fix-45713 | compiler-errors | 0 | ||||
480 | 126316 | no | Do not eagerly reject inference vars when trying to resolve method calls. | oli-obk:recursive_rpit3 | lcnr | 0 | ||||
481 | 126510 | no | Add diagnostics to "while loop" and "for loop" that note that it is always determined that it might iterate zero times. | Kohei316:improve-diagnostics | estebank | 0 | ||||
482 | 126856 | no | remove deprecated tool `rls` | onur-ozkan:remove-rls | clubby789 | 0 | ||||
483 | 127013 | no | Add `f16` formatting and parsing | tgross35:f16-format-parse | 0 | |||||
484 | 127282 | no | Make inline suggestions no longer be the default | estebank:experiment-for-annotate-snippets | fmease | 0 | ||||
485 | 127373 | no | [do not merge] Testing Windows CI | ehuss:windows-in-use | ehuss | 0 | ||||
486 | 127522 | no | Relocate upvars to Unresumed state and make coroutine prefix trivial | dingxiangfei2009:move-upvars-to-locals | 0 | |||||
487 | 127534 | no | feat(core): impl Step for NonZero<u*> | jalil-salame:nonzero-uint-step | m-ou-se | 0 | ||||
488 | 127578 | no | std: use a queue-based `Condvar` on NetBSD and other platforms | joboet:queue_condvar | Mark-Simulacrum | 0 | ||||
489 | 127595 | no | Fix panic=abort tests on fuchsia | c6c7:fix-panic=abort-tests-on-fuchsia | 0 | |||||
490 | 127721 | no | collect doc alias as tips during resolution | bvanjoi:issue-124273 | estebank | 0 | ||||
491 | 127997 | no | Suggest `derive(Trait)` or `T: Trait` from transitive obligation in some cases | estebank:missing-trait-suggestion | compiler-errors | 0 | ||||
492 | 128018 | no | Normalize filecheck directives | tgross35:normalize-filecheck-directives | jieyouxu | 0 | ||||
493 | 128086 | no | Unify wording of "failed to resolve" errors with "cannot find" resolution errors | estebank:failed-to-resolve | petrochenkov | 0 | ||||
494 | 128256 | no | feat: add tier-1 platform support for change_time | juliusl:pr/support-tier-1-change-time | ChrisDenton | 0 | ||||
495 | 128351 | no | Lint against `&T` to `&mut T` and `&T` to `&UnsafeCell<T>` transmutes | ChayimFriedman2:lint-transmute-unsafe-cell | 0 | |||||
496 | 128374 | no | compiler: suggest `const _` for a misplaced `const {}` | workingjubilee:fix-terse-const-item-diagnostic | compiler-errors | 0 | ||||
497 | 128440 | no | Proof of Concept: add `#[defines]` attribute and require it for all type-alias-impl-trait sites that register a hidden type | oli-obk:defines | 0 | |||||
498 | 128653 | no | When annotations needed, look at impls for more accurate suggestions | estebank:ambiguity-suggestion-2 | BoxyUwU | 0 | ||||
499 | 128737 | no | Add lint for recursive default impls | mj10021:issue-128421-fix | wesleywiser | 0 | ||||
500 | 128917 | no | Allow inlining drop glue more generally | scottmcm:nuke-runtime-drops | fmease | 0 | ||||
501 | 128947 | no | Perform ThinLTO on x86_64-pc-windows-msvc dist builder | Zoxc:thinlto-msvc | 0 | |||||
502 | 128974 | no | Unify AST Visitors with a macro like MIR Visitors | maxcabrajac:visitor_macro | cjgillot | 0 | ||||
503 | 129175 | no | Autodiff Upstreaming - single commit | EnzymeAD:single-commit | oli-obk | 0 | ||||
504 | 129342 | no | Rebuild on changes to the deployment target when compiling Apple targets | madsmtm:track-deployment-target | thomcc | 0 | ||||
505 | 129734 | no | Prereq1 for async drop - `drop` & `async_fut` fields in Drop terminator | azhogin:azhogin/async-drop-prereq1-new-drop-term-fields | nikomatsakis | 0 | ||||
506 | 129736 | no | Prereq2 for async drop - ResumedAfterDrop panic messages | azhogin:azhogin/async-drop-prereq2-resumed-after-drop-msg | nikomatsakis | 0 | ||||
507 | 129737 | no | Prereq3 for async drop - LangItem registration for async_drop_in_place()::{{closure0}} | azhogin:azhogin/async-drop-prereq3-lang-item-for-drop-poll | nikomatsakis | 0 | ||||
508 | 129739 | no | Prereq4 for async drop - needs_async_drop query fixes and some cleanup | azhogin:azhogin/async-drop-prereq4-needs-async-drop-fixes-and-cleanup | nikomatsakis | 0 | ||||
509 | 129740 | no | Prereq5 for async drop - AsyncDropGlue & FutureDropPoll instances preparation | azhogin:azhogin/async-drop-prereq5-instances-preparation | nikomatsakis | 0 | ||||
510 | 129741 | no | Prereq6 for async drop - templated coroutine processing and layout | azhogin:azhogin/async-drop-prereq6-templated-coroutine | nikomatsakis | 0 | ||||
511 | 129742 | no | Subpart7 for async drop (major1) - library changes | azhogin:azhogin/async-drop-subpart7-major1-library-changes | nikomatsakis | 0 | ||||
512 | 129744 | no | Subpart8 for async drop (major2) - dropline in scopes for potentially async drops | azhogin:azhogin/async-drop-subpart8-scopes | nikomatsakis | 0 | ||||
513 | 129745 | no | Subpart9 for async drop (major3) - elaborate_drops changes | azhogin:azhogin/async-drop-subpart9-elaborate-drops | nikomatsakis | 0 | ||||
514 | 129746 | no | Subpart10 for async drop (major4) - StateTransform pass improvements | azhogin:azhogin/async-drop-subpart10-state-transform | nikomatsakis | 0 | ||||
515 | 129747 | no | Subpart11 for async drop (major5) - shims codegen | azhogin:azhogin/async-drop-subpart11-shims-codegen | nikomatsakis | 0 | ||||
516 | 129821 | no | Switch std to using raw-dylib by default on Windows | ChrisDenton:raw-dylib-std | Mark-Simulacrum | 0 | ||||
517 | 129870 | no | Experiment: add unstable RHS type to Ord, impl PartialOrd<[U]> for [T] | clarfonthey:generic-ord | BurntSushi | 0 | ||||
518 | 129924 | no | don't remove bootstrap on stage0 bump | onur-ozkan:remove-workaround | Kobzol | 0 | ||||
519 | 130150 | no | Move `elided_named_lifetimes` into a separate pass | GrigorenkoPV:elided-named-lifetimes-pass | cjgillot | 0 | ||||
520 | 130374 | no | Add copy button to crate version. | MeetThePatel:master | GuillaumeGomez | 0 | ||||
521 | 130418 | no | Split traits by crate-local and crate-non-local | MeetThePatel:feature-rustdoc-sort-traits | notriddle | 0 | ||||
522 | 130460 | no | compiler: Fix handling of `repr(align(N), simd)` | workingjubilee:align-with-parallel-expectations | 0 | |||||
523 | 130749 | no | [NOT READY] Add support for downloading GCC artifacts | GuillaumeGomez:download-gcc-artifacts | Kobzol | 0 | ||||
524 | 130859 | no | Update README.md | AzharMithani:master | Mark-Simulacrum | 0 | ||||
525 | 130883 | no | Add environment variable query | madsmtm:env-var-query | petrochenkov | 0 | ||||
526 | 130886 | no | core/ptr: Add simulate_realloc() | mrkajetanp:ptr-tag-helpers | Mark-Simulacrum | 0 | ||||
527 | 130937 | no | Separate weekly `cargo update` PRs and add boostrap | tgross35:dependencies-ci-bootstrap | Kobzol | 0 | ||||
528 | 131146 | no | Stop clearing box's drop flags early | beepster4096:box_drop_flags | wesleywiser | 0 | ||||
529 | 131160 | no | Handle `rustc_middle` cases of `rustc::potential_query_instability` lint | ismailarilik:handle-potential-query-instability-lint-for-rustc-middle | estebank | 0 | ||||
530 | 131200 | no | Handle `rustc_query_system` cases of `rustc::potential_query_instability` lint | ismailarilik:handle-potential-query-instability-lint-for-rustc-query_system | cjgillot | 0 | ||||
531 | 131218 | no | Split out RTN resolver errors into new error codes | compiler-errors:rtn-err | petrochenkov | 0 | ||||
532 | 131389 | no | Add `JoinHandle::into_join_future()`. | kpreid:joinfuture | Amanieu | 0 | ||||
533 | 131472 | no | E0793: Clarify that it applies to unions as well | kupiakos:E0793 | compiler-errors | 0 | ||||
534 | 131478 | no | WIP: Parse Apple SDK versions | madsmtm:parse-sdkroot | jieyouxu | 0 | ||||
535 | 131607 | no | core: implement `DeterministicRandomSource` | joboet:deterministic_random | joshtriplett | 0 | ||||
536 | 131824 | no | Support multiple stability attributes on items | dianne:multiple-unstables | wesleywiser | 0 | ||||
537 | 131852 | no | rustdoc: allow searches to match against both type and name | lolbinarycat:rustdoc-search-type-and-name | notriddle | 0 | ||||
538 | 131882 | no | Fix suggestions when returning a bare trait from an async fn. | hirschenberger:issue131661 | davidtwco | 0 | ||||
539 | 131966 | no | Allow #[link(kind = "dylib")] without a name | ChrisDenton:bare-link | petrochenkov | 0 | ||||
540 | 132045 | no | [WIP] Spiking on `asm!` + pointer as `const` | dingxiangfei2009:allow-pointer-in-inline-asm | davidtwco | 0 | ||||
541 | 132051 | no | Add parallel front end robustness test to ui tests | SparrowLii:parallel_ui_test | jieyouxu | 0 | ||||
542 | 132087 | no | Fix overly restrictive lifetime in `core::panic::Location::file` return type | ijchen:issue-131770-fix | m-ou-se | 0 | ||||
543 | 132112 | no | Remove `P<>` from `visit_`s in ast `MutVisitor` | maxcabrajac:remove_p | petrochenkov | 0 | ||||
544 | 132480 | no | Allow specifying the ELF TLS ABI | ilovepi:rust-tlsdesc | tmandry | 0 | ||||
545 | 132484 | no | unix: Relax escaping in `Debug` impl on `Command` | madsmtm:command-relaxed-escape | thomcc | 0 | ||||
546 | 132570 | no | Use LLVM's UEFI targets | madsmtm:llvm-uefi | workingjubilee | 0 | ||||
547 | 132748 | no | get rid of some false negatives in rustdoc::broken_intra_doc_links | lolbinarycat:rustdoc-intra-doc-link-warn-more-54191 | notriddle | 0 | ||||
548 | 132792 | no | [rustdoc] Add new `example` disambiguator for intra-doc links | GuillaumeGomez:example-disambiguator | notriddle | 0 | ||||
549 | 132976 | no | Add `PeekableIterator` trait | bluebear94:mf/peekable-iterator | scottmcm | 0 | ||||
550 | 133245 | no | [IT'S NOT TIME YET] Disarm `time` bomb (diagnostics) | jieyouxu:disarm-time-bomb | 0 | |||||
551 | 133258 | no | remove `Subtype` projections | lcnr:subtype-rm | compiler-errors | 0 | ||||
552 | 133279 | no | rustdoc: use a button instead of a bar for search | notriddle:notriddle/search-button | GuillaumeGomez | 0 | ||||
553 | 133412 | no | Support `vec![const { ... }; n]` syntax | EFanZh:vec-of-const-expr-macro | dtolnay | 0 | ||||
554 | 133572 | no | Implement `alloc::sync::UniqueArc` | frank-king:feature/unique_arc | Amanieu | 0 | ||||
555 | 133717 | no | Make impl section headers sticky | GuillaumeGomez:sticky-headings | notriddle | 0 | ||||
556 | 133820 | no | Stabilize `derive(CoercePointee)` | dingxiangfei2009:stabilize-coerce-pointee | compiler-errors | 0 | ||||
557 | 133823 | no | Replace evaluated `cfg_attr` in AST with a placeholder attribute for accurate span tracking | estebank:issue-56328 | petrochenkov | 0 | ||||
558 | 133944 | no | Run-make test to check `core::ffi::c_*` types against clang | ricci009:master | tgross35 | 0 | ||||
559 | 133952 | no | Remove wasm legacy abi | bjorn3:remove_wasm_legacy_abi | alexcrichton | 0 | ||||
560 | 133995 | no | Constify `PartialEq` | compiler-errors:const-partialeq | fmease | 0 | ||||
561 | 134006 | no | setup typos check in CI | klensy:typos | nnethercote | 0 | ||||
562 | 134021 | no | Implement `IntoIterator` for `[&[mut]] Box<[T; N], A>` | WaffleLapkin:box-arr-into-iter2 | scottmcm | 0 | ||||
563 | 134034 | no | handle paren in macro expand for let-init-else expr | bvanjoi:issue-131655 | petrochenkov | 0 | ||||
564 | 134048 | no | Implement From<MutexGuard<'a, T>> for &'a Mutex<T> | rubcc95:master | BurntSushi | 0 | ||||
565 | 134063 | no | dec2flt: Clean up float parsing modules | tgross35:dec2flt-refactoring | Noratrieb | 0 | ||||
566 | 134145 | no | Correctly rounded floating point `div_euclid`. | tczajka:exact_div_euclid | workingjubilee | 0 | ||||
567 | 134190 | no | Implement `Read` and `Write` on `Arc<TcpStream>` and `Arc<UnixStream>`. | nmathewson:impl_for_arc_stream | Noratrieb | 0 | ||||
568 | 134232 | no | Share the naked asm impl between cg_ssa and cg_clif | bjorn3:naked_asm_improvements | estebank | 0 | ||||
569 | 134316 | no | Add `String::replace_first` and `String::replace_last` | zachs18:string_replace_in_place_rebase | tgross35 | 0 | ||||
570 | 134401 | no | Begin reorganization of proc_macro crate | AverseABFun:averseabfun-staging | tgross35 | 0 | ||||
571 | 134446 | no | Stabilize the `cell_update` feature | tgross35:stabilize-cell_update | m-ou-se | 0 | ||||
572 | 134522 | no | [WIP] Use weak linkage instead of compiler generated shims | bjorn3:weak_linkage_allocator | fee1-dead | 0 | ||||
573 | 134534 | no | Windows: Don't error on broken non UTF-8 output | ChrisDenton:cp-utf8 | workingjubilee | 0 | ||||
574 | 134552 | no | Clean up operator representations | nnethercote:tweak-AssocOp | 0 | |||||
575 | 134661 | no | Reduce precedence of expressions that have an outer attr | dtolnay:prefixattr | fmease | 0 | ||||
576 | 134696 | no | Implement `normalize_lexically` | ChrisDenton:normalize-lexically | workingjubilee | 0 | ||||
577 | 134697 | no | lint / ImproperCTypes: better handling of indirections, take 2 | niacdoial:linting-ptrdyn-ffi | workingjubilee | 0 | ||||
578 | 134767 | no | Initial support for dynamically linked crates | Bryanskiy:dylibs-3 | bjorn3 | 0 | ||||
579 | 134802 | no | fix(rustdoc): print the `doc(hidden)` attribute the same as others | poliorcetics:ab/push-tvvzqyyuotvk | GuillaumeGomez | 0 | ||||
580 | 134831 | no | [experimental] shorten backtraces using debuginfo | jyn514:backtrace-debuginfo | 0 | |||||
581 | 134841 | no | Look at proc-macro attributes when encountering unknown attribute | estebank:serde-attr-4 | wesleywiser | 0 | ||||
582 | 134903 | no | `noop_method_call`: fix and improve derive suggestions | cyrgani:noop-method-call-clone-derive | estebank | 0 | ||||
583 | 134937 | no | Account for type parameters in bound suggestion | estebank:issue-#104089 | Nadrieril | 0 | ||||
584 | 135018 | no | Add experimental Iterator::contains | leb-kuchen:iter-contains | Amanieu | 0 | ||||
585 | 135051 | no | Add provider-style API to `Context` | jkarneges:context-provider | thomcc | 0 | ||||
586 | 135071 | no | bootstrap: Apply a clearer naming convention to many of the test steps | Zalathar:rename-test-steps | 0 | |||||
587 | 135107 | no | docs: Add documentation for BPF targets | vadorovsky:docs-platform-bpf | workingjubilee | 0 | ||||
588 | 135141 | no | std: net: Add function to return the system hostname | orowith2os:std-net-gethostname | ChrisDenton | 0 | ||||
589 | 135255 | no | wix: allow to skip more components | klensy:wix-fix | Mark-Simulacrum | 0 | ||||
590 | 135432 | no | Implement #[proc_macro_lint] to generate LintId for macro-generated warnings | dtolnay:procmacrowarning | petrochenkov | 0 | ||||
591 | 135445 | no | propagate opaque types to the typeck root | lcnr:propagate-opaques | compiler-errors | 0 | ||||
592 | 135527 | no | [For previewing, reviewing and testing] Move upvars to locals | dingxiangfei2009:move-upvars-to-locals-for-tests | 0 | |||||
593 | 135562 | no | Add ignore value suggestion in closure body | chenyukang:yukang-fix-128561 | estebank | 0 | ||||
594 | 135631 | no | Parse `pin`ned local variable declarations | frank-king:feature/pinned-local | Noratrieb | 0 | ||||
595 | 135651 | no | Support for `wasm32-wali-linux-musl` Tier-3 target | arjunr2:master | chenyukang | 0 | ||||
596 | 135653 | no | build_helper::compiletest module factored out of compiletest for use by bootstrap | lolbinarycat:build_helper-compiletest | jieyouxu | 0 | ||||
597 | 135726 | no | New attribute parsing infrastructure | jdonszelmann:attr-parsing | oli-obk | 0 | ||||
598 | 135745 | no | Recognise new IPv6 non-global range from IETF RFC 9602 | bardiharborow:std/net/rfc9602 | cuviper | 0 | ||||
599 | 135881 | no | Arbitrary self types v2: stabilize | adetaylor:stabilize-arbitrary-self-types | wesleywiser | 0 | ||||
600 | 135899 | no | Fix `PostBorrowckAnalysis` for old solver | compiler-errors:post-borrowck-new-solver | lcnr | 0 | ||||
601 | 135910 | no | Orphanck: Reject uncovered opaque types | fmease:orphanck-rej-uncovered-opaques | lcnr | 0 | ||||
602 | 136077 | no | Weekly `cargo update` | rust-lang:cargo_update | Mark-Simulacrum | 0 | ||||
603 | 136125 | no | feat: allow multiple suggestions for malformed crate_type attribute | Blindspot22:multiple-suggestion-for-malformed-crate_type-attribute | nnethercote | 0 | ||||
604 | 136247 | no | [experiment] ci: free more space in ubuntu 24 free runners | marcoieni:free-more-space-ubuntu-24 | 0 | |||||
605 | 136261 | no | [cfg_match] Library edition | c410-f3r:cfg-match-foo-bar-baz | jhpratt | 0 | ||||
606 | 136316 | no | Create `Atomic<T>` type alias (rebase) | GrigorenkoPV:generic_atomic | 0 | |||||
607 | 136417 | no | Conditionally fuse small constant constant integer switches when lowering slice patterns | xacrimon:merge-small-prim-switch | 0 | |||||
608 | 136437 | no | [DO NOT LOOK] a bunch of compiletest-related changes | jieyouxu:compiletest-rust-src-root | 0 | |||||
609 | 136529 | no | Split `thir::PatKind::ExpandedConstant` into two distinct kinds | Zalathar:split-expanded-const | Nadrieril | 0 | ||||
610 | 136668 | no | Stabilize `core::str::from_utf8_mut` as `const` | WaffleLapkin:from_utf8_mut | m-ou-se | 0 | ||||
611 | 136764 | no | Make `ptr_cast_add_auto_to_object` lint into hard error | traviscross:TC/make-ptr_cast_add_auto_to_object-hard-error | 0 | |||||
612 | 136769 | no | Provide optional `Read`/`Write` methods for stdio | thaliaarchi:io-optional-methods/stdio | joboet | 0 | ||||
613 | 136789 | no | Perform more validation on CoercePointee | dingxiangfei2009:coerce-pointee-more-typeck-validation | 0 | |||||
614 | 136867 | no | Implement `cfg_os_version_min` | madsmtm:cfg_os_version_min | jieyouxu | 0 | ||||
615 | 136868 | no | Use `cfg_os_version_min` in `std` | madsmtm:cfg_os_version_min_std | 0 | |||||
616 | 136977 | no | Upload Datadog metrics with citool | Kobzol:citool-datadog | marcoieni | 0 | ||||
617 | 137081 | no | change config.toml to bootstrap.toml | Shourya742:2025-02-15-change-config.toml-to-bootstrap.toml | onur-ozkan | 0 | ||||
618 | 125087 | no | Optimize `Seek::stream_len` impl for `File` | tbu-:pr_file_stream_len | ChrisDenton | 0 | always | |||
619 | 126641 | error (try) | no | Enable `riscv64gc-gnu` testing | ferrocene:hoverbear/enable-riscv64gc-testing | Mark-Simulacrum | 0 | |||
620 | 134626 | failure | yes | Add Four Codegen Tests | veera-sivarajan:five-codegen-tests | Mark-Simulacrum | Mark-Simulacrum | 5 | iffy | |
621 | 130808 | failure | yes | Fix linking for symbols starting with ? on i686-pc-windows-msvc | checkraisefold:fix-questionmark-linking | davidtwco | davidtwco | 0 | iffy | |
622 | 133832 | failure | yes | Make `#[used]` work when linking with `ld64` | madsmtm:apple-symbols.o | DianQK | DianQK | 0 | iffy | |
623 | 135395 | failure | yes | Enforce the compiler-builtins partitioning scheme | saethlin:compiler-builtins-cgus | bjorn3 | bjorn3 | 0 | never | |
624 | 133984 | failure | yes | Lower BinOp::Cmp to llvm.{s,u}cmp.* intrinsics | DaniPopes:scmp-ucmp | scottmcm | 0 | never | ||
625 | 136831 | failure (try) | yes | Update stdarch | ehuss:update-stdarch | thomcc | 0 | |||
626 | 137003 | failure (try) | yes | Check preds post mono (round 2) | compiler-errors:check-preds-post-mono | 0 | ||||
627 | 137297 | failure (try) | yes | Update `compiler-builtins` to 0.1.147 | tgross35:update-builtins | 0 | ||||
628 | 137298 | failure (try) | yes | Check signature WF when lowering MIR body | compiler-errors:mir-wf | lcnr | 0 | |||
629 | 130543 | failure | no | Create `Atomic<T>` type alias | CAD97:generic-atomic | Noratrieb | Noratrieb | 0 | iffy | |
630 | 135695 | failure | no | Support raw-dylib link kind on ELF | Noratrieb:elf-raw-dylib | bjorn3 | bjorn3 | 0 | iffy | |
631 | 131077 | failure | no | Enable debug assertions on alt builds | lqd:debug-assertions-alt | Kobzol | 0 | |||
632 | 135774 | failure (try) | no | CI: move dist-arm-linux to a free ARM runner | marcoieni:dist-arm-linux-free | 0 | ||||
633 | 135960 | failure (try) | no | ci: Remove the power to skip tests from opt-dist | workingjubilee:remove-opt-dists-test-skipping-code | shepmaster | 0 | |||
634 | 136116 | success | Rollup of 8 pull requests | fmease:rollup-c8pk3mj | 5 | never | ||||
635 | 111061 | success | [perf] Enable some more MIR optimizations | cjgillot:reorder-passes | 0 | never | ||||
636 | 112049 | success (try) | yes | [do not merge] CI experiments | Kobzol:pgo-omit-benchmarks | 0 | never | |||
637 | 113382 | success (try) | [perf] test MCP510 | lqd:test-mcp510 | 0 | never | ||||
638 | 115362 | success | [WIP] Support param bounds on non-lifetime binders | compiler-errors:non-lifetime-binder-where-clauses | 0 | never | ||||
639 | 115521 | success | [DO NOT MERGE] Experimentally force non-leaf frame pointers | workingjubilee:force-trunk-frame-pointers | 0 | never | ||||
640 | 119412 | success | macro_rules: Remove `NtIdent` nonterminal token | petrochenkov:dialoc3 | compiler-errors | 0 | never | |||
641 | 119471 | success | [perf only] Reimplement references debuginfo as projection. | cjgillot:mir-composite-deref | 0 | never | ||||
642 | 119966 | success | Move TLS to rustc_query_system | cjgillot:tls | 0 | never | ||||
643 | 120050 | success | `Vec::resize` for bytes should be a single `memset` | scottmcm:vec-resize-memset | m-ou-se | 0 | never | |||
644 | 120179 | success | Enable MultipleReturnTerminators by default. | cjgillot:multiple-return | 0 | never | ||||
645 | 120682 | success | [WIP] rewrite TrustedRandomAccess into two directional variants | the8472:indexed-access | 0 | never | ||||
646 | 121053 | success | Implement `#[skip]` for builtin derives | clubby789:derive-skip | fmease | 0 | never | |||
647 | 121174 | success | Check for occupied niches | saethlin:codegen-niche-checks | 0 | never | ||||
648 | 122971 | success | Make slice iterators carry only a single provenance | scottmcm:slice-iter-provenance-v2 | the8472 | 0 | never | |||
649 | 123179 | success | Rework MIR inlining costs | scottmcm:inlining-baseline-costs | wesleywiser | 0 | never | |||
650 | 123606 | success | Optimize core::str::Lines::count | thomcc:thomcc/opt-lines | 0 | never | ||||
651 | 123610 | success | Default-enable share-generics, with available_externally to still allow inlining. | Mark-Simulacrum:share-generics-available-externally | Mark-Simulacrum | 0 | never | |||
652 | 124188 | success (try) | MIR: Stop needing an explicit BB for `otherwise:unreachable` | scottmcm:implicit-switchint-unreachable | 0 | never | ||||
653 | 124362 | success | [experiment] Build the compiler with panic=abort | tmandry:panic-abort-rustc | 0 | never | ||||
654 | 124810 | success (try) | yes | speed up `String::push` and `String::insert` | lincot:speed-up-string-push-and-string-insert | scottmcm | 0 | never | ||
655 | 125907 | success | rustdoc: use the next solver for blanket impl synthesis | fmease:rustdoc-synth-blanket-ocx-next | GuillaumeGomez | 0 | never | |||
656 | 125923 | success | Fix leaks from panics in destructors | matthewjasper:no-return-leak | lcnr | 0 | never | |||
657 | 127316 | success | bump tracing | klensy:tracing-bump | Mark-Simulacrum | 0 | never | |||
658 | 128747 | success | Cache declarative macro expansion on disk (for incremental comp.). Based on #128605 | futile:cache-decl-macros | petrochenkov | 0 | never | |||
659 | 128846 | success | Stop considering moved-out locals when computing auto traits for generators (rebased) | compiler-errors:drop-liveness | cjgillot | 0 | never | |||
660 | 128918 | success | Try to shrink `Alignment`-related MIR in `Layout` | scottmcm:tweak-alignment-mir | joboet | 0 | never | |||
661 | 129027 | success | Stop generating assumes for validity ranges | erikdesjardins:outofuandme | 0 | never | ||||
662 | 129658 | success (try) | yes | Add some track_caller info to precondition panics | saethlin:spare-a-crumb | 0 | never | |||
663 | 129827 | success | perform less decoding if it has the same syntax context | bvanjoi:less-decoding | petrochenkov | 0 | never | |||
664 | 130051 | success | Post-mono MIR opts | cjgillot:clone-mir | 0 | never | ||||
665 | 130112 | success | Optimize DefaultHasher siphash | Noratrieb:speedy-siphash-blazing-brrrr | cuviper | 0 | never | |||
666 | 130324 | success | hygiene: Ensure uniqueness of `SyntaxContextData`s | petrochenkov:ctxtache | cjgillot | 0 | never | |||
667 | 130417 | success | Support symbolicating zstd-compressed ELF sections | workingjubilee:pull-in-backtrace-with-zstd | 0 | never | ||||
668 | 130691 | success | [WIP] Elaborate drops to calls | scottmcm:elaborate-drops-to-calls | 0 | never | ||||
669 | 130998 | success | avoid phi node for pointers flowing into Vec appends | the8472:bail-before-memcpy | 0 | never | ||||
670 | 131213 | success | Handle `rustc_resolve` cases of `rustc::potential_query_instability` lint | ismailarilik:handle-potential-query-instability-lint-for-rustc-resolve | petrochenkov | 0 | never | |||
671 | 131306 | success | Querify lookup_deprecation_entry. | cjgillot:deprecation-query | 0 | never | ||||
672 | 131629 | success | Swap Lru from std::sync::Arc to triomphe::Arc | GnomedDev:triomphe-lru | 0 | never | ||||
673 | 132553 | success (try) | yes | Make `Rc<T>::deref` and `Arc<T>::deref` zero-cost | EFanZh:zero-cost-rc-arc-deref | joboet | 0 | never | ||
674 | 132711 | success | [DRAFT] Generate CGUs in parallel. | nnethercote:parallel-cgu-gen | 0 | never | ||||
675 | 133061 | success | [DRAFT] `Rc`: allow deduping both `deref` and `clone` across types | scottmcm:dedup-rc | 0 | never | ||||
676 | 133781 | success | Do not visit whole crate to compute `lints_that_dont_need_to_run`. | cjgillot:shallow-allowed-lints | 0 | never | ||||
677 | 134051 | success (try) | yes | Do partial SsaLocals analysis in unoptimized builds | saethlin:partial-ssa-analysis | 0 | never | |||
678 | 134134 | success | Use length prefix in default `Hasher::write_str` | purplesyringa:hash-str-with-length-prefix | Amanieu | 0 | never | |||
679 | 134153 | success | compiler: Stop manually extending the stack | workingjubilee:denied-insurance-claims | 0 | never | ||||
680 | 134862 | success (try) | Filter out builtin lint passes that don't need to be run | compiler-errors:builtin-passes-that-dont-need-to-run | 0 | never | ||||
681 | 134954 | success (try) | Redo the swap code for better tail & padding handling | scottmcm:more-swap-tuning | thomcc | 0 | never | |||
682 | 135054 | success (try) | Add Location::file_with_nul | cramertj:file-cstr | cuviper | 0 | never | |||
683 | 135634 | success (try) | yes | stop specializing on `Copy` | joboet:trivial-clone | Mark-Simulacrum | 0 | never | ||
684 | 136095 | success (try) | [DO NOT MERGE] perf run for rustc-hash candidate (folded multiply) | orlp:rustc-hash-folded-multiply-perf | Mark-Simulacrum | 0 | never | |||
685 | 136159 | success (try) | `VecDeque::partition_point` and `binary_search_by` check first element in `back` slice only once | urben1680:urben1680-vecdeque-partition-point-optimization | ibraheemdev | 0 | never | |||
686 | 136401 | success (try) | Lazy-chunk Symbol interner | Mark-Simulacrum:lockfree-as-str | 0 | never | ||||
687 | 136410 | success (try) | Remove InstanceKind::generates_cgu_internal_copy | saethlin:clean-up-cgu-internal-copy | wesleywiser | 0 | never | |||
688 | 136429 | success (try) | GCI: At their def site, actually wfcheck the where-clause & always eval free lifetime-generic constants | fmease:gci-fix-def-site-checks | compiler-errors | 0 | never | |||
689 | 136861 | success (try) | yes | [experiment] dont init anything except x86 | klensy:no-init | 0 | never | |||
690 | 136864 | success (try) | yes | Rewrite the `ci.py` script in Rust | Kobzol:citool | marcoieni | 0 | never | ||
691 | 136919 | success (try) | yes | Use Peekable in lexer_unescape | hkBst:peekable_lexer | nnethercote | 0 | never | ||
692 | 136931 | success (try) | yes | Makes lexer::unescape use iterators inside instead of callbacks. | hkBst:lexer_iter | nnethercote | 0 | never | ||
693 | 137091 | success (try) | yes | #137090 but with a different commit hash | saethlin:noise2 | 0 | never | |||
694 | 137122 | success (try) | yes | Specialize `Iterator::eq{_by}` for `TrustedLen` iterators | yotamofek:pr/std/iter-eq-exact-size | the8472 | 0 | never | ||
695 | 137135 | success (try) | yes | use triomphe::Arc for InternedObligationCauseCode instead of Arc | klensy:triomphe-0 | Nadrieril | 0 | never | ||
696 | 137156 | success (try) | yes | [EXPERIMENTAL] Perf experiments for user-type projection and visiting primary bindings | Zalathar:proj-perf | 0 | never | |||
697 | 137196 | success (try) | yes | Stabilize query cache size by fixing encoding order of some query results | saethlin:stabilize-query-cache-size | 0 | never | |||
698 | 137261 | success (try) | yes | [perf] benchmark symbol mangling hashed linking | Noratrieb:Noratrieb-patch-1 | cjgillot | 0 | never | ||
699 | 137274 | success (try) | yes | Allow lazy HTML escaping | yotamofek:pr/rustdoc/lazy-escape | notriddle | 0 | never | ||
700 | 137282 | success (try) | yes | [perf experiment] Hash interned values, not pointers | saethlin:hash-for-real | 0 | never | |||
701 | 137354 | success (try) | yes | [perf experiment] Changed interners to start preallocated with an increased capacity | FractalFir:intern_with_cap | oli-obk | 0 | never | ||
702 | 124355 | success | [EXPERIMENT] Crater adding `target_family = "linux"` | workingjubilee:add-target-family-linux | 0 | |||||
703 | 125692 | success | Update bundled musl to 1.2.5 | est31:update_musl_1.2.5 | wesleywiser | 0 | ||||
704 | 127389 | success | Make target-spec json file extensions case-insensitive | boozook:target-spec-json-ext-case-insensitive | davidtwco | 0 | ||||
705 | 129249 | success (try) | [Experimental] `<T as Into<T>>::into` lint | estebank:useless-into | chenyukang | 0 | ||||
706 | 129289 | success | Restrict `parse_maybe_literal_minus` | nnethercote:fix-parse_maybe_literal_minus-1 | petrochenkov | 0 | ||||
707 | 129543 | success | [crater] Properly deduce object lifetime defaults in GAT paths | fmease:obj-lt-def-gat | 0 | |||||
708 | 129604 | success | [DO NOT MERGE] crater run on the tail expression drop order lint | dingxiangfei2009:lint-tail-expr-drop-order-crater-run | 0 | |||||
709 | 132394 | success | Apple: Fix direct linking with +verbatim | madsmtm:fix-apple-verbatim-link | petrochenkov | 0 | ||||
710 | 132712 | success | Crater 2024 edition | ehuss:2024-crater | ehuss | 0 | ||||
711 | 133033 | success | turn creating 8dot3 names off for windows for speed | klensy:win.dot | 0 | |||||
712 | 133912 | success (try) | [experiment] test code build runner | MarcoIeni:test-codebuild-runner | Mark-Simulacrum | 0 | ||||
713 | 134273 | success (try) | de-stabilize bench attribute | RalfJung:de-stabilize-bench | ibraheemdev | 0 | ||||
714 | 134537 | success (try) | Crater run for `tail-expr-drop-order` | dingxiangfei2009:issue-132861-crater-run | chenyukang | 0 | ||||
715 | 134900 | success (try) | Fix parsing of ranges after unary operators | dtolnay:unoprange | davidtwco | 0 | ||||
716 | 135331 | success (try) | [crater-only] Ban assoc ty unbounds | fmease:ban-assoc-ty-unbounds | 0 | |||||
717 | 135501 | success (try) | yes | Inject `compiler_builtins` during postprocessing and ensure it is made private | tgross35:stdlib-dependencies-private | petrochenkov | 0 | |||
718 | 135733 | success (try) | yes | Implement `&pin const self` and `&pin mut self` sugars | frank-king:feature/pin-self-receiver | oli-obk | 0 | |||
719 | 136478 | success (try) | yes | ci: move x86_64-msvc-ext jobs to windows 2025 | marcoieni:x86_64-msvc-ext-windows-25 | Mark-Simulacrum | 0 | |||
720 | 136638 | success (try) | error on empty precision | hkBst:format_parse | oli-obk | 0 | ||||
721 | 136776 | success (try) | [WIP] Forbid object lifetime changing pointer casts | BoxyUwU:forbid_object_lifetime_casts | 0 | |||||
722 | 136779 | success (try) | yes | [DO NOT MERGE] `./x test rust-analyzer` | jieyouxu:rahhh | 0 | ||||
723 | 136892 | success (try) | yes | Sync Fuchsia target spec with clang Fuchsia driver | erickt:fuchsia-target | jieyouxu | 0 | |||
724 | 137033 | success (try) | yes | [DO NOT MERGE] test safe x86 intrinsics | usamoi:test-safe-x86-intrinsics | Noratrieb | 0 | |||
725 | 137044 | success (try) | yes | [CRATER] Detect presence of .ctors/.dtors in linked objects | Kobzol:ctors-detector | lqd | 0 | |||
726 | 137077 | success (try) | yes | [WIP] Postprocess bootstrap metrics into GitHub summary | Kobzol:citool-test-metrics | 0 | ||||
727 | 137363 | success (try) | yes | compiler: untangle Windows x86-32 ABI impl | workingjubilee:untangle-x86-abi-impl | davidtwco | 0 |