about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-08-24Auto merge of #115147 - estebank:issue-114311, r=davidtwcobors-88/+91
2023-08-24Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkovbors-5/+217
2023-08-24Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonurbors-25/+25
2023-08-24Parse unnamed fields and anonymous structs or unionsFrank King-5/+217
2023-08-24Auto merge of #114860 - Zoxc:sharded-layout, r=SparrowLiibors-41/+49
2023-08-24Auto merge of #115012 - Zoxc:thir-check-root, r=cjgillotbors-1/+2
2023-08-23Bump cfg(bootstrap)Mark Rousskov-19/+19
2023-08-23Suggest mutable borrow on read only for-loop that should be mutableEsteban Küber-88/+91
2023-08-23Default relax_elf_relocations to trueFangrui Song-3/+2
2023-08-23Rollup merge of #115106 - durin42:llvm-18-symtabwritingmode, r=nikicGuillaume Gomez-0/+5
2023-08-23Rollup merge of #115102 - Urgau:invalid_ref_casting-book-note, r=est31Guillaume Gomez-0/+4
2023-08-23Auto merge of #114790 - taiki-e:asm-maybe-uninit, r=Amanieubors-19/+34
2023-08-23Allow MaybeUninit in input and output of inline assemblyTaiki Endo-19/+34
2023-08-23Improve note for the invalid_reference_casting lintUrgau-0/+4
2023-08-23Rollup merge of #115114 - tmiasko:115052, r=compiler-errorsDylan DPC-7/+3
2023-08-23Rollup merge of #115100 - Urgau:invalid_ref_casting-ptr-writes, r=est31Dylan DPC-17/+50
2023-08-23Rollup merge of #115092 - ouz-a:smir_generic_of, r=spastorinoDylan DPC-13/+129
2023-08-22Auto merge of #115005 - compiler-errors:passes, r=cjgillotbors-1/+5
2023-08-22Auto merge of #114643 - dpaoliello:inlinedebuginfo, r=wesleywiserbors-51/+80
2023-08-22Fix spelling mistakeWesley Wiser-1/+1
2023-08-22add generics_of to smirouz-a-13/+129
2023-08-22ArchiveWrapper: handle LLVM API updateAugie Fackler-0/+5
2023-08-22Auto merge of #115104 - compiler-errors:rollup-8235xz5, r=compiler-errorsbors-40/+176
2023-08-22Rollup merge of #115087 - Nilstrieb:sizeassert, r=fee1-deadMichael Goulet-0/+12
2023-08-22Rollup merge of #115077 - estebank:issue-115019, r=compiler-errorsMichael Goulet-1/+15
2023-08-22Rollup merge of #115011 - compiler-errors:warn-on-elided-assoc-ct-lt, r=cjgillotMichael Goulet-24/+109
2023-08-22Do not emit invalid suggestion in E0191 when spans overlapEsteban Küber-1/+15
2023-08-22Auto merge of #115066 - allaboutevemirolive:pluralize_macro, r=Nilstriebbors-1/+2
2023-08-22Add support for ptr::write for the invalid_reference_casting lintUrgau-17/+50
2023-08-22unknown unstable lint command linemojave2-15/+40
2023-08-22Replace version placeholders with 1.73.0Mark Rousskov-6/+6
2023-08-22Convert it into a warningNilstrieb-1/+6
2023-08-22Add disclaimer on size assertion macroNilstrieb-0/+7
2023-08-22Contents of reachable statics is reachableTomasz Miąsko-7/+3
2023-08-21Rollup merge of #115054 - waywardmonkeys:fix-syntax-in-e0191, r=compiler-errorsMatthias Krüger-3/+3
2023-08-21Rollup merge of #115044 - RalfJung:smir, r=spastorinoMatthias Krüger-1/+1
2023-08-21Redefine the pluralize macro's armallaboutevemirolive-1/+2
2023-08-21stable_mir: docs clarificationRalf Jung-1/+1
2023-08-21Fix syntax in E0191 explanation.Bruce Mitchener-3/+3
2023-08-20Add projection obligations when comparing impl tooJack Huey-1/+8
2023-08-20Auto merge of #114993 - RalfJung:panic-nounwind, r=fee1-deadbors-174/+180
2023-08-20sync printing of MIR terminators with their new names (and dedup some to-str ...Ralf Jung-44/+27
2023-08-20avoid return in tail positionRalf Jung-1/+1
2023-08-20interpret: have assert_* intrinsics call the panic machinery instead of a dir...Ralf Jung-21/+27
2023-08-20interpret/miri: call panic_cannot_unwind lang item instead of hard-coding the...Ralf Jung-3/+14
2023-08-20give some unwind-related terminators a more clear nameRalf Jung-110/+116
2023-08-20Auto merge of #114791 - Zalathar:bcb-counter, r=cjgillotbors-102/+146
2023-08-20Auto merge of #114990 - Zoxc:else-if-overflow, r=cjgillotbors-2/+4
2023-08-20Ensure that THIR unsafety check is done before stealing it. Fixes #111520.John Kåre Alsaker-1/+2
2023-08-20Auto merge of #113124 - nbdd0121:eh_frame, r=cjgillotbors-12/+88