about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-01-21Auto merge of #120100 - oli-obk:astconv_lifetimes, r=BoxyUwUbors-75/+82
2024-01-20Rollup merge of #120063 - clubby789:remove-box-handling, r=NilstriebGuillaume Gomez-21/+7
2024-01-20Auto merge of #108359 - Zoxc:side-effects-tweak, r=cjgillotbors-6/+8
2024-01-20Auto merge of #116185 - Zoxc:rem-one-thread, r=cjgillotbors-64/+8
2024-01-20Avoid code generation for ThinVec<Diagnostic>'s destructor in the query systemJohn Kåre Alsaker-6/+8
2024-01-20Auto merge of #120003 - Mark-Simulacrum:opt-promoted, r=davidtwcobors-30/+87
2024-01-20Rollup merge of #120155 - compiler-errors:no-erased-when-promoting, r=aliemjayMatthias Krüger-5/+9
2024-01-20Rollup merge of #120148 - trevyn:issue-117965, r=cjgillotMatthias Krüger-1/+2
2024-01-20Rollup merge of #120135 - oli-obk:smir_private, r=celinvalMatthias Krüger-2/+2
2024-01-20Rollup merge of #119752 - estebank:ice-ice, r=fmeaseMatthias Krüger-11/+21
2024-01-20Rollup merge of #119613 - gavinleroy:expose-obligations, r=lcnrMatthias Krüger-64/+121
2024-01-20Rollup merge of #118799 - GKFX:stabilize-simple-offsetof, r=wesleywiserMatthias Krüger-3/+18
2024-01-20Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnrbors-31/+11
2024-01-20Auto merge of #120136 - matthiaskrgr:rollup-3zzb0z9, r=matthiaskrgrbors-79/+177
2024-01-20Don't use ReErased to detect type test promotion failedMichael Goulet-5/+9
2024-01-19perf: Don't track specific live points for promotedsMark Rousskov-30/+87
2024-01-20Auto merge of #116672 - maurer:128-align, r=nikicbors-92/+110
2024-01-19Account for traits using self-trait by name without `dyn`Esteban Küber-8/+16
2024-01-19Avoid ICE: Check diagnostic is error before downgradingEsteban Küber-3/+5
2024-01-20Don't delete any lifetimes with boundstrevyn-1/+2
2024-01-19Split remaining offset_of features into new tracking issuesGeorge Bateman-3/+3
2024-01-19Stabilize simple offset_ofGeorge Bateman-2/+17
2024-01-19Rollup merge of #120134 - oli-obk:newtype_index_private_field, r=compiler-errorsMatthias Krüger-8/+8
2024-01-19Rollup merge of #120126 - sjwang05:issue-102269, r=compiler-errorsMatthias Krüger-7/+90
2024-01-19Rollup merge of #120009 - Nadrieril:never_patterns_tyck, r=compiler-errorsMatthias Krüger-2/+32
2024-01-19Rollup merge of #119835 - Nadrieril:simplify-empty-logic, r=compiler-errorsMatthias Krüger-51/+30
2024-01-19Rollup merge of #119815 - nagisa:nagisa/polishes-libloading-use-somewhat, r=b...Matthias Krüger-10/+17
2024-01-19Rollup merge of #117561 - tgross35:split-array, r=scottmcmMatthias Krüger-1/+0
2024-01-19Auto merge of #120123 - lcnr:sadboi-compat, r=jackh726bors-2/+10
2024-01-19Make the remaining "private" fields actually privateOli Scherer-2/+2
2024-01-19Auto merge of #120121 - matthiaskrgr:rollup-razammh, r=matthiaskrgrbors-31/+59
2024-01-19Restrict access to the private field of newtype indexesOli Scherer-8/+8
2024-01-19Add trait obligation tracking to FulfillCtxt and expose FnCtxt in rustc_infer...Gavin Gray-64/+121
2024-01-19use implied bounds compat mode in MIR borrowcklcnr-2/+10
2024-01-19Always use RevealAll for const eval queriesOli Scherer-31/+11
2024-01-19Update more data layoutsNikita Popov-7/+7
2024-01-19LLVM 18 x86 data layout updateMatthew Maurer-85/+103
2024-01-19Suggest .swap() instead of mem::swap() in more casessjwang05-7/+92
2024-01-19Auto merge of #120112 - matthiaskrgr:rollup-48o3919, r=matthiaskrgrbors-205/+422
2024-01-19Rollup merge of #120118 - kapilsinha:patch-1, r=NilstriebMatthias Krüger-3/+3
2024-01-19Rollup merge of #120107 - shepmaster:dead-code-repr-transparent, r=NilstriebMatthias Krüger-8/+10
2024-01-19Rollup merge of #119062 - compiler-errors:asm-in-let-else, r=davidtwco,est31Matthias Krüger-20/+46
2024-01-19Auto merge of #120069 - Mark-Simulacrum:fast-memcpy, r=oli-obkbors-12/+19
2024-01-19Auto merge of #120076 - Mark-Simulacrum:unhash, r=cjgillotbors-6/+28
2024-01-19Auto merge of #120006 - cjgillot:no-hir-owner, r=wesleywiserbors-146/+48
2024-01-18Fix typo in documentation in base.rskapilsinha-3/+3
2024-01-18Typecheck never patternsNadrieril-2/+32
2024-01-18Rollup merge of #120101 - mj10021:issue-120090-fix, r=WaffleLapkinMatthias Krüger-2/+2
2024-01-18Rollup merge of #120037 - compiler-errors:remove-next-root-var-helper, r=lcnrMatthias Krüger-6/+2
2024-01-18Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasperMatthias Krüger-177/+286