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.
—
653 total, 8 approved, 7 rolled up, 8 failed / /
Sort key | # | Status | Mergeable | Title | Head ref | Assignee | Approved by | Priority | Rollup | |
---|---|---|---|---|---|---|---|---|---|---|
1 | 132434 | pending | yes | Update `compiler-builtins` and enable f128 tests on all non-buggy platforms | tgross35:f128-tests | workingjubilee | workingjubilee | 0 | never | |
2 | 132586 | approved | Rollup of 4 pull requests | workingjubilee:rollup-qrmn49a | workingjubilee | 4 | never | |||
3 | 131222 | approved | yes | Generate correct symbols.o for sparc-unknown-none-elf | thejpster:fix-sparc-v7-symbol-o | workingjubilee | workingjubilee | 0 | ||
4 | 132275 | approved | yes | Register `~const` preds for `Deref` adjustments in HIR typeck | compiler-errors:deref-effects | fee1-dead | fee1-dead | 0 | ||
5 | 132423 | approved | yes | remove const-support for align_offset and is_aligned | RalfJung:const-eval-align-offset | dtolnay | dtolnay | 0 | ||
6 | 132576 | approved | yes | remove attribute ids from hir stats (they're simply not needed) | jdonszelmann:no-attrid-in-stats | nnethercote | nnethercote | 0 | ||
7 | 132565 | approved | yes | Reduce dependence on the target name | bjorn3:less_target_name_dependence | fee1-dead | workingjubilee | 0 | always | |
8 | 132491 | Rollup of 8 pull requests | matthiaskrgr:rollup-ih4jfgp | 8 | never | |||||
9 | 132282 | yes | Delete the `cfg(not(parallel))` serial compiler | Noratrieb:it-is-the-end-of-serial | cjgillot | 1 | ||||
10 | 109050 | yes | Only use the new DepNode hashmap for anonymous nodes. | cjgillot:no-hash-graph | 0 | never | ||||
11 | 111351 | yes | Prevent using the default `cc` when that'd result in a broken build | ferrocene:pa-prevent-wrong-cc | onur-ozkan | 0 | never | |||
12 | 114669 | yes | Make metadata a workproduct and reuse it | cjgillot:metadata-wp | petrochenkov | 0 | never | |||
13 | 116316 | yes | Remove eval_always from check_private_in_public. | cjgillot:incr-privacy | petrochenkov | 0 | never | |||
14 | 118159 | yes | Implementation of `fmt::FormattingOptions` | EliasHolzmann:formatting_options | m-ou-se | 0 | never | |||
15 | 119017 | yes | MIR-only rlibs | saethlin:mir-only-rlibs | 0 | never | ||||
16 | 120589 | yes | std::thread::available_parallelism merging linux/android/freebsd version | devnexen:cpuaff_fbsd_upd | m-ou-se | 0 | never | |||
17 | 120855 | yes | Introduce -Zsplit-metadata option | bjorn3:split_metadata4 | petrochenkov | 0 | never | |||
18 | 122770 | yes | improve codegen of fmt_num to delete unreachable panic | iximeow:ixi/int-formatting-optimization | workingjubilee | 0 | never | |||
19 | 123259 | yes | Fixup `if T::CONST` in MIR | scottmcm:tweak-if-const | 0 | never | ||||
20 | 124141 | yes | Remove `Nonterminal` and `TokenKind::Interpolated` | nnethercote:rm-Nonterminal-and-TokenKind-Interpolated | petrochenkov | 0 | never | |||
21 | 124780 | yes | Improve VecCache under parallel frontend | Mark-Simulacrum:lockless-cache | lcnr | 0 | never | |||
22 | 126391 | yes | Validate environment variable names in `std::process` | tbu-:pr_command_env_equals | cuviper | 0 | iffy | |||
23 | 128320 | yes | Avoid no-op unlink+link dances in incr comp | saethlin:link-me-maybe | 0 | never | ||||
24 | 130963 | yes | Migrate compiler's `&Option<T>` into `Option<&T>` | nyurik:opts-rustc | petrochenkov | 0 | never | |||
25 | 131213 | yes | Handle `rustc_resolve` cases of `rustc::potential_query_instability` lint | ismailarilik:handle-potential-query-instability-lint-for-rustc-resolve | petrochenkov | 0 | never | |||
26 | 131311 | yes | Weekly `cargo update` | rust-lang:cargo_update | Mark-Simulacrum | 0 | never | |||
27 | 131650 | yes | Add post-mono MIR passes to make mono-reachable analysis more accurate | saethlin:post-mono-mir-opts | 0 | never | ||||
28 | 101213 | yes | net adding set_fib call to set FIB route on FreeBSD. | devnexen:fbsd_set_fib | workingjubilee | 0 | ||||
29 | 106418 | yes | Implement `PartialOrd` and `Ord` for `Discriminant` | EFanZh:implement-ord-for-discriminant | dtolnay | 0 | ||||
30 | 106643 | yes | Allow only implementing `Read::read_buf` | WaffleLapkin:read_recursive | dtolnay | 0 | ||||
31 | 108193 | yes | Add rem_floor and rem_ceil | clarfonthey:rounding-remainders | dtolnay | 0 | ||||
32 | 108684 | yes | Clarify drop_in_place safety | Manishearth:dip-safety | JakobDegen | 0 | ||||
33 | 110406 | yes | rustdoc-json: Add test for #[automatically_derived] attribute | aDotInTheVoid:rdj-derived-impl-attr | 0 | |||||
34 | 111277 | yes | Add IoSlice::as_bytes | Lucretiel:io-slice-as-bytes | m-ou-se | 0 | ||||
35 | 113095 | yes | Document `become` keyword | WaffleLapkin:document_becoming_unuwuable | workingjubilee | 0 | ||||
36 | 113891 | yes | Add more syscall doc aliases to std docs | SabrinaJewson:more-syscall-aliases | Mark-Simulacrum | 0 | ||||
37 | 114917 | yes | Dummy PR to test coverage test changes in CI | Zalathar:dummy-coverage | 0 | |||||
38 | 115954 | yes | cfi: Store type erasure witness for Argument | maurer:cfi-workaround | m-ou-se | 0 | ||||
39 | 116632 | yes | Add `(checked_)norem_div` methods for integer types | newpavlov:checked_norem_div | Mark-Simulacrum | 0 | ||||
40 | 118613 | yes | Enable emutls by default for android | quininer:android-enable-emutls | thomcc | 0 | ||||
41 | 118717 | yes | Add new solver / old solver opaque type tests | traviscross:TC/add-new-solver-opaque-tests | compiler-errors | 0 | ||||
42 | 118733 | yes | add error message for c# style named arguments | nouritsu:master | estebank | 0 | ||||
43 | 118833 | yes | Add lint against function pointer comparisons | Urgau:lint_function_pointer_comparisons | cjgillot | 0 | ||||
44 | 120072 | yes | style-guide: Tweak `Cargo.toml` formatting to not put `description` last | joshtriplett:style-guide-cargo-tweak | yaahc | 0 | ||||
45 | 120077 | yes | WIP Add Set entry API | SUPERCILEX:set-entry | cuviper | 0 | ||||
46 | 120370 | yes | Likely unlikely fix | x17jiri:likely_unlikely_fix | cjgillot | 0 | ||||
47 | 120708 | yes | Add `or_try_*` variants for HashMap Entry API | peterjoel:entry_try | m-ou-se | 0 | ||||
48 | 120808 | yes | Split elided_lifetime_in_paths into tied and untied | shepmaster:split-elided-lifetimes-in-paths | davidtwco | 0 | ||||
49 | 121215 | yes | MaybeUninit: Document UnsafeCell byte ranges | joshlf:patch-5 | Mark-Simulacrum | 0 | ||||
50 | 121494 | yes | add tests which assert that import list for simple executable not changed silently | klensy:assert-import-list | ChrisDenton | 0 | ||||
51 | 121762 | yes | style-guide: Note that we don't account for comments in every possible place | joshtriplett:style-comments-best-effort | calebcartwright | 0 | ||||
52 | 121910 | yes | Revert "Change prefetch to avoid deadlock" | Zoxc:rev-118488 | cjgillot | 0 | ||||
53 | 122003 | yes | link libunwind dynamically and allow controlling it via `crt-static` on gnullvm targets | mati865:gnullvm-build-libunwind | albertlarsan68 | 0 | ||||
54 | 123111 | yes | std::net: adding tcp_syncnt feature for Linux/Android. | devnexen:linux_syncnt | joshtriplett | 0 | ||||
55 | 123213 | yes | Remove impl of Allocator for &A | workingjubilee:resume-with-references-only-on-request | Mark-Simulacrum | 0 | ||||
56 | 123225 | yes | update mutex docs for send & sync | Psalmuel01:master | Mark-Simulacrum | 0 | ||||
57 | 123239 | yes | Implement a lint for implicit autoref of raw pointer dereference - take 2 | Urgau:dangerous_implicit_autorefs | fmease | 0 | ||||
58 | 123476 | yes | std::net: adding `unix_socket_exclbind` feature for solaris/illumos. | devnexen:std_net_solaris_exclbind | Mark-Simulacrum | 0 | ||||
59 | 123947 | yes | Add vec_deque::Iter::as_slices and friends | zopsicle:vec_deque-Iter-as_slices | BurntSushi | 0 | ||||
60 | 124180 | yes | proposal to support raw_attribute with raw pointer | cre4ture:feature/raw_attribute_ptr | ChrisDenton | 0 | ||||
61 | 124278 | yes | Support mcdc analysis for pattern matching | ZhuUx:pattern-match | Zalathar | 0 | ||||
62 | 124544 | yes | rustdoc-search: show type signature on type-driven SERP | notriddle:notriddle/type-signature-v2 | GuillaumeGomez | 0 | ||||
63 | 124966 | yes | Add x86 specific hotpatch flag to rustc | nebulark:hotpatch | 0 | |||||
64 | 125087 | yes | Optimize `Seek::stream_len` impl for `File` | tbu-:pr_file_stream_len | ChrisDenton | 0 | ||||
65 | 125388 | yes | Improve parse item fallback | dev-ardi:improve-parse-item-fallback | SparrowLii | 0 | ||||
66 | 125405 | yes | Add std::thread::add_spawn_hook. | m-ou-se:thread-add-spawn-hook | Amanieu | 0 | ||||
67 | 125462 | yes | Explicitly disable debug-assertions when building std for mir-opt tests | saethlin:mir-opt-tests-without-debug-assertions | Mark-Simulacrum | 0 | ||||
68 | 125782 | yes | Implement RFC 3624 `supertrait_item_shadowing` (v2) | compiler-errors:supertrait-item-shadowing | BoxyUwU | 0 | ||||
69 | 125793 | yes | Add a FCW for special cased blocks | WaffleLapkin:never_block_lint | compiler-errors | 0 | ||||
70 | 125949 | yes | Revert "tidy: validate LLVM component names in tests" | erikdesjardins:nocomponent | jieyouxu | 0 | ||||
71 | 126046 | yes | Implement `mixed_integer_ops_unsigned_sub` | davidzeng0:mixed_integer_ops_unsigned_sub | m-ou-se | 0 | ||||
72 | 126050 | yes | Use #[track_caller] for no_threads.rs for Mutex | colelawrence:patch-1 | cuviper | 0 | ||||
73 | 126118 | yes | docs: Mention `spare_capacity_mut()` in `Vec::set_len` | jan-ferdinand:docs_for_vec_set_len | m-ou-se | 0 | ||||
74 | 126382 | yes | Do not panic in `ty::consts::Const::try_to_target_usize()` in case of size mismatch | gurry:126359-expected-sz-8-got-1 | BoxyUwU | 0 | ||||
75 | 126510 | yes | Add diagnostics to "while loop" and "for loop" that note that it is always determined that it migh t iterate zero times. | Kohei316:improve-diagnostics | estebank | 0 | ||||
76 | 126597 | yes | Add Unicode block-drawing compiler output support | estebank:unicode-output | fmease | 0 | ||||
77 | 126604 | yes | Uplift `clippy::double_neg` lint as `double_negations` | kadiwa4:uplift_double_negation | nnethercote | 0 | ||||
78 | 127401 | yes | [EXPERIMENT] Ban generics in variadic args | workingjubilee:ban-generics-in-variadic-args | 0 | |||||
79 | 127483 | yes | Allow disabling ASan instrumentation for globals | BertalanD:no_sanitize-global-var | cuviper | 0 | ||||
80 | 127565 | yes | Teach rustc about the Xtensa VaListImpl | esp-rs:xtensa-vaargs | workingjubilee | 0 | ||||
81 | 127589 | yes | rustdoc-search: simplify rules for generics and type params | notriddle:notriddle/search-sem-3 | jsha | 0 | ||||
82 | 127721 | yes | collect doc alias as tips during resolution | bvanjoi:issue-124273 | estebank | 0 | ||||
83 | 127753 | yes | Implement `Clone` for `BufReader`, `BufWriter` and `LineWriter` | a1phyr:io_buf_clone | BurntSushi | 0 | ||||
84 | 127863 | yes | Use atomics instead of mutex in exit guard | tbu-:pr_exit_guard_no_mutex | joboet | 0 | ||||
85 | 128004 | yes | codegen `#[naked]` functions using global asm | folkertdev:naked-fn-asm | Amanieu | 0 | ||||
86 | 128070 | yes | Rewrite the compiletest directive parser | tgross35:compiletest-parser-rewrite | jieyouxu | 0 | ||||
87 | 128110 | yes | Suggest Replacing Comma with Semicolon in Incorrect Repeat Expressions | veera-sivarajan:bugfix-80173 | cjgillot | 0 | ||||
88 | 128159 | yes | Suggest using `matches` or adding `==` on `x == a || b || c` | compiler-errors:nested-ors | fee1-dead | 0 | ||||
89 | 128184 | yes | std: refactor `pthread`-based synchronization | joboet:refactor_pthread_sync | workingjubilee | 0 | ||||
90 | 128197 | yes | Skip locking span interner for some syntax context checks | Alexendoo:span-ctxt | davidtwco | 0 | ||||
91 | 128351 | yes | Lint against `&T` to `&mut T` and `&T` to `&UnsafeCell<T>` transmutes | ChayimFriedman2:lint-transmute-unsafe-cell | wesleywiser | 0 | ||||
92 | 128374 | yes | compiler: suggest `const _` for a misplaced `const {}` | workingjubilee:fix-terse-const-item-diagnostic | compiler-errors | 0 | ||||
93 | 128375 | yes | Derive Copy on core::ffi::c_str types | 13r0ck:patch-1 | BurntSushi | 0 | ||||
94 | 128637 | yes | Improve dead code analysis for structs and traits defined locally | mu001999-contrib:dead-code/enhance | cjgillot | 0 | ||||
95 | 128653 | yes | When annotations needed, look at impls for more accurate suggestions | estebank:ambiguity-suggestion-2 | compiler-errors | 0 | ||||
96 | 128663 | yes | linker: when emitting static executables, explicitly hint static | q66:static-hint | petrochenkov | 0 | ||||
97 | 128754 | yes | Migrate `split-debuginfo` `run-make` test to rmake | Oneirical:master | jieyouxu | 0 | ||||
98 | 128780 | yes | Add `--doctest-compilation-args` option to add compilation flags to doctest compilation | GuillaumeGomez:rustflags-doctests | notriddle | 0 | ||||
99 | 128906 | yes | Hint on unknown escape of Unicode quotation marks in string literal | lolbinarycat:unicode-quote-hint | compiler-errors | 0 | ||||
100 | 129036 | yes | Additional NonZero conversions | clarfonthey:nonzero-conversions | BurntSushi | 0 | ||||
101 | 129114 | yes | stabilize std::path::Path::file_prefix | mbhall88:stabilize-file_prefix | Amanieu | 0 | ||||
102 | 129121 | yes | Stabilize `tcp_quickack` | devnexen:stabilize_ext_linux_tcp_layer | BurntSushi | 0 | ||||
103 | 129220 | yes | Add platform docs for FreeBSD. | asomers:target-maintainer | ehuss | 0 | ||||
104 | 129259 | yes | Add inherent versions of MaybeUninit methods for slices | clarfonthey:maybe_uninit_slices | BurntSushi | 0 | ||||
105 | 129409 | yes | Expand std::os::unix::fs::chown() doc with a warning | grinapo:patch-1 | Amanieu | 0 | ||||
106 | 129478 | yes | Make traits_in_crate and impls_in_crate proper queries. | xonx4l:patch-2 | cjgillot | 0 | ||||
107 | 129483 | yes | update the safety preconditions of from_raw_parts | lolbinarycat:from_raw_parts-docs | workingjubilee | 0 | ||||
108 | 129514 | yes | Introduce `default_field_values` feature | estebank:default-field-values | cjgillot | 0 | ||||
109 | 129627 | yes | Ensure that tail expr receive lifetime extension | dingxiangfei2009:ensure-tail-expr-in-let-block-works | jieyouxu | 0 | ||||
110 | 129700 | yes | Initial fs implementation for UEFI | Ayush1325:uefi-file | joboet | 0 | ||||
111 | 129822 | yes | Docs - type guarantees update | WiktorPrzetacznik:docs-guarantees-update | cuviper | 0 | ||||
112 | 129838 | yes | uefi: process: Add args support | Ayush1325:uefi-process-args | Amanieu | 0 | ||||
113 | 129872 | yes | impl `AsRef<[T; N]>` and `AsMut<[T; N]>` for `[T; N]` | GrigorenkoPV:array-as-array | 0 | |||||
114 | 129884 | yes | mark some target features as 'forbidden' so they cannot be (un)set with -Ctarget-feature | RalfJung:forbidden-target-features | workingjubilee | 0 | ||||
115 | 129914 | yes | rustdoc search: add new `crate:` syntax to search a single crate | lolbinarycat:rustdoc-crate-filter | notriddle | 0 | ||||
116 | 129923 | yes | [do not merge] Testing Windows CI 2 | ehuss:ehuss-test | ehuss | 0 | ||||
117 | 129989 | yes | [Coverage][MCDC] Do not initialize mcdc parameters for instances containing no mcdc statements | Lambdaris:check-mcdc-statements | Zalathar | 0 | ||||
118 | 130209 | yes | Stabilize `std::io::ErrorKind::CrossesDevices` | GrigorenkoPV:CrossesDevices | dtolnay | 0 | ||||
119 | 130236 | yes | unstable feature usage metrics | yaahc:unstable-feature-usage | estebank | 0 | ||||
120 | 130254 | yes | Stabilize `std::io::ErrorKind::QuotaExceeded` | GrigorenkoPV:QuotaExceeded | dtolnay | 0 | ||||
121 | 130289 | yes | docs: Permissions.readonly() also ignores root user special permissions | intgr-forks:Permissions-readonly-vs-unix-root | ChrisDenton | 0 | ||||
122 | 130330 | yes | Mark `OnceState::poison` as `pub` | caass:pub-poison | Amanieu | 0 | ||||
123 | 130361 | yes | std::net: Solaris supports `SOCK_CLOEXEC` as well since 11.4. | devnexen:sock_cloexec_solaris | cuviper | 0 | ||||
124 | 130374 | yes | Add copy button to crate version. | MeetThePatel:master | GuillaumeGomez | 0 | ||||
125 | 130382 | yes | Add a run-make test for Arm target-cpu features. | chrisnc:arm-target-cpu-feature-test | jieyouxu | 0 | ||||
126 | 130418 | yes | Split traits by crate-local and crate-non-local | MeetThePatel:feature-rustdoc-sort-traits | notriddle | 0 | ||||
127 | 130443 | yes | Fix ICE when passing DefId-creating args to legacy_const_generics. | veluca93:legacy-const-generics-fix | BoxyUwU | 0 | ||||
128 | 130451 | yes | Note Command for Capturing binary run | abhillman:patch-1 | kennytm | 0 | ||||
129 | 130463 | yes | Generating a documentation for tests | Infineon:test_documentation | GuillaumeGomez | 0 | ||||
130 | 130552 | yes | Support 128-bit atomics on x86_64-fortanix-unknown-sgx | taiki-e:sgx-atomic-128 | wesleywiser | 0 | ||||
131 | 130571 | yes | [NonNull] Document behavior of From<&[mut] T> wrt provenance | joshlf:patch-11 | RalfJung | 0 | ||||
132 | 130586 | yes | Set "symbol name" in raw-dylib import libraries to the decorated name | dpaoliello:fixrawdylib | wesleywiser | 0 | ||||
133 | 130610 | yes | Update documentation for std::fs::read_to_string to reflect performan… | fiveseven-lambda:master | workingjubilee | 0 | ||||
134 | 130643 | yes | Beautify doctest path | GuillaumeGomez:beautify-doctest-path | notriddle | 0 | ||||
135 | 130682 | yes | Add `peek_index` to `Enumerate` | x4exr:master | cuviper | 0 | ||||
136 | 130733 | yes | Optimize `is_ascii` for `str` and `[u8]` further | okaneco:is_ascii | scottmcm | 0 | ||||
137 | 130751 | yes | Suggest adding missing braces in `const` block pattern | GrigorenkoPV:missing-{-in-const | BoxyUwU | 0 | ||||
138 | 130777 | yes | rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973) | azhogin:azhogin/reg-struct-return | workingjubilee | 0 | ||||
139 | 130780 | yes | Remove unstable cfg `target(...)` compact feature | Urgau:withdrawn-cfg-target-compact | BoxyUwU | 0 | ||||
140 | 130786 | yes | mir-opt: a sub-BB of a cleanup BB must also be a cleanup BB in `EarlyOtherwiseBranch` | DianQK:early_otherwise_branch_cleanup | cjgillot | 0 | ||||
141 | 130800 | yes | Mark `get_mut` and `set_position` in `std::io::Cursor` as const. | bjoernager:const-mut-cursor | joshtriplett | 0 | ||||
142 | 130808 | yes | Fix linking for symbols starting with ? on i686-pc-windows-msvc | checkraisefold:fix-questionmark-linking | TaKO8Ki | 0 | ||||
143 | 130849 | yes | added core::mem::reshape | hazelwiss:mem-reshape | workingjubilee | 0 | ||||
144 | 130859 | yes | Update README.md | AzharMithani:master | Mark-Simulacrum | 0 | ||||
145 | 130867 | yes | distinguish overflow and unimplemented in Step::steps_between | michirakara:steps_between | dtolnay | 0 | ||||
146 | 130886 | yes | core/ptr: Add simulate_realloc() | mrkajetanp:ptr-tag-helpers | Mark-Simulacrum | 0 | ||||
147 | 130887 | yes | 100% safe implementation of RepeatN | Soveu:repeatn | Amanieu | 0 | ||||
148 | 130937 | yes | Separate weekly `cargo update` PRs and add boostrap | tgross35:dependencies-ci-bootstrap | Kobzol | 0 | ||||
149 | 130999 | yes | Implement file_lock feature | cberner:flock_pr | joboet | 0 | ||||
150 | 131004 | yes | Suggest flipping reversed `?#`/`?x`/`?X` in format specifiers | deniskilseev:issue-129966-fix | jieyouxu | 0 | ||||
151 | 131072 | yes | Win: Use POSIX rename semantics for `std::fs::rename` if available | Fulgen301:windows-rename-posix-semantics | ChrisDenton | 0 | ||||
152 | 131077 | yes | Enable debug assertions on alt builds | lqd:debug-assertions-alt | Kobzol | 0 | ||||
153 | 131080 | yes | Stabilize WebAssembly `multivalue`, `reference-types`, and `tail-call` target features | alexcrichton:stabilize-more-wasm-target-features | petrochenkov | 0 | ||||
154 | 131081 | yes | Use `ConstArgKind::Path` for all single-segment paths, not just params | camelid:const-path-it-all | BoxyUwU | 0 | ||||
155 | 131144 | yes | Fix typo README.md | totoro642:totoro642-patch-1 | 0 | |||||
156 | 131146 | yes | Stop clearing box's drop flags early | beepster4096:box_drop_flags | wesleywiser | 0 | ||||
157 | 131160 | yes | Handle `rustc_middle` cases of `rustc::potential_query_instability` lint | ismailarilik:handle-potential-query-instability-lint-for-rustc-middle | compiler-errors | 0 | ||||
158 | 131182 | yes | compiletest failing tests aren't that noisy by default | dev-ardi:supress-debug-info | jieyouxu | 0 | ||||
159 | 131200 | yes | Handle `rustc_query_system` cases of `rustc::potential_query_instability` lint | ismailarilik:handle-potential-query-instability-lint-for-rustc-query_system | cjgillot | 0 | ||||
160 | 131203 | yes | JumpThreading: fix bitwise not on non-booleans | clubby789:jumpthreading-not | cjgillot | 0 | ||||
161 | 131258 | yes | Stabilize s390x inline assembly | taiki-e:s390x-stabilize-asm | pnkfelix | 0 | ||||
162 | 131261 | yes | Stabilize `UnsafeCell::from_mut` | clarfonthey:unsafe-cell-from-mut | dtolnay | 0 | ||||
163 | 131282 | yes | std: detect stack overflows in TLS destructors on UNIX | joboet:thread_local_stack_overflow | Amanieu | 0 | ||||
164 | 131290 | yes | Handle `rustc_mir_dataflow` cases of `rustc::potential_query_instability` lint | ismailarilik:handle-potential-query-instability-lint-for-rustc-mir-dataflow | cjgillot | 0 | ||||
165 | 131304 | yes | float types: move copysign, abs, signum to libcore | RalfJung:float-core | dtolnay | 0 | ||||
166 | 131319 | yes | Fix c_char on various no-std and tier 3 targets | taiki-e:c-char | 0 | |||||
167 | 131323 | yes | Support `clobber_abi` in AVR inline assembly | jfrimmel:avr-inline-asm-clobber-abi | Amanieu | 0 | ||||
168 | 131340 | yes | Implement split_pattern on slices | eduardorittner:master | Amanieu | 0 | ||||
169 | 131341 | yes | Support clobber_abi and vector registers (clobber-only) in PowerPC inline assembly | taiki-e:ppc-clobber-abi | Amanieu | 0 | ||||
170 | 131389 | yes | Add `JoinHandle::into_join_future()`. | kpreid:joinfuture | Amanieu | 0 | ||||
171 | 131416 | yes | Mark `slice::copy_from_slice` unstably const | okaneco:const_copy | m-ou-se | 0 | ||||
172 | 131433 | yes | Apple: Re-implement SDK discovery instead of using `xcrun` | madsmtm:find-sdkroot-manually | pnkfelix | 0 | ||||
173 | 131439 | yes | Remove allowing static_mut_refs lint | mu001999-contrib:cleanup/static-mut | compiler-errors | 0 | ||||
174 | 131465 | yes | Update Vec<T> documentation: Fix layout diagram | muhammad-hassnain:master | Amanieu | 0 | ||||
175 | 131469 | yes | Updated CONTRIBUTING.md | abbyw2028:patch-1 | workingjubilee | 0 | ||||
176 | 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 | ||||
177 | 131505 | yes | use `confstr(_CS_DARWIN_USER_TEMP_DIR, ...)` as a `TMPDIR` fallback on Darwin | madsmtm:darwin_user_temp_dir | Dylan-DPC | 0 | ||||
178 | 131522 | yes | [macro_metavar_expr_concat] Fix #128346 | c410-f3r:unlock-rfc-2011 | chenyukang | 0 | ||||
179 | 131523 | yes | Fix asm goto with outputs and move it to a separate feature gate | nbdd0121:asm | compiler-errors | 0 | ||||
180 | 131530 | yes | Add `armv7a-vex-v5` tier three target | vexide:armv7a-vex-v5 | thomcc | 0 | ||||
181 | 131544 | yes | Make asm label blocks safe context | nbdd0121:asm_goto_safe_block | petrochenkov | 0 | ||||
182 | 131558 | yes | Lint on combining `#[no_mangle]` and `#[export_name]` | sassman:feat/warnin-for-no-mangle-together-with-export-name | Urgau | 0 | ||||
183 | 131607 | yes | core: implement `DeterministicRandomSource` | joboet:deterministic_random | joshtriplett | 0 | ||||
184 | 131627 | yes | Add external LLVM compatibility to INSTALL.md | manishwalia15:patch-6 | 0 | |||||
185 | 131656 | yes | move some invalid exponent detection into rustc_session | richard-uk1:move_empty_exponent_to_rustc_session | petrochenkov | 0 | ||||
186 | 131669 | yes | lint: change help for pointers to dyn types in FFI | niacdoial:linting-ptrdyn-ffi | workingjubilee | 0 | ||||
187 | 131693 | yes | Fixes &&self Suggestion on compiler | shubhamsugara22:fix_compiler_suggestion | nnethercote | 0 | ||||
188 | 131698 | yes | use stores of the correct size to set discriminants | the8472:remove-set-discriminant-hack | estebank | 0 | ||||
189 | 131713 | yes | Stabilize `const_maybe_uninit_write` | tgross35:stabilize-const_maybe_uninit_write | dtolnay | 0 | ||||
190 | 131717 | yes | Stabilize `const_atomic_from_ptr` | tgross35:stabilize-const_atomic_from_ptr | joshtriplett | 0 | ||||
191 | 131721 | yes | Add new unstable feature `const_eq_ignore_ascii_case` | okaneco:const_eq_ignore_ascii_case | Amanieu | 0 | ||||
192 | 131729 | yes | Make the `test` cfg a userspace check-cfg | Urgau:check-cfg-test-userspace | petrochenkov | 0 | ||||
193 | 131736 | yes | Emscripten: link with -sWASM_BIGINT | hoodmane:emscripten-wasm-bigint | alexcrichton | 0 | ||||
194 | 131739 | yes | Adjust the alignment when passing a niche as a pointer | DianQK:niche-ptr-align | saethlin | 0 | ||||
195 | 131781 | yes | Stabilize Arm64EC inline assembly | taiki-e:arm64ec-stabilize-asm | joshtriplett | 0 | ||||
196 | 131784 | yes | Stabilize unsigned and float variants of `num_midpoint` feature | Urgau:stabilize-midpoint | dtolnay | 0 | ||||
197 | 131806 | yes | Treat other items as functions for the purpose of type-based search | lolbinarycat:rustdoc-search-all-is-func | notriddle | 0 | ||||
198 | 131824 | yes | Support multiple stability attributes on items | dianne:multiple-unstables | wesleywiser | 0 | ||||
199 | 131828 | yes | Add nul-terminated filename for #[track_caller] | Darksonn:location-file-nul | Noratrieb | 0 | ||||
200 | 131830 | yes | Add support for wasm exception handling to Emscripten target | hoodmane:emscripten-wasm-eh | compiler-errors | 0 | ||||
201 | 131831 | yes | extend the "if-unchanged" logic for compiler builds | onur-ozkan:improve-rustc-if-unchanged-logic | Mark-Simulacrum | 0 | ||||
202 | 131852 | yes | rustdoc: allow searches to match against both type and name | lolbinarycat:rustdoc-search-type-and-name | notriddle | 0 | ||||
203 | 131859 | yes | Update TRPL to add new Chapter 17: Async and Await | chriskrycho:update-trpl | compiler-errors | 0 | ||||
204 | 131860 | yes | Remove bogus `#![feature(get_mut_unchecked)]` from docs for stable `Rc`/`Arc` methods | AnthonyMikh:AnthonyMikh/bogus-feature-in-stable-docs | joboet | 0 | ||||
205 | 131885 | yes | Do not pass -lc to the Emscripten linker | hoodmane:emscripten-drop-libc | TaKO8Ki | 0 | ||||
206 | 131888 | yes | Revert using `HEAP` static in Windows alloc | ChrisDenton:deopt | ibraheemdev | 0 | ||||
207 | 131904 | yes | Stabilize const_pin_2 | GKFX:stabilize-const-pin-2 | joboet | 0 | ||||
208 | 131913 | yes | Add `{ignore,needs}-{rustc,std}-debug-assertions` directive support | jieyouxu:only_debug_assertions | Mark-Simulacrum | 0 | ||||
209 | 131923 | yes | Derive `Copy` and `Hash` for `IntErrorKind` | ranger-ross:impl-copy-hash-interrorkind | m-ou-se | 0 | ||||
210 | 131966 | yes | Allow #[link(kind = "dylib")] without a name | ChrisDenton:bare-link | petrochenkov | 0 | ||||
211 | 131975 | yes | rustdoc: prefer showing enum variants as written | lolbinarycat:rustdoc-enum-discrim | notriddle | 0 | ||||
212 | 131998 | yes | Add core::ops::Bound::from_opt API | krtab:bound_from_opt | thomcc | 0 | ||||
213 | 132011 | yes | Introduce `RefCell::{try_replace, try_replace_with, try_swap}` | daboross:refcell_try_replace_replace_with_swap | scottmcm | 0 | ||||
214 | 132025 | yes | fix suggestion for diagnostic error E0027 | duncpro:E0027 | compiler-errors | 0 | ||||
215 | 132038 | yes | Add lint rule for `#[deprecated]` on re-exports | kailan:deprecated-use | pnkfelix | 0 | ||||
216 | 132045 | yes | [WIP] Spiking on `asm!` + pointer as `const` | dingxiangfei2009:allow-pointer-in-inline-asm | davidtwco | 0 | ||||
217 | 132047 | yes | Robustify and genericize return-type-notation resolution in `resolve_bound_vars` | compiler-errors:rbv-rtn-cleanup | pnkfelix | 0 | ||||
218 | 132056 | yes | Stabilize `#[diagnostic::do_not_recommend]` | weiznich:diagnostic_do_not_recommend_final_tests | compiler-errors | 0 | ||||
219 | 132057 | yes | miri: update ABI compat checks to accept Option-like types | RalfJung:miri-abi-compat | wesleywiser | 0 | ||||
220 | 132077 | yes | Add a new `wide-arithmetic` feature for WebAssembly | alexcrichton:wide-arithmetic | estebank | 0 | ||||
221 | 132087 | yes | Fix overly restrictive lifetime in `core::panic::Location::file` return type | ijchen:issue-131770-fix | m-ou-se | 0 | ||||
222 | 132095 | yes | Fix #131977 parens mangled in shared mut static lint suggestion | gechelberger:fix-131977 | wesleywiser | 0 | ||||
223 | 132112 | yes | Remove `P<>` from `visit_`s in ast `MutVisitor` | maxcabrajac:remove_p | petrochenkov | 0 | ||||
224 | 132131 | yes | [StableMIR] API to retrieve definitions from crates | celinval:smir-crate-defs | compiler-errors | 0 | ||||
225 | 132134 | yes | Remove `ResultsVisitable` | nnethercote:rm-ResultsVisitable | cjgillot | 0 | ||||
226 | 132136 | yes | ABI compatibility: remove section on target features | RalfJung:target-feature-abi-compat | Mark-Simulacrum | 0 | ||||
227 | 132144 | yes | Arbitrary self types v2: (unused) Receiver trait | adetaylor:receiver-trait-itself | wesleywiser | 0 | ||||
228 | 132146 | yes | Add lint against (some) interior mutable consts | Urgau:interior_mut_consts | lcnr | 0 | ||||
229 | 132153 | yes | Stabilise `const_char_encode_utf16`. | bjoernager:const-char-encode-utf16 | dtolnay | 0 | ||||
230 | 132155 | yes | Always display first line of impl blocks even when collapsed | GuillaumeGomez:impl-block-doc | notriddle | 0 | ||||
231 | 132156 | yes | When encountering unexpected closure return type, point at return type/expression | estebank:closure-return | Nadrieril | 0 | ||||
232 | 132172 | yes | borrowck diagnostics: suggest borrowing function inputs in generic positions | dianne:suggest-borrow-generic | matthewjasper | 0 | ||||
233 | 132187 | yes | Add Extend impls for tuples of arity 1 through 12 | shahn:extend_more_tuples | dtolnay | 0 | ||||
234 | 132207 | yes | Store resolution for self and crate root module segments | compiler-errors:tweak-res-mod-segment | wesleywiser | 0 | ||||
235 | 132234 | Miri subtree update | RalfJung:miri-sync | 0 | ||||||
236 | 132259 | yes | rustc_codegen_llvm: Add a new 'pc' option to branch-protection | mrkajetanp:branch-protection-pauth-lr | compiler-errors | 0 | ||||
237 | 132268 | yes | Impl TryFrom<Vec<u8>> for String | elichai:string_try_from_vec | Amanieu | 0 | ||||
238 | 132295 | yes | fixed wast version was released, remove randomization exemption | the8472:remove-randomize-exclusion1 | onur-ozkan | 0 | ||||
239 | 132297 | yes | Document some `check_expr` methods, and other misc `hir_typeck` tweaks | compiler-errors:check-expr-tweaks | pnkfelix | 0 | ||||
240 | 132302 | yes | rustdoc: Treat decl macros like other item kinds when it comes to visibility | fmease:rustdoc-better-vis-for-macro-decl | notriddle | 0 | ||||
241 | 132303 | yes | More tests for non-exhaustive C-like enums in FFI | nyurik:non-exhaustive-err | compiler-errors | 0 | ||||
242 | 132331 | yes | Use CLOCK_BOOTTIME for Instant in Fuchsia/Android | mathukumillia:convert_instant_boottime | jhpratt | 0 | ||||
243 | 132362 | yes | AIX: extend bootstrap is_dylib to support XCOFF format | mustartt:aix-dylib-detection | jieyouxu | 0 | ||||
244 | 132363 | yes | Enforce that raw lifetimes must be valid raw identifiers | compiler-errors:raw-lt-id-valid | wesleywiser | 0 | ||||
245 | 132388 | yes | Implement `#[cfg]` in `where` clauses | frank-king:feature/where-cfg | cjgillot | 0 | ||||
246 | 132389 | yes | coverage: Simplify parts of coverage graph creation | Zalathar:graph-tweaks | saethlin | 0 | ||||
247 | 132390 | yes | bootstrap: show diagnostics relative to rustc src dir | RalfJung:diagnostics-root-dir | albertlarsan68 | 0 | ||||
248 | 132397 | yes | Make missing_abi lint warn-by-default. | m-ou-se:warn-missing-abi | traviscross | 0 | ||||
249 | 132404 | yes | Suggest swapping LHS and RHS when RHS impls `PartialEq<lhs_ty>` | makai410:suggest-swap-lhs-rhs | fee1-dead | 0 | ||||
250 | 132410 | yes | Some more refactorings towards removing driver queries | bjorn3:yet_another_driver_refactor_round | pnkfelix | 0 | ||||
251 | 132426 | yes | Prefer `pub(super)` in `unreachable_pub` lint suggestion | Urgau:unreach_pub-super | nnethercote | 0 | ||||
252 | 132431 | yes | From iterator more tuples | shahn:from_iterator_more_tuples | Amanieu | 0 | ||||
253 | 132432 | yes | Explicitly specify symbol visibility when building std | davidlattimore:std-interposable | Mark-Simulacrum | 0 | ||||
254 | 132449 | yes | mark is_val_statically_known intrinsic as stably const-callable | RalfJung:is_val_statically_known | ibraheemdev | 0 | ||||
255 | 132452 | yes | coverage: Extract safe FFI wrapper functions to `llvm_cov` | Zalathar:llvm-cov-wrappers | chenyukang | 0 | ||||
256 | 132461 | yes | Do not unify dereferences of shared borrows in GVN | cjgillot:gvn-noderef | RalfJung | 0 | ||||
257 | 132469 | yes | Do not suggest borrow that is already there in fully-qualified call | estebank:issue-132041 | Nadrieril | 0 | ||||
258 | 132472 | yes | Basic inline assembly support for SPARC and SPARC64 | taiki-e:sparc-asm | Amanieu | 0 | ||||
259 | 132473 | yes | [core/fmt] Replace checked slice indexing by unchecked to support panic-free code | ZhekaS:core_fmt_radix_no_panic | joboet | 0 | ||||
260 | 132474 | yes | Add more mailmap entries | Noratrieb:lots-of-mailmapping-round-2 | Mark-Simulacrum | 0 | ||||
261 | 132477 | yes | Add illumos target documentation | Noratrieb:illumos-oxide | GuillaumeGomez | 0 | ||||
262 | 132484 | yes | unix: Relax escaping in `Debug` impl on `Command` | madsmtm:command-relaxed-escape | thomcc | 0 | ||||
263 | 132486 | yes | No need to instantiate binder in `confirm_async_closure_candidate` | compiler-errors:no-binder | lcnr | 0 | ||||
264 | 132487 | yes | Provide placeholder generics for traits in "no method found for type parameter" suggestions | dianne:include-trait-args-in-suggestion | fmease | 0 | ||||
265 | 132489 | yes | Fix closure arg extraction in `extract_callable_info`, generalize it to async closures | compiler-errors:fn-sugg-tweaks | BoxyUwU | 0 | ||||
266 | 132492 | yes | remove support for extern-block const intrinsics | RalfJung:const-intrinsics | compiler-errors | 0 | ||||
267 | 132498 | yes | Suggest fixing typos and let bindings at the same time | uellenberg:typo-and-let-suggestions | pnkfelix | 0 | ||||
268 | 132500 | yes | make char::is_whitespace unstably const | RalfJung:char-is-whitespace-const | cuviper | 0 | ||||
269 | 132502 | yes | Document possibility to set core features in example config.toml | Voultapher:document-core-features-in-config-toml-example | Mark-Simulacrum | 0 | ||||
270 | 132515 | yes | Fix and undeprecate home_dir() | kornelski:home_fix | jhpratt | 0 | ||||
271 | 132524 | yes | chore(style): sync submodule exclusion list between tidy and rustfmt | ismailarilik:chore/style/sync-submodule-exclusion-list-between-tidy-and-rustfmt | jieyouxu | 0 | ||||
272 | 132529 | yes | ci(triagebot): add more top-level files to A-meta | ismailarilik:ci/triagebot/fix-name-of-trigger-file-LICENSES | Mark-Simulacrum | 0 | ||||
273 | 132533 | yes | Add BorrowedBuf::into_filled{,_mut} methods to allow returning buffer with original lifetime | SUPERCILEX:patch-4 | Mark-Simulacrum | 0 | ||||
274 | 132547 | yes | cg_gcc: Directly use rustc_abi instead of reexports | workingjubilee:rustc-abi-in-cg-gcc | GuillaumeGomez | 0 | ||||
275 | 132549 | yes | Make `RustString` an extern type to avoid `improper_ctypes` warnings | Zalathar:rust-string | cuviper | 0 | ||||
276 | 132552 | yes | Add v9 and leoncasa target feature to sparc | taiki-e:sparc-target-feature | workingjubilee | 0 | ||||
277 | 132553 | yes | Make `Rc<T>::deref` and `Arc<T>::deref` zero-cost | EFanZh:zero-cost-rc-arc-deref | joboet | 0 | ||||
278 | 132556 | yes | Run `cargo update` | clubby789:cargo-update | Mark-Simulacrum | 0 | ||||
279 | 132559 | find the generic container rather than simply looking up for the assoc with const arg | bvanjoi:fix-132534 | compiler-errors | 0 | |||||
280 | 132562 | yes | Remove the `wasm32-wasi` target from rustc | alexcrichton:remove-wasm32-wasi | TaKO8Ki | 0 | ||||
281 | 132567 | yes | Properly suggest `E::assoc` when we encounter `E::Variant::assoc` | estebank:bad-suggestion | Nadrieril | 0 | ||||
282 | 132569 | yes | rustdoc search: allow queries to end in an empty path segment | lolbinarycat:rustdoc-search-path-end-empty-v2 | notriddle | 0 | ||||
283 | 132570 | yes | Use LLVM's UEFI targets | madsmtm:llvm-uefi | workingjubilee | 0 | ||||
284 | 132571 | yes | add const_eval_select macro to reduce redundancy | RalfJung:const_eval_select_macro | scottmcm | 0 | ||||
285 | 132577 | yes | Report the `unexpected_cfgs` lint in external macros | Urgau:check-cfg-report-extern-macro | wesleywiser | 0 | ||||
286 | 132579 | yes | add rustc std workspace crate sources | RalfJung:rustc-std-workspace-crates | Amanieu | 0 | ||||
287 | 132580 | yes | Remove unnecessary pub enum glob-imports from `rustc_middle::ty` | compiler-errors:globs | Noratrieb | 0 | ||||
288 | 132583 | yes | Suggest creating unary tuples when types don't match a trait | mejrs:tuples | compiler-errors | 0 | ||||
289 | 132584 | yes | Trim and tidy includes in `rustc_llvm` | Zalathar:includes | cuviper | 0 | ||||
290 | 131153 | yes | Improve duplicate derive Copy/Clone diagnostics | VulnBandit:copy_impl_vuln | compiler-errors | 0 | always | |||
291 | 132161 | yes | [StableMIR] A few fixes to pretty printing | celinval:smir-fix-indent | compiler-errors | 0 | always | |||
292 | 132341 | yes | Reject raw lifetime followed by `'`, like regular lifetimes do | compiler-errors:raw-lt-prefix-id | chenyukang | 0 | always | |||
293 | 132355 | yes | Fix compiler panic with a large number of threads | practicalrs:fix_117638 | SparrowLii | 0 | always | |||
294 | 132544 | yes | Use backticks instead of single quotes for library feature names in diagnostics | dianne:unstable-library-feature-backticks | compiler-errors | 0 | always | |||
295 | 126810 | no | Tweak output of resolve errors | estebank:resolve-error-wording | petrochenkov | 10 | never | |||
296 | 89917 | no | sess: default to v0 symbol mangling | davidtwco:issue-60705-stabilize-rust-symbol-mangling-scheme | 0 | never | ||||
297 | 101500 | no | Perform unused assignment and unused variables lints on MIR. | cjgillot:mir-liveness | davidtwco | 0 | never | |||
298 | 104342 | no | Require `type_map::stub` callers to supply file information | mweber15:add_file_location_to_more_types | wesleywiser | 0 | never | |||
299 | 105392 | no | Dedup bounds with parent impl block | GuillaumeGomez:rustdoc-dedup-bounds | compiler-errors | 0 | never | |||
300 | 106852 | no | Only preserve DebugInfo in DeadStoreElimination if requested. | cjgillot:debug-dse | JakobDegen | 0 | never | |||
301 | 109606 | no | Derive `PartialOrd::{l,g}{e,t}` for fieldless enums as explicit comparisons on `discriminant_value` | thomcc:fieldless-discriminant-only-pord | davidtwco | 0 | never | |||
302 | 110691 | no | Enable DataflowConstProp by default | cjgillot:enable-dcp | 0 | never | ||||
303 | 113125 | no | typeck: taint if errors found during writeback | davidtwco:issue-112824-ctfe-type-mismatch-with-type-error | compiler-errors | 0 | never | |||
304 | 114538 | no | Split marking and visit to compute live_symbols. | cjgillot:split-live-symbols | 0 | never | ||||
305 | 115003 | no | Increase parallelism in various locations | Zoxc:parallel-tweaks-rebase | cjgillot | 0 | never | |||
306 | 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 | |||
307 | 116173 | no | New atomic reference counting algorithm | m-ou-se:arc | Amanieu | 0 | never | |||
308 | 116375 | no | Create the previous dep graph index on a background thread | Zoxc:lazy-index | cjgillot | 0 | never | |||
309 | 116542 | no | Add range metadata to slice lengths | the8472:slice-ref-len-validity | cjgillot | 0 | never | |||
310 | 116707 | no | Create an `AllocId` for `ConstValue::Slice`. | cjgillot:slice-id | 0 | never | ||||
311 | 117473 | no | Move alignment checks to codegen | saethlin:codegen-alignment-checks | wesleywiser | 0 | never | |||
312 | 119286 | no | show linker output even if the linker succeeds | jyn514:linker-output | bjorn3 | 0 | never | |||
313 | 119458 | no | Do not hash allocations to name them. | cjgillot:anonymous-alloc | compiler-errors | 0 | never | |||
314 | 119501 | no | Only generate a single shim for clone of copy types. | cjgillot:clone-shim | 0 | never | ||||
315 | 119899 | no | redesign stage 0 std | onur-ozkan:redesign-stage0-std | albertlarsan68 | 0 | iffy | |||
316 | 120193 | no | #[cold] on match arms | x17jiri:cold_match_arms | oli-obk | 0 | never | |||
317 | 120286 | no | Implement RFC 3349, mixed utf8 literals | nnethercote:3349-mixed-utf8-literals | 0 | never | ||||
318 | 120525 | no | rustc_ast: FieldDef: remove span | klensy:FieldDef-span | oli-obk | 0 | never | |||
319 | 120706 | no | Initial support for auto traits with default bounds | Bryanskiy:leak | lcnr | 0 | never | |||
320 | 122325 | no | Stop using LLVM struct types for array/pointer offset GEPs | erikdesjardins:array | nikic | 0 | never | |||
321 | 122565 | no | Try to write the panic message with a single `write_all` call | Zoxc:atomic-panic-msg | the8472 | 0 | iffy | |||
322 | 123219 | no | [WIP] rustdoc (base+json): add support for variances | fmease:rustdoc-variances-json | 0 | never | ||||
323 | 124188 | no | MIR: Stop needing an explicit BB for `otherwise:unreachable` | scottmcm:implicit-switchint-unreachable | 0 | never | ||||
324 | 126651 | no | Implement consecutive shorthand projections (associated type paths) like `T::AssocA::AssocB` | fmease:consec-shorthand-proj | compiler-errors | 0 | never | |||
325 | 127173 | no | Mangle rustc_std_internal_symbols functions | bjorn3:mangle_rustc_std_internal_symbol | wesleywiser | 0 | never | |||
326 | 127241 | no | Mark span parent in def_collector. | cjgillot:def-collector-span | petrochenkov | 0 | never | |||
327 | 127516 | no | Simplify `LazyAttrTokenStream` | nnethercote:simplify-LazyAttrTokenStream | petrochenkov | 0 | never | |||
328 | 127541 | no | Show diff suggestion format on verbose replacement | estebank:diff-suggestions | petrochenkov | 0 | never | |||
329 | 127815 | no | Make `DropShim`'s `param_env` optional to fix `InstanceKind::DropShim` | compiler-errors:drop | 0 | never | ||||
330 | 128657 | no | Add `#[optimize(none)]` | clubby789:optimize-none | fee1-dead | 0 | never | |||
331 | 128969 | no | Use `insertvalue` and `extractvalue` instead of `memcpy` in CastTarget | DianQK:cast-target | nikic | 0 | never | |||
332 | 129102 | no | Experimental: Add Derive Proc-Macro Caching | futile:experimental/proc-macro-caching | petrochenkov | 0 | never | |||
333 | 129181 | no | Pass end position of span through inline ASM cookie | beetrees:asm-spans | pnkfelix | 0 | iffy | |||
334 | 129476 | no | Pack size and align into a single vtable entry | GnomedDev:vtable-layout-opt | 0 | never | ||||
335 | 129532 | no | Remove predicate queries | compiler-errors:remove-predicate-queries | lcnr | 0 | never | |||
336 | 129611 | no | dse: Eliminate dead assignment statements when `debuginfo` is not set to `full` | DianQK:dse | cjgillot | 0 | never | |||
337 | 129881 | no | Implement struct_target_features. | veluca93:struct_tf | cjgillot | 0 | never | |||
338 | 129931 | no | mir-opt: Merge all branch BBs into a single copy statement | DianQK:match-br-copy | cjgillot | 0 | never | |||
339 | 130227 | no | [WIP] Remove placeholders completely | amandasystems:remove-placeholders-completely | nikomatsakis | 0 | never | |||
340 | 130543 | no | Create `Atomic<T>` type alias | CAD97:generic-atomic | Noratrieb | 0 | iffy | |||
341 | 132046 | no | 'improve' type traversal | lcnr:trivial-type-visitable | 0 | never | ||||
342 | 87173 | no | unstable proc_macro tracked::* rename/restructure | drahnr:bernhard-tracked-restructure | m-ou-se | 0 | ||||
343 | 93544 | no | Debug-format fat pointers with their metadata for better insight | vojtechkral:fmt-fat-ptrs | m-ou-se | 0 | ||||
344 | 94904 | no | doc(notable_trait) for impls | conradludgate:rustdoc-notable-attr | GuillaumeGomez | 0 | ||||
345 | 97977 | no | Add `String::replace_first` and `String::replace_last` | WilliamVenner:string_replace_in_place | kennytm | 0 | ||||
346 | 98514 | no | `std::thread` support for the Nintendo 3DS | AzureMarker:feature/horizon-threads | Mark-Simulacrum | 0 | ||||
347 | 98991 | no | Apply deprecation lint to trait method overrides. | m-ou-se:deprecated-overrides | wesleywiser | 0 | ||||
348 | 99790 | no | Explain how Vec::with_capacity is faithful | workingjubilee:explain-vec-with-cap | m-ou-se | 0 | ||||
349 | 100413 | no | Track `-Cprofile-use` and `-Cprofile-sample-use` value by file hash, not file path | Kobzol:profile-use-track-file-hash | 0 | |||||
350 | 100824 | no | use `confstr(_CS_DARWIN_USER_TEMP_DIR, ...)` as a `TMPDIR` fallback on Darwin | thomcc:darwin_user_temp_dir | dtolnay | 0 | ||||
351 | 101551 | no | [WIP] Add support for custom allocator for `String` | zachs18:string_alloc | Mark-Simulacrum | 0 | ||||
352 | 102343 | no | New API: Range::cmp_scalar; comparison (less/equal/greater) to a primitive of the Range | golddranks:range_cmp | thomcc | 0 | ||||
353 | 103029 | no | feat: add `expansion_growth_limit` attr as another expansion limit | vincenzopalazzo:macros/expansion_grow_limit | petrochenkov | 0 | ||||
354 | 103134 | no | Kill array_assume_init | SUPERCILEX:uninit-array-assume | scottmcm | 0 | ||||
355 | 103376 | no | Strip leading trailing empty lines in doc code blocks | GuillaumeGomez:strip-leading-trailing-empty-lines | notriddle | 0 | ||||
356 | 104693 | no | Consistently use the highest bit of vector masks when converting to i1 vectors | jhorstmann:use-high-bit-of-mask-for-select | 0 | |||||
357 | 105377 | no | rust: library: Add `setsid` method to `CommandExt` trait | HarveyHunt:setsid | m-ou-se | 0 | ||||
358 | 105586 | no | Experimental feature gate proposal `crabi` | joshtriplett:abi-experimental-feature-gate | nikomatsakis | 0 | ||||
359 | 105604 | no | Use ELF-TLS on SGX | joboet:sgx_tls | m-ou-se | 0 | ||||
360 | 105877 | no | `impl PartialEq<{str,String}> for {Path,PathBuf}` (and reversed) | Kixunil:impl-partialeq-str-for-path | m-ou-se | 0 | ||||
361 | 106074 | no | Implement RFC 3323: restrictions | jhpratt:restrictions | compiler-errors | 0 | ||||
362 | 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 | ||||
363 | 107263 | no | Allow impl on projection | GuillaumeGomez:allow-impl-on-projection | oli-obk | 0 | ||||
364 | 107378 | no | Stabilize `anonymous_lifetime_in_impl_trait` | c410-f3r:stabilize-anon-lt | estebank | 0 | ||||
365 | 107562 | no | WIP: Remove `ResumeTy` from async lowering | Swatinem:async-resumety-v2 | compiler-errors | 0 | ||||
366 | 107587 | no | Mark `std` integral modules as deprecated (`std::u32`, `std::i16`, etc.) | tgross35:deprecate-std-num-modules | dtolnay | 0 | ||||
367 | 107640 | no | rustdoc: Add support for local resources | GuillaumeGomez:rustdoc-local-resources-2 | notriddle | 0 | ||||
368 | 108001 | no | Add lint to check if non-inlined local reexports have documentation | GuillaumeGomez:unused_reexport_documentation-lint | notriddle | 0 | ||||
369 | 108097 | no | Change Wasm's `cdylib` etc. to be a "reactor". | sunfishcode:sunfishcode/wasi-reactor | wesleywiser | 0 | ||||
370 | 108671 | no | Implement flatten for `Option<&Option<T>>` and `Option<&mut Option<T>>` | Coca162:option_reference_flattening | dtolnay | 0 | ||||
371 | 108981 | no | Implement `fs_native_path` | ChrisDenton:aspath | Amanieu | 0 | ||||
372 | 108993 | no | Make typeck aware of uninhabited types | cjgillot:uninhabited-typeck | lcnr | 0 | ||||
373 | 109350 | no | Add pattern matching API to OsStr | mina86:pattern-2 | dtolnay | 0 | ||||
374 | 110702 | no | [mir-opt] SimplifyLocals should also clean up debuginfo | scottmcm:also-remove-unused-storage-markers | cjgillot | 0 | ||||
375 | 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 | ||||
376 | 110961 | no | Create `unnecessary_send_constraint` lint for `&(dyn ... + Send)` | john-h-k:lint/useless-send | davidtwco | 0 | ||||
377 | 112106 | no | Added traits implemented by FnPtr to fn docs with example function | mj10021:issue-111182-fix | cuviper | 0 | ||||
378 | 112331 | no | Report allocation errors as panics, second attempt | Amanieu:panic-oom-payload2 | m-ou-se | 0 | ||||
379 | 112457 | no | Make `std::mem::transmute_copy` accept `?Sized` inputs | nvzqz:feat/unsized-transmute_copy | m-ou-se | 0 | ||||
380 | 112469 | no | Only use the new node hashmap for anonymous nodes. | cjgillot:graph-anon-hashmap | Zoxc | 0 | ||||
381 | 112807 | no | Migrate `rustdoc` diagnostics to translatable diagnostics | nicklimmm:rustdoc-translatable-diagnostics-migration | jsha | 0 | ||||
382 | 113433 | no | Disable building `rustc` with (Thin)LTO on Windows | Kobzol:bootstrap-window-thinlto-error | clubby789 | 0 | ||||
383 | 114096 | no | Unify generation of primitive links for associated types with the rest | GuillaumeGomez:generics-display | notriddle | 0 | ||||
384 | 114189 | no | Update dist-various linux-gnu target baselines | cuviper:dist-various-glibc | Mark-Simulacrum | 0 | ||||
385 | 114209 | no | tidy watcher | klensy:better-than-remembrall | wesleywiser | 0 | ||||
386 | 114531 | no | Implement `From<&'a &'static str>` for `Arguments<'a>` | EFanZh:implement-from-str-for-arguments | m-ou-se | 0 | ||||
387 | 114900 | no | Allow a MIR analysis to perform the state `join` directly | Jarcho:mut_join | cjgillot | 0 | ||||
388 | 115293 | no | Remove -Zfuel. | cjgillot:no-fuel | wesleywiser | 0 | ||||
389 | 115501 | no | Add new inherit_handles flag to CommandExt trait | michaelvanstraten:set_inherit_handles | ChrisDenton | 0 | ||||
390 | 115746 | no | Print thread ID in panic message | tgross35:unnamed-threads-panic-message | cuviper | 0 | ||||
391 | 115802 | no | rustdoc search: Allow to filter on multiple crates | GuillaumeGomez:rustdoc-search-multiple-crate-filtering | notriddle | 0 | ||||
392 | 115942 | no | Expand doc comment on MIR validation. | cjgillot:doc-checker | RalfJung | 0 | ||||
393 | 116114 | no | Stabilize target_feature_11 | calebzulawski:stabilize-tf11 | nikomatsakis | 0 | ||||
394 | 116161 | no | Stabilize `extended_varargs_abi_support` | Soveu:varargs2 | cjgillot | 0 | ||||
395 | 116247 | no | WIP: Check uninhabitedness through the trait solver | cjgillot:uninhabited-predicate | lcnr | 0 | ||||
396 | 116777 | no | Dedup Fluent invalid ptr errors in const eval | workingjubilee:const-eval-fluent-dedup-ptrkind | fee1-dead | 0 | ||||
397 | 116882 | no | rustdoc: hide `#[repr]` if it isn't part of the public ABI | fmease:rustdoc-generalized-priv-repr-heuristic | notriddle | 0 | ||||
398 | 117015 | no | Doc comment custom MIR debuginfo. | cjgillot:custom-mir-debuginfo-doc | RalfJung | 0 | ||||
399 | 117682 | no | Don't check GAT bounds in normalization | aliemjay:gat-relax-lifetimes | 0 | |||||
400 | 117913 | no | Suggest removal of borrow in index when appropriate | estebank:issue-66023 | compiler-errors | 0 | ||||
401 | 117991 | no | Clarify safety of layout_for_ptr | CAD97:layout-for-ptr | cuviper | 0 | ||||
402 | 118087 | no | Add Ref/RefMut try_map method | GrigorenkoPV:refcell_try_map | Mark-Simulacrum | 0 | ||||
403 | 118270 | no | Allow coercions from never-type when ref binding is involved | Aaron1011:ref-pat-never-coerce | compiler-errors | 0 | ||||
404 | 118477 | no | Remove `ProjectionElem::Subtype` | ouz-a:remove_subtyper | lcnr | 0 | ||||
405 | 118480 | no | Specialize sleep_until implementation | dvdsk:sleep_until_os_specific_impl | cuviper | 0 | ||||
406 | 118711 | no | [rustdoc] Add `no-hidden-lines` codeblock attribute | GuillaumeGomez:raw-codeblock-attribute | notriddle | 0 | ||||
407 | 118917 | no | Support for a scalable simd representation | JamieCunliffe:sve | Amanieu | 0 | ||||
408 | 118939 | no | Better errors with bad/missing identifiers in MBEs | EliseZeroTwo:EliseZeroTwo/fix-macrorules-ident-errors | TaKO8Ki | 0 | ||||
409 | 118999 | no | force current stage when `--stage` is expilicitly used | onur-ozkan:explicit-stages | Mark-Simulacrum | 0 | ||||
410 | 119220 | no | Uplift `clippy::invalid_null_ptr_usage` lint | Urgau:uplift-invalid_null_ptr_usage | b-naber | 0 | ||||
411 | 119260 | no | Make broken MIR a proper lint. | cjgillot:mir-lint | TaKO8Ki | 0 | ||||
412 | 119550 | no | Rename `AsyncIterator` back to `Stream`, introduce an AFIT-based `AsyncIterator` trait | yoshuawuyts:async-iterator | compiler-errors | 0 | ||||
413 | 119798 | no | Add diagnostic for stack allocations of 1 GB or more | iSwapna:issue-83060-fix | cjgillot | 0 | ||||
414 | 120013 | no | coverage: Don't show coverage for code paths that must panic/diverge | Zalathar:diverge | 0 | |||||
415 | 120580 | no | Add `MAX_LEN_UTF8` and `MAX_LEN_UTF16` Constants | HTGAzureX1212:HTGAzureX1212/issue-45795 | m-ou-se | 0 | ||||
416 | 120611 | no | [WIP]: generating rust-project file for r-a | onur-ozkan:embedded-lsp-feed | 0 | |||||
417 | 120700 | no | Stabilize associated type position impl Trait (ATPIT) | traviscross:TC/stabilize-atpit | nikomatsakis | 0 | ||||
418 | 120818 | no | rustdoc: add three-column layout for large desktops | notriddle:notriddle/three-column | GuillaumeGomez | 0 | ||||
419 | 121051 | no | Introduce infrastructure for generating target docs | Noratrieb:targetting | onur-ozkan | 0 | ||||
420 | 121174 | no | Check for occupied niches | saethlin:codegen-niche-checks | 0 | |||||
421 | 121274 | no | Report a specialized error when a `'static` obligation comes from an `impl dyn Trait` | estebank:implicit_static | fmease | 0 | ||||
422 | 121682 | no | Fix ICE when there is a continue in a labeled block | SarthakSingh31:cont-in-blk | cjgillot | 0 | ||||
423 | 121742 | no | sess: stabilize `-C stack-protector=all` | davidtwco:stabilize-stack-protector-all | nikic | 0 | ||||
424 | 121880 | no | Run linking and incremental saving / finalizing in parallel | Zoxc:link-task | estebank | 0 | ||||
425 | 122156 | no | Represent diagnostic side effects as dep nodes | Zoxc:side-effect-dep-node | cjgillot | 0 | ||||
426 | 122161 | no | Fix suggestion when shorthand `self` has erroneous type | compiler-errors:shorthand-self | fmease | 0 | ||||
427 | 122288 | no | [Proof of concept] Recover from struct literals with placeholder path | fmease:recover-bad-struct-lit-w-tyck | compiler-errors | 0 | ||||
428 | 122340 | no | Treat weak alias types more like ADTs when computing implied bounds | fmease:lta-implied-bounds-recurse-shallow | oli-obk | 0 | ||||
429 | 122408 | no | Use futex-based synchronization on Apple platforms | joboet:apple_futex | m-ou-se | 0 | ||||
430 | 122661 | no | Assert that the first `assert!` expression is `bool` | estebank:assert-macro-span | pnkfelix | 0 | ||||
431 | 122668 | no | Add APIs for dealing with titlecase | Jules-Bertholet:titlecase | m-ou-se | 0 | ||||
432 | 122685 | no | Emit a warning if a `match` is too complex | GuillaumeGomez:match-too-complex | Nadrieril | 0 | ||||
433 | 122790 | no | Apply dllimport in ThinLTO | Zoxc:dllimp-rev | wesleywiser | 0 | ||||
434 | 122808 | no | Stabilize `count`, `ignore`, `index`, and `len` (`macro_metavar_expr`) | c410-f3r:again-again-again-again-again | fmease | 0 | ||||
435 | 122957 | no | Silence unnecessary "missing `dyn`" errors and tweak E0746 suggestions | estebank:issue-121037 | oli-obk | 0 | ||||
436 | 123008 | no | [TEST] Test out Fjall memory allocator | Zoxc:fjall-global | 0 | |||||
437 | 123082 | no | CFI: Fix fn items, closures, and Fn trait objects | rcvalle:rust-cfi-fix-fn-items-closures-fn-trait-objects | compiler-errors | 0 | ||||
438 | 123205 | no | Revert "CFI: Skip non-passed arguments" | rcvalle:rust-cfi-revert-skip-non-passed-arguments | compiler-errors | 0 | ||||
439 | 123220 | no | [blocked on design] [PoC]: rustdoc (html): add support for variances | fmease:rustdoc-variances-html | 0 | |||||
440 | 123319 | no | Add managarm as a tier 3 target | no92:managarm-target | davidtwco | 0 | ||||
441 | 123365 | no | At test discovery, write to logfile in the same format as to stdout | aspotashev:converge-discovery-logfile | Muscraft | 0 | ||||
442 | 123384 | no | Link rustc tools into the correct sysroot | Noratrieb:back-where-you-belong | onur-ozkan | 0 | ||||
443 | 123617 | no | sanitizers: Stabilize AddressSanitizer and LeakSanitizer for the Tier 1 targets | rcvalle:rust-stabilize-core-sanitizers | davidtwco | 0 | ||||
444 | 123948 | no | Async drop codegen | azhogin:azhogin/async-drop | nikomatsakis | 0 | ||||
445 | 124154 | no | coverage: Treat each match arm as a "branch" for branch coverage | Zalathar:branch-arms | 0 | |||||
446 | 124421 | no | Stop re-implementing slice iterators in `vec::IntoIter` | scottmcm:slice-drain-iter | m-ou-se | 0 | ||||
447 | 124439 | no | Set default value `deny-warnings` for compiler profile to `false` | WaffleLapkin:who-wants-to-deny-warnings-lmao | albertlarsan68 | 0 | ||||
448 | 124595 | no | Suggest cloning `Arc` moved into closure | estebank:issue-104232 | pnkfelix | 0 | ||||
449 | 124810 | no | speed up `String::push` and `String::insert` | lincot:speed-up-string-push-and-string-insert | scottmcm | 0 | ||||
450 | 124812 | no | [DO NOT MERGE] bootstrap with next solver enabled | lcnr:next-solver-bootstrap-hack | 0 | |||||
451 | 124852 | no | alias-relate: add fast reject optimization | lcnr:search-graph-uwu | compiler-errors | 0 | ||||
452 | 125334 | no | add a normalizes-to fast path | lcnr:normalizes-to-rigid-fastpath | compiler-errors | 0 | ||||
453 | 125555 | no | Recover statics better | Noratrieb:recover-statics-better | oli-obk | 0 | ||||
454 | 125626 | no | tests: fix filecheck typos | klensy:filecheck-tt | Mark-Simulacrum | 0 | ||||
455 | 125716 | no | R raymond/fix/issue 107165 | r-raymond:r-raymond/fix/issue-107165 | lcnr | 0 | ||||
456 | 125721 | no | Stop emitting spans from proc macro compile time in quote expansion | bjorn3:proc_macro_quote_no_spans | davidtwco | 0 | ||||
457 | 125780 | no | [WIP] RIIR HtmlDocCk | fmease:riir-htmldocck | 0 | |||||
458 | 125784 | no | Silence errors in expressions caused by bare traits in paths in 2021 edition | estebank:issue-51077 | fmease | 0 | ||||
459 | 126076 | no | privacy: normalize associated types before visiting | jswrenn:fix-45713 | compiler-errors | 0 | ||||
460 | 126316 | no | Do not eagerly reject inference vars when trying to resolve method calls. | oli-obk:recursive_rpit3 | lcnr | 0 | ||||
461 | 126321 | no | Add `./x clippy ci` | ferrocene:pa-clippy-ci | onur-ozkan | 0 | ||||
462 | 126595 | no | Allow reifying intrinsics to fn pointers. (rebase of #86699) | GrigorenkoPV:reify-intrinsics | compiler-errors | 0 | ||||
463 | 126856 | no | remove deprecated tool `rls` | onur-ozkan:remove-rls | clubby789 | 0 | ||||
464 | 127013 | no | Add `f16` formatting and parsing | tgross35:f16-format-parse | 0 | |||||
465 | 127282 | no | Make inline suggestions no longer be the default | estebank:experiment-for-annotate-snippets | fmease | 0 | ||||
466 | 127373 | no | [do not merge] Testing Windows CI | ehuss:windows-in-use | ehuss | 0 | ||||
467 | 127522 | no | Relocate upvars to Unresumed state and make coroutine prefix trivial | dingxiangfei2009:move-upvars-to-locals | pnkfelix | 0 | ||||
468 | 127534 | no | feat(core): impl Step for NonZero<u*> | jalil-salame:nonzero-uint-step | m-ou-se | 0 | ||||
469 | 127578 | no | std: use a queue-based `Condvar` on NetBSD and other platforms | joboet:queue_condvar | Mark-Simulacrum | 0 | ||||
470 | 127581 | no | Fix crate name validation | fmease:fix-crate_name-validation | wesleywiser | 0 | ||||
471 | 127595 | no | Fix panic=abort tests on fuchsia | c6c7:fix-panic=abort-tests-on-fuchsia | tmandry | 0 | ||||
472 | 127793 | no | Added project-specific Zed IDE settings | ChaiTRex:zed_support | Kobzol | 0 | ||||
473 | 127885 | no | Add a macro for defining intrinsics with the Rust ABI | tgross35:intrinsics-macro | workingjubilee | 0 | ||||
474 | 127973 | no | Reject unconstrained lifetimes in type_of(assoc_ty) instead of during wfcheck of the impl item | oli-obk:uplift_wf_checks | 0 | |||||
475 | 127997 | no | Suggest `derive(Trait)` or `T: Trait` from transitive obligation in some cases | estebank:missing-trait-suggestion | compiler-errors | 0 | ||||
476 | 128018 | no | Normalize filecheck directives | tgross35:normalize-filecheck-directives | jieyouxu | 0 | ||||
477 | 128045 | no | [DRAFT] #[contracts::requires(...)] | pnkfelix:rustc-contracts | jieyouxu | 0 | ||||
478 | 128080 | no | Specify scope in `out_of_scope_macro_calls` lint | estebank:out-of-scope-macro | petrochenkov | 0 | ||||
479 | 128086 | no | Unify wording of "failed to resolve" errors with "cannot find" resolution errors | estebank:failed-to-resolve | petrochenkov | 0 | ||||
480 | 128256 | no | feat: add tier-1 platform support for change_time | juliusl:pr/support-tier-1-change-time | ChrisDenton | 0 | ||||
481 | 128289 | no | bootstrap: use `internment` instead of hand-rolled interning | GrigorenkoPV:bootstrap-intern | Kobzol | 0 | ||||
482 | 128318 | no | Stabilize `<[T]>::get_many_mut()` | ChayimFriedman2:stabilize-get_many_mut | m-ou-se | 0 | ||||
483 | 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 | |||||
484 | 128567 | no | Migrate `symbol-mangling-hashed` to rmake.rs | lolbinarycat:symbol-mangling-hashed-rmake | jieyouxu | 0 | ||||
485 | 128666 | no | Add `overflow_checks` intrinsic | pitaj:intrinsic-overflow_checks | BoxyUwU | 0 | ||||
486 | 128724 | no | Switch to using the v2 resolver in the library | tgross35:new-resolver-library | Mark-Simulacrum | 0 | ||||
487 | 128737 | no | Add lint for recursive default impls | mj10021:issue-128421-fix | chenyukang | 0 | ||||
488 | 128789 | no | Migrate `jobserver-error` `run-make` test to rmake | Oneirical:untestioned-devotion | jieyouxu | 0 | ||||
489 | 128849 | no | Tweak detection of multiple crate versions to be more encompassing | estebank:issue-89143 | jackh726 | 0 | ||||
490 | 128917 | no | Allow inlining drop glue more generally | scottmcm:nuke-runtime-drops | fmease | 0 | ||||
491 | 128947 | no | Perform ThinLTO on x86_64-pc-windows-msvc dist builder | Zoxc:thinlto-msvc | TaKO8Ki | 0 | ||||
492 | 128974 | no | Unify AST Visitors with a macro like MIR Visitors | maxcabrajac:visitor_macro | cjgillot | 0 | ||||
493 | 129002 | no | Emit an error for invalid item of instruction_set | chansuke:fix/instruction_set | wesleywiser | 0 | ||||
494 | 129011 | no | Migrate `libs-through-symlinks` and `translation` run-make tests to rmake | Oneirical:dont-blink-they-sys-you | jieyouxu | 0 | ||||
495 | 129175 | no | Autodiff Upstreaming - single commit | EnzymeAD:single-commit | 0 | |||||
496 | 129238 | no | Stabilize `Ipv6Addr::is_unique_local` and `Ipv6Addr::is_unicast_link_local` | umgefahren:stabilize-ipv6-unique-local | dtolnay | 0 | ||||
497 | 129249 | no | [Experimental] `<T as Into<T>>::into` lint | estebank:useless-into | chenyukang | 0 | ||||
498 | 129334 | no | Implement ACP 429: add `LazyCell/Lock::get[_mut]()`, `DerefMut` and `force_mut()` | ChayimFriedman2:more-lazy-methods | BurntSushi | 0 | ||||
499 | 129342 | no | Rebuild on changes to the deployment target when compiling Apple targets | madsmtm:track-deployment-target | thomcc | 0 | ||||
500 | 129411 | no | Refactor: Mv `OsStr`/`OsStrExt`/`Path` to core, `OsString`/`OsStringExt`/`PathBuf` to alloc | NobodyXu:move/os-str | Mark-Simulacrum | 0 | ||||
501 | 129524 | no | Update errors.rs with improved diagnostics | imsharukh1994:imsharukh1994-patch-1 | cjgillot | 0 | ||||
502 | 129636 | no | Use `edition = "2024"` in the compiler | compiler-errors:ed2024 | lcnr | 0 | ||||
503 | 129734 | no | Prereq1 for async drop - `drop` & `async_fut` fields in Drop terminator | azhogin:azhogin/async-drop-prereq1-new-drop-term-fields | nikomatsakis | 0 | ||||
504 | 129736 | no | Prereq2 for async drop - ResumedAfterDrop panic messages | azhogin:azhogin/async-drop-prereq2-resumed-after-drop-msg | nikomatsakis | 0 | ||||
505 | 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 | ||||
506 | 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 | ||||
507 | 129740 | no | Prereq5 for async drop - AsyncDropGlue & FutureDropPoll instances preparation | azhogin:azhogin/async-drop-prereq5-instances-preparation | nikomatsakis | 0 | ||||
508 | 129741 | no | Prereq6 for async drop - templated coroutine processing and layout | azhogin:azhogin/async-drop-prereq6-templated-coroutine | nikomatsakis | 0 | ||||
509 | 129742 | no | Subpart7 for async drop (major1) - library changes | azhogin:azhogin/async-drop-subpart7-major1-library-changes | nikomatsakis | 0 | ||||
510 | 129744 | no | Subpart8 for async drop (major2) - dropline in scopes for potentially async drops | azhogin:azhogin/async-drop-subpart8-scopes | nikomatsakis | 0 | ||||
511 | 129745 | no | Subpart9 for async drop (major3) - elaborate_drops changes | azhogin:azhogin/async-drop-subpart9-elaborate-drops | nikomatsakis | 0 | ||||
512 | 129746 | no | Subpart10 for async drop (major4) - StateTransform pass improvements | azhogin:azhogin/async-drop-subpart10-state-transform | nikomatsakis | 0 | ||||
513 | 129747 | no | Subpart11 for async drop (major5) - shims codegen | azhogin:azhogin/async-drop-subpart11-shims-codegen | nikomatsakis | 0 | ||||
514 | 129769 | no | add new panel to rustdoc search that shows up when the search bar is focused | lolbinarycat:rustdoc-search-panel | GuillaumeGomez | 0 | ||||
515 | 129821 | no | Switch std to using raw-dylib by default on Windows | ChrisDenton:raw-dylib-std | Mark-Simulacrum | 0 | ||||
516 | 129870 | no | Experiment: add unstable RHS type to Ord, impl PartialOrd<[U]> for [T] | clarfonthey:generic-ord | BurntSushi | 0 | ||||
517 | 129871 | no | rustc_skip_during_method_dispatch: decouple receiver & edition | GrigorenkoPV:rustc_skip_during_method_dispatch | pnkfelix | 0 | ||||
518 | 129924 | no | don't remove bootstrap on stage0 bump | onur-ozkan:remove-workaround | Kobzol | 0 | ||||
519 | 129968 | no | Arbitrary self types: diagnostics for mismatched self types | adetaylor:arbitrary-self-types-fix-generic-diagnostics | wesleywiser | 0 | ||||
520 | 129996 | no | Implement Guard Patterns down to THIR | max-niederman:guard-patterns | cjgillot | 0 | ||||
521 | 130060 | no | Autodiff Upstreaming - rustc_codegen_llvm changes | EnzymeAD:enzyme-cg-llvm | davidtwco | 0 | ||||
522 | 130150 | no | Move `elided_named_lifetimes` into a separate pass | GrigorenkoPV:elided-named-lifetimes-pass | cjgillot | 0 | ||||
523 | 130460 | no | compiler: Fix handling of `repr(align(N), simd)` | workingjubilee:align-with-parallel-expectations | pnkfelix | 0 | ||||
524 | 130514 | no | Initial implementation of unsafe binder types | compiler-errors:unsafe-binders | 0 | |||||
525 | 130744 | no | coverage: Support match statements in branch coverage | ranger-ross:branch-arms2 | Zalathar | 0 | ||||
526 | 130749 | no | [NOT READY] Add support for downloading GCC artifacts | GuillaumeGomez:download-gcc-artifacts | Kobzol | 0 | ||||
527 | 130766 | no | Stabilize #[coverage] attribute | clarfonthey:stable-coverage-attribute | Zalathar | 0 | ||||
528 | 130883 | no | Add environment variable query | madsmtm:env-var-query | petrochenkov | 0 | ||||
529 | 131118 | no | Add inherent constructors on `str` | robertbastian:master | Amanieu | 0 | ||||
530 | 131218 | no | Split out RTN resolver errors into new error codes | compiler-errors:rtn-err | petrochenkov | 0 | ||||
531 | 131309 | no | `suspicious_leading_zero` lint for detecting C-style octals | GrigorenkoPV:suspicious-leading-zero | 0 | |||||
532 | 131326 | no | Reduce false positives of tail-expr-drop-order from consumed values (attempt #2) | dingxiangfei2009:issue-130836-attempt-2 | nikomatsakis | 0 | ||||
533 | 131398 | no | coverage: Remove some complex heuristics from counter creation | Zalathar:simplify-counters | matthewjasper | 0 | ||||
534 | 131405 | no | bootstrap/codegen_ssa: ship llvm-strip and use it for -Cstrip | davidtwco:hardcoded-strip-macos | jieyouxu | 0 | ||||
535 | 131472 | no | E0793: Clarify that it applies to unions as well | kupiakos:E0793 | compiler-errors | 0 | ||||
536 | 131478 | no | WIP: Parse Apple SDK versions | madsmtm:parse-sdkroot | jieyouxu | 0 | ||||
537 | 131551 | no | Support #[repr(simd)] types in input/output of PowerPC inline assembly | taiki-e:ppc-asm-vreg-inout | Amanieu | 0 | ||||
538 | 131577 | no | updated dependencies in library package | Makuo12:master | tgross35 | 0 | ||||
539 | 131584 | no | Adds priority-inheritance futexes | ruihe774:pi-futex | m-ou-se | 0 | ||||
540 | 131586 | no | Support s390x z13 vector ABI | taiki-e:s390x-vector-abi | compiler-errors | 0 | ||||
541 | 131598 | no | Convert all Makefile tests to rmake tests with `legacy-makefile-test` | Zalathar:all-rmake | 0 | |||||
542 | 131651 | no | Create a generic AVR target: avr-unknown-unknown | Patryk27:avr-unknown-unknown | compiler-errors | 0 | ||||
543 | 131664 | no | Support #[repr(simd)] types in input/output of s390x inline assembly | taiki-e:s390x-asm-vreg-inout | 0 | |||||
544 | 131684 | no | make enum size not depend on the order of variants | adwinwhite:niche-layout-not-depend-on-ordering | the8472 | 0 | ||||
545 | 131718 | no | [rustdoc] Change impl items indent | GuillaumeGomez:impl-items-indent | notriddle | 0 | ||||
546 | 131808 | no | Hir attributes | jdonszelmann:hir-attributes | cjgillot | 0 | ||||
547 | 131882 | no | Fix suggestions when returning a bare trait from an async fn. | hirschenberger:issue131661 | davidtwco | 0 | ||||
548 | 132051 | no | Add parallel front end robustness test to ui tests | SparrowLii:parallel_ui_test | jieyouxu | 0 | ||||
549 | 132075 | no | Revert #126024 "Do not use global caches if opaque types can be defined" | lqd:revert-126024 | compiler-errors | 0 | ||||
550 | 132090 | no | Stop being so bail-y in candidate assembly | compiler-errors:baily | lcnr | 0 | ||||
551 | 132150 | no | Fix powerpc64 big-endian FreeBSD ABI | taiki-e:ppc64-freebsd-abi | pnkfelix | 0 | ||||
552 | 132195 | no | Tidy up bigint multiplication implementations | clarfonthey:bigint-mul | jhpratt | 0 | ||||
553 | 132250 | no | `rustc_borrowck` cleanups | nnethercote:rustc_borrowck-cleanups | compiler-errors | 0 | ||||
554 | 132269 | no | Rollup of 5 pull requests | GuillaumeGomez:rollup-dnzhc18 | 0 | |||||
555 | 132310 | no | compiletest: add `max-llvm-major-version` directive | jieyouxu:max-llvm-version | albertlarsan68 | 0 | ||||
556 | 132329 | no | Implement `~const Fn` and `~const Destruct` effect goals in the new solver | compiler-errors:fn-and-destruct | 0 | |||||
557 | 132345 | no | Improve diagnostics for `HostEffectPredicate` in the new solver | compiler-errors:fx-diag | 0 | |||||
558 | 132460 | no | `TypingMode` sure seems like a good idea | lcnr:questionable-uwu | 0 | |||||
559 | 132480 | no | Allow specifying the ELF TLS ABI | ilovepi:rust-tlsdesc | tmandry | 0 | ||||
560 | 132541 | no | Proper support for cross-crate recursive const stability checks | RalfJung:const-stable-extern-crate | compiler-errors | 0 | ||||
561 | 99761 | no | Fix item-info color | GuillaumeGomez:item-info-color | jsha | 0 | always | |||
562 | 123244 | error | no | Enable -Zshare-generics for inline(never) functions | Mark-Simulacrum:share-inline-never-generics | saethlin | 0 | never | ||
563 | 128219 | failure | yes | Rwlock downgrade | connortsui20:rwlock-downgrade | tgross35 | tgross35 | 0 | never | |
564 | 132154 | failure (try) | yes | Chris' CI experiment, ignore me | ChrisDenton:ci | 0 | ||||
565 | 131483 | failure | no | Always structurally resolve coercion target | compiler-errors:coercion-tgt | lcnr | 0 | never | ||
566 | 128314 | failure | no | port tests/run-make/extern-fn-reachable to rmake | lolbinarycat:extern-fn-reachable-rmake | jieyouxu | 0 | |||
567 | 128562 | failure | no | Migrate `incr-add-rust-src-component` and `issue-84395-lto-embed-bitcode` `run-make` tests to rmake | Oneirical:no-contest-expected | jieyouxu | 0 | |||
568 | 128988 | failure | no | Re-enable debuginfo tests on android | saethlin:android-debuginfo-tests | 0 | ||||
569 | 129156 | failure | no | run-make: Delete `cat-and-grep-sanity-check` and restrict `branch-protection-check-IBT` to stable | Oneirical:final-curtest-call | jieyouxu | 0 | |||
570 | 111061 | success | [perf] Enable some more MIR optimizations | cjgillot:reorder-passes | 0 | never | ||||
571 | 112049 | success | [do not merge] CI experiments | Kobzol:pgo-omit-benchmarks | 0 | never | ||||
572 | 114561 | success | Record an update graph of effective visibilities to avoid repeated HIR visit. | cjgillot:eff-vis-graph | petrochenkov | 0 | never | |||
573 | 115362 | success | [WIP] Support param bounds on non-lifetime binders | compiler-errors:non-lifetime-binder-where-clauses | 0 | never | ||||
574 | 115521 | success | [DO NOT MERGE] Experimentally force non-leaf frame pointers | workingjubilee:force-trunk-frame-pointers | 0 | never | ||||
575 | 118854 | success | [DO NOT MERGE] Introduce mechanism to write compiler metrics to disk | estebank:compiler-metrics | cjgillot | 0 | never | |||
576 | 119412 | success | macro_rules: Remove `NtIdent` nonterminal token | petrochenkov:dialoc3 | compiler-errors | 0 | never | |||
577 | 119471 | success | [perf only] Reimplement references debuginfo as projection. | cjgillot:mir-composite-deref | 0 | never | ||||
578 | 119966 | success | Move TLS to rustc_query_system | cjgillot:tls | 0 | never | ||||
579 | 120050 | success | `Vec::resize` for bytes should be a single `memset` | scottmcm:vec-resize-memset | m-ou-se | 0 | never | |||
580 | 120179 | success | Enable MultipleReturnTerminators by default. | cjgillot:multiple-return | 0 | never | ||||
581 | 120682 | success | [WIP] rewrite TrustedRandomAccess into two directional variants | the8472:indexed-access | 0 | never | ||||
582 | 120762 | success | Expand assumes to the other unchecked slice ops | saethlin:assume-in-get-unchecked | 0 | never | ||||
583 | 121053 | success | Implement `#[skip]` for builtin derives | clubby789:derive-skip | fmease | 0 | never | |||
584 | 122971 | success | Make slice iterators carry only a single provenance | scottmcm:slice-iter-provenance-v2 | the8472 | 0 | never | |||
585 | 123179 | success | Rework MIR inlining costs | scottmcm:inlining-baseline-costs | wesleywiser | 0 | never | |||
586 | 123606 | success | Optimize core::str::Lines::count | thomcc:thomcc/opt-lines | 0 | never | ||||
587 | 123610 | success | Default-enable share-generics, with available_externally to still allow inlining. | Mark-Simulacrum:share-generics-available-externally | Mark-Simulacrum | 0 | never | |||
588 | 124362 | success | [experiment] Build the compiler with panic=abort | tmandry:panic-abort-rustc | fee1-dead | 0 | never | |||
589 | 124940 | success | [DO NOT MERGE] perf: test prototype mum-add-hasher | orlp:mum-hash-perf-run | thomcc | 0 | never | |||
590 | 125907 | success | rustdoc: use the next solver for blanket impl synthesis | fmease:rustdoc-synth-blanket-ocx-next | GuillaumeGomez | 0 | never | |||
591 | 125923 | success | Fix leaks from panics in destructors | matthewjasper:no-return-leak | lcnr | 0 | never | |||
592 | 127316 | success | bump tracing | klensy:tracing-bump | Mark-Simulacrum | 0 | never | |||
593 | 127348 | success | Add `slice::DrainRaw` for internal use | scottmcm:add-drain-raw | the8472 | 0 | never | |||
594 | 128118 | success | Rework instantiation mode selection in monomorphization | saethlin:closures-can-be-shared | 0 | never | ||||
595 | 128747 | success | Cache declarative macro expansion on disk (for incremental comp.). Based on #128605 | futile:cache-decl-macros | petrochenkov | 0 | never | |||
596 | 128846 | success | Stop considering moved-out locals when computing auto traits for generators (rebased) | compiler-errors:drop-liveness | cjgillot | 0 | never | |||
597 | 128907 | success | Rework instantiation mode selection | saethlin:only-cross-crate-inlinable | 0 | never | ||||
598 | 128918 | success | Try to shrink `Alignment`-related MIR in `Layout` | scottmcm:tweak-alignment-mir | joboet | 0 | never | |||
599 | 129027 | success | Stop generating assumes for validity ranges | erikdesjardins:outofuandme | 0 | never | ||||
600 | 129183 | success | Detect more `cfg`d out items in resolution errors | estebank:cfg-visitor | cjgillot | 0 | never | |||
601 | 129222 | success | Use more CGUs in incremental compilation | saethlin:more-incr-cgus | 0 | never | ||||
602 | 129298 | success | Flip the `grow_one` inlining | scottmcm:tweak-grow-one | saethlin | 0 | never | |||
603 | 129498 | success | Try enabling precondition checks on ptr::{read,write} | saethlin:ptr-read-write-precondition | 0 | never | ||||
604 | 129658 | success | Add some track_caller info to precondition panics | saethlin:spare-a-crumb | 0 | never | ||||
605 | 129771 | success | dont clone old syntax context | bvanjoi:donot-clone-old-syntax-context | pnkfelix | 0 | never | |||
606 | 129827 | success | perform less decoding if it has the same syntax context | bvanjoi:less-decoding | petrochenkov | 0 | never | |||
607 | 129864 | success | Reduce false positives of tail-expr-drop-order from consumed values | dingxiangfei2009:reduce-false-positives-from-consumed-droppers | compiler-errors | 0 | never | |||
608 | 130051 | success | Post-mono MIR opts | cjgillot:clone-mir | 0 | never | ||||
609 | 130112 | success | Optimize DefaultHasher siphash | Noratrieb:speedy-siphash-blazing-brrrr | cuviper | 0 | never | |||
610 | 130324 | success | hygiene: Ensure uniqueness of `SyntaxContextData`s | petrochenkov:ctxtache | cjgillot | 0 | never | |||
611 | 130417 | success | Support symbolicating zstd-compressed ELF sections | workingjubilee:pull-in-backtrace-with-zstd | 0 | never | ||||
612 | 130679 | success | Add inline(usually) | saethlin:inline-usually | 0 | never | ||||
613 | 130691 | success | [WIP] Elaborate drops to calls | scottmcm:elaborate-drops-to-calls | 0 | never | ||||
614 | 130909 | success | Infer nounwind and use it in MIR opts | saethlin:infer-nounwind | 0 | never | ||||
615 | 130998 | success | avoid phi node for pointers flowing into Vec appends | the8472:bail-before-memcpy | 0 | never | ||||
616 | 131193 | success | Asserts the maximum value that can be returned from `Vec::len` | EFanZh:asserts-vec-len | the8472 | 0 | never | |||
617 | 131244 | success (try) | Consider empty-unreachable otherwise branches in MatchBranchSimplification | clubby789:match-branches-unreachable | wesleywiser | 0 | never | |||
618 | 131306 | success | Querify lookup_deprecation_entry. | cjgillot:deprecation-query | 0 | never | ||||
619 | 131629 | success | Swap Lru from std::sync::Arc to triomphe::Arc | GnomedDev:triomphe-lru | 0 | never | ||||
620 | 131663 | success (try) | Evaluate `std::fmt::Arguments::new_const()` during Compile Time | veera-sivarajan:fix-128709-final | chenyukang | 0 | never | |||
621 | 131780 | success | Use `isize::MIN as usize` (0x8000...) for dangling pointer regardless of T | 5225225:dangling-isize-min | scottmcm | 0 | never | |||
622 | 132081 | success | [experiment] null-terminate track_caller strings | saethlin:null-terminate-track-caller | 0 | never | ||||
623 | 132173 | success (try) | Emit warning when calling/declaring functions with unavailable vectors. | veluca93:abi_checks | RalfJung | 0 | never | |||
624 | 132197 | success (try) | Imply where clause bounds on assoc types that come from supertraits | compiler-errors:imply-super-assoc-wc | 0 | never | ||||
625 | 132219 | success (try) | Use protected visibility for librustc_driver.so when possible | bjorn3:rustc_protected_visibility | Kobzol | 0 | never | |||
626 | 132325 | success (try) | rework winnowing to sensibly handle global where-bounds | lcnr:damn-son | compiler-errors | 0 | never | |||
627 | 132387 | success (try) | [experiment] `ONE_TRUE_DANGLING_POINTER` | scottmcm:otzst | 0 | never | ||||
628 | 132408 | success (try) | remove mono-reachable traversal | lcnr:mono-reachable-unused | 0 | never | ||||
629 | 132418 | success (try) | do not eagerly use `Reveal::All` in `const_eval_resolve_for_typeck` | lcnr:prepare-for-eval | BoxyUwU | 0 | never | |||
630 | 132467 | success (try) | perf experiment: disable large-move-check | RalfJung:move-check-perf | pnkfelix | 0 | never | |||
631 | 132527 | success (try) | [WIP] Invalidate all dereferences when encountering non-local assignments | DianQK:gvn-stmt-iter | 0 | never | ||||
632 | 132566 | success (try) | yes | Querify mir collection | saethlin:querify-mir-collection | 0 | never | |||
633 | 112365 | success | [experiment] Use new solver in MIR validator subtyping checks | compiler-errors:mir-inline-check-better | 0 | |||||
634 | 123604 | success | Abstract `ProcThreadAttributeList` into its own struct | michaelvanstraten:proc_thread_attribute_list | ChrisDenton | 0 | ||||
635 | 124355 | success | [EXPERIMENT] Crater adding `target_family = "linux"` | workingjubilee:add-target-family-linux | 0 | |||||
636 | 124592 | success | cleanup `candidate_should_be_dropped_in_favor_of` | lcnr:winnowing-xd | compiler-errors | 0 | ||||
637 | 125692 | success | Update bundled musl to 1.2.5 | est31:update_musl_1.2.5 | wesleywiser | 0 | ||||
638 | 126641 | success | Enable `riscv64gc-gnu` testing | ferrocene:hoverbear/enable-riscv64gc-testing | Mark-Simulacrum | 0 | ||||
639 | 127389 | success | Support target-spec json file extension in various cases | boozook:target-spec-json-ext-case-insensitive | wesleywiser | 0 | ||||
640 | 128013 | success | [crater] Assemble method candidates for numerical infer vars | compiler-errors:inherent-numerical | 0 | |||||
641 | 128425 | success | [crater] Make `missing_fragment_specifier` an unconditional error | tgross35:missing-fragment-specifier-unconditional | petrochenkov | 0 | ||||
642 | 128998 | success | WIP: Refactor timespec, add regression tests | heaths:issue105762 | Mark-Simulacrum | 0 | ||||
643 | 129289 | success | Restrict `parse_maybe_literal_minus` | nnethercote:fix-parse_maybe_literal_minus-1 | petrochenkov | 0 | ||||
644 | 129543 | success | [crater] Properly deduce object lifetime defaults in GAT paths | fmease:obj-lt-def-gat | 0 | |||||
645 | 129604 | success | [DO NOT MERGE] crater run on the tail expression drop order lint | dingxiangfei2009:lint-tail-expr-drop-order-crater-run | jieyouxu | 0 | ||||
646 | 130696 | success | Inline smaller callees first | scottmcm:reorder-inlining | saethlin | 0 | ||||
647 | 130923 | success | Allow multiple suggestions for malformed crate_type attribute | Blindspot22:Support-more-suggestions-in-template-for-bad-attribute-use-#61288 | nnethercote | 0 | ||||
648 | 131236 | success | Use jemalloc and lto on musl builds | nakedible-p:faster-musl | Kobzol | 0 | ||||
649 | 132010 | success | ci: Enable full `debuginfo-level=2` in `DEPLOY_ALT` | cuviper:alt-full-debuginfo | Mark-Simulacrum | 0 | ||||
650 | 132232 | success (try) | CI: build FreeBSD artifacts on FreeBSD 13.4 | asomers:fbsd-13.4 | GuillaumeGomez | 0 | ||||
651 | 132289 | success (try) | Disqualify built-in trait impl if it seems likely to overlap in an unsound way with a blanket impl | compiler-errors:vanquish-dyn-incompleteness | lcnr | 0 | ||||
652 | 132394 | success (try) | Apple: Fix direct linking with +verbatim | madsmtm:fix-apple-verbatim-link | petrochenkov | 0 | ||||
653 | 132409 | success (try) | CI: remove linux 4 core large runner | MarcoIeni:ci-remove-linux-4c-large | Mark-Simulacrum | 0 |