about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-09-30Rollup merge of #131038 - onkoe:fix/adt_const_params_leak_118179, r=compiler-...Matthias Krüger-5/+12
2024-09-30Rollup merge of #131035 - dingxiangfei2009:tweak-if-let-rescope-lint, r=jieyouxuMatthias Krüger-2/+28
2024-09-30apply suggestionsDing Xiang Fei-1/+2
2024-09-30Rollup merge of #131057 - Urgau:cfg-erronous-unsafe, r=jieyouxuMatthias Krüger-2/+2
2024-09-30Reject leading unsafe in `cfg!(...)` and `--check-cfg`.Urgau-2/+2
2024-09-29fix(hir_analysis/wfcheck): don't leak {type error}Barrett Ray-5/+12
2024-09-30Auto merge of #129499 - fee1-dead-contrib:supereffects, r=compiler-errorsbors-31/+111
2024-09-30preserve brackets around if-lets and skip while-letsDing Xiang Fei-2/+27
2024-09-29Rollup merge of #130990 - RalfJung:mir-const-normalize, r=compiler-errorsMatthias Krüger-28/+10
2024-09-29Rollup merge of #130972 - RalfJung:const_cell_into_inner, r=dtolnayMatthias Krüger-13/+0
2024-09-29Rollup merge of #131014 - matthiaskrgr:no_clone_on_copy, r=chenyukangMatthias Krüger-18/+13
2024-09-29Rollup merge of #131013 - matthiaskrgr:unwrapordefault, r=jieyouxuMatthias Krüger-11/+5
2024-09-29Rollup merge of #131011 - matthiaskrgr:no_into, r=jieyouxuMatthias Krüger-7/+4
2024-09-29cleanup: don't clone types that are CopyMatthias Krüger-18/+13
2024-09-29cleanup: don't manually `unwrap_or_default()`Matthias Krüger-11/+5
2024-09-29cleanup: don't `.into()` identical typesMatthias Krüger-7/+4
2024-09-29extend comment in global_llvm_features regarding target-cpu=native handlingRalf Jung-0/+5
2024-09-29fix cranelift CIRalf Jung-13/+0
2024-09-29Auto merge of #129687 - Urgau:rfc3127-sysroot-2, r=jieyouxubors-49/+56
2024-09-28tweak Const::identity_unevaluated name and docsRalf Jung-11/+9
2024-09-28try to get rid of mir::Const::normalizeRalf Jung-19/+3
2024-09-28Rollup merge of #130976 - matthiaskrgr:clonee, r=jieyouxuMatthias Krüger-2/+2
2024-09-28Rollup merge of #130960 - cuviper:cdylib-soname, r=petrochenkovMatthias Krüger-15/+70
2024-09-28remove couple redundant clonesMatthias Krüger-2/+2
2024-09-28Auto merge of #130964 - matthiaskrgr:rollup-suriuub, r=matthiaskrgrbors-161/+169
2024-09-28Rollup merge of #130944 - lukas-code:ptr-ptr-sub, r=compiler-errorsMatthias Krüger-1/+1
2024-09-28Rollup merge of #130924 - surechen:fix_130851, r=compiler-errorsMatthias Krüger-3/+3
2024-09-28Rollup merge of #130866 - compiler-errors:dyn-instantiate-binder, r=lcnrMatthias Krüger-157/+165
2024-09-28Auto merge of #130874 - klensy:bumpme, r=jieyouxubors-6/+6
2024-09-28Auto merge of #130948 - GuillaumeGomez:subtree-update, r=GuillaumeGomezbors-365/+942
2024-09-27Only add an automatic SONAME for Rust dylibsJosh Stone-15/+70
2024-09-27Auto merge of #130946 - matthiaskrgr:rollup-ia4mf0y, r=matthiaskrgrbors-238/+251
2024-09-27FmtGuillaume Gomez-3/+2
2024-09-27Merge commit '3187d32079b817522cc17413ec9185b130daf693' into subtree-updateGuillaume Gomez-365/+943
2024-09-27Get rid of a_is_expected from ToTraceMichael Goulet-112/+36
2024-09-27Instantiate binders when checking supertrait upcastingMichael Goulet-48/+132
2024-09-27Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...Matthias Krüger-238/+251
2024-09-27borrowck: use subtyping instead of equality for ptr-to-ptr castsLukas Markeffsky-1/+1
2024-09-27Rollup merge of #130927 - lcnr:normalizes-to-comments, r=compiler-errorsMatthias Krüger-8/+8
2024-09-27Rollup merge of #130917 - gurry:129503-ice-wrong-span-in-macros, r=chenyukangMatthias Krüger-1/+9
2024-09-27Rollup merge of #130916 - cuviper:compiler-raw_ref_op, r=compiler-errorsMatthias Krüger-13/+13
2024-09-27Rollup merge of #130873 - taiki-e:ppc64-atomic, r=AmanieuMatthias Krüger-0/+2
2024-09-27Rollup merge of #130435 - madsmtm:move-apple-link-args, r=petrochenkovMatthias Krüger-121/+134
2024-09-27Rollup merge of #129087 - slanterns:option_get_or_insert_default, r=dtolnayMatthias Krüger-1/+0
2024-09-27properly elaborate effects implied bounds for super traitsDeadbeef-31/+111
2024-09-27update outdated commentslcnr-8/+8
2024-09-27Implement RFC3137 trim-paths sysroot changesUrgau-49/+56
2024-09-27Make clashing_extern_declarations considering generic args for ADT fieldsurechen-3/+3
2024-09-27bump few depsklensy-6/+6
2024-09-26Rollup merge of #130912 - estebank:point-at-arg-type, r=compiler-errorsJubilee-2/+2