| Age | Commit message (Expand) | Author | Lines |
| 2024-09-30 | Rollup merge of #131038 - onkoe:fix/adt_const_params_leak_118179, r=compiler-... | Matthias Krüger | -5/+12 |
| 2024-09-30 | Rollup merge of #131035 - dingxiangfei2009:tweak-if-let-rescope-lint, r=jieyouxu | Matthias Krüger | -2/+28 |
| 2024-09-30 | apply suggestions | Ding Xiang Fei | -1/+2 |
| 2024-09-30 | Rollup merge of #131057 - Urgau:cfg-erronous-unsafe, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2024-09-30 | Reject leading unsafe in `cfg!(...)` and `--check-cfg`. | Urgau | -2/+2 |
| 2024-09-29 | fix(hir_analysis/wfcheck): don't leak {type error} | Barrett Ray | -5/+12 |
| 2024-09-30 | Auto merge of #129499 - fee1-dead-contrib:supereffects, r=compiler-errors | bors | -31/+111 |
| 2024-09-30 | preserve brackets around if-lets and skip while-lets | Ding Xiang Fei | -2/+27 |
| 2024-09-29 | Rollup merge of #130990 - RalfJung:mir-const-normalize, r=compiler-errors | Matthias Krüger | -28/+10 |
| 2024-09-29 | Rollup merge of #130972 - RalfJung:const_cell_into_inner, r=dtolnay | Matthias Krüger | -13/+0 |
| 2024-09-29 | Rollup merge of #131014 - matthiaskrgr:no_clone_on_copy, r=chenyukang | Matthias Krüger | -18/+13 |
| 2024-09-29 | Rollup merge of #131013 - matthiaskrgr:unwrapordefault, r=jieyouxu | Matthias Krüger | -11/+5 |
| 2024-09-29 | Rollup merge of #131011 - matthiaskrgr:no_into, r=jieyouxu | Matthias Krüger | -7/+4 |
| 2024-09-29 | cleanup: don't clone types that are Copy | Matthias Krüger | -18/+13 |
| 2024-09-29 | cleanup: don't manually `unwrap_or_default()` | Matthias Krüger | -11/+5 |
| 2024-09-29 | cleanup: don't `.into()` identical types | Matthias Krüger | -7/+4 |
| 2024-09-29 | extend comment in global_llvm_features regarding target-cpu=native handling | Ralf Jung | -0/+5 |
| 2024-09-29 | fix cranelift CI | Ralf Jung | -13/+0 |
| 2024-09-29 | Auto merge of #129687 - Urgau:rfc3127-sysroot-2, r=jieyouxu | bors | -49/+56 |
| 2024-09-28 | tweak Const::identity_unevaluated name and docs | Ralf Jung | -11/+9 |
| 2024-09-28 | try to get rid of mir::Const::normalize | Ralf Jung | -19/+3 |
| 2024-09-28 | Rollup merge of #130976 - matthiaskrgr:clonee, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2024-09-28 | Rollup merge of #130960 - cuviper:cdylib-soname, r=petrochenkov | Matthias Krüger | -15/+70 |
| 2024-09-28 | remove couple redundant clones | Matthias Krüger | -2/+2 |
| 2024-09-28 | Auto merge of #130964 - matthiaskrgr:rollup-suriuub, r=matthiaskrgr | bors | -161/+169 |
| 2024-09-28 | Rollup merge of #130944 - lukas-code:ptr-ptr-sub, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-09-28 | Rollup merge of #130924 - surechen:fix_130851, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2024-09-28 | Rollup merge of #130866 - compiler-errors:dyn-instantiate-binder, r=lcnr | Matthias Krüger | -157/+165 |
| 2024-09-28 | Auto merge of #130874 - klensy:bumpme, r=jieyouxu | bors | -6/+6 |
| 2024-09-28 | Auto merge of #130948 - GuillaumeGomez:subtree-update, r=GuillaumeGomez | bors | -365/+942 |
| 2024-09-27 | Only add an automatic SONAME for Rust dylibs | Josh Stone | -15/+70 |
| 2024-09-27 | Auto merge of #130946 - matthiaskrgr:rollup-ia4mf0y, r=matthiaskrgr | bors | -238/+251 |
| 2024-09-27 | Fmt | Guillaume Gomez | -3/+2 |
| 2024-09-27 | Merge commit '3187d32079b817522cc17413ec9185b130daf693' into subtree-update | Guillaume Gomez | -365/+943 |
| 2024-09-27 | Get rid of a_is_expected from ToTrace | Michael Goulet | -112/+36 |
| 2024-09-27 | Instantiate binders when checking supertrait upcasting | Michael Goulet | -48/+132 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -238/+251 |
| 2024-09-27 | borrowck: use subtyping instead of equality for ptr-to-ptr casts | Lukas Markeffsky | -1/+1 |
| 2024-09-27 | Rollup merge of #130927 - lcnr:normalizes-to-comments, r=compiler-errors | Matthias Krüger | -8/+8 |
| 2024-09-27 | Rollup merge of #130917 - gurry:129503-ice-wrong-span-in-macros, r=chenyukang | Matthias Krüger | -1/+9 |
| 2024-09-27 | Rollup merge of #130916 - cuviper:compiler-raw_ref_op, r=compiler-errors | Matthias Krüger | -13/+13 |
| 2024-09-27 | Rollup merge of #130873 - taiki-e:ppc64-atomic, r=Amanieu | Matthias Krüger | -0/+2 |
| 2024-09-27 | Rollup merge of #130435 - madsmtm:move-apple-link-args, r=petrochenkov | Matthias Krüger | -121/+134 |
| 2024-09-27 | Rollup merge of #129087 - slanterns:option_get_or_insert_default, r=dtolnay | Matthias Krüger | -1/+0 |
| 2024-09-27 | properly elaborate effects implied bounds for super traits | Deadbeef | -31/+111 |
| 2024-09-27 | update outdated comments | lcnr | -8/+8 |
| 2024-09-27 | Implement RFC3137 trim-paths sysroot changes | Urgau | -49/+56 |
| 2024-09-27 | Make clashing_extern_declarations considering generic args for ADT field | surechen | -3/+3 |
| 2024-09-27 | bump few deps | klensy | -6/+6 |
| 2024-09-26 | Rollup merge of #130912 - estebank:point-at-arg-type, r=compiler-errors | Jubilee | -2/+2 |