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.
—
723 total, 42 approved, 29 rolled up, 14 failed / /
Sort key | # | Status | Mergeable | Title | Head ref | Assignee | Approved by | Priority | Rollup | |
---|---|---|---|---|---|---|---|---|---|---|
1 | 136684 | pending | yes | Rollup of 8 pull requests | matthiaskrgr:rollup-mlpzre5 | matthiaskrgr | 8 | never | ||
2 | 136673 | approved | yes | Rollup of 8 pull requests | matthiaskrgr:rollup-re3su3c | matthiaskrgr | 5 | never | ||
3 | 127541 | approved | yes | Show diff suggestion format on verbose replacement | estebank:diff-suggestions | petrochenkov | petrochenkov | 0 | never | |
4 | 136586 | approved | yes | Only apply LTO to rustdoc at stage 2 | Kobzol:lto-rustdoc-fix-stage-1 | onur-ozkan | onur-ozkan | 0 | never | |
5 | 136588 | approved | yes | Don't install msys2 in CI | ChrisDenton:no-msys2 | Mark-Simulacrum | Kobzol | 0 | never | |
6 | 136605 | approved | yes | chore: update rustc-hash 2.1.0 to 2.1.1 | lsunsi:update-rustc-hash | lqd | lqd | 0 | never | |
7 | 131282 | approved | yes | std: detect stack overflows in TLS destructors on UNIX | joboet:thread_local_stack_overflow | Amanieu | Amanieu | 0 | ||
8 | 134367 | approved | yes | Stabilize `feature(trait_upcasting)` | WaffleLapkin:trait_upcasting_as_a_treat | compiler-errors | compiler-errors | 0 | ||
9 | 135354 | approved | yes | [Debuginfo] Add MSVC Synthetic and Summary providers to LLDB | Walnut356:msvc_lldb | wesleywiser | wesleywiser | 0 | ||
10 | 135439 | approved | yes | Make `-O` mean `OptLevel::Aggressive` | clubby789:O3 | Noratrieb | Noratrieb | 0 | ||
11 | 135945 | approved | yes | Remove some unnecessary parens in `assert!` conditions | estebank:useless-parens | compiler-errors | compiler-errors | 0 | ||
12 | 136193 | approved | yes | Implement pattern type ffi checks | oli-obk:pattern-type-ffi-checks | chenyukang | chenyukang | 0 | ||
13 | 136200 | approved | yes | Generate correct terminate block under Wasm EH | purplesyringa:wasm-eh-fixes | bjorn3 | bjorn3 | 0 | ||
14 | 136530 | approved | yes | Implement `x perf` directly in bootstrap | Kobzol:x-perf | onur-ozkan | onur-ozkan | 0 | ||
15 | 136577 | approved | yes | Pattern Migration 2024: try to suggest eliding redundant binding modifiers | dianne:simple-pat-migration-simplification | Nadrieril | Nadrieril | 0 | ||
16 | 136582 | approved | yes | Revert "CI: build FreeBSD artifacts on FreeBSD 13.4" | asomers:revert-132232 | tgross35 | tgross35 | 0 | ||
17 | 136589 | approved | yes | Enable "jump to def" feature on rustc docs | GuillaumeGomez:enable-jump-to-def-compiler | oli-obk | oli-obk | 0 | ||
18 | 136626 | approved | yes | create `initial_rustdoc` field in `Build` | onur-ozkan:initial-rustdoc | clubby789 | jieyouxu | 0 | ||
19 | 136679 | approved | yes | ci: Use largedisk for loongarch | Flakebi:loongarch64-diskspace | marcoieni | marcoieni | 0 | ||
20 | 135179 | approved | yes | Make sure to use `Receiver` trait when extracting object method candidate | compiler-errors:arbitrary-self-types-object | BoxyUwU | BoxyUwU | 0 | always | |
21 | 135940 | approved | yes | Update toolstate maintainers | ehuss:toolstate-update | Mark-Simulacrum | Mark-Simulacrum | 0 | always | |
22 | 135973 | approved | yes | fix tail call checks wrt `#[track_caller]` | WaffleLapkin:tail-track-caller-fix | compiler-errors | compiler-errors | 0 | always | |
23 | 136191 | approved | yes | compiler: replace few consts arrays with statics to remove const dupes | klensy:const_a | compiler-errors | compiler-errors | 0 | always | |
24 | 136565 | approved | yes | compiler: Clean up weird `rustc_abi` reexports | workingjubilee:fixup-abi-in-target | chenyukang | compiler-errors | 0 | always | |
25 | 136598 | approved | yes | Fix suggestion for `dependency_on_unit_never_type_fallback` involving closures + format args expansions | compiler-errors:unit-fallback | WaffleLapkin | WaffleLapkin | 0 | always | |
26 | 136615 | approved | yes | sys: net: Add UEFI stubs | Ayush1325:uefi-net-unsupported | joboet | joboet | 0 | always | |
27 | 136627 | approved | yes | MIR validation: add comment explaining the limitations of CfgChecker | RalfJung:mir-validation-cfg-checker | wesleywiser | compiler-errors | 0 | always | |
28 | 136634 | approved | yes | Stabilise `Cursor::{get_mut, set_position}` in `const` scenarios. | bjoernager:const-mut-cursor | m-ou-se | m-ou-se | 0 | always | |
29 | 136640 | approved | yes | Debuginfo for function ZSTs should have alignment of 8 bits, not 1 bit | Zalathar:debuginfo-align-bits | compiler-errors | compiler-errors | 0 | always | |
30 | 136643 | approved | yes | ping me for attribute-related changes | jdonszelmann:add-triagebot-attrs | fmease | fmease | 0 | always | |
31 | 136644 | approved | yes | Add `rustc_hir_pretty::item_to_string` function | GuillaumeGomez:item-to-string | Urgau | Urgau | 0 | always | |
32 | 136648 | approved | yes | Add a missing `//@ needs-symlink` to `tests/run-make/libs-through-symlinks` | jieyouxu:missing-needs-symlink | wesleywiser | wesleywiser | 0 | always | |
33 | 136651 | approved | yes | Label mismatched parameters at the def site for foreign functions | Jarcho:fn_ctxt3 | compiler-errors | compiler-errors | 0 | always | |
34 | 136653 | approved | yes | Remove dead code from rustc_codegen_llvm and the LLVM wrapper | dpaoliello:cleanllvm1 | Zalathar | Zalathar | 0 | always | |
35 | 136664 | approved | yes | replace one `.map_or(true, ...)` with `.is_none_or(...)` | WaffleLapkin:un-map_or-true | Nadrieril | compiler-errors | 0 | always | |
36 | 120589 | yes | std::thread::available_parallelism merging linux/android/freebsd version | devnexen:cpuaff_fbsd_upd | m-ou-se | 0 | never | |||
37 | 120762 | yes | Expand assumes to the other unchecked slice ops | saethlin:assume-in-get-unchecked | 0 | never | ||||
38 | 120855 | yes | Introduce -Zsplit-metadata option | bjorn3:split_metadata4 | petrochenkov | 0 | never | |||
39 | 127173 | yes | Mangle rustc_std_internal_symbols functions | bjorn3:mangle_rustc_std_internal_symbol | wesleywiser | 0 | never | |||
40 | 128118 | yes | Rework instantiation mode selection in monomorphization | saethlin:closures-can-be-shared | 0 | never | ||||
41 | 128320 | yes | Avoid no-op unlink+link dances in incr comp | saethlin:link-me-maybe | 0 | never | ||||
42 | 129183 | yes | Detect more `cfg`d out items in resolution errors | estebank:cfg-visitor | cjgillot | 0 | never | |||
43 | 129498 | yes | Try enabling precondition checks on ptr::{read,write} | saethlin:ptr-read-write-precondition | 0 | never | ||||
44 | 129658 | yes | Add some track_caller info to precondition panics | saethlin:spare-a-crumb | 0 | never | ||||
45 | 130909 | yes | Infer nounwind and use it in MIR opts | saethlin:infer-nounwind | 0 | never | ||||
46 | 131650 | yes | Add post-mono MIR passes to make mono-reachable analysis more accurate | saethlin:post-mono-mir-opts | 0 | never | ||||
47 | 132038 | yes | Add lint rule for `#[deprecated]` on re-exports | kailan:deprecated-use | jieyouxu | 0 | iffy | |||
48 | 133092 | yes | Always set the deployment target when building std | madsmtm:bootstrap-deployment-target | Mark-Simulacrum | 0 | iffy | |||
49 | 133250 | yes | The embedded bitcode should always be prepared for LTO/ThinLTO | DianQK:embed-bitcode-pgo | nikic | 0 | never | |||
50 | 133889 | yes | Consider fields to be inhabited if they are unstable | compiler-errors:inh-unstable | Nadrieril | 0 | never | |||
51 | 134344 | yes | Repoint cc dep in bootstrap to its latest version. | moturus:master | clubby789 | 0 | never | |||
52 | 134626 | yes | Add Four Codegen Tests | veera-sivarajan:five-codegen-tests | Mark-Simulacrum | 0 | iffy | |||
53 | 135483 | CI: split i686-msvc job | marcoieni:split-i686-msvc | Kobzol | 0 | never | ||||
54 | 135771 | yes | [rustdoc] Add support for associated items in "jump to def" feature | GuillaumeGomez:jump-to-def-perf | fmease | 0 | never | |||
55 | 135804 | yes | Stop backtracing if the stack pointer gets stuck | ChrisDenton:backtrace-wine | joboet | 0 | never | |||
56 | 135846 | yes | Detect struct construction with private field in field with default | estebank:non-exhaustive-dfv-ctor-2 | fmease | 0 | never | |||
57 | 135994 | yes | Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptr | 1c3t3a:rename-unsafe-ptr | oli-obk | 0 | iffy | |||
58 | 136264 | yes | Optimize `ToString` implementation for integers | GuillaumeGomez:optimize-integers-to-string | Mark-Simulacrum | 0 | never | |||
59 | 136458 | yes | Do not deduplicate list of associated types provided by dyn principal | compiler-errors:fix-3 | 0 | never | ||||
60 | 136539 | yes | Emit dropck normalization errors in borrowck | matthewjasper:late-normalize-errors | compiler-errors | 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 | 114209 | yes | tidy watcher | klensy:better-than-remembrall | wesleywiser | 0 | ||||
69 | 115954 | yes | cfi: Store type erasure witness for Argument | maurer:cfi-workaround | m-ou-se | 0 | ||||
70 | 118087 | yes | Add Ref/RefMut try_map method | GrigorenkoPV:refcell_try_map | Mark-Simulacrum | 0 | ||||
71 | 118717 | yes | Add new solver / old solver opaque type tests | traviscross:TC/add-new-solver-opaque-tests | compiler-errors | 0 | ||||
72 | 118733 | yes | add error message for c# style named arguments | nouritsu:master | estebank | 0 | ||||
73 | 119798 | yes | Add diagnostic for stack allocations of 1 GB or more | iSwapna:issue-83060-fix | cjgillot | 0 | ||||
74 | 120072 | yes | style-guide: Tweak `Cargo.toml` formatting to not put `description` last | joshtriplett:style-guide-cargo-tweak | yaahc | 0 | ||||
75 | 120580 | yes | Add `MAX_LEN_UTF8` and `MAX_LEN_UTF16` Constants | HTGAzureX1212:HTGAzureX1212/issue-45795 | m-ou-se | 0 | ||||
76 | 120708 | yes | Add `or_try_*` variants for HashMap Entry API | peterjoel:entry_try | m-ou-se | 0 | ||||
77 | 121494 | yes | add tests which assert that import list for simple executable not changed silently | klensy:assert-import-list | ChrisDenton | 0 | ||||
78 | 121742 | yes | sess: stabilize `-C stack-protector=all` | davidtwco:stabilize-stack-protector-all | nikic | 0 | ||||
79 | 121762 | yes | style-guide: Note that we don't account for comments in every possible place | joshtriplett:style-comments-best-effort | calebcartwright | 0 | ||||
80 | 121910 | yes | Revert "Change prefetch to avoid deadlock" | Zoxc:rev-118488 | cjgillot | 0 | ||||
81 | 122340 | yes | Treat weak alias types more like ADTs when computing implied bounds | fmease:lta-implied-bounds-recurse-shallow | oli-obk | 0 | ||||
82 | 122408 | yes | Use futex-based synchronization on Apple platforms | joboet:apple_futex | m-ou-se | 0 | ||||
83 | 122661 | yes | Change the desugaring of `assert!` for better error output | estebank:assert-macro-span | BurntSushi | 0 | ||||
84 | 123213 | yes | Remove impl of Allocator for &A | workingjubilee:resume-with-references-only-on-request | Mark-Simulacrum | 0 | ||||
85 | 123239 | yes | Implement a lint for implicit autoref of raw pointer dereference - take 2 | Urgau:dangerous_implicit_autorefs | fmease | 0 | ||||
86 | 123617 | yes | sanitizers: Stabilize AddressSanitizer and LeakSanitizer for the Tier 1 targets | rcvalle:rust-stabilize-core-sanitizers | davidtwco | 0 | ||||
87 | 124078 | yes | test | apiraino:test-pr-assignment | apiraino | 0 | ||||
88 | 125087 | yes | Optimize `Seek::stream_len` impl for `File` | tbu-:pr_file_stream_len | ChrisDenton | 0 | ||||
89 | 126604 | Uplift `clippy::double_neg` lint as `double_negations` | kadiwa4:uplift_double_negation | nnethercote | 0 | |||||
90 | 127401 | yes | [EXPERIMENT] Ban generics in variadic args | workingjubilee:ban-generics-in-variadic-args | 0 | |||||
91 | 127581 | yes | Fix crate name validation | fmease:fix-crate_name-validation | wesleywiser | 0 | ||||
92 | 128070 | yes | Rewrite the compiletest directive parser | tgross35:compiletest-parser-rewrite | jieyouxu | 0 | ||||
93 | 128637 | yes | Improve dead code analysis for structs and traits defined locally | mu001999-contrib:dead-code/enhance | cjgillot | 0 | ||||
94 | 128906 | yes | Hint on unknown escape of Unicode quotation marks in string literal | lolbinarycat:unicode-quote-hint | compiler-errors | 0 | ||||
95 | 129036 | yes | Additional NonZero conversions | clarfonthey:nonzero-conversions | BurntSushi | 0 | ||||
96 | 129114 | yes | stabilize std::path::Path::file_prefix | mbhall88:stabilize-file_prefix | Amanieu | 0 | ||||
97 | 129121 | yes | Stabilize `tcp_quickack` | devnexen:stabilize_ext_linux_tcp_layer | BurntSushi | 0 | ||||
98 | 129334 | yes | Implement (part of) ACP 429: add `DerefMut` to `Lazy[Cell/Lock]` | ChayimFriedman2:more-lazy-methods | BurntSushi | 0 | ||||
99 | 129483 | yes | update the safety preconditions of from_raw_parts | lolbinarycat:from_raw_parts-docs | workingjubilee | 0 | ||||
100 | 129822 | yes | Docs - type guarantees update | WiktorPrzetacznik:docs-guarantees-update | BurntSushi | 0 | ||||
101 | 129872 | yes | impl `AsRef<[T; N]>` and `AsMut<[T; N]>` for `[T; N]` | GrigorenkoPV:array-as-array | 0 | |||||
102 | 129989 | yes | [Coverage][MCDC] Do not initialize mcdc parameters for instances containing no mcdc statements | Lambdaris:check-mcdc-statements | Zalathar | 0 | ||||
103 | 130382 | yes | Add a run-make test for Arm target-cpu features. | chrisnc:arm-target-cpu-feature-test | jieyouxu | 0 | ||||
104 | 130418 | yes | Split traits by crate-local and crate-non-local | MeetThePatel:feature-rustdoc-sort-traits | notriddle | 0 | ||||
105 | 130463 | yes | Generating a documentation for tests | Infineon:test_documentation | GuillaumeGomez | 0 | ||||
106 | 130552 | yes | Support 128-bit atomics on x86_64-fortanix-unknown-sgx | taiki-e:sgx-atomic-128 | wesleywiser | 0 | ||||
107 | 130571 | yes | [NonNull] Document behavior of From<&[mut] T> wrt provenance | joshlf:patch-11 | RalfJung | 0 | ||||
108 | 130643 | yes | Beautify doctest path | GuillaumeGomez:beautify-doctest-path | notriddle | 0 | ||||
109 | 130682 | yes | Add `peek_index` to `Enumerate` | x4exr:master | cuviper | 0 | ||||
110 | 130751 | yes | Suggest adding missing braces in `const` block pattern | GrigorenkoPV:missing-{-in-const | 0 | |||||
111 | 130780 | yes | Remove unstable cfg `target(...)` compact feature | Urgau:withdrawn-cfg-target-compact | BoxyUwU | 0 | ||||
112 | 130887 | yes | Safer implementation of RepeatN | Soveu:repeatn | Amanieu | 0 | ||||
113 | 131146 | yes | Stop clearing box's drop flags early | beepster4096:box_drop_flags | wesleywiser | 0 | ||||
114 | 131309 | yes | Warn about C-style octal literals | GrigorenkoPV:suspicious-leading-zero | Urgau | 0 | ||||
115 | 131340 | yes | Implement split_pattern on slices | eduardorittner:master | Amanieu | 0 | ||||
116 | 131433 | yes | Apple: Re-implement SDK discovery instead of using `xcrun` | madsmtm:find-sdkroot-manually | estebank | 0 | ||||
117 | 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 | ||||
118 | 131651 | yes | Create a generic AVR target: avr-none | Patryk27:avr-unknown-unknown | compiler-errors | 0 | ||||
119 | 131656 | yes | move some invalid exponent detection into rustc_session | richard-uk1:move_empty_exponent_to_rustc_session | petrochenkov | 0 | ||||
120 | 131923 | yes | Derive `Copy` and `Hash` for `IntErrorKind` | ranger-ross:impl-copy-hash-interrorkind | m-ou-se | 0 | ||||
121 | 131975 | yes | rustdoc: prefer showing enum variants as written | lolbinarycat:rustdoc-enum-discrim | notriddle | 0 | ||||
122 | 132146 | yes | Add lint against (some) interior mutable consts | Urgau:interior_mut_consts | lcnr | 0 | ||||
123 | 132295 | yes | fixed wast version was released, remove randomization exemption | the8472:remove-randomize-exclusion1 | onur-ozkan | 0 | ||||
124 | 132331 | yes | Use CLOCK_BOOTTIME for Instant in Fuchsia/Android | mathukumillia:convert_instant_boottime | jhpratt | 0 | ||||
125 | 132388 | yes | Implement `#[cfg]` in `where` clauses | frank-king:feature/where-cfg | petrochenkov | 0 | ||||
126 | 132469 | yes | Do not suggest borrow that is already there in fully-qualified call | estebank:issue-132041 | Nadrieril | 0 | ||||
127 | 132570 | yes | Use LLVM's UEFI targets | madsmtm:llvm-uefi | workingjubilee | 0 | ||||
128 | 132748 | yes | get rid of some false negatives in rustdoc::broken_intra_doc_links | lolbinarycat:rustdoc-intra-doc-link-warn-more-54191 | notriddle | 0 | ||||
129 | 132833 | yes | Stabilize let chains in the 2024 edition | est31:stabilize_let_chains | fee1-dead | 0 | ||||
130 | 132876 | yes | rustdoc book: acknowledge --document-hidden-items | lolbinarycat:rustdoc-document-hidden-items | aDotInTheVoid | 0 | ||||
131 | 132904 | yes | only use generic info when ty var belong it in orphan check | bvanjoi:issue-132826 | fmease | 0 | ||||
132 | 133055 | yes | Expand `CloneToUninit` documentation. | kpreid:clone-uninit-doc | cuviper | 0 | ||||
133 | 133128 | yes | Resolve the false positive dead_code lint when type is only used via destructuring | m-ysk:feature/issue-132874 | nnethercote | 0 | ||||
134 | 133149 | yes | Provide more context on `Fn` closure modifying binding | estebank:niko-rustnation | compiler-errors | 0 | ||||
135 | 133263 | yes | Refactor inner allocation logic of temp dangling pointer lint | Urgau:dangling-improv-inner | BoxyUwU | 0 | ||||
136 | 133312 | yes | triagebot: automatically add more rustdoc related labels | lolbinarycat:triagebot-rustdoc-labels | GuillaumeGomez | 0 | ||||
137 | 133477 | yes | Detect tuple structs that are unconstructable due to re-export | estebank:issue-133343 | cjgillot | 0 | ||||
138 | 133485 | yes | [discussion][donotmerge]: Copy Python implementation for `float::div_euclid` | tesuji:float-div_euclid | cuviper | 0 | ||||
139 | 133615 | yes | Implement Condvar using futex requeue | ruihe774:condvar-requeue | Amanieu | 0 | ||||
140 | 133661 | yes | [WIP] Support intra-doc links to impls on dyn traits | camelid:dyn-doc-link | fmease | 0 | ||||
141 | 133832 | yes | Make `#[used]` work when linking with `ld64` | madsmtm:apple-symbols.o | DianQK | 0 | ||||
142 | 133870 | yes | Stabilize `asm_goto` feature gate | nbdd0121:asm | tmandry | 0 | ||||
143 | 133952 | yes | Remove wasm legacy abi | bjorn3:remove_wasm_legacy_abi | alexcrichton | 0 | ||||
144 | 133981 | yes | rustdoc-json: Refractor and document Id's | aDotInTheVoid:document-docs-ids | fmease | 0 | ||||
145 | 133984 | yes | Lower BinOp::Cmp to llvm.{s,u}cmp.* intrinsics | DaniPopes:scmp-ucmp | scottmcm | 0 | ||||
146 | 134004 | yes | Add unstable hotpatch flag to rustc | nebulark:hotpatch_flag | jieyouxu | 0 | ||||
147 | 134006 | yes | setup typos check in CI | klensy:typos | nnethercote | 0 | ||||
148 | 134016 | yes | Stabilize `const_is_char_boundary` and `const_str_split_at`. | zachs18:stable-const-str-split_at | Amanieu | 0 | ||||
149 | 134076 | yes | Stabilize `std::io::ErrorKind::InvalidFilename` | GrigorenkoPV:InvalidFilename | ChrisDenton | 0 | ||||
150 | 134085 | yes | Run TLS destructors at process exit on all platforms | rust-wasi-web:tls-process-destruct | joboet | 0 | ||||
151 | 134090 | yes | Stabilize target_feature_11 | veluca93:stable-tf11 | oli-obk | 0 | ||||
152 | 134176 | yes | fix: Implement missing `exported_private_dependencies` checks | ShoyuVanilla:issue-71043 | petrochenkov | 0 | ||||
153 | 134213 | yes | Stabilize `naked_functions` | folkertdev:stabilize-naked-functions | tmandry | 0 | ||||
154 | 134218 | yes | Add a new lint that warns for pointers to stack memory | 1c3t3a:stack-memory-warning | estebank | 0 | ||||
155 | 134232 | yes | Share the naked asm impl between cg_ssa and cg_clif | bjorn3:naked_asm_improvements | estebank | 0 | ||||
156 | 134270 | yes | Suggest how to fix with unconstrained type parameters | kei519:fix-107295 | cjgillot | 0 | ||||
157 | 134340 | yes | Stabilize `num_midpoint_signed` feature | Urgau:stabilize-num_midpoint_signed | dtolnay | 0 | ||||
158 | 134348 | yes | Show pending obligations as unsatisfied constraints in `report_similar_impl_candidates` | contextgeneric:show-pending-constraints-in-fulfillment-error | wesleywiser | 0 | ||||
159 | 134442 | yes | Specify the behavior of `file!` | epage:change | workingjubilee | 0 | ||||
160 | 134536 | yes | Lint on fn pointers comparisons in external macros | Urgau:fn-ptr-option | compiler-errors | 0 | ||||
161 | 134585 | yes | remove `MaybeUninit::uninit_array` | cyrgani:uninit_array | m-ou-se | 0 | ||||
162 | 134598 | yes | Update/relax str/String utf8 safety docs | zachs18:string-utf8-safety-docs | joshtriplett | 0 | ||||
163 | 134628 | yes | Make `Default` const and add some `const Default` impls | estebank:const-default | oli-obk | 0 | ||||
164 | 134633 | yes | Stabilize `get_many_mut` as `get_disjoint_mut` | GrigorenkoPV:get_disjoint_mut | Amanieu | 0 | ||||
165 | 134655 | yes | Stabilize `hash_extract_if` | GrigorenkoPV:hash_extract_if | cuviper | 0 | ||||
166 | 134661 | yes | Reduce precedence of expressions that have an outer attr | dtolnay:prefixattr | fmease | 0 | ||||
167 | 134663 | yes | Implementation of `sync_nonpoison` and `nonpoison_mutex` | Aandreba:sync_nonpoison | tgross35 | 0 | ||||
168 | 134679 | yes | Windows: remove readonly files | ChrisDenton:rm-readonly | Mark-Simulacrum | 0 | ||||
169 | 134767 | yes | Initial support for dynamically linked crates | Bryanskiy:dylibs-3 | 0 | |||||
170 | 134847 | yes | Implement asymmetrical precedence for closures and jumps | dtolnay:asymmetrical | fmease | 0 | ||||
171 | 134903 | yes | `noop_method_call`: fix and improve derive suggestions | cyrgani:noop-method-call-clone-derive | estebank | 0 | ||||
172 | 134943 | yes | Add FileCheck annotations to mir-opt/issues | Shunpoco:116971-mir-opt-issues | cjgillot | 0 | ||||
173 | 134981 | yes | Explain that in paths generics can't be set on both the enum and the variant | estebank:issue-93993 | BoxyUwU | 0 | ||||
174 | 134995 | yes | Stabilize const_slice_flatten | DaniPopes:stable-const_slice_flatten | Amanieu | 0 | ||||
175 | 134999 | yes | Add cygwin target. | Berrysoft:dev/new-cygwin-target | chenyukang | 0 | ||||
176 | 135001 | Allow using self-contained LLD in bootstrap | Kobzol:bootstrap-mcp-510 | onur-ozkan | 0 | |||||
177 | 135008 | yes | Consider parent aliases of rigid nested projections for outlives bounds | compiler-errors:outlives-nested-projection | 0 | |||||
178 | 135015 | yes | Partially stabilize LoongArch target features | heiher:stabilize-loongarch-target-features | joshtriplett | 0 | ||||
179 | 135025 | yes | Cast allocas to default address space | Flakebi:alloca-addrspace | nikic | 0 | ||||
180 | 135052 | yes | Emit single error for `+ use<'_>` and don't suggest `use<'static>` | estebank:issue-134194 | compiler-errors | 0 | ||||
181 | 135080 | yes | core: Make `Debug` impl of raw pointers print metadata if present | Enselic:debug-ptr-metadata | thomcc | 0 | ||||
182 | 135099 | yes | Add FileCheck annotations to mir-opt/copy-prop | Shunpoco:116971-mir-opt-copy-prop | cjgillot | 0 | ||||
183 | 135102 | yes | [macro_metavar_expr_concat] Add support for nested repetitions | c410-f3r:dasdasdsa | petrochenkov | 0 | ||||
184 | 135107 | yes | docs: Add documentation for BPF targets | vadorovsky:docs-platform-bpf | workingjubilee | 0 | ||||
185 | 135160 | yes | aarch64-softfloat: forbid enabling the neon target feature | RalfJung:aarch64-softfloat-not-neon | Noratrieb | 0 | ||||
186 | 135178 | yes | Document the behaviour of RUST_MIN_STACK=0 | Gankra:patch-2 | Amanieu | 0 | ||||
187 | 135186 | yes | Lower all trivial const paths as `ConstArgKind::Path` | camelid:const-path-multi | BoxyUwU | 0 | ||||
188 | 135240 | yes | Add unstable option to nul-terminate location strings | Darksonn:location-nul-flag | oli-obk | 0 | ||||
189 | 135296 | yes | interpret: adjust vtable validity check for higher-ranked types | lukas-code:dyn-leak-check | compiler-errors | 0 | ||||
190 | 135334 | yes | Add and modify safety descriptions in some of intrinsics APIs | DiuDiu777:intrinsics-doc | RalfJung | 0 | ||||
191 | 135340 | yes | Add `explicit_extern_abis` Feature and Enforce Explicit ABIs | obeis:explicit-extern-abis | wesleywiser | 0 | ||||
192 | 135368 | yes | uefi: fs: Implement exists | Ayush1325:uefi-fs-2 | jhpratt | 0 | ||||
193 | 135394 | yes | `MaybeUninit` inherent slice methods part 2 | clarfonthey:uninit-slices-part-2 | BurntSushi | 0 | ||||
194 | 135408 | yes | x86: make SSE2 required for i686 hardfloat targets and use it to pass SIMD types | RalfJung:x86-sse2 | workingjubilee | 0 | ||||
195 | 135432 | yes | Implement #[proc_macro_lint] to generate LintId for macro-generated warnings | dtolnay:procmacrowarning | chenyukang | 0 | ||||
196 | 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 | compiler-errors | 0 | ||||
197 | 135488 | yes | Stabilize `vec_pop_if` | GrigorenkoPV:vec_pop_if | jhpratt | 0 | ||||
198 | 135502 | yes | Clean the LLVM wrapper | dpaoliello:cleanllvm | Zalathar | 0 | ||||
199 | 135536 | yes | Add more impls of PartialEq and PartialOrd for strings | joshtriplett:str-impls | ibraheemdev | 0 | ||||
200 | 135538 | yes | Add support for excluding tests via config.toml | Aditya-PS-05:add-config-toml-test-exclude | Mark-Simulacrum | 0 | ||||
201 | 135549 | yes | Document some safety constraints and use more safe wrappers | oli-obk:push-tmxtpnrloyqu | compiler-errors | 0 | ||||
202 | 135562 | yes | Add ignore value suggestion in closure body | chenyukang:yukang-fix-128561 | estebank | 0 | ||||
203 | 135578 | yes | Add a deterministic constructor for `RandomState` | bkragl:deterministic_random_state | jhpratt | 0 | ||||
204 | 135602 | yes | Tweak output of missing lifetime on associated type | estebank:issue-135589 | Nadrieril | 0 | ||||
205 | 135630 | yes | add more `s390x` target features | folkertdev:s390x-target-features | Amanieu | 0 | ||||
206 | 135635 | Move `std::io::pipe` code into its own file | tbu-:pr_io_pipe | joboet | 0 | |||||
207 | 135653 | yes | build_helper::compiletest module factored out of compiletest for use by bootstrap | lolbinarycat:build_helper-compiletest | jieyouxu | 0 | ||||
208 | 135656 | yes | Add `-C hint-mostly-unused` to tell rustc that most of a crate will go unused | joshtriplett:hint-mostly-unused | saethlin | 0 | ||||
209 | 135677 | yes | Small `rustc_resolve` cleanups | yotamofek:resolve-cleanups2 | compiler-errors | 0 | ||||
210 | 135687 | yes | re-export `FromCoroutine` from `core::iter` | joseluis:feat-reexport_from_coroutine | scottmcm | 0 | ||||
211 | 135701 | yes | Portable SIMD subtree update | calebzulawski:sync-from-portable-simd-2025-01-18 | workingjubilee | 0 | ||||
212 | 135711 | yes | Do not ICE on default_field_value const with lifetimes | estebank:issue-135649 | davidtwco | 0 | ||||
213 | 135712 | yes | [generic_assert] "Constify" the `Debug` trait | c410-f3r:8-years-rfc | fee1-dead | 0 | ||||
214 | 135731 | yes | Implement pinned borrows | frank-king:feature/pin-borrow | fmease | 0 | ||||
215 | 135733 | yes | Implement `&pin const self` and `&pin mut self` sugars | frank-king:feature/pin-self-receiver | oli-obk | 0 | ||||
216 | 135734 | yes | Correct `extract_if` sample equivalent. | nk9:extract_if-doc-equivalent | the8472 | 0 | ||||
217 | 135735 | yes | Remove outdated comment about std::hash::DefaultHasher being inaccessible | dbdr:patch-1 | ibraheemdev | 0 | ||||
218 | 135743 | yes | Changed docs to be less misleading in path::file_name(&self) | Andyson007:master | ChrisDenton | 0 | ||||
219 | 135761 | yes | Dial down detail of B-tree description | hkBst:patch-9 | tgross35 | 0 | ||||
220 | 135767 | yes | Future incompatibility warning `unsupported_fn_ptr_calling_conventions`: Also warn in dependencies | tdittr:fn_ptr_calling_conventions-in-deps | compiler-errors | 0 | ||||
221 | 135778 | yes | account for `c_enum_min_bits` in `multiple-reprs` UI test | ferrocene:ja-gh135777 | cjgillot | 0 | ||||
222 | 135797 | yes | Import initial generated 1.85 relnotes | Mark-Simulacrum:relnotes | pietroalbini | 0 | ||||
223 | 135811 | yes | Make Miri aware of leaks of `Box`/`Vec`/`String` | nvzqz:nvzqz/miri-std-leak | RalfJung | 0 | ||||
224 | 135822 | yes | Stabilize `anonymous_pipe` | tbu-:pr_io_pipe_stabilisation | joboet | 0 | ||||
225 | 135830 | yes | Improve display of const unstable display feature info | GuillaumeGomez:const-unstable-item-info | notriddle | 0 | ||||
226 | 135841 | yes | Reject `?Trait` bounds in various places where we unconditionally warned since 1.0 | oli-obk:push-qxlnokwrkkym | compiler-errors | 0 | ||||
227 | 135881 | yes | Arbitrary self types v2: stabilize | adetaylor:stabilize-arbitrary-self-types | wesleywiser | 0 | ||||
228 | 135888 | yes | Implement String::make_(upp|low)ercase | krtab:make_uppercase | jhpratt | 0 | ||||
229 | 135895 | yes | Document workings of successors more clearly | hkBst:patch-15 | Amanieu | 0 | ||||
230 | 135909 | yes | Export kernel descriptor for amdgpu kernels | Flakebi:amdgpu-kd | workingjubilee | 0 | ||||
231 | 135927 | yes | x86-retpoline flag (target modifier) to enable retpoline-related target features | azhogin:azhogin/retpoline | fee1-dead | 0 | ||||
232 | 135931 | yes | `byte_pattern`: share the `TwoWaySearcher` between byte and `str` | folkertdev:byte-pattern-two-way-searcher | BurntSushi | 0 | ||||
233 | 135933 | yes | Explain how Vec::with_capacity is faithful | hkBst:patch-19 | dtolnay | 0 | ||||
234 | 135954 | yes | test (do not merge) | apiraino:test2 | Noratrieb | 0 | ||||
235 | 135965 | yes | In "specify type" suggestion, skip type params that are already known | estebank:shorten-ty-sugg | lcnr | 0 | ||||
236 | 135975 | yes | Implementation of push_mut | balt-dev:master | ibraheemdev | 0 | ||||
237 | 135987 | yes | Clarify iterator by_ref docs | hkBst:patch-20 | ibraheemdev | 0 | ||||
238 | 135990 | yes | stabilize stage management for `rustc` tools, especially on `cargo` | onur-ozkan:stabilize-stage-handling | 0 | |||||
239 | 136001 | yes | Overhaul examples for PermissionsExt | hkBst:patch-21 | cuviper | 0 | ||||
240 | 136006 | yes | Start using pattern types in libcore | oli-obk:push-tzonluoyuwkq | 0 | |||||
241 | 136036 | yes | Rewrite docs for fetch_update for clarity | hkBst:patch-26 | thomcc | 0 | ||||
242 | 136040 | yes | Remove unused trait BoundedSize | mu001999-contrib:cleanup | the8472 | 0 | ||||
243 | 136052 | yes | Correct comment for FreeBSD and DragonFly BSD in unix/thread | no1wudi:fix | ChrisDenton | 0 | ||||
244 | 136053 | yes | coverage: Defer part of counter-creation until codegen | Zalathar:defer-counters | saethlin | 0 | ||||
245 | 136083 | yes | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bend-n:⃤⃤ | wesleywiser | 0 | ||||
246 | 136089 | yes | Reduce `Box::default` stack copies in debug mode | jwong101:box-default-debug-stack-usage | Amanieu | 0 | ||||
247 | 136093 | yes | Match Ergonomics 2024: update old-edition behavior of feature gates | dianne:match-2024-for-edition-2021 | Nadrieril | 0 | ||||
248 | 136099 | yes | Optimize `Rc::<str>::default()` implementation | Kijewski:pr-rc-str-default | ibraheemdev | 0 | ||||
249 | 136107 | yes | Introduce CoercePointeeWellformed for coherence checks at typeck stage | dingxiangfei2009:coerce-pointee-wellformed | compiler-errors | 0 | ||||
250 | 136127 | yes | Allow `*const W<dyn A> -> *const dyn A` ptr cast | WaffleLapkin:dyn_ptr_unwrap_cast | compiler-errors | 0 | ||||
251 | 136148 | yes | Optionally add type names to `TypeId`s. | kpreid:type-str | joboet | 0 | ||||
252 | 136160 | yes | Remove backticks from `ShouldPanic::YesWithMessage`'s `TrFailedMsg` | ShE3py:should-panic-backticks | thomcc | 0 | ||||
253 | 136177 | yes | clarify BufRead::{fill_buf, consume} docs | hkBst:patch-24 | ibraheemdev | 0 | ||||
254 | 136182 | yes | Port backtrace's cpp_smoke_test to rustc repo | Pyr0de:cpp_smoke_test | ChrisDenton | 0 | ||||
255 | 136183 | yes | Update iterator.rs to use arrays by value | hkBst:patch-25 | Amanieu | 0 | ||||
256 | 136187 | yes | Use less CString in the examples of CStr. | hkBst:patch-27 | scottmcm | 0 | ||||
257 | 136189 | yes | error in word README.md | petryshkaCODE:fix-typo | Mark-Simulacrum | 0 | ||||
258 | 136201 | yes | Removed dependency on the field-offset crate, alternate approach | davidv1992:eliminate-field-offset-alt | Mark-Simulacrum | 0 | ||||
259 | 136210 | yes | Add tests for dyn-incompatible cases | estebank:dyn-incompatibility-tests | cjgillot | 0 | ||||
260 | 136213 | yes | Allow Rust to use a number of libc filesystem calls | erickt:fs | Mark-Simulacrum | 0 | ||||
261 | 136217 | yes | Mark condition/carry bit as clobbered in C-SKY inline assembly | taiki-e:csky-asm-flags | Amanieu | 0 | ||||
262 | 136228 | yes | Simplify Rc::as_ptr docs + typo fix | hkBst:patch-28 | Mark-Simulacrum | 0 | ||||
263 | 136230 | yes | Remove incorrect documentation about SocketAddr having varying layout | clarfonthey:net-memory-layout-assumptions | cuviper | 0 | ||||
264 | 136239 | yes | show supported register classes in error message | folkertdev:show-supported-register-classes | SparrowLii | 0 | ||||
265 | 136246 | yes | include note on variance and example | hkBst:patch-29 | ibraheemdev | 0 | ||||
266 | 136247 | yes | [experiment] ci: free more space in ubuntu 24 free runners | marcoieni:free-more-space-ubuntu-24 | 0 | |||||
267 | 136293 | yes | document capacity for ZST as example | hkBst:patch-32 | Amanieu | 0 | ||||
268 | 136301 | yes | Improve instant docs | hkBst:patch-33 | thomcc | 0 | ||||
269 | 136308 | yes | [rustdoc] Merge `<code>` tags into one whenever possible | GuillaumeGomez:merge-code-tags | notriddle | 0 | ||||
270 | 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 | ||||
271 | 136320 | yes | exit: document interaction with C | RalfJung:exit | thomcc | 0 | ||||
272 | 136324 | yes | Implement `f{16,32,64,128}::{erf,erfc}` (`#![feature(float_erf)]`) | GrigorenkoPV:erf | tgross35 | 0 | ||||
273 | 136333 | yes | Pass deployment target to cc linker with `-m*-version-min=` | madsmtm:deployment-target-version | estebank | 0 | ||||
274 | 136344 | yes | Suggest replacing `.` with `::` in more error diagnostics. | zachs18:dot_notation_more_defkinds_3 | davidtwco | 0 | ||||
275 | 136347 | yes | Add a bullet point to `std::fs::copy` | allevo:patch-1 | Amanieu | 0 | ||||
276 | 136353 | yes | fix(libtest): Enable Instant on wasm targets | purplesyringa:libtest-instant-wasm | Mark-Simulacrum | 0 | ||||
277 | 136354 | yes | Update docs for impl keyword | hkBst:patch-34 | ibraheemdev | 0 | ||||
278 | 136355 | yes | Add `*_value` methods to proc_macro lib | GuillaumeGomez:proc-macro_add_value_retrieval_methods | joshtriplett | 0 | ||||
279 | 136359 | yes | doc all differences of ptr:copy(_nonoverlapping) with memcpy and memmove | hkBst:ptr_copy_docs | Amanieu | 0 | ||||
280 | 136395 | yes | Update to rand 0.9.0 | ChrisDenton:rand-0-9 | Mark-Simulacrum | 0 | ||||
281 | 136397 | yes | Fix ICE-136223: `&mut` inside `&` should not panic by `Pattern mutability cap violated!` assertion | Shunpoco:issue-136223-ICE-pattern-mutability-cap-violated | Nadrieril | 0 | ||||
282 | 136400 | yes | Improve handling of rustdoc lints when used with raw doc fragments. | lolbinarycat:rustdoc-link-lint-135851 | fmease | 0 | ||||
283 | 136419 | yes | adding autodiff tests | EnzymeAD:autodiff-tests | jieyouxu | 0 | ||||
284 | 136424 | yes | fix: overflowing bin hex | 11happy:overflow.hex.fix | fmease | 0 | ||||
285 | 136437 | yes | [DO NOT LOOK] a bunch of compiletest-related changes | jieyouxu:compiletest-rust-src-root | 0 | |||||
286 | 136439 | yes | Misc. `rustc_codegen_ssa` cleanups 🧹 | yotamofek:pr/codegen-ssa-no-indexing | Noratrieb | 0 | ||||
287 | 136457 | yes | Expose algebraic floating point intrinsics | calder:master | thomcc | 0 | ||||
288 | 136460 | yes | Simplify `rustc_span` `analyze_source_file` | real-eren:simplify-rustc_span-analyze | Noratrieb | 0 | ||||
289 | 136472 | yes | [`compiletest`-related cleanups 2/7] Feed stage number to compiletest directly | jieyouxu:pass-stage | Mark-Simulacrum | 0 | ||||
290 | 136473 | yes | infer linker flavor by linker name if it's sufficiently specific | usamoi:infer_linker_hints | davidtwco | 0 | ||||
291 | 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 | 0 | |||||
292 | 136503 | yes | Tweak output of const panic diagnostic | estebank:const-panic | oli-obk | 0 | ||||
293 | 136522 | yes | Remove `feature(dyn_compatible_for_dispatch)` from the compiler | compiler-errors:dyn_compatible_for_dispatch | oli-obk | 0 | ||||
294 | 136524 | yes | Delay bug when method confirmation cannot upcast object pick of self | compiler-errors:bad-pick | BoxyUwU | 0 | ||||
295 | 136538 | Restructure rustc_lexer::unescape | hkBst:cleanup_lexer_unescape | nnethercote | 0 | |||||
296 | 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 | ||||
297 | 136543 | yes | intrinsics: unify rint, roundeven, nearbyint in a single round_ties_even intrinsic | RalfJung:round-ties-even | ibraheemdev | 0 | ||||
298 | 136545 | yes | nvptx64: update default alignment to match LLVM 21 | durin42:nvptx64-align | oli-obk | 0 | ||||
299 | 136552 | yes | Use an `Option` for `FindNextFileHandle` in `ReadDir` instead of `INVALID_FILE_HANDLE` sentinel value | ChrisDenton:option-find-handle | Mark-Simulacrum | 0 | ||||
300 | 136554 | yes | Add `opt_alias_variances` and use it in outlives code | compiler-errors:opt-alias-variances | lcnr | 0 | ||||
301 | 136556 | yes | [AIX] Update tests/ui/wait-forked-but-failed-child.rs to accomodate exiting and idle processes. | amy-kwan:amy-kwan/update_wait-forked-but-failed-child.rs | joboet | 0 | ||||
302 | 136559 | yes | Resolve named regions when reporting type test failures in NLL | compiler-errors:resolve-regions-for-type-test-failure | BoxyUwU | 0 | ||||
303 | 136561 | yes | rustc_target: Add TargetOption.check_environment | tnewsome-lynx:check_environment | wesleywiser | 0 | ||||
304 | 136576 | yes | pass target features and optimization level to llvm-bitcode-linker | usamoi:pass-more-llbc | fmease | 0 | ||||
305 | 136578 | yes | Add contracts for all functions in `Alignment` | tautschnig:upstream-contracts/alignment | tgross35 | 0 | ||||
306 | 136579 | yes | Fix UB in ThinVec::flat_map_in_place | bjorn3:fix_thinvec_ext_ub | petrochenkov | 0 | ||||
307 | 136581 | yes | Retire the legacy `Makefile`-based `run-make` test infra | jieyouxu:makefile-be-gone | clubby789 | 0 | ||||
308 | 136584 | yes | Prevent generic pattern types from being used in libstd | oli-obk:pattern-types-generic | BoxyUwU | 0 | ||||
309 | 136594 | yes | Faster fmt::Display of 128-bit integers, without unsafe pointer | pascaldekloe:fmt-int128 | tgross35 | 0 | ||||
310 | 136597 | yes | -Zharden-sls flag (target modifier) added to enable mitigation against straight line speculation (SLS) | azhogin:azhogin/sls | estebank | 0 | ||||
311 | 136601 | yes | Detect (non-raw) borrows of null ZST pointers in CheckNull | compiler-errors:borrow-null-zst | saethlin | 0 | ||||
312 | 136606 | yes | Fix long lines which rustfmt fails to format | thaliaarchi:format-long-lines | ibraheemdev | 0 | ||||
313 | 136608 | yes | Pass through of target features to llvm-bitcode-linker and handling them | kulst:ptx_target_features | Noratrieb | 0 | ||||
314 | 136609 | yes | libcore/net: `IpAddr::as_slice()` | mammothbane:master | scottmcm | 0 | ||||
315 | 136610 | yes | Allow `SliceIndex` to be indexed by ranges. | Jarcho:range_idx | Noratrieb | 0 | ||||
316 | 136612 | yes | Revise docs for `thir::PatKind::ExpandedConstant` | Zalathar:expanded-const | Nadrieril | 0 | ||||
317 | 136616 | yes | Add `std::os::darwin::thread::MainThreadMarker` | madsmtm:darwin-mtm | m-ou-se | 0 | ||||
318 | 136632 | yes | cg_llvm: Replace some DIBuilder wrappers with LLVM-C API bindings (part 2) | Zalathar:llvm-di-builder | 0 | |||||
319 | 136635 | yes | Remove outdated `base_port` calculation in std net test | jieyouxu:base_port | joboet | 0 | ||||
320 | 136637 | yes | Add binary_format to rustc target specs | Pyr0de:binary-format | Noratrieb | 0 | ||||
321 | 136642 | yes | Put the alloc unit tests in a separate alloctests package | bjorn3:separate_alloctest_crate | cuviper | 0 | ||||
322 | 136646 | yes | Add a TyPat in the AST to reuse the generic arg lowering logic | oli-obk:pattern-types-ast | BoxyUwU | 0 | ||||
323 | 136649 | yes | Skip redundant frames in const recursion errors | estebank:const-recursion-error | Noratrieb | 0 | ||||
324 | 136656 | yes | librustdoc: remove unused `for_html` field from `Buffer` 🦄 | yotamofek:pr/rustdoc-remove-buffer-for-html | GuillaumeGomez | 0 | ||||
325 | 136659 | yes | Pick the max DWARF version when LTO'ing modules with different versions | wesleywiser:dwarf_version_lto_merge_behavior | Noratrieb | 0 | ||||
326 | 136662 | yes | Count char width at most once in `Formatter::pad` | thaliaarchi:formatter-pad-char-count | 0 | |||||
327 | 136663 | yes | Stabilize `NonZero::count_ones` | WaffleLapkin:count-non-zero-ones | cuviper | 0 | ||||
328 | 136667 | yes | Revert vita's c_char back to i8 | vita-rust:revert-vita-c-char | ibraheemdev | 0 | ||||
329 | 136668 | yes | Stabilize `core::str::from_utf8_mut` as `const` | WaffleLapkin:from_utf8_mut | m-ou-se | 0 | ||||
330 | 136671 | yes | Overhaul `rustc_middle::limits` | nnethercote:middle-limits | Nadrieril | 0 | ||||
331 | 136672 | yes | library: doc: core::alloc::Allocator: trivial typo fix | safinaskar:alloc-2025-02-07-09-10 | cuviper | 0 | ||||
332 | 136677 | yes | Handle formatter flags in `Display` for `OsStr`/`Path` | thaliaarchi:os_str-formatter-flags | cuviper | 0 | ||||
333 | 136682 | yes | Move two windows process tests to tests/ui | ChrisDenton:move-win-proc-tests | joboet | 0 | ||||
334 | 136686 | yes | Clean up `HashMap` and `HashSet` docs. | bjoernager:master | jhpratt | 0 | ||||
335 | 136687 | Improve the documentation of `Display` and `FromStr`, and their interactions | joshtriplett:improve-display-and-fromstr-docs | scottmcm | 0 | |||||
336 | 136688 | require trait impls to have matching const stabilities as the traits | fee1-dead-contrib:push-nppsusmpokqo | RalfJung | 0 | |||||
337 | 136689 | Clarify MaybeUninit docs | hkBst:patch-2 | thomcc | 0 | |||||
338 | 134720 | yes | Display valid crate types in error message for --crate-type flag | malezjaa:feat/crate-type-valid-values | jieyouxu | 0 | always | |||
339 | 134925 | compiletest: Deny usage of special FileCheck suffixes as revision names | DavisRayM:130982-deny-special-filecheck-prefixes | jieyouxu | 0 | always | ||||
340 | 135285 | yes | it-self → itself, build-system → build system, type-alias → type alias | tbu-:pr_fix_typo4 | GuillaumeGomez | 0 | always | |||
341 | 135295 | yes | Check empty SIMD vector in inline asm | eyraudh:master | compiler-errors | 0 | always | |||
342 | 135307 | yes | Cleanup `opaque_type_cycle_error` | yotamofek:cleanup-opaque-type-cycle-error | compiler-errors | 0 | always | |||
343 | 135808 | yes | Implement Display for ``rustc_target::callconv::Conv`` | tiif:conv_display | oli-obk | 0 | always | |||
344 | 136072 | add two old crash tests | cyrgani:old-crash-tests | WaffleLapkin | 0 | always | ||||
345 | 136079 | compiler_fence: fix example | RalfJung:compiler-fence-example | jhpratt | 0 | always | ||||
346 | 136091 | Add some tracing to core bootstrap logic | jieyouxu:core-tracing | clubby789 | 0 | always | ||||
347 | 136097 | rustc_ast: replace some len-checks + indexing with slice patterns etc. | yotamofek:check-len-and-index | petrochenkov | 0 | always | ||||
348 | 136101 | triagebot: set myself on vacation | jieyouxu:away | Mark-Simulacrum | 0 | always | ||||
349 | 136592 | yes | Make sure we don't overrun the stack in canonicalizer | compiler-errors:ensure-stack-in-canonical | lcnr | 0 | always | |||
350 | 136681 | yes | replace bootstrap host with target triple for LLVM | onur-ozkan:132926 | jieyouxu | 0 | always | |||
351 | 135696 | no | std: move `io` module out of `pal`, get rid of `sys_common::io` | joboet:move_pal_io | Noratrieb | Noratrieb | 0 | |||
352 | 126810 | no | Tweak output of resolve errors | estebank:resolve-error-wording | petrochenkov | 10 | never | |||
353 | 89917 | no | sess: default to v0 symbol mangling | davidtwco:issue-60705-stabilize-rust-symbol-mangling-scheme | 0 | never | ||||
354 | 105392 | no | Dedup bounds with parent impl block | GuillaumeGomez:rustdoc-dedup-bounds | compiler-errors | 0 | never | |||
355 | 106852 | no | Only preserve DebugInfo in DeadStoreElimination if requested. | cjgillot:debug-dse | JakobDegen | 0 | never | |||
356 | 109050 | no | Only use the new DepNode hashmap for anonymous nodes. | cjgillot:no-hash-graph | 0 | never | ||||
357 | 113125 | no | typeck: taint if errors found during writeback | davidtwco:issue-112824-ctfe-type-mismatch-with-type-error | compiler-errors | 0 | never | |||
358 | 114538 | no | Split marking and visit to compute live_symbols. | cjgillot:split-live-symbols | 0 | never | ||||
359 | 114561 | no | Record an update graph of effective visibilities to avoid repeated HIR visit. | cjgillot:eff-vis-graph | petrochenkov | 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 | 120193 | no | #[cold] on match arms | x17jiri:cold_match_arms | oli-obk | 0 | never | |||
371 | 120286 | no | Implement RFC 3349, mixed utf8 literals | nnethercote:3349-mixed-utf8-literals | 0 | never | ||||
372 | 120525 | no | rustc_ast: FieldDef: remove span | klensy:FieldDef-span | oli-obk | 0 | never | |||
373 | 120706 | no | Initial support for auto traits with default bounds | Bryanskiy:leak | lcnr | 0 | never | |||
374 | 122325 | no | Stop using LLVM struct types for array/pointer offset GEPs | erikdesjardins:array | nikic | 0 | never | |||
375 | 123219 | no | [WIP] rustdoc (base+json): add support for variances | fmease:rustdoc-variances-json | 0 | never | ||||
376 | 123259 | no | Fixup `if T::CONST` in MIR | scottmcm:tweak-if-const | 0 | never | ||||
377 | 124141 | no | Remove `Nonterminal` and `TokenKind::Interpolated` | nnethercote:rm-Nonterminal-and-TokenKind-Interpolated | petrochenkov | 0 | never | |||
378 | 126391 | no | Validate environment variable names in `std::process` | tbu-:pr_command_env_equals | cuviper | 0 | iffy | |||
379 | 126651 | no | Implement consecutive shorthand projections (associated type paths) like `T::AssocA::AssocB` | fmease:consec-shorthand-proj | compiler-errors | 0 | never | |||
380 | 127241 | no | Mark span parent in def_collector. | cjgillot:def-collector-span | petrochenkov | 0 | never | |||
381 | 127516 | no | Simplify `LazyAttrTokenStream` | nnethercote:simplify-LazyAttrTokenStream | petrochenkov | 0 | never | |||
382 | 129102 | no | Experimental: Add Derive Proc-Macro Caching | futile:experimental/proc-macro-caching | petrochenkov | 0 | never | |||
383 | 129881 | no | Implement struct_target_features. | veluca93:struct_tf | cjgillot | 0 | never | |||
384 | 129931 | no | mir-opt: Merge all branch BBs into a single copy statement | DianQK:match-br-copy | cjgillot | 0 | never | |||
385 | 130227 | no | [WIP] Remove placeholders completely | amandasystems:remove-placeholders-completely | nikomatsakis | 0 | never | |||
386 | 130963 | no | Migrate compiler's `&Option<T>` into `Option<&T>` | nyurik:opts-rustc | petrochenkov | 0 | never | |||
387 | 132046 | no | 'improve' type traversal | lcnr:trivial-type-visitable | 0 | never | ||||
388 | 132527 | no | Invalidate all dereferences when encountering non-local assignments | DianQK:gvn-stmt-iter | cjgillot | 0 | never | |||
389 | 134009 | no | cg_llvm: Replace most of our DIBuilder wrappers with LLVM-C API bindings | Zalathar:llvm-di | workingjubilee | 0 | never | |||
390 | 136074 | no | Properly deeply normalize in the next solver | compiler-errors:deeply-normalize-next-solver | lcnr | 0 | never | |||
391 | 93544 | no | Debug-format fat pointers with their metadata for better insight | vojtechkral:fmt-fat-ptrs | m-ou-se | 0 | ||||
392 | 94904 | no | doc(notable_trait) for impls | conradludgate:rustdoc-notable-attr | GuillaumeGomez | 0 | ||||
393 | 98514 | no | `std::thread` support for the Nintendo 3DS | AzureMarker:feature/horizon-threads | Mark-Simulacrum | 0 | ||||
394 | 98991 | no | Apply deprecation lint to trait method overrides. | m-ou-se:deprecated-overrides | wesleywiser | 0 | ||||
395 | 100413 | no | Track `-Cprofile-use` and `-Cprofile-sample-use` value by file hash, not file path | Kobzol:profile-use-track-file-hash | wesleywiser | 0 | ||||
396 | 101213 | no | net adding set_fib call to set FIB route on FreeBSD. | devnexen:fbsd_set_fib | workingjubilee | 0 | ||||
397 | 101551 | no | [WIP] Add support for custom allocator for `String` | zachs18:string_alloc | Mark-Simulacrum | 0 | ||||
398 | 103029 | no | feat: add `expansion_growth_limit` attr as another expansion limit | vincenzopalazzo:macros/expansion_grow_limit | petrochenkov | 0 | ||||
399 | 103134 | no | Kill array_assume_init | SUPERCILEX:uninit-array-assume | scottmcm | 0 | ||||
400 | 103376 | no | Strip leading trailing empty lines in doc code blocks | GuillaumeGomez:strip-leading-trailing-empty-lines | notriddle | 0 | ||||
401 | 105377 | no | rust: library: Add `setsid` method to `CommandExt` trait | HarveyHunt:setsid | m-ou-se | 0 | ||||
402 | 105586 | no | Experimental feature gate proposal `crabi` | joshtriplett:abi-experimental-feature-gate | nikomatsakis | 0 | ||||
403 | 105604 | no | Use ELF-TLS on SGX | joboet:sgx_tls | m-ou-se | 0 | ||||
404 | 105877 | no | `impl PartialEq<{str,String}> for {Path,PathBuf}` (and reversed) | Kixunil:impl-partialeq-str-for-path | Amanieu | 0 | ||||
405 | 106074 | no | Implement RFC 3323: restrictions | jhpratt:restrictions | compiler-errors | 0 | ||||
406 | 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 | ||||
407 | 107263 | no | Allow impl on projection | GuillaumeGomez:allow-impl-on-projection | oli-obk | 0 | ||||
408 | 107378 | no | Stabilize `anonymous_lifetime_in_impl_trait` | c410-f3r:stabilize-anon-lt | estebank | 0 | ||||
409 | 107562 | no | WIP: Remove `ResumeTy` from async lowering | Swatinem:async-resumety-v2 | compiler-errors | 0 | ||||
410 | 107587 | no | Mark `std` integral modules as deprecated (`std::u32`, `std::i16`, etc.) | tgross35:deprecate-std-num-modules | dtolnay | 0 | ||||
411 | 107640 | no | rustdoc: Add support for local resources | GuillaumeGomez:rustdoc-local-resources-2 | notriddle | 0 | ||||
412 | 108001 | no | Add lint to check if non-inlined local reexports have documentation | GuillaumeGomez:unused_reexport_documentation-lint | notriddle | 0 | ||||
413 | 108097 | no | Change Wasm's `cdylib` etc. to be a "reactor". | sunfishcode:sunfishcode/wasi-reactor | wesleywiser | 0 | ||||
414 | 108671 | no | Implement flatten for `Option<&Option<T>>` and `Option<&mut Option<T>>` | Coca162:option_reference_flattening | dtolnay | 0 | ||||
415 | 108981 | no | Implement `fs_native_path` | ChrisDenton:aspath | Amanieu | 0 | ||||
416 | 108993 | no | Make typeck aware of uninhabited types | cjgillot:uninhabited-typeck | lcnr | 0 | ||||
417 | 109350 | no | Add pattern matching API to OsStr | mina86:pattern-2 | dtolnay | 0 | ||||
418 | 110702 | no | [mir-opt] SimplifyLocals should also clean up debuginfo | scottmcm:also-remove-unused-storage-markers | cjgillot | 0 | ||||
419 | 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 | ||||
420 | 112106 | no | Added traits implemented by FnPtr to fn docs with example function | mj10021:issue-111182-fix | cuviper | 0 | ||||
421 | 112331 | no | Report allocation errors as panics, second attempt | Amanieu:panic-oom-payload2 | m-ou-se | 0 | ||||
422 | 112457 | no | Make `std::mem::transmute_copy` accept `?Sized` inputs | nvzqz:feat/unsized-transmute_copy | m-ou-se | 0 | ||||
423 | 112469 | no | Only use the new node hashmap for anonymous nodes. | cjgillot:graph-anon-hashmap | Zoxc | 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 | 118917 | no | Support for a scalable simd representation | JamieCunliffe:sve | Amanieu | 0 | ||||
439 | 118939 | no | Better errors with bad/missing identifiers in MBEs | EliseZeroTwo:EliseZeroTwo/fix-macrorules-ident-errors | TaKO8Ki | 0 | ||||
440 | 118999 | no | force current stage when `--stage` is expilicitly used | onur-ozkan:explicit-stages | Mark-Simulacrum | 0 | ||||
441 | 119220 | no | Uplift `clippy::invalid_null_ptr_usage` lint | Urgau:uplift-invalid_null_ptr_usage | b-naber | 0 | ||||
442 | 119260 | no | Make broken MIR a proper lint. | cjgillot:mir-lint | TaKO8Ki | 0 | ||||
443 | 119550 | no | Rename `AsyncIterator` back to `Stream`, introduce an AFIT-based `AsyncIterator` trait | yoshuawuyts:async-iterator | compiler-errors | 0 | ||||
444 | 120013 | no | coverage: Don't show coverage for code paths that must panic/diverge | Zalathar:diverge | 0 | |||||
445 | 120611 | no | [WIP]: generating rust-project file for r-a | onur-ozkan:embedded-lsp-feed | 0 | |||||
446 | 120700 | no | Stabilize associated type position impl Trait (ATPIT) | traviscross:TC/stabilize-atpit | nikomatsakis | 0 | ||||
447 | 120808 | no | Split elided_lifetime_in_paths into tied and untied | shepmaster:split-elided-lifetimes-in-paths | davidtwco | 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 | 122668 | no | Add APIs for dealing with titlecase | Jules-Bertholet:titlecase | m-ou-se | 0 | ||||
453 | 122685 | no | Emit a warning if a `match` is too complex | GuillaumeGomez:match-too-complex | Nadrieril | 0 | ||||
454 | 122790 | no | Apply dllimport in ThinLTO | Zoxc:dllimp-rev | wesleywiser | 0 | ||||
455 | 122808 | no | Stabilize `count`, `ignore`, `index`, and `len` (`macro_metavar_expr`) | c410-f3r:again-again-again-again-again | fmease | 0 | ||||
456 | 122957 | no | Silence unnecessary "missing `dyn`" errors and tweak E0746 suggestions | estebank:issue-121037 | oli-obk | 0 | ||||
457 | 123008 | no | [TEST] Test out Fjall memory allocator | Zoxc:fjall-global | 0 | |||||
458 | 123082 | no | CFI: Fix fn items, closures, and Fn trait objects | rcvalle:rust-cfi-fix-fn-items-closures-fn-trait-objects | compiler-errors | 0 | ||||
459 | 123205 | no | Revert "CFI: Skip non-passed arguments" | rcvalle:rust-cfi-revert-skip-non-passed-arguments | compiler-errors | 0 | ||||
460 | 123220 | no | [blocked on design] [PoC]: rustdoc (html): add support for variances | fmease:rustdoc-variances-html | 0 | |||||
461 | 123319 | no | Add managarm as a tier 3 target | no92:managarm-target | davidtwco | 0 | ||||
462 | 123384 | no | Link rustc tools into the correct sysroot | Noratrieb:back-where-you-belong | onur-ozkan | 0 | ||||
463 | 123476 | no | std::net: adding `unix_socket_exclbind` feature for solaris/illumos. | devnexen:std_net_solaris_exclbind | Mark-Simulacrum | 0 | ||||
464 | 123948 | no | Async drop codegen | azhogin:azhogin/async-drop | nikomatsakis | 0 | ||||
465 | 124154 | no | coverage: Treat each match arm as a "branch" for branch coverage | Zalathar:branch-arms | 0 | |||||
466 | 124278 | no | Support mcdc analysis for pattern matching | ZhuUx:pattern-match | Zalathar | 0 | ||||
467 | 124421 | no | Stop re-implementing slice iterators in `vec::IntoIter` | scottmcm:slice-drain-iter | m-ou-se | 0 | ||||
468 | 124439 | no | Set default value `deny-warnings` for compiler profile to `false` | WaffleLapkin:who-wants-to-deny-warnings-lmao | albertlarsan68 | 0 | ||||
469 | 124595 | no | Suggest cloning `Arc` moved into closure | estebank:issue-104232 | 0 | |||||
470 | 124810 | no | speed up `String::push` and `String::insert` | lincot:speed-up-string-push-and-string-insert | scottmcm | 0 | ||||
471 | 124852 | no | alias-relate: add fast reject optimization | lcnr:search-graph-uwu | compiler-errors | 0 | ||||
472 | 125334 | no | add a normalizes-to fast path | lcnr:normalizes-to-rigid-fastpath | compiler-errors | 0 | ||||
473 | 125388 | no | Improve parse item fallback | dev-ardi:improve-parse-item-fallback | estebank | 0 | ||||
474 | 125555 | no | Recover statics better | Noratrieb:recover-statics-better | oli-obk | 0 | ||||
475 | 125716 | no | R raymond/fix/issue 107165 | r-raymond:r-raymond/fix/issue-107165 | lcnr | 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 | 126595 | no | Allow reifying intrinsics to fn pointers. (rebase of #86699) | GrigorenkoPV:reify-intrinsics | compiler-errors | 0 | ||||
483 | 126856 | no | remove deprecated tool `rls` | onur-ozkan:remove-rls | clubby789 | 0 | ||||
484 | 127013 | no | Add `f16` formatting and parsing | tgross35:f16-format-parse | 0 | |||||
485 | 127282 | no | Make inline suggestions no longer be the default | estebank:experiment-for-annotate-snippets | fmease | 0 | ||||
486 | 127373 | no | [do not merge] Testing Windows CI | ehuss:windows-in-use | ehuss | 0 | ||||
487 | 127522 | no | Relocate upvars to Unresumed state and make coroutine prefix trivial | dingxiangfei2009:move-upvars-to-locals | 0 | |||||
488 | 127534 | no | feat(core): impl Step for NonZero<u*> | jalil-salame:nonzero-uint-step | m-ou-se | 0 | ||||
489 | 127578 | no | std: use a queue-based `Condvar` on NetBSD and other platforms | joboet:queue_condvar | Mark-Simulacrum | 0 | ||||
490 | 127595 | no | Fix panic=abort tests on fuchsia | c6c7:fix-panic=abort-tests-on-fuchsia | 0 | |||||
491 | 127721 | no | collect doc alias as tips during resolution | bvanjoi:issue-124273 | estebank | 0 | ||||
492 | 127793 | no | Added project-specific Zed IDE settings | ChaiTRex:zed_support | Kobzol | 0 | ||||
493 | 127997 | no | Suggest `derive(Trait)` or `T: Trait` from transitive obligation in some cases | estebank:missing-trait-suggestion | compiler-errors | 0 | ||||
494 | 128018 | no | Normalize filecheck directives | tgross35:normalize-filecheck-directives | jieyouxu | 0 | ||||
495 | 128080 | no | Specify scope in `out_of_scope_macro_calls` lint | estebank:out-of-scope-macro | petrochenkov | 0 | ||||
496 | 128086 | no | Unify wording of "failed to resolve" errors with "cannot find" resolution errors | estebank:failed-to-resolve | petrochenkov | 0 | ||||
497 | 128256 | no | feat: add tier-1 platform support for change_time | juliusl:pr/support-tier-1-change-time | ChrisDenton | 0 | ||||
498 | 128351 | no | Lint against `&T` to `&mut T` and `&T` to `&UnsafeCell<T>` transmutes | ChayimFriedman2:lint-transmute-unsafe-cell | 0 | |||||
499 | 128374 | no | compiler: suggest `const _` for a misplaced `const {}` | workingjubilee:fix-terse-const-item-diagnostic | compiler-errors | 0 | ||||
500 | 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 | |||||
501 | 128653 | no | When annotations needed, look at impls for more accurate suggestions | estebank:ambiguity-suggestion-2 | BoxyUwU | 0 | ||||
502 | 128724 | no | Switch to using the v2 resolver in the library | tgross35:new-resolver-library | Mark-Simulacrum | 0 | ||||
503 | 128737 | no | Add lint for recursive default impls | mj10021:issue-128421-fix | wesleywiser | 0 | ||||
504 | 128917 | no | Allow inlining drop glue more generally | scottmcm:nuke-runtime-drops | fmease | 0 | ||||
505 | 128947 | no | Perform ThinLTO on x86_64-pc-windows-msvc dist builder | Zoxc:thinlto-msvc | 0 | |||||
506 | 128974 | no | Unify AST Visitors with a macro like MIR Visitors | maxcabrajac:visitor_macro | cjgillot | 0 | ||||
507 | 129175 | no | Autodiff Upstreaming - single commit | EnzymeAD:single-commit | oli-obk | 0 | ||||
508 | 129342 | no | Rebuild on changes to the deployment target when compiling Apple targets | madsmtm:track-deployment-target | thomcc | 0 | ||||
509 | 129411 | no | Refactor: Mv `OsStr`/`OsStrExt`/`Path` to core, `OsString`/`OsStringExt`/`PathBuf` to alloc | NobodyXu:move/os-str | Mark-Simulacrum | 0 | ||||
510 | 129636 | no | Use `edition = "2024"` in the compiler | compiler-errors:ed2024 | lcnr | 0 | ||||
511 | 129734 | no | Prereq1 for async drop - `drop` & `async_fut` fields in Drop terminator | azhogin:azhogin/async-drop-prereq1-new-drop-term-fields | nikomatsakis | 0 | ||||
512 | 129736 | no | Prereq2 for async drop - ResumedAfterDrop panic messages | azhogin:azhogin/async-drop-prereq2-resumed-after-drop-msg | nikomatsakis | 0 | ||||
513 | 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 | ||||
514 | 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 | ||||
515 | 129740 | no | Prereq5 for async drop - AsyncDropGlue & FutureDropPoll instances preparation | azhogin:azhogin/async-drop-prereq5-instances-preparation | nikomatsakis | 0 | ||||
516 | 129741 | no | Prereq6 for async drop - templated coroutine processing and layout | azhogin:azhogin/async-drop-prereq6-templated-coroutine | nikomatsakis | 0 | ||||
517 | 129742 | no | Subpart7 for async drop (major1) - library changes | azhogin:azhogin/async-drop-subpart7-major1-library-changes | nikomatsakis | 0 | ||||
518 | 129744 | no | Subpart8 for async drop (major2) - dropline in scopes for potentially async drops | azhogin:azhogin/async-drop-subpart8-scopes | nikomatsakis | 0 | ||||
519 | 129745 | no | Subpart9 for async drop (major3) - elaborate_drops changes | azhogin:azhogin/async-drop-subpart9-elaborate-drops | nikomatsakis | 0 | ||||
520 | 129746 | no | Subpart10 for async drop (major4) - StateTransform pass improvements | azhogin:azhogin/async-drop-subpart10-state-transform | nikomatsakis | 0 | ||||
521 | 129747 | no | Subpart11 for async drop (major5) - shims codegen | azhogin:azhogin/async-drop-subpart11-shims-codegen | nikomatsakis | 0 | ||||
522 | 129769 | no | add new panel to rustdoc search that shows up when the search bar is focused | lolbinarycat:rustdoc-search-panel | GuillaumeGomez | 0 | ||||
523 | 129821 | no | Switch std to using raw-dylib by default on Windows | ChrisDenton:raw-dylib-std | Mark-Simulacrum | 0 | ||||
524 | 129870 | no | Experiment: add unstable RHS type to Ord, impl PartialOrd<[U]> for [T] | clarfonthey:generic-ord | BurntSushi | 0 | ||||
525 | 129924 | no | don't remove bootstrap on stage0 bump | onur-ozkan:remove-workaround | Kobzol | 0 | ||||
526 | 130150 | no | Move `elided_named_lifetimes` into a separate pass | GrigorenkoPV:elided-named-lifetimes-pass | cjgillot | 0 | ||||
527 | 130374 | no | Add copy button to crate version. | MeetThePatel:master | GuillaumeGomez | 0 | ||||
528 | 130460 | no | compiler: Fix handling of `repr(align(N), simd)` | workingjubilee:align-with-parallel-expectations | 0 | |||||
529 | 130749 | no | [NOT READY] Add support for downloading GCC artifacts | GuillaumeGomez:download-gcc-artifacts | Kobzol | 0 | ||||
530 | 130859 | no | Update README.md | AzharMithani:master | Mark-Simulacrum | 0 | ||||
531 | 130883 | no | Add environment variable query | madsmtm:env-var-query | petrochenkov | 0 | ||||
532 | 130886 | no | core/ptr: Add simulate_realloc() | mrkajetanp:ptr-tag-helpers | Mark-Simulacrum | 0 | ||||
533 | 130937 | no | Separate weekly `cargo update` PRs and add boostrap | tgross35:dependencies-ci-bootstrap | Kobzol | 0 | ||||
534 | 131160 | no | Handle `rustc_middle` cases of `rustc::potential_query_instability` lint | ismailarilik:handle-potential-query-instability-lint-for-rustc-middle | estebank | 0 | ||||
535 | 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 | ||||
536 | 131203 | no | JumpThreading: fix bitwise not on non-booleans | clubby789:jumpthreading-not | cjgillot | 0 | ||||
537 | 131218 | no | Split out RTN resolver errors into new error codes | compiler-errors:rtn-err | petrochenkov | 0 | ||||
538 | 131389 | no | Add `JoinHandle::into_join_future()`. | kpreid:joinfuture | Amanieu | 0 | ||||
539 | 131472 | no | E0793: Clarify that it applies to unions as well | kupiakos:E0793 | compiler-errors | 0 | ||||
540 | 131478 | no | WIP: Parse Apple SDK versions | madsmtm:parse-sdkroot | jieyouxu | 0 | ||||
541 | 131607 | no | core: implement `DeterministicRandomSource` | joboet:deterministic_random | joshtriplett | 0 | ||||
542 | 131824 | no | Support multiple stability attributes on items | dianne:multiple-unstables | wesleywiser | 0 | ||||
543 | 131852 | no | rustdoc: allow searches to match against both type and name | lolbinarycat:rustdoc-search-type-and-name | notriddle | 0 | ||||
544 | 131882 | no | Fix suggestions when returning a bare trait from an async fn. | hirschenberger:issue131661 | davidtwco | 0 | ||||
545 | 131966 | no | Allow #[link(kind = "dylib")] without a name | ChrisDenton:bare-link | petrochenkov | 0 | ||||
546 | 132045 | no | [WIP] Spiking on `asm!` + pointer as `const` | dingxiangfei2009:allow-pointer-in-inline-asm | davidtwco | 0 | ||||
547 | 132051 | no | Add parallel front end robustness test to ui tests | SparrowLii:parallel_ui_test | jieyouxu | 0 | ||||
548 | 132087 | no | Fix overly restrictive lifetime in `core::panic::Location::file` return type | ijchen:issue-131770-fix | m-ou-se | 0 | ||||
549 | 132112 | no | Remove `P<>` from `visit_`s in ast `MutVisitor` | maxcabrajac:remove_p | petrochenkov | 0 | ||||
550 | 132480 | no | Allow specifying the ELF TLS ABI | ilovepi:rust-tlsdesc | tmandry | 0 | ||||
551 | 132484 | no | unix: Relax escaping in `Debug` impl on `Command` | madsmtm:command-relaxed-escape | thomcc | 0 | ||||
552 | 132792 | no | [rustdoc] Add new `example` disambiguator for intra-doc links | GuillaumeGomez:example-disambiguator | notriddle | 0 | ||||
553 | 132976 | no | Add `PeekableIterator` trait | bluebear94:mf/peekable-iterator | scottmcm | 0 | ||||
554 | 133170 | no | std: print a backtrace on stackoverflow | joboet:stack_overflow_backtrace | jhpratt | 0 | ||||
555 | 133245 | no | [IT'S NOT TIME YET] Disarm `time` bomb (diagnostics) | jieyouxu:disarm-time-bomb | 0 | |||||
556 | 133258 | no | remove `Subtype` projections | lcnr:subtype-rm | compiler-errors | 0 | ||||
557 | 133279 | no | rustdoc: use a button instead of a bar for search | notriddle:notriddle/search-button | GuillaumeGomez | 0 | ||||
558 | 133412 | no | Support `vec![const { ... }; n]` syntax | EFanZh:vec-of-const-expr-macro | dtolnay | 0 | ||||
559 | 133572 | no | Implement `alloc::sync::UniqueArc` | frank-king:feature/unique_arc | Amanieu | 0 | ||||
560 | 133576 | no | clarify requirements of `byte_{offset,add,sub}` for zero-sized referents | jswrenn:pointer-byte-ops-zs-doc | RalfJung | 0 | ||||
561 | 133717 | no | Make impl section headers sticky | GuillaumeGomez:sticky-headings | notriddle | 0 | ||||
562 | 133820 | no | Stabilize `derive(CoercePointee)` | dingxiangfei2009:stabilize-coerce-pointee | compiler-errors | 0 | ||||
563 | 133823 | no | Replace evaluated `cfg_attr` in AST with a placeholder attribute for accurate span tracking | estebank:issue-56328 | petrochenkov | 0 | ||||
564 | 133852 | no | improve cold_path() | x17jiri:cold_path | nikic | 0 | ||||
565 | 133995 | no | Constify `PartialEq` | compiler-errors:const-partialeq | fmease | 0 | ||||
566 | 134021 | no | Implement `IntoIterator` for `[&[mut]] Box<[T; N], A>` | WaffleLapkin:box-arr-into-iter2 | scottmcm | 0 | ||||
567 | 134034 | no | handle paren in macro expand for let-init-else expr | bvanjoi:issue-131655 | petrochenkov | 0 | ||||
568 | 134048 | no | Implement From<MutexGuard<'a, T>> for &'a Mutex<T> | rubcc95:master | BurntSushi | 0 | ||||
569 | 134063 | no | dec2flt: Clean up float parsing modules | tgross35:dec2flt-refactoring | Noratrieb | 0 | ||||
570 | 134145 | no | Correctly rounded floating point `div_euclid`. | tczajka:exact_div_euclid | workingjubilee | 0 | ||||
571 | 134190 | no | Implement `Read` and `Write` on `Arc<TcpStream>` and `Arc<UnixStream>`. | nmathewson:impl_for_arc_stream | Noratrieb | 0 | ||||
572 | 134247 | no | Don't suggest a semicolon when one already exists | joculatrix:master | lcnr | 0 | ||||
573 | 134316 | no | Add `String::replace_first` and `String::replace_last` | zachs18:string_replace_in_place_rebase | tgross35 | 0 | ||||
574 | 134401 | no | Begin reorganization of proc_macro crate | AverseABFun:averseabfun-staging | tgross35 | 0 | ||||
575 | 134446 | no | Stabilize the `cell_update` feature | tgross35:stabilize-cell_update | m-ou-se | 0 | ||||
576 | 134534 | no | Windows: Don't error on broken non UTF-8 output | ChrisDenton:cp-utf8 | workingjubilee | 0 | ||||
577 | 134552 | no | Clean up operator representations | nnethercote:tweak-AssocOp | 0 | |||||
578 | 134696 | no | Implement `normalize_lexically` | ChrisDenton:normalize-lexically | workingjubilee | 0 | ||||
579 | 134697 | no | lint / ImproperCTypes: better handling of indirections, take 2 | niacdoial:linting-ptrdyn-ffi | workingjubilee | 0 | ||||
580 | 134797 | no | [WIP] Ergonomic ref counting | spastorino:ergonomic-ref-counting-1 | nikomatsakis | 0 | ||||
581 | 134802 | no | fix(rustdoc): print the `doc(hidden)` attribute the same as others | poliorcetics:ab/push-tvvzqyyuotvk | GuillaumeGomez | 0 | ||||
582 | 134831 | no | [experimental] shorten backtraces using debuginfo | jyn514:backtrace-debuginfo | 0 | |||||
583 | 134841 | no | Look at proc-macro attributes when encountering unknown attribute | estebank:serde-attr-4 | wesleywiser | 0 | ||||
584 | 134937 | no | Account for type parameters in bound suggestion | estebank:issue-#104089 | Nadrieril | 0 | ||||
585 | 135018 | no | Add experimental Iterator::contains | leb-kuchen:iter-contains | Amanieu | 0 | ||||
586 | 135051 | no | Add provider-style API to `Context` | jkarneges:context-provider | thomcc | 0 | ||||
587 | 135071 | no | bootstrap: Apply a clearer naming convention to many of the test steps | Zalathar:rename-test-steps | 0 | |||||
588 | 135072 | no | [EXPLORATORY] bootstrap: break up `test.rs` into smaller modules by test kind | jieyouxu:exp-test-step-cat | 0 | |||||
589 | 135141 | no | std: net: Add function to return the system hostname | orowith2os:std-net-gethostname | ChrisDenton | 0 | ||||
590 | 135255 | no | wix: allow to skip more components | klensy:wix-fix | Mark-Simulacrum | 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 | 135631 | no | Parse `pin`ned local variable declarations | frank-king:feature/pinned-local | Noratrieb | 0 | ||||
594 | 135634 | no | stop specializing on `Copy` | joboet:trivial-clone | Mark-Simulacrum | 0 | ||||
595 | 135651 | no | Support for `wasm32-wali-linux-musl` Tier-3 target | arjunr2:master | chenyukang | 0 | ||||
596 | 135726 | no | New attribute parsing infrastructure | jdonszelmann:attr-parsing | oli-obk | 0 | ||||
597 | 135745 | no | Recognise new IPv6 non-global range from IETF RFC 9602 | bardiharborow:std/net/rfc9602 | cuviper | 0 | ||||
598 | 135899 | no | Fix `PostBorrowckAnalysis` for old solver | compiler-errors:post-borrowck-new-solver | lcnr | 0 | ||||
599 | 135910 | no | Orphanck: Reject uncovered opaque types | fmease:orphanck-rej-uncovered-opaques | lcnr | 0 | ||||
600 | 136077 | no | Weekly `cargo update` | rust-lang:cargo_update | Mark-Simulacrum | 0 | ||||
601 | 136125 | no | feat: allow multiple suggestions for malformed crate_type attribute | Blindspot22:multiple-suggestion-for-malformed-crate_type-attribute | nnethercote | 0 | ||||
602 | 136261 | no | [cfg_match] Library edition | c410-f3r:cfg-match-foo-bar-baz | jhpratt | 0 | ||||
603 | 136316 | no | Create `Atomic<T>` type alias (rebase) | GrigorenkoPV:generic_atomic | 0 | |||||
604 | 136417 | no | Conditionally fuse small constant constant integer switches when lowering slice patterns | xacrimon:merge-small-prim-switch | 0 | |||||
605 | 136466 | no | Start removing `rustc_middle::hir::map::Map` | nnethercote:start-removing-Map | cjgillot | 0 | ||||
606 | 136491 | no | do not prove trait where-bounds for assoc item wf | lcnr:uwu-only-prove-trait-bound | compiler-errors | 0 | ||||
607 | 136496 | no | Pattern Migration 2024: suggest nicer patterns | dianne:beautify-pat-migration-output | Nadrieril | 0 | ||||
608 | 136529 | no | Split `thir::PatKind::ExpandedConstant` into two distinct kinds | Zalathar:split-expanded-const | Nadrieril | 0 | ||||
609 | 136603 | no | WIP: compiler: gate `extern "{abi}"` in ast_lowering | workingjubilee:move-abi-versioning-into-ast | 0 | |||||
610 | 136657 | no | Make empty-line-after an early clippy lint | jdonszelmann:empty-line-after | y21 | 0 | ||||
611 | 126641 | error (try) | no | Enable `riscv64gc-gnu` testing | ferrocene:hoverbear/enable-riscv64gc-testing | Mark-Simulacrum | 0 | |||
612 | 134740 | failure (try) | yes | Add amdgpu target | Flakebi:amdgpu-target | workingjubilee | workingjubilee | 1 | never | |
613 | 130808 | failure | yes | Fix linking for symbols starting with ? on i686-pc-windows-msvc | checkraisefold:fix-questionmark-linking | davidtwco | davidtwco | 0 | iffy | |
614 | 135336 | failure | yes | use target feature and not target name | tshepang:patch-5 | jieyouxu | jieyouxu | 0 | iffy | |
615 | 135395 | failure | yes | Enforce the compiler-builtins partitioning scheme | saethlin:compiler-builtins-cgus | bjorn3 | bjorn3 | 0 | never | |
616 | 135695 | failure (try) | yes | Support raw-dylib link kind on ELF | Noratrieb:elf-raw-dylib | bjorn3 | 0 | |||
617 | 136478 | failure (try) | yes | ci: move x86_64-msvc-ext jobs to windows 2025 | marcoieni:x86_64-msvc-ext-windows-25 | Mark-Simulacrum | 0 | |||
618 | 130543 | failure | no | Create `Atomic<T>` type alias | CAD97:generic-atomic | Noratrieb | Noratrieb | 0 | iffy | |
619 | 133502 | failure (try) | no | [DO NOT MERGE] bootstrap with `-Znext-solver=globally` | lcnr:rust4 | 0 | never | |||
620 | 131077 | failure | no | Enable debug assertions on alt builds | lqd:debug-assertions-alt | Kobzol | 0 | |||
621 | 134026 | failure | no | [TEST] Rollup of 5 pull requests | workingjubilee:rollup-4r2ihhs | 0 | ||||
622 | 134522 | failure (try) | no | [WIP] Use weak linkage instead of compiler generated shims | bjorn3:weak_linkage_allocator | fee1-dead | 0 | |||
623 | 135774 | failure (try) | no | CI: move dist-arm-linux to a free ARM runner | marcoieni:dist-arm-linux-free | 0 | ||||
624 | 135960 | failure (try) | no | ci: Remove the power to skip tests from opt-dist | workingjubilee:remove-opt-dists-test-skipping-code | shepmaster | 0 | |||
625 | 136116 | success | Rollup of 8 pull requests | fmease:rollup-c8pk3mj | fmease | 5 | never | |||
626 | 111061 | success | [perf] Enable some more MIR optimizations | cjgillot:reorder-passes | 0 | never | ||||
627 | 112049 | success (try) | [do not merge] CI experiments | Kobzol:pgo-omit-benchmarks | 0 | never | ||||
628 | 113382 | success (try) | yes | [perf] test MCP510 | lqd:test-mcp510 | 0 | never | |||
629 | 115362 | success | [WIP] Support param bounds on non-lifetime binders | compiler-errors:non-lifetime-binder-where-clauses | 0 | never | ||||
630 | 115521 | success | [DO NOT MERGE] Experimentally force non-leaf frame pointers | workingjubilee:force-trunk-frame-pointers | 0 | never | ||||
631 | 119412 | success | macro_rules: Remove `NtIdent` nonterminal token | petrochenkov:dialoc3 | compiler-errors | 0 | never | |||
632 | 119471 | success | [perf only] Reimplement references debuginfo as projection. | cjgillot:mir-composite-deref | 0 | never | ||||
633 | 119966 | success | Move TLS to rustc_query_system | cjgillot:tls | 0 | never | ||||
634 | 120050 | success | `Vec::resize` for bytes should be a single `memset` | scottmcm:vec-resize-memset | m-ou-se | 0 | never | |||
635 | 120179 | success | Enable MultipleReturnTerminators by default. | cjgillot:multiple-return | 0 | never | ||||
636 | 120682 | success | [WIP] rewrite TrustedRandomAccess into two directional variants | the8472:indexed-access | 0 | never | ||||
637 | 121053 | success | Implement `#[skip]` for builtin derives | clubby789:derive-skip | fmease | 0 | never | |||
638 | 121174 | success | Check for occupied niches | saethlin:codegen-niche-checks | 0 | never | ||||
639 | 122971 | success | Make slice iterators carry only a single provenance | scottmcm:slice-iter-provenance-v2 | the8472 | 0 | never | |||
640 | 123179 | success | Rework MIR inlining costs | scottmcm:inlining-baseline-costs | wesleywiser | 0 | never | |||
641 | 123606 | success | Optimize core::str::Lines::count | thomcc:thomcc/opt-lines | 0 | never | ||||
642 | 123610 | success | Default-enable share-generics, with available_externally to still allow inlining. | Mark-Simulacrum:share-generics-available-externally | Mark-Simulacrum | 0 | never | |||
643 | 124188 | success (try) | MIR: Stop needing an explicit BB for `otherwise:unreachable` | scottmcm:implicit-switchint-unreachable | 0 | never | ||||
644 | 124362 | success | [experiment] Build the compiler with panic=abort | tmandry:panic-abort-rustc | 0 | never | ||||
645 | 125782 | success (try) | Implement RFC 3624 `supertrait_item_shadowing` (v2) | compiler-errors:supertrait-item-shadowing | BoxyUwU | 0 | never | |||
646 | 125907 | success | rustdoc: use the next solver for blanket impl synthesis | fmease:rustdoc-synth-blanket-ocx-next | GuillaumeGomez | 0 | never | |||
647 | 125923 | success | Fix leaks from panics in destructors | matthewjasper:no-return-leak | lcnr | 0 | never | |||
648 | 127316 | success | bump tracing | klensy:tracing-bump | Mark-Simulacrum | 0 | never | |||
649 | 127348 | success | Add `slice::DrainRaw` for internal use | scottmcm:add-drain-raw | the8472 | 0 | never | |||
650 | 128747 | success | Cache declarative macro expansion on disk (for incremental comp.). Based on #128605 | futile:cache-decl-macros | petrochenkov | 0 | never | |||
651 | 128846 | success | Stop considering moved-out locals when computing auto traits for generators (rebased) | compiler-errors:drop-liveness | cjgillot | 0 | never | |||
652 | 128918 | success | Try to shrink `Alignment`-related MIR in `Layout` | scottmcm:tweak-alignment-mir | joboet | 0 | never | |||
653 | 129027 | success | Stop generating assumes for validity ranges | erikdesjardins:outofuandme | 0 | never | ||||
654 | 129771 | success | dont clone old syntax context | bvanjoi:donot-clone-old-syntax-context | petrochenkov | 0 | never | |||
655 | 129827 | success | perform less decoding if it has the same syntax context | bvanjoi:less-decoding | petrochenkov | 0 | never | |||
656 | 130051 | success | Post-mono MIR opts | cjgillot:clone-mir | 0 | never | ||||
657 | 130112 | success | Optimize DefaultHasher siphash | Noratrieb:speedy-siphash-blazing-brrrr | cuviper | 0 | never | |||
658 | 130324 | success | hygiene: Ensure uniqueness of `SyntaxContextData`s | petrochenkov:ctxtache | cjgillot | 0 | never | |||
659 | 130417 | success | Support symbolicating zstd-compressed ELF sections | workingjubilee:pull-in-backtrace-with-zstd | 0 | never | ||||
660 | 130679 | success | Add inline(usually) | saethlin:inline-usually | 0 | never | ||||
661 | 130691 | success | [WIP] Elaborate drops to calls | scottmcm:elaborate-drops-to-calls | 0 | never | ||||
662 | 130998 | success | avoid phi node for pointers flowing into Vec appends | the8472:bail-before-memcpy | 0 | never | ||||
663 | 131213 | success | Handle `rustc_resolve` cases of `rustc::potential_query_instability` lint | ismailarilik:handle-potential-query-instability-lint-for-rustc-resolve | petrochenkov | 0 | never | |||
664 | 131306 | success | Querify lookup_deprecation_entry. | cjgillot:deprecation-query | 0 | never | ||||
665 | 131629 | success | Swap Lru from std::sync::Arc to triomphe::Arc | GnomedDev:triomphe-lru | 0 | never | ||||
666 | 132553 | success (try) | Make `Rc<T>::deref` and `Arc<T>::deref` zero-cost | EFanZh:zero-cost-rc-arc-deref | joboet | 0 | never | |||
667 | 132711 | success | [DRAFT] Generate CGUs in parallel. | nnethercote:parallel-cgu-gen | 0 | never | ||||
668 | 133061 | success | [DRAFT] `Rc`: allow deduping both `deref` and `clone` across types | scottmcm:dedup-rc | 0 | never | ||||
669 | 133076 | success (try) | bump sccache for linux x86_64 to allow caching while PGO'd | klensy:sccache-linux-bump | Kobzol | 0 | never | |||
670 | 133436 | success | Remove `NtVis` and `NtTy` | nnethercote:rm-NtVis-NtTy | petrochenkov | 0 | never | |||
671 | 133662 | success | Use `iter::repeat_n` to implement `Vec::extend_with` | paolobarbolini:vec-extend-with-via-repeatn | Noratrieb | 0 | never | |||
672 | 133781 | success | Do not visit whole crate to compute `lints_that_dont_need_to_run`. | cjgillot:shallow-allowed-lints | 0 | never | ||||
673 | 134051 | success | Do partial SsaLocals analysis in unoptimized builds | saethlin:partial-ssa-analysis | 0 | never | ||||
674 | 134134 | success | Use length prefix in default `Hasher::write_str` | purplesyringa:hash-str-with-length-prefix | Amanieu | 0 | never | |||
675 | 134153 | success | compiler: Stop manually extending the stack | workingjubilee:denied-insurance-claims | 0 | never | ||||
676 | 134189 | success | Remove diff marker detection. | nnethercote:rm-diff-marker-detection | 0 | never | ||||
677 | 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 | ||||
678 | 134938 | success (try) | Include arguments to the precondition check in failure messages | saethlin:include-precondition-args | 0 | never | ||||
679 | 134954 | success (try) | Redo the swap code for better tail & padding handling | scottmcm:more-swap-tuning | thomcc | 0 | never | |||
680 | 135054 | success (try) | Add Location::file_with_nul | cramertj:file-cstr | cuviper | 0 | never | |||
681 | 135763 | success (try) | Update to LLVM 20 | nikic:llvm-20 | 0 | never | ||||
682 | 136095 | success (try) | [DO NOT MERGE] perf run for rustc-hash candidate (folded multiply) | orlp:rustc-hash-folded-multiply-perf | Mark-Simulacrum | 0 | never | |||
683 | 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 | |||
684 | 136363 | success (try) | rustdoc: improve refdef handling in the unresolved link lint | notriddle:notriddle/unresolved-link-unused-refdef | fmease | 0 | never | |||
685 | 136401 | success (try) | Lazy-page Symbol interner | Mark-Simulacrum:lockfree-as-str | 0 | never | ||||
686 | 136410 | success (try) | Remove InstanceKind::generates_cgu_internal_copy | saethlin:clean-up-cgu-internal-copy | wesleywiser | 0 | never | |||
687 | 136428 | success (try) | test building enzyme in CI | EnzymeAD:enable-autodiff | oli-obk | 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 | 136575 | success (try) | Set both `nuw` and `nsw` in slice size calculation | scottmcm:nsuw-math | fmease | 0 | never | |||
690 | 136593 | success (try) | yes | [perf] try to mitigate regression in fast reject for `ty::Value` | lukas-code:ty-value-perf | 0 | never | |||
691 | 136599 | success (try) | librustdoc: more usages of `Joined::joined` | yotamofek:pr/rustdoc-more-joined | GuillaumeGomez | 0 | never | |||
692 | 136660 | success (try) | yes | Use a trait to enforce field validity for union fields + `unsafe` fields + `unsafe<>` binder types | compiler-errors:BikeshedGuaranteedNoDrop | oli-obk | 0 | never | ||
693 | 124355 | success | [EXPERIMENT] Crater adding `target_family = "linux"` | workingjubilee:add-target-family-linux | 0 | |||||
694 | 125692 | success | Update bundled musl to 1.2.5 | est31:update_musl_1.2.5 | wesleywiser | 0 | ||||
695 | 127389 | success | Make target-spec json file extensions case-insensitive | boozook:target-spec-json-ext-case-insensitive | davidtwco | 0 | ||||
696 | 128425 | success | [crater] Make `missing_fragment_specifier` an unconditional error | tgross35:missing-fragment-specifier-unconditional | petrochenkov | 0 | ||||
697 | 128998 | success | WIP: Refactor timespec, add regression tests | heaths:issue105762 | Mark-Simulacrum | 0 | ||||
698 | 129249 | success (try) | [Experimental] `<T as Into<T>>::into` lint | estebank:useless-into | chenyukang | 0 | ||||
699 | 129289 | success | Restrict `parse_maybe_literal_minus` | nnethercote:fix-parse_maybe_literal_minus-1 | petrochenkov | 0 | ||||
700 | 129543 | success | [crater] Properly deduce object lifetime defaults in GAT paths | fmease:obj-lt-def-gat | 0 | |||||
701 | 129604 | success | [DO NOT MERGE] crater run on the tail expression drop order lint | dingxiangfei2009:lint-tail-expr-drop-order-crater-run | 0 | |||||
702 | 132268 | success | Impl TryFrom<Vec<u8>> for String | elichai:string_try_from_vec | Amanieu | 0 | ||||
703 | 132394 | success | Apple: Fix direct linking with +verbatim | madsmtm:fix-apple-verbatim-link | petrochenkov | 0 | ||||
704 | 132712 | success | Crater 2024 edition | ehuss:2024-crater | ehuss | 0 | ||||
705 | 133033 | success | turn creating 8dot3 names off for windows for speed | klensy:win.dot | 0 | |||||
706 | 133912 | success (try) | [experiment] test code build runner | MarcoIeni:test-codebuild-runner | Mark-Simulacrum | 0 | ||||
707 | 133944 | success (try) | Run-make test to check `core::ffi::c_*` types against clang | ricci009:master | tgross35 | 0 | ||||
708 | 134025 | success | [TEST] Rollup of 5 pull requests | workingjubilee:rollup-xb4212q | 0 | |||||
709 | 134273 | success (try) | de-stabilize bench attribute | RalfJung:de-stabilize-bench | ibraheemdev | 0 | ||||
710 | 134537 | success (try) | Crater run for `tail-expr-drop-order` | dingxiangfei2009:issue-132861-crater-run | chenyukang | 0 | ||||
711 | 134900 | success (try) | Fix parsing of ranges after unary operators | dtolnay:unoprange | davidtwco | 0 | ||||
712 | 135331 | success (try) | [crater-only] Ban assoc ty unbounds | fmease:ban-assoc-ty-unbounds | 0 | |||||
713 | 135501 | success (try) | Inject `compiler_builtins` during postprocessing and ensure it is made private | tgross35:stdlib-dependencies-private | petrochenkov | 0 | ||||
714 | 135813 | success (try) | CI: split i686-mingw job to three free runners | marcoieni:free-runner-i686-mingw | 0 | |||||
715 | 136068 | success (try) | crashes: more tests | matthiaskrgr:crashesjan25 | Mark-Simulacrum | 0 | ||||
716 | 136155 | success (try) | Enable sanitizers on MSVC CI jobs | tmiasko:msvc-enable-sanitizers | Mark-Simulacrum | 0 | ||||
717 | 136303 | success (try) | elaborate: avoid projections with unconstrained bound regions | lcnr:elaborate-skip-bad-projections | compiler-errors | 0 | ||||
718 | 136487 | success (try) | ci: stop mysql before removing it | marcoieni:disable-mysql-systemctl | Mark-Simulacrum | 0 | ||||
719 | 136490 | success (try) | Do not allow attributes on struct field rest patterns | Skepfyr:no-field-rest-pattern-attrs | compiler-errors | 0 | ||||
720 | 136535 | success (try) | ci: remove more unused files and directories in free runners | marcoieni:free-runners-remove-more-dirs | Mark-Simulacrum | 0 | ||||
721 | 136571 | success (try) | ci: use ubuntu 24 for x86 large runners | marcoieni:ubuntu-24-large-runners | Mark-Simulacrum | 0 | ||||
722 | 136628 | success (try) | ci: upgrade to crosstool-ng 1.27.0 | heiher:crosstool-ng-1.27 | Mark-Simulacrum | 0 | ||||
723 | 136638 | success (try) | error on empty precision | hkBst:format_parse | petrochenkov | 0 |