about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-07-11Hide niches in SIMD types, tooOli Scherer-6/+1
2022-07-11More obvious closure nameOli Scherer-4/+4
2022-07-08Create a custom layout path for UnsafeCell instead of piggy backing on the la...Oli Scherer-21/+39
2022-07-07Comment updateOli Scherer-2/+1
2022-07-07`UnsafeCell` now has no niches, ever.Oli Scherer-65/+48
2022-07-07Auto merge of #98827 - aDotInTheVoid:suggest-extern-block, r=nagisabors-24/+80
2022-07-07Auto merge of #98487 - cjgillot:variance-nohir, r=wesleywiserbors-130/+48
2022-07-06Auto merge of #98831 - RalfJung:no-more-unsized-locals, r=oli-obkbors-252/+293
2022-07-06Auto merge of #98987 - GuillaumeGomez:rollup-bcy32bp, r=GuillaumeGomezbors-171/+107
2022-07-06Rollup merge of #98984 - pierwill:patch-4, r=RalfJungGuillaume Gomez-1/+1
2022-07-06Rollup merge of #98983 - pierwill:patch-3, r=RalfJungGuillaume Gomez-0/+2
2022-07-06Rollup merge of #98519 - TaKO8Ki:add-head-span-field-to-item-and-impl-item, r...Guillaume Gomez-167/+103
2022-07-06Rollup merge of #96935 - thomcc:atomicptr-strict-prov, r=dtolnayGuillaume Gomez-3/+1
2022-07-06fix a strange ConstProp ICERalf Jung-2/+10
2022-07-06deduplicate some copy_op codeRalf Jung-87/+74
2022-07-06support passing unsized fn argumentsRalf Jung-12/+54
2022-07-06interpret: remove LocalValue::Unallocated, add Operand::UninitRalf Jung-176/+180
2022-07-06Remove erroneous doc commentpierwill-1/+1
2022-07-06docs: Add overview of `rustc_middle::mir::TerminatorKind`pierwill-0/+2
2022-07-06Auto merge of #98959 - cjgillot:late-bound-order, r=michaelwoeristerbors-3/+4
2022-07-06Suggest using block for `extern "abi" fn` with no bodyNixon Enraght-Moony-11/+54
2022-07-06fix miri-opt testsTakayuki Maeda-10/+6
2022-07-06use `named_span` in case of tuple variantTakayuki Maeda-7/+2
2022-07-06add `Node::Variant` to `Map::opt_span`Takayuki Maeda-1/+7
2022-07-06replace `guess_head_span` with `def_span`Takayuki Maeda-156/+95
2022-07-06Rollup merge of #98968 - RalfJung:scalar-sanity, r=oli-obkDylan DPC-7/+5
2022-07-06Rollup merge of #98967 - ClementTsang:fix_inaccessible_type_alias_plural_typo...Dylan DPC-1/+3
2022-07-06Rollup merge of #98964 - RalfJung:typo, r=Dylan-DPCDylan DPC-3/+3
2022-07-06Rollup merge of #98884 - davidtwco:translation-on-lints-derive, r=oli-obkDylan DPC-679/+920
2022-07-06Rollup merge of #98881 - cjgillot:q-def-kind, r=fee1-deadDylan DPC-7/+11
2022-07-06Fix double spacefee1-dead-1/+1
2022-07-06Auto merge of #98206 - eggyal:align-to-chalk-folding-api, r=jackh726bors-1293/+1468
2022-07-06Update TypeVisitor pathsAlan Egerton-136/+150
2022-07-05finally enable Scalar layout sanity checksRalf Jung-7/+5
2022-07-05fix typo in note about multiple inaccessible type aliasesClementTsang-1/+3
2022-07-05fix type in function nameRalf Jung-3/+3
2022-07-05Rollup merge of #98944 - pierwill:flatset-docs, r=Dylan-DPCGuillaume Gomez-5/+7
2022-07-05Rollup merge of #96814 - RalfJung:enum-repr-align, r=oli-obkGuillaume Gomez-3/+3
2022-07-05Relax constrained generics to TypeVisitableAlan Egerton-41/+54
2022-07-05Explicit TypeVisitable implementationsAlan Egerton-152/+269
2022-07-05impl TypeVisitable in type traversal macrosAlan Egerton-35/+57
2022-07-05Add #[derive(TypeVisitable)]Alan Egerton-221/+183
2022-07-05Clarify the behaviour from inside the query system.Camille GILLOT-5/+8
2022-07-05Return a FxIndexSet in is_late_bound query.Camille GILLOT-3/+4
2022-07-05Split TypeVisitable from TypeFoldableAlan Egerton-736/+783
2022-07-05Auto merge of #98936 - matthiaskrgr:rollup-dvr0ucm, r=matthiaskrgrbors-23/+57
2022-07-05fix the layout of repr(align) enumsRalf Jung-3/+3
2022-07-05Edit `rustc_mir_dataflow::framework::lattice::FlatSet` docspierwill-5/+7
2022-07-05Rollup merge of #98921 - TaKO8Ki:refactor-fulfillment-context-select, r=Dylan...Matthias Krüger-4/+3
2022-07-05Rollup merge of #98888 - RalfJung:interpret-checked-bin, r=oli-obkMatthias Krüger-4/+26