| Age | Commit message (Expand) | Author | Lines |
| 2024-07-12 | rustc_type_ir: derivative -> derive-where | Pavel Grigorenko | -394/+120 |
| 2024-07-12 | rustc_next_trait_solver: derivative -> derive-where | Pavel Grigorenko | -25/+18 |
| 2024-07-12 | rustc_span: derivative -> derive-where | Pavel Grigorenko | -5/+6 |
| 2024-07-12 | rustc_middle: derivative -> derive-where | Pavel Grigorenko | -10/+5 |
| 2024-07-12 | Auto merge of #127653 - matthiaskrgr:rollup-72bqgvp, r=matthiaskrgr | bors | -757/+991 |
| 2024-07-12 | Rollup merge of #127627 - lcnr:rustc_search_graph, r=compiler-errors | Matthias Krüger | -757/+982 |
| 2024-07-12 | Rollup merge of #126639 - sayantn:amx, r=Amanieu | Matthias Krüger | -0/+9 |
| 2024-07-12 | Auto merge of #127479 - Urgau:rustc-stable-hash, r=michaelwoerister | bors | -1049/+22 |
| 2024-07-12 | enable fuzzing of `SearchGraph` | lcnr | -757/+982 |
| 2024-07-12 | Auto merge of #127635 - matthiaskrgr:rollup-foopajr, r=matthiaskrgr | bors | -207/+196 |
| 2024-07-11 | Add the feature gate and target-features | sayantn | -0/+9 |
| 2024-07-12 | Rollup merge of #127625 - SkiFire13:revert-comment-deletion, r=workingjubilee | Matthias Krüger | -0/+2 |
| 2024-07-12 | Rollup merge of #127622 - compiler-errors:builtin-internal, r=lqd | Matthias Krüger | -2/+2 |
| 2024-07-12 | Rollup merge of #127596 - tesuji:help-unwrap-or, r=compiler-errors | Matthias Krüger | -15/+37 |
| 2024-07-12 | Rollup merge of #127164 - Nadrieril:clean-lowering-loop, r=matthewjasper | Matthias Krüger | -190/+155 |
| 2024-07-12 | Auto merge of #127382 - estebank:const-let, r=compiler-errors | bors | -26/+56 |
| 2024-07-11 | Auto merge of #127614 - matthiaskrgr:rollup-8geziwi, r=matthiaskrgr | bors | -81/+125 |
| 2024-07-11 | Add doc for deconstruct_option_or_result | Lzu Tao | -0/+3 |
| 2024-07-11 | Add suggestion for `Option<&Vec<T>> -> Option<&[T]` | Lzu Tao | -15/+34 |
| 2024-07-11 | Account for `let foo = expr`; to suggest `const foo: Ty = expr;` | Esteban Küber | -22/+51 |
| 2024-07-11 | Use verbose style when suggesting changing `const` with `let` | Esteban Küber | -5/+6 |
| 2024-07-11 | Revert accidental comment deletion | Giacomo Stevanato | -0/+2 |
| 2024-07-11 | Mark builtin syntax as internal | Michael Goulet | -2/+2 |
| 2024-07-11 | Rollup merge of #127605 - nikic:remove-extern-wasm, r=oli-obk | Matthias Krüger | -59/+24 |
| 2024-07-11 | Rollup merge of #127601 - trevyn:issue-127600, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-07-11 | Rollup merge of #127598 - weiznich:diagnostic_do_not_recommend_also_skips_hel... | Matthias Krüger | -0/+19 |
| 2024-07-11 | Rollup merge of #127591 - compiler-errors:label-after-primary, r=lcnr | Matthias Krüger | -1/+10 |
| 2024-07-11 | Rollup merge of #124599 - estebank:issue-41708, r=wesleywiser | Matthias Krüger | -19/+70 |
| 2024-07-11 | Use uplifted `rustc-stable-hash` crate in `rustc_data_structures` | Urgau | -1049/+22 |
| 2024-07-11 | Auto merge of #127487 - tgross35:f16-f128-simd, r=Amanieu | bors | -0/+2 |
| 2024-07-11 | solve -> solve/mod | lcnr | -0/+0 |
| 2024-07-11 | Auto merge of #127311 - oli-obk:do_not_count_errors, r=compiler-errors | bors | -0/+3 |
| 2024-07-11 | Avoid follow-up errors and ICEs after missing lifetime errors on data structures | Oli Scherer | -0/+3 |
| 2024-07-11 | Remove extern "wasm" ABI | Nikita Popov | -59/+24 |
| 2024-07-11 | check is_ident before parse_ident | trevyn | -2/+2 |
| 2024-07-11 | Auto merge of #127097 - compiler-errors:async-closure-lint, r=oli-obk | bors | -18/+152 |
| 2024-07-11 | Allows `#[diagnostic::do_not_recommend]` to supress trait impls in suggestion... | Georg Semmler | -0/+19 |
| 2024-07-11 | Auto merge of #127575 - chenyukang:yukang-fix-struct-fields-ice, r=compiler-e... | bors | -26/+56 |
| 2024-07-10 | Fix diagnostic and add a test for it | Michael Goulet | -1/+1 |
| 2024-07-10 | Make sure that labels are defined after the primary span in diagnostics | Michael Goulet | -0/+9 |
| 2024-07-10 | Auto merge of #127560 - oli-obk:safe_clobber, r=nnethercote | bors | -14/+3 |
| 2024-07-10 | Auto merge of #127419 - trevyn:issue-125446, r=fee1-dead | bors | -61/+101 |
| 2024-07-11 | report pat no field error no recoverd struct variant | yukang | -26/+56 |
| 2024-07-10 | Rollup merge of #127570 - lcnr:normalize-cool, r=compiler-errors | Matthias Krüger | -13/+10 |
| 2024-07-10 | Rollup merge of #127568 - lcnr:undo-leakcheck, r=oli-obk | Matthias Krüger | -54/+12 |
| 2024-07-10 | Rollup merge of #127094 - Borgerr:E0191-suggestion-correction, r=fmease | Matthias Krüger | -1/+13 |
| 2024-07-10 | simplify and future-proof `needs_normalization` | lcnr | -13/+10 |
| 2024-07-10 | instantiate higher ranked goals in candidate selection | lcnr | -54/+12 |
| 2024-07-10 | Update `Cargo.lock` and remove duplicated impl | Guillaume Gomez | -10/+6 |
| 2024-07-10 | Merge commit '98ed962c7d3eebe12c97588e61245273d265e72f' into master | Guillaume Gomez | -1137/+2684 |