about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/borrow_check
AgeCommit message (Expand)AuthorLines
2021-02-24Auto merge of #82159 - BoxyUwU:uwu, r=varkorbors-1/+4
2021-02-23yeetEllen-1/+4
2021-02-23Rollup merge of #81629 - 1000teslas:issue-81365-fix, r=Aaron1011Dylan DPC-4/+37
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
2021-02-05Add suggest mu method for loopDaiki Ihara-9/+85
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/+11
2021-02-01Rollup merge of #81463 - matsujika:nll-ensure-c-case, r=varkorJonas Schievink-60/+60
2021-01-31Rollup merge of #80404 - JulianKnodt:arr_ref, r=oli-obkJonas Schievink-14/+1
2021-01-30Remove const_in_array_rep_exprkadmin-14/+1
2021-01-29Fix typosAman Arora-2/+2
2021-01-29Add fixme for precise path diagnosticsAman Arora-5/+7
2021-01-29Fix incorrect use mut diagnosticsAman Arora-35/+50
2021-01-29Fix unused 'mut' warning for capture's root variableAman Arora-4/+29
2021-01-29Compute mutability of closure capturesAman Arora-7/+2
2021-01-29Rollup merge of #81158 - 1000teslas:issue-80313-fix, r=Aaron1011Yuki Okushi-1/+55
2021-01-28Rename NLL* to Nll* accordingly to C-CASEHirochika Matsumoto-60/+60
2021-01-25Point to span of upvar making closure FnMut1000teslas-1/+55
2021-01-23Rollup merge of #81072 - RalfJung:place-ref-ty, r=oli-obkJonas Schievink-6/+8
2021-01-18Auto merge of #80865 - oliviacrain:proj_based, r=RalfJungbors-22/+15
2021-01-17Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnrbors-6/+6
2021-01-17Rollup merge of #81084 - LingMan:map, r=oli-obkMara Bos-16/+12
2021-01-17Rollup merge of #80635 - sexxi-goose:use-place-instead-of-symbol, r=nikomatsa...Mara Bos-4/+4
2021-01-17Rollup merge of #79298 - lcnr:new-elysium, r=matthewjasperMara Bos-4/+4
2021-01-16Review changesJack Huey-6/+6
2021-01-16Use Option::map instead of open-coding itLingMan-16/+12
2021-01-16correctly deal with late-bound lifetimes in anon constsBastian Kauschke-4/+4
2021-01-16Rollup merge of #80941 - JohnTitor:ref-mut-pat-in-loops, r=varkorMara Bos-1/+4
2021-01-16Rollup merge of #80614 - 1000teslas:issue-78938-fix, r=tmandryMara Bos-5/+14