about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/build
AgeCommit message (Expand)AuthorLines
2022-05-02fix most compiler/ doctestsElliot Roberts-29/+34
2022-04-20Rollup merge of #93313 - tmiasko:uninhabited, r=tmandryDylan DPC-5/+13
2022-04-16Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisabors-3/+9
2022-04-15Rollup merge of #96026 - matthiaskrgr:clippy_compl_1304, r=Dylan-DPCDylan DPC-7/+3
2022-04-14Update issue-92893.stderrouz-a-4/+6
2022-04-14Reimplement lowering of sym operands for asm! so that it also works with glob...Amanieu d'Antras-3/+9
2022-04-13couple of clippy::complexity fixesMatthias Krüger-7/+3
2022-04-08dont make lit_to_mir_constant a queryb-naber-1/+56
2022-04-02rebase and use ty::Const in patterns againb-naber-61/+3
2022-04-02do use ty::Const in patterns and abstract constsb-naber-16/+19
2022-04-02change thir to use mir::ConstantKind instead of ty::Constb-naber-18/+23
2022-03-31Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errorsDylan DPC-3/+3
2022-03-30Auto merge of #95436 - cjgillot:static-mut, r=oli-obkbors-2/+2
2022-03-30Addressed comments by @compiler-errors and @bjorn3Yuri Astrakhan-2/+2
2022-03-30Spellchecking compiler commentsYuri Astrakhan-4/+4
2022-03-30Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPCbors-1/+1
2022-03-30Spellchecking some commentsYuri Astrakhan-1/+1
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-2/+2
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-2/+4
2022-03-24Check if call return type is visibly uninhabited when building MIRTomasz Miąsko-5/+13
2022-03-23dont use a query for lit_to_constantb-naber-12/+8
2022-03-23use NonHirLiteral instead of ScalarLiteral, move pattern related code to pat_...b-naber-7/+6
2022-03-23use ParamConst in ExprKind::ConstParamb-naber-2/+4
2022-03-23remove thir::Visitor::visit_constb-naber-13/+3
2022-03-23change thir to lazily create constantsb-naber-15/+138
2022-03-16rustc_error: make ErrorReported impossible to constructmark-2/+6
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-14/+14
2022-03-09treat all mir::Constant values as ConstantKind::Valb-naber-8/+8
2022-03-08treat literals in ExprKind::StaticRef as mir::ConstantKind::Valb-naber-2/+7
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-2/+2
2022-02-286 - Make more use of `let_chains`Caio-30/+24
2022-02-25Enable rustc_pass_by_value for SpanMark Rousskov-3/+3
2022-02-21Auto merge of #93505 - lcnr:substsref-vs-ty-list, r=michaelwoeristerbors-1/+1
2022-02-21use `List<Ty<'tcx>>` for tupleslcnr-1/+1
2022-02-20Revert "Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk"Mark Rousskov-7/+2
2022-02-20Improve `unused_unsafe` lintFrank Steffahn-17/+5
2022-02-19Adopt let else in more placesest31-11/+6
2022-02-15use AllocId and Ty in ExprKind::StaticRef and delay ConstValue constructionb-naber-5/+5
2022-02-15use ConstantKind::Val in StaticRefb-naber-1/+6
2022-02-15Overhaul `Const`.Nicholas Nethercote-27/+21
2022-02-15Overhaul `RegionKind` and `Region`.Nicholas Nethercote-1/+1
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-3/+3
2022-02-11add tainted_by_errors to mir::BodyMichael Goulet-2/+5
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-4/+2
2022-02-09Ensure that queries only return Copy types.Camille GILLOT-1/+1
2022-02-07Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakisbors-2/+4
2022-02-03Rollup merge of #93589 - est31:option_then, r=cjgillotYuki Okushi-1/+1
2022-02-02More let_else adoptionsest31-74/+67
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-2/+4
2022-02-02Use Option::then in two placesest31-1/+1