about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-05-06changes from review: add FIXME to clippy and change subst_identity to skip_bi...Kyle Matsuda-3/+6
2023-05-06make subst_mir take EarlyBinderKyle Matsuda-6/+11
2023-05-06use EarlyBinder in tcx.(try_)subst_mir_and_normalize_erasing_regionsKyle Matsuda-12/+20
2023-05-06make (try_)subst_and_normalize_erasing_regions take EarlyBinderKyle Matsuda-15/+14
2023-05-06Auto merge of #111304 - matthiaskrgr:rollup-b9twh7l, r=matthiaskrgrbors-127/+264
2023-05-06Rollup merge of #111289 - clubby789:fix-111280, r=jyn514Matthias Krüger-2/+27
2023-05-06Rollup merge of #111274 - cuviper:print-target-cpus, r=Mark-SimulacrumMatthias Krüger-14/+16
2023-05-06Rollup merge of #111237 - loongarch-rs:clobber-abi, r=AmanieuMatthias Krüger-0/+20
2023-05-06Rollup merge of #111203 - Kobzol:remark-print-kind, r=tmiaskoMatthias Krüger-2/+13
2023-05-06Rollup merge of #111151 - ozkanonur:syntax-check-on-bootstrap-scripts, r=Mark...Matthias Krüger-1/+9
2023-05-06Rollup merge of #111077 - cjgillot:const-prop-unit, r=Mark-SimulacrumMatthias Krüger-106/+177
2023-05-06Rollup merge of #111002 - Zalathar:x-suggest-dirs, r=Mark-SimulacrumMatthias Krüger-2/+2
2023-05-06Auto merge of #110972 - ehuss:remove-awscli, r=pietroalbinibors-51/+6
2023-05-06Auto merge of #110907 - Bryanskiy:privacy_ef, r=petrochenkovbors-145/+181
2023-05-06Auto merge of #111287 - matthiaskrgr:rollup-9lzax2c, r=matthiaskrgrbors-413/+1067
2023-05-06Check arguments length in trivial diagnostic lintclubby789-2/+27
2023-05-06Rollup merge of #111279 - compiler-errors:core-item-resolve, r=cjgillotMatthias Krüger-14/+73
2023-05-06Rollup merge of #111230 - zacklukem:eq-less-to-less-eq, r=compiler-errorsMatthias Krüger-1/+79
2023-05-06Rollup merge of #111167 - cuviper:type-decl-disubprogram, r=michaelwoeristerMatthias Krüger-34/+109
2023-05-06Rollup merge of #110989 - jyn514:bug-report-url, r=WaffleLapkinMatthias Krüger-114/+118
2023-05-06Rollup merge of #110985 - Amanieu:normalize_asm_spans, r=b-naberMatthias Krüger-3/+31
2023-05-06Rollup merge of #110610 - spastorino:smir-terminator, r=oli-obkMatthias Krüger-13/+209
2023-05-06Rollup merge of #110577 - compiler-errors:drop-impl-fulfill, r=lcnrMatthias Krüger-234/+448
2023-05-06Auto merge of #109421 - mhammerly:extern-force-option, r=petrochenkovbors-2/+78
2023-05-06Fix spans in LLVM-generated inline asm errorsAmanieu d'Antras-3/+31
2023-05-06Auto merge of #104872 - luqmana:packed-union-align, r=oli-obkbors-81/+397
2023-05-06More robust debug assertions for `Instance::resolve` on built-in traits with ...Michael Goulet-14/+73
2023-05-06Auto merge of #107129 - wesleywiser:musl_1.2_upgrade, r=petrochenkovbors-16/+7
2023-05-06Auto merge of #111271 - JohnTitor:rollup-t07qk1c, r=JohnTitorbors-387/+403
2023-05-05Expand the LLVM coverage of `--print target-cpus`Josh Stone-14/+16
2023-05-06Rollup merge of #111261 - compiler-errors:error-guaranteed-should-be-scarier-...Yuki Okushi-16/+35
2023-05-06Rollup merge of #111251 - mj10021:issue-109502-follow-up, r=oli-obkYuki Okushi-13/+21
2023-05-06Rollup merge of #111246 - lcnr:no-escaping-bound-vars, r=compiler-errorsYuki Okushi-131/+46
2023-05-06Rollup merge of #111239 - TaKO8Ki:fix-111232, r=compiler-errorsYuki Okushi-1/+22
2023-05-06Rollup merge of #111139 - fortanix:raoul/fix_mxcsr_configuration_dependent_ti...Yuki Okushi-1/+5
2023-05-06Rollup merge of #110830 - Freaky:freebsd-cpuset, r=thomccYuki Okushi-0/+19
2023-05-06Rollup merge of #110780 - notriddle:notriddle/slice-index, r=GuillaumeGomezYuki Okushi-2/+109
2023-05-06Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiserYuki Okushi-223/+146
2023-05-05Reorder to keep duplicate checks in sync.Luqman Aden-7/+12
2023-05-05Review feedbackLuqman Aden-14/+23
2023-05-05Don't discard preferred alignment in scalar pair.Luqman Aden-4/+2
2023-05-05Factor out checks in layout check and add helper inherent_size.Luqman Aden-55/+63
2023-05-05Add additional test case for repr(packed) allowing union abi opt to kick in.Luqman Aden-2/+33
2023-05-05Add test cases for #104802.Luqman Aden-11/+120
2023-05-05Incorporate review feedback from 103926.Luqman Aden-38/+33
2023-05-05Add helper methods inherent_align and to_union on Abi.Luqman Aden-1/+26
2023-05-05Do not use scalar layout if there are ZSTs with alignment > 1Oli Scherer-21/+157
2023-05-05Auto merge of #111255 - flip1995:clippyup, r=Manishearthbors-444/+2230
2023-05-05add "force" option to --externMatt Hammerly-2/+78
2023-05-05add fn compile_test_with_passes()James Dietz-13/+21