about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/borrow_check
AgeCommit message (Expand)AuthorLines
2021-03-27Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-seDylan DPC-14/+17
2021-03-27lazily calls some fnsklensy-1/+1
2021-03-26Use iter::zip in compiler/Josh Stone-14/+17
2021-03-20extract `ConstKind::Unevaluated` into a structlcnr-4/+2
2021-03-18Replace closures_captures and upvar_capture with closure_min_capturesJennifer Wills-34/+68
2021-03-16Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasperbors-9/+18
2021-03-15Use tracing instrumentation for better bug diagnosingOli Scherer-8/+3
2021-03-15s/ConstantSource/ConstantKind/Oli Scherer-1/+1
2021-03-12Prepare mir::Constant for ty::Const only supporting valtreesOli Scherer-9/+18
2021-03-12Auto merge of #82935 - henryboisdequin:diagnostic-cleanups, r=estebankbors-6/+7
2021-03-12Don't show note if `span` is `DUMMY_SP`Henry Boisdequin-6/+7
2021-03-09Clean up todoskadmin-45/+9
2021-03-09Switch to changing cp_non_overlap in tformkadmin-0/+6
2021-03-09Replace todos with implskadmin-8/+44
2021-03-09Update craneliftkadmin-2/+2
2021-03-09Update match brancheskadmin-0/+18
2021-03-08Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelixbors-6/+5
2021-03-05Rollup merge of #81939 - kper:fixing-81584-allocate-in-iter, r=davidtwcoMara-4/+29
2021-03-05Rollup merge of #80723 - rylev:noop-lint-pass, r=estebankMara-4/+4
2021-03-05Shrink the size of Rvalue by 16 bytesOli Scherer-6/+5
2021-03-03Fix testsRyan Levick-4/+4
2021-03-01Box generator-related Body fieldsDániel Buga-6/+3
2021-02-27Rollup merge of #82442 - Aaron1011:fix/closure-mut-crash, r=matthewjasperDylan DPC-25/+26
2021-02-24Auto merge of #82159 - BoxyUwU:uwu, r=varkorbors-1/+4
2021-02-24Add suggestion for iterators in iteratorsKevin Per-4/+29
2021-02-23yeetEllen-1/+4
2021-02-23Rollup merge of #81629 - 1000teslas:issue-81365-fix, r=Aaron1011Dylan DPC-4/+37
2021-02-23Skip emitting closure diagnostic when closure_kind_origins has no entryAaron Hill-25/+26
2021-02-22Extract deref coercion explanation into method1000teslas-3/+6
2021-02-19Add deref definition location1000teslas-0/+1
2021-02-17Rollup merge of #82136 - edward-shen:mismatched-subst-and-hir, r=lcnrGuillaume Gomez-7/+4
2021-02-16Auto merge of #81611 - cjgillot:meowner, r=estebankbors-1/+1
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 #81503 - henryboisdequin:fix-const-fn-arr-err-msg, r=estebankJonas Schievink-2/+11
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-13yeet ya fixme into the voidEllen-2/+11
2021-02-13fix 82032b-naber-5/+17
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-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-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-4/+4
2021-02-08Remove RCs from BorrowsDániel Buga-4/+4
2021-02-08Point out implicit deref coercions in borrow1000teslas-4/+33
2021-02-07Optimize BorrowsDániel Buga-1/+1