about summary refs log tree commit diff
path: root/compiler/rustc_mir_build
AgeCommit message (Expand)AuthorLines
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-4/+4
2022-02-286 - Make more use of `let_chains`Caio-118/+97
2022-02-25Enable rustc_pass_by_value for SpanMark Rousskov-3/+3
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-23rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".Eduard-Mihai Burtescu-2/+8
2022-02-23Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`.Eduard-Mihai Burtescu-8/+3
2022-02-21Auto merge of #93505 - lcnr:substsref-vs-ty-list, r=michaelwoeristerbors-7/+4
2022-02-21use `List<Ty<'tcx>>` for tupleslcnr-7/+4
2022-02-20Revert "Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk"Mark Rousskov-9/+12
2022-02-20Auto merge of #93678 - steffahn:better_unsafe_diagnostics, r=nagisabors-17/+5
2022-02-20Improve `unused_unsafe` lintFrank Steffahn-17/+5
2022-02-20Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obkbors-1/+1
2022-02-19Adopt let else in more placesest31-48/+27
2022-02-16Move ty::print methods to Drop-based scope guardsMark Rousskov-1/+1
2022-02-15use AllocId and Ty in ExprKind::StaticRef and delay ConstValue constructionb-naber-15/+7
2022-02-15use ConstantKind::Val in StaticRefb-naber-1/+6
2022-02-15Overhaul `Const`.Nicholas Nethercote-92/+99
2022-02-15Overhaul `RegionKind` and `Region`.Nicholas Nethercote-1/+1
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-11/+11
2022-02-12change to a struct variantEllen-1/+1
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
2022-02-01add a rustc::query_stability lintlcnr-0/+1
2022-01-29Check the number of arguments first in `is_recursive_call`Tomasz Miąsko-4/+10
2022-01-26Ignore unwinding edges when checking for unconditional recursionTomasz Miąsko-4/+8
2022-01-21Rollup merge of #93046 - est31:let_else, r=davidtwcoMatthias Krüger-21/+17
2022-01-21Remove a span from hir::ExprKind::MethodCallCameron Steffen-2/+2
2022-01-18Formally implement let chainsCaio-23/+58
2022-01-18Use let_else in even more placesest31-21/+17
2022-01-17Auto merge of #90986 - camsteffen:nested-filter, r=cjgillotbors-7/+1
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-47/+3
2022-01-16Replace NestedVisitorMap with NestedFilterCameron Steffen-7/+1
2022-01-16Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnrbors-7/+5
2022-01-15Reduce use of local_def_id_to_hir_id.Camille GILLOT-34/+30
2022-01-15attempt to re-add `ty::Unevaluated` visitor and friendsEllen-8/+6
2022-01-15initial revertEllen-13/+13
2022-01-13Auto merge of #89861 - nbdd0121:closure, r=wesleywiserbors-4/+4
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-47/+3
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-11/+6
2022-01-07Remove region from UpvarCapture and move it to CapturedPlaceGary Guo-1/+1
2022-01-07Remove span from UpvarCapture::ByValueGary Guo-3/+3
2022-01-04Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwUMatthias Krüger-3/+6
2021-12-23implement `generic_arg_infer` for array lengthslcnr-3/+6
2021-12-22Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt`Aaron Hill-1/+1