summary refs log tree commit diff
path: root/src/librustc_mir/borrow_check/diagnostics
AgeCommit message (Expand)AuthorLines
2020-01-13Do not ICE on lifetime error involving closuresEsteban Küber-2/+20
2019-12-13Rollup merge of #67247 - JohnTitor:fix-sugg, r=estebankMazdak Farrokhzad-4/+12
2019-12-11fix importsMark Mansi-20/+28
2019-12-12Don't suggest wrong snippet in closureYuki Okushi-4/+12
2019-12-11Auto merge of #66650 - matthewjasper:nonuniform-array-move, r=pnkfelixbors-4/+1
2019-12-09Remove `uniform_array_move_out` passesMatthew Jasper-4/+1
2019-12-09Do not ICE on closureYuki Okushi-1/+2
2019-12-09Auto merge of #67004 - estebank:issue-66958, r=eddybbors-9/+10
2019-12-06Do not ICE on async fn with non-Copy infered type argEsteban Küber-9/+10
2019-12-05rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ...Paul Daniel Faria-2/+2
2019-12-04more privateMark Mansi-5/+6
2019-12-04minor fixMark Mansi-1/+1
2019-12-04fix some importsMark Mansi-37/+37
2019-12-04move region errors to diagnostics moduleMark Mansi-0/+2228
2019-12-04fix importsMark Mansi-4/+8
2019-12-04move explain_borrow to diagnosticsMark Mansi-0/+804
2019-12-04fix importsMark Mansi-21/+30
2019-12-04create new borrow_check::diagnostics module and move stuff thereMark Mansi-0/+4315