You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[add simple async drop glue generation](https://github.com/rust-lang/rust/pull/121801)
105
+
*[llvm backend: Prevent creating the same `Instance::mono` multiple times](https://github.com/rust-lang/rust/pull/124178)
106
+
*[`static_mut_refs`: use raw pointers to remove the remaining FIXME](https://github.com/rust-lang/rust/pull/123967)
107
+
*[add a lower bound check to `unicode-table-generator` output](https://github.com/rust-lang/rust/pull/122013)
108
+
*[add an opt-in to store incoming edges in `VecGraph` + misc](https://github.com/rust-lang/rust/pull/123980)
109
+
*[add llvm-bitcode-linker to build manifest](https://github.com/rust-lang/rust/pull/124071)
110
+
*[allow workproducts without object files](https://github.com/rust-lang/rust/pull/124023)
111
+
*[at debuginfo=0, don't inline debuginfo when inlining](https://github.com/rust-lang/rust/pull/123949)
112
+
*[correctly change type when adding adjustments on top of `NeverToAny`](https://github.com/rust-lang/rust/pull/123571)
113
+
*[coverage: branch coverage tests for lazy boolean operators](https://github.com/rust-lang/rust/pull/124053)
114
+
*[coverage: prepare for improved branch coverage](https://github.com/rust-lang/rust/pull/124217)
115
+
*[delay interning errors to after validation](https://github.com/rust-lang/rust/pull/122684)
116
+
*[delay span bug when `Self` kw resolves to `DefKind::{Mod,Trait}`](https://github.com/rust-lang/rust/pull/123997)
117
+
*[don't ICE for kind mismatches during error rendering](https://github.com/rust-lang/rust/pull/123673)
118
+
*[don't ascend into parent bodies when collecting stmts for possible return suggestion](https://github.com/rust-lang/rust/pull/124037)
119
+
*[don't error on subtyping of equal types](https://github.com/rust-lang/rust/pull/124066)
120
+
*[don't inline integer literals when they overflow - new attempt](https://github.com/rust-lang/rust/pull/123935)
121
+
*[don't repeatedly duplicate TAIT lifetimes for each subsequently nested TAIT](https://github.com/rust-lang/rust/pull/124106)
122
+
*[fix ICE in `eval_body_using_ecx`](https://github.com/rust-lang/rust/pull/123491)
123
+
*[fix ICE when there is a non-Unicode entry in the incremental crate directory](https://github.com/rust-lang/rust/pull/124112)
124
+
*[fix capturing duplicated lifetimes via parent in `precise_captures` (`impl use<'...>`)](https://github.com/rust-lang/rust/pull/124104)
125
+
*[fix normalizing in different `ParamEnv`s with the same InferCtxt](https://github.com/rust-lang/rust/pull/124203)
126
+
*[fix trait solver overflow with `non_local_definitions` lint](https://github.com/rust-lang/rust/pull/123594)
127
+
*[flip spans for precise capturing syntax not capturing a ty/const param, and for implicit captures of lifetime params](https://github.com/rust-lang/rust/pull/124198)
128
+
*[give a name to each distinct manipulation of pretty-printer FixupContext](https://github.com/rust-lang/rust/pull/124191)
129
+
*[ignore `-C strip` on MSVC](https://github.com/rust-lang/rust/pull/115120)
*[implement syntax for `impl Trait` to specify its captures explicitly (`feature(precise_capturing)`)](https://github.com/rust-lang/rust/pull/123468)
133
+
*[improve ICE message for forbidden dep-graph reads](https://github.com/rust-lang/rust/pull/124252)
134
+
*[interpret: pass MemoryKind to `adjust_alloc_base_pointer`](https://github.com/rust-lang/rust/pull/124030)
135
+
*[interpret: pass MemoryKind to `before_memory_deallocation`](https://github.com/rust-lang/rust/pull/124018)
136
+
*[interpret: use ScalarInt for bin-ops; avoid PartialOrd for ScalarInt](https://github.com/rust-lang/rust/pull/124113)
*[match hyphen in multi-revision comment matchers](https://github.com/rust-lang/rust/pull/124137)
145
+
*[opaque types have no namespace](https://github.com/rust-lang/rust/pull/123998)
146
+
*[outline default query and hook provider function implementations](https://github.com/rust-lang/rust/pull/124016)
147
+
*[prefer identity equality over equating types during coercion](https://github.com/rust-lang/rust/pull/124027)
148
+
*[print note with closure signature on type mismatch](https://github.com/rust-lang/rust/pull/123379)
149
+
*[properly handle emojis as literal prefix in macros](https://github.com/rust-lang/rust/pull/123752)
150
+
*[remove `default_hidden_visibility: false` from wasm targets](https://github.com/rust-lang/rust/pull/124036)
151
+
*[remove uneeded clones now that TrustedStep implies Copy](https://github.com/rust-lang/rust/pull/123859)
152
+
*[silence some follow-up errors on trait impls in case the trait has conflicting or otherwise incoherent impls](https://github.com/rust-lang/rust/pull/123674)
153
+
*[simplify shallow resolver to just fold ty/consts](https://github.com/rust-lang/rust/pull/123537)
154
+
*[stop taking `ParamTy`/`ParamConst`/`EarlyParamRegion`/`AliasTy` by ref](https://github.com/rust-lang/rust/pull/124183)
155
+
*[subtype predicates only exist on inference types, so we can allow them to register opaque types within them](https://github.com/rust-lang/rust/pull/123979)
156
+
*[tell LLVM `Vec::len` is invariant across growth](https://github.com/rust-lang/rust/pull/123930)
157
+
*[use raw-dylib for Windows synchronization functions](https://github.com/rust-lang/rust/pull/124019)
158
+
*[refactor clippy in bootstrap](https://github.com/rust-lang/rust/pull/122883)
159
+
*[when suggesting `RUST_BACKTRACE=1,` add a special note for Miri's env var isolation](https://github.com/rust-lang/rust/pull/124116)
160
+
*[miri: `data_race`: make the release/acquire API more clear](https://github.com/rust-lang/miri/pull/3495)
161
+
*[miri: `no_std` works on Windows now](https://github.com/rust-lang/miri/pull/3477)
*[rustdoc: support type '/' to search](https://github.com/rust-lang/rust/pull/123355)
205
+
*[rustdoc-search: fix description on aliases in results](https://github.com/rust-lang/rust/pull/124149)
206
+
*[rustdoc-search: single result for items with multiple paths](https://github.com/rust-lang/rust/pull/119912)
207
+
*[clippy: `threadlocal_initializer_can_be_made_const` will not trigger for unreachable initializers](https://github.com/rust-lang/rust-clippy/pull/12685)
208
+
*[clippy: `arithmetic_side_effects` fix false negative on `+=`](https://github.com/rust-lang/rust-clippy/pull/12692)
0 commit comments