about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/borrow_check
AgeCommit message (Expand)AuthorLines
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
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