about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-02-17Add module-level docs for `rustc_middle::query`pierwill-0/+6
2022-02-17Auto merge of #93577 - nikic:llvm-14, r=nagisabors-22/+44
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-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-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
2022-02-15Add removed comments back in self-outlives-lintMichael Goulet-1/+0
2022-02-15add some more comments to GAT where clause checkMichael Goulet-19/+62
2022-02-15make the gat wfcheck algorithm a loopMichael Goulet-57/+103
2022-02-15check associated types tooMichael Goulet-27/+27
2022-02-15check all GATs at onceMichael Goulet-99/+90
2022-02-15rename some variables in gat wfcheckMichael Goulet-25/+18
2022-02-15introduce gather_gat_boundsMichael Goulet-123/+131
2022-02-15Rollup merge of #94001 - durin42:llvm-15-uwtable, r=nikicMatthias Krüger-5/+24
2022-02-15Rollup merge of #93999 - barzamin:suggest-raw-strings, r=jackh726Matthias Krüger-0/+9
2022-02-15Auto merge of #93148 - nnethercote:Uniq, r=fee1-deadbors-1577/+1804
2022-02-15Clarify confusing UB statement in MIRDeadbeef-2/+4
2022-02-15Auto merge of #93176 - danielhenrymantilla:stack-pinning-macro, r=m-ou-sebors-0/+4
2022-02-15Address review comments.Nicholas Nethercote-11/+7