| Age | Commit message (Expand) | Author | Lines |
| 2024-11-29 | Fix target_feature handling in freg of LoongArch inline assembly | Taiki Endo | -1/+1 |
| 2024-11-28 | Do not call `extern_crate` on current trait on crate mismatch errors | Esteban Küber | -0/+4 |
| 2024-11-28 | Auto merge of #133468 - lcnr:uwu4, r=BoxyUwU | bors | -279/+130 |
| 2024-11-28 | Replace `Symbol::intern` calls with preinterned symbols | clubby789 | -35/+40 |
| 2024-11-28 | Implement lint against `Symbol::intern` on a string literal | clubby789 | -2/+45 |
| 2024-11-29 | Support #[repr(simd)] types in input/output of PowerPC inline assembly | Taiki Endo | -11/+17 |
| 2024-11-28 | Reword error message of reserved AVR registers | Julian Frimmel | -1/+1 |
| 2024-11-28 | Support `clobber_abi` for AVR inline assembly | Julian Frimmel | -0/+27 |
| 2024-11-28 | Mark visionOS as supporting `std` | Mads Marquart | -2/+2 |
| 2024-11-28 | update comment | lcnr | -1/+10 |
| 2024-11-28 | ast_lowering: rm separate `def_id_parent` | lcnr | -96/+62 |
| 2024-11-28 | always create `DefId`s when lowering anon-consts | lcnr | -182/+58 |
| 2024-11-28 | Rollup merge of #133560 - clubby789:mut-mut-space, r=jieyouxu | Guillaume Gomez | -2/+5 |
| 2024-11-28 | Rollup merge of #133557 - Monadic-Cat:small_doc_fixes, r=bjorn3 | Guillaume Gomez | -3/+3 |
| 2024-11-28 | Rollup merge of #133487 - pitaj:reserve-guarded-strings, r=fee1-dead | Guillaume Gomez | -10/+44 |
| 2024-11-28 | Rollup merge of #133463 - taiki-e:aarch64-asm-x18, r=Amanieu | Guillaume Gomez | -11/+27 |
| 2024-11-28 | Rollup merge of #133452 - taiki-e:hexagon-asm-pred, r=Amanieu | Guillaume Gomez | -0/+14 |
| 2024-11-28 | Rollup merge of #133422 - taiki-e:riscv-e-clobber-abi, r=Amanieu | Guillaume Gomez | -6/+51 |
| 2024-11-28 | Rollup merge of #133358 - compiler-errors:pin-coerce, r=eholk | Guillaume Gomez | -3/+8 |
| 2024-11-28 | support revealing defined opaque post borrowck | lcnr | -58/+126 |
| 2024-11-28 | uplift fold_regions to rustc_type_ir | lcnr | -114/+127 |
| 2024-11-28 | move target JSON (de)serialization to separate file | Ralf Jung | -789/+800 |
| 2024-11-28 | Improve span handling in `parse_expr_bottom`. | Nicholas Nethercote | -21/+14 |
| 2024-11-28 | Auto merge of #133561 - GuillaumeGomez:rollup-g4upmv4, r=GuillaumeGomez | bors | -40/+105 |
| 2024-11-28 | Rollup merge of #133547 - cuviper:span-set-entry, r=jieyouxu | Guillaume Gomez | -5/+7 |
| 2024-11-28 | Rollup merge of #133520 - compiler-errors:structurally-resolve-mir-borrowck, ... | Guillaume Gomez | -2/+40 |
| 2024-11-28 | Rollup merge of #133519 - compiler-errors:xform-ret-wf, r=lcnr | Guillaume Gomez | -0/+22 |
| 2024-11-28 | Rollup merge of #133428 - compiler-errors:rpitit-unsound, r=lcnr | Guillaume Gomez | -27/+21 |
| 2024-11-28 | Rollup merge of #133368 - compiler-errors:codegen-select-unconstrained-params... | Guillaume Gomez | -6/+15 |
| 2024-11-28 | Trim extra space in 'repeated `mut`' diagnostic | clubby789 | -2/+5 |
| 2024-11-28 | Auto merge of #133551 - matthiaskrgr:rollup-m0rr5oz, r=matthiaskrgr | bors | -371/+371 |
| 2024-11-27 | use intra-doc links for CodegenBackend::link | Monadic Cat | -1/+1 |
| 2024-11-27 | update comment (codegen_backend -> codegen_crate) | Monadic Cat | -2/+2 |
| 2024-11-27 | Rollup merge of #133521 - compiler-errors:structurally-resolve-cat-proj, r=lcnr | Matthias Krüger | -2/+7 |
| 2024-11-27 | Rollup merge of #133518 - compiler-errors:structurally-resolve-never, r=lcnr | Matthias Krüger | -2/+6 |
| 2024-11-27 | Rollup merge of #133418 - Zalathar:spans, r=jieyouxu | Matthias Krüger | -263/+229 |
| 2024-11-27 | Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillot | Matthias Krüger | -104/+129 |
| 2024-11-27 | Stabilize `extended_varargs_abi_support` | Soveu | -35/+7 |
| 2024-11-27 | Auto merge of #133509 - Urgau:dangling_lint_perf, r=Noratrieb | bors | -2/+2 |
| 2024-11-27 | Further simplifications | Michael Goulet | -21/+15 |
| 2024-11-27 | Check xform_ret_ty for WF in the new solver to improve method winnowing | Michael Goulet | -0/+22 |
| 2024-11-27 | Structurally resolve before applying projection in borrowck | Michael Goulet | -2/+40 |
| 2024-11-27 | Address review comments | Michael Goulet | -68/+74 |
| 2024-11-27 | Handle bounds that come from the trait itself | Michael Goulet | -27/+43 |
| 2024-11-27 | Robustify and genericize RTN resolution in RBV | Michael Goulet | -33/+88 |
| 2024-11-27 | rustc_span: Replace a `HashMap<_, ()>` with `HashSet` | Josh Stone | -5/+7 |
| 2024-11-27 | Auto merge of #133474 - RalfJung:gvn-miscompile, r=compiler-errors | bors | -1/+3 |
| 2024-11-27 | update cfgs | Boxy | -1/+1 |
| 2024-11-27 | show forbidden_lint_groups in future-compat reports | Ralf Jung | -1/+1 |
| 2024-11-27 | Auto merge of #133393 - compiler-errors:dyn-tweaks, r=lcnr,spastorino | bors | -74/+11 |