about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-02-19switch to limiting the number of init/uninit chunksErik Desjardins-25/+14
2022-02-18Use undef for partially-uninit constants up to 1024 bytesErik Desjardins-4/+6
2022-02-18Auto merge of #93766 - petrochenkov:doclinkregr, r=camelid,GuillaumeGomezbors-8/+11
2022-02-18rustdoc: Collect traits in scope for lang itemsVadim Petrochenkov-8/+11
2022-02-18Auto merge of #94088 - oli-obk:revert, r=jackh726bors-78/+88
2022-02-17Rollup merge of #94043 - DrMeepster:box_alloc_ice, r=oli-obkMatthias Krüger-1/+3
2022-02-17Rollup merge of #94011 - est31:let_else, r=lcnrMatthias Krüger-83/+43
2022-02-17Rollup merge of #93758 - nnethercote:improve-folding-comments, r=BoxyUwUMatthias Krüger-77/+113
2022-02-17Rollup merge of #93337 - Amanieu:asm_tracking, r=tmiaskoMatthias Krüger-4/+4
2022-02-17Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"Oli Scherer-78/+88
2022-02-17Auto merge of #93577 - nikic:llvm-14, r=nagisabors-22/+44
2022-02-17Improve comments about type folding/visiting.Nicholas Nethercote-77/+113
2022-02-17Rollup merge of #94031 - danielhenrymantilla:diagnostics/union-drop-suggest-c...Matthias Krüger-2/+7
2022-02-17Rollup merge of #94030 - ChayimFriedman2:issue-94010, r=petrochenkovMatthias Krüger-31/+35
2022-02-17Rollup merge of #93996 - notriddle:notriddle/magically-becomes-a-function, r=...Matthias Krüger-0/+12
2022-02-17Rollup merge of #93981 - ChayimFriedman2:slice-pat-reference-option-result, r...Matthias Krüger-24/+32
2022-02-17Rollup merge of #93693 - rukai:91550, r=davidtwcoMatthias Krüger-13/+29
2022-02-17Auto merge of #94040 - Mark-Simulacrum:destabilize-load-store, r=Amanieubors-2/+4
2022-02-16add comment explaining the checkDrMeepster-0/+2
2022-02-16Adopt let_else in even more placesest31-83/+43
2022-02-16Expose unstable llvm14-builtins-abi target feature for cfg useNikita Popov-16/+24
2022-02-16Update data layout for wasm32 targetsNikita Popov-3/+7
2022-02-16Update data layout for 32-bit msvc targetsNikita Popov-3/+13
2022-02-16Rollup merge of #94037 - tmiasko:verbose, r=Mark-SimulacrumMatthias Krüger-5/+0
2022-02-16Rollup merge of #94020 - tmiasko:pp, r=oli-obkMatthias Krüger-29/+45
2022-02-16Rollup merge of #94017 - fee1-dead:unub, r=bjorn3Matthias Krüger-2/+4
2022-02-16Rollup merge of #92366 - jhpratt:derive-default-enum, r=Mark-SimulacrumMatthias Krüger-3/+0
2022-02-16Do not suggest "is a function" for free variablesMichael Howell-0/+12
2022-02-16Destabilize cfg(target_has_atomic_load_store = ...)Mark Rousskov-2/+4
2022-02-16Add mentions to `Copy` for `union` fieldsDaniel Henry-Mantilla-2/+7
2022-02-16Correctly mark the span of captured arguments in `format_args!()`Chayim Refael Friedman-31/+35
2022-02-15fix assumption that ScalarPair Box is always a fat pointerDrMeepster-1/+1
2022-02-16Cleanup usesLucas Kent-5/+4
2022-02-16Make implementation genericLucas Kent-21/+29
2022-02-16Suggest deriving required supertraitsLucas Kent-4/+13
2022-02-16Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obkbors-21/+32
2022-02-16Fix inconsistent symbol mangling with -ZverboseTomasz Miąsko-5/+0
2022-02-15Auto merge of #94021 - tmiasko:inline, r=nagisabors-0/+20
2022-02-16Support pretty printing of invalid constantsTomasz Miąsko-29/+45
2022-02-15try to bless 32bit mir tests manuallyb-naber-8/+4
2022-02-15Auto merge of #93439 - abrown:cf-protection, r=nagisabors-5/+63
2022-02-15use AllocId and Ty in ExprKind::StaticRef and delay ConstValue constructionb-naber-18/+16
2022-02-15use mir::Visitor when collecting alloc_ids in pretty printingb-naber-7/+19
2022-02-15treat mir::ConstantKind::Val correctly in check_static_ptrb-naber-1/+1
2022-02-15use ConstantKind::Val in StaticRefb-naber-1/+6
2022-02-15Auto merge of #93820 - compiler-errors:gat-wfcheck, r=jackh726bors-192/+272
2022-02-15Inline LocalExpnId::from_raw and LocalExpnId::as_rawTomasz Miąsko-0/+2
2022-02-15Inline Target::derefTomasz Miąsko-0/+2
2022-02-15Inline GenericArg conversion functionsTomasz Miąsko-0/+4
2022-02-15Inline UnifyKey::index and UnifyKey::from_indexTomasz Miąsko-0/+12