about summary refs log tree commit diff
path: root/compiler/rustc_mir/src
AgeCommit message (Expand)AuthorLines
2021-02-16./x.py fmtTomasz Miąsko-26/+34
2021-02-16Pass MPlaceTy by reference not valueTomasz Miąsko-65/+72
2021-02-16Pass ImmTy by reference not valueTomasz Miąsko-10/+10
2021-02-16Pass PlaceTy by reference not valueTomasz Miąsko-87/+91
2021-02-16Pass OpTy by reference not valueTomasz Miąsko-193/+193
2021-02-16Add size assertions for interpreter data structuresTomasz Miąsko-0/+24
2021-02-16Auto merge of #81611 - cjgillot:meowner, r=estebankbors-25/+19
2021-02-16fix MIR fn-ptr pretty-printingRalf Jung-1/+1
2021-02-16validation: fix invalid-fn-ptr error messageRalf Jung-1/+4
2021-02-16make `visit_projection` take a `PlaceRef`Henry Boisdequin-13/+3
2021-02-16update formatingHenry Boisdequin-6/+16
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-2/+1
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-20/+15
2021-02-15Use an ItemId inside mir::GlobalAsm.Camille GILLOT-4/+4
2021-02-15Use ItemId as a strongly typed index.Camille GILLOT-1/+1
2021-02-15Rollup merge of #82067 - BoxyUwU:hahaicantthinkofabadpun, r=oli-obkJonas Schievink-2/+11
2021-02-15Rollup merge of #82061 - RalfJung:ctfe-read-pointer-as-bytes, r=oli-obkJonas Schievink-13/+29
2021-02-15Rollup merge of #82009 - BoxyUwU:idontknooow, r=varkorJonas Schievink-1/+1
2021-02-15Rollup merge of #81503 - henryboisdequin:fix-const-fn-arr-err-msg, r=estebankJonas Schievink-2/+46
2021-02-15Revise HIR lowering commentEdward Shen-2/+2
2021-02-14Use delay_span_bug for mismatched subst/hir argEdward Shen-7/+4
2021-02-14Rollup merge of #82056 - b-naber:mut_for_loop_bug, r=oli-obkDylan DPC-5/+17
2021-02-14Rollup merge of #82029 - tmiasko:debug, r=matthewjasperDylan DPC-4/+7
2021-02-14use option<PlaceRef<'tcx>> to clean up mir code a littleHenry Boisdequin-9/+10
2021-02-13yeet ya fixme into the voidEllen-2/+11
2021-02-13Fix MIR pretty printer for non-local DefIdsÖmer Sinan Ağacan-13/+13
2021-02-13Heat up the ICE-y error reportingEllen-1/+1
2021-02-13CTFE validation: catch ReadPointerAsBytes and better errorRalf Jung-13/+29
2021-02-13fix 82032b-naber-5/+17
2021-02-13Use debug log level for developer oriented logsTomasz Miąsko-4/+7
2021-02-12Rollup merge of #81479 - osa1:issue24151, r=lcnrDylan DPC-15/+24
2021-02-12Rollup merge of #81959 - therealprof:fix-typo, r=oli-obkYuki Okushi-1/+1
2021-02-12[librustdoc] Reform lang string token splittingCasey Rodarmor-2/+2
2021-02-11Auto merge of #81350 - tmiasko:instrument-debug, r=lcnrbors-2/+2
2021-02-10Allow casting mut array ref to mut ptrÖmer Sinan Ağacan-15/+24
2021-02-10Fix assosiated typoDaniel Egger-1/+1
2021-02-10Only initialize what is usedDániel Buga-3/+2
2021-02-09Stabilize str_split_onceJacob Pratt-1/+0
2021-02-10Rollup merge of #81466 - sasurau4:fix/enhance-sugget-mut-method-for-loop, r=o...Yuki Okushi-9/+85
2021-02-09Auto merge of #81132 - bugadani:map-prealloc, r=matthewjasperbors-92/+95
2021-02-08Remove RCs from BorrowsDániel Buga-15/+10
2021-02-08Rollup merge of #81779 - geogriff:const-ptr-to-int-error, r=lcnrMara Bos-1/+8
2021-02-08Point out implicit deref coercions in borrow1000teslas-4/+33
2021-02-07Optimize BorrowsDániel Buga-82/+90
2021-02-05Add suggest mu method for loopDaiki Ihara-9/+85
2021-02-05improve error message for disallowed ptr-to-int casts in const evalJeffrey Griffin-1/+8
2021-02-05Never MIR inline functions with a different instruction setTomasz Miąsko-0/+5
2021-02-03Fix panic when emitting diagnostic for closure mutable binding errorAaron Hill-2/+2
2021-02-03added a suggestion to create a `const` item if the `fn` in the array repeat e...Henry Boisdequin-2/+46
2021-02-01Rollup merge of #81463 - matsujika:nll-ensure-c-case, r=varkorJonas Schievink-60/+60