summary refs log tree commit diff
path: root/src/librustc_mir/dataflow
AgeCommit message (Expand)AuthorLines
2018-03-24Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakisbors-0/+2
2018-03-22Added UserAssertTy statement.David Wood-0/+2
2018-03-17Use num::NonZero* instead of NonZero<_> in rustc and testsSimon Sapin-3/+3
2018-03-15Rollup merge of #48840 - varkor:idxset-cleanup, r=pnkfelixkennytm-18/+13
2018-03-09Remove some commented out codebobtwinkles-12/+0
2018-03-09Check for two_phase_borrows in the right placebobtwinkles-1/+1
2018-03-09Fix tests after two-phase borrow rewritebobtwinkles-19/+12
2018-03-09Remove unused field on BorrowDatabobtwinkles-3/+1
2018-03-09Complete re-implementation of 2-phase borrowsbobtwinkles-32/+32
2018-03-09mir dataflow: change graphviz outputbobtwinkles-142/+143
2018-03-09Finally start down the right pathbobtwinkles-371/+386
2018-03-09Rename BorrowData::location to BorrowData::reserve_locationbobtwinkles-4/+7
2018-03-08Fully use miri in transOliver Schneider-1/+1
2018-03-06Remove IdxSet::elemsvarkor-8/+6
2018-03-06Remove IdxSet::each_bitvarkor-6/+3
2018-03-06Remove IdxSet::reset_to_emptyvarkor-4/+4
2018-03-02Run Rustfix on librustc_mirManish Goregaokar-1/+1
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-2/+3
2018-02-24Rollup merge of #48232 - fpoli:master, r=pnkfelixManish Goregaokar-3/+6
2018-02-17fix more typos found by codespell.Matthias Krüger-2/+2
2018-02-15mir: Gather move at SwitchInt, Assert terminatorsFederico Poli-3/+6
2018-02-09Auto merge of #47802 - bobtwinkles:loop_false_edge, r=nikomatsakisbors-0/+10
2018-02-08Encode (in MIR) whether borrows are explicit in source or arise due to autoref.Felix S. Klock II-1/+1
2018-02-05mir: Add TerminatorKind::FalseUnwindbobtwinkles-0/+10
2018-02-03Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakisbors-0/+123
2018-01-30Fix ICE when assigning references to a static mut with NLLAaron Hill-2/+1
2018-01-30Force locals to be live after they are borrowed for immovable generators. Fix...John Kåre Alsaker-0/+123
2018-01-29rustc: replace "lvalue" terminology with "place" in the code.Eduard-Mihai Burtescu-62/+62
2018-01-27end_point handling multibyte characters correctly.David Wood-2/+2
2018-01-18in which the unused-parens lint comes to cover function and method argsZack M. Davis-1/+1
2018-01-10Use the new fs_read_write functions in rustc internalsMatt Brubeck-2/+2
2018-01-03Auto merge of #46984 - arielb1:pre-statement-effect, r=nikomatsakisbors-3/+96
2017-12-26Auto merge of #46975 - matthewjasper:mir-moveck-asm, r=arielb1bors-2/+24
2017-12-24Make killing of out-of-scope borrows a pre-statement effectAriel Ben-Yehuda-0/+28
2017-12-24add pre-statement-effect to dataflowAriel Ben-Yehuda-3/+68
2017-12-24Auto merge of #46833 - diwic:7c-abort-ffi, r=arielb1bors-0/+3
2017-12-23Give MIR borrowck a better understanding of inline asmMatthew Jasper-2/+24
2017-12-21Issue #46589 - Kill borrows on a local variable whenever we assign over this ...David Teller-10/+25
2017-12-21Rollup merge of #46887 - pnkfelix:ensure-activations-are-from-assignments-to-...Guillaume Gomez-1/+17
2017-12-21Mir: Add Terminatorkind::AbortDavid Henningsson-0/+3
2017-12-20use Rc to store nonlexical_regioncx in BorrowsNiko Matsakis-2/+2
2017-12-20Ensure separate activations only occur for assignments to locals, not project...Felix S. Klock II-1/+17
2017-12-20Rollup merge of #46852 - scottmcm:asm-placecontext, r=arielb1kennytm-0/+4
2017-12-19Split PlaceContext::Store into Store & AsmOutputScott McMurray-0/+4
2017-12-15move `flow_in_progress` into `dataflow` and document itNiko Matsakis-8/+34
2017-12-13After discussion with ariel, replacing a guard within kill_loans_out_of_scope...Felix S. Klock II-33/+33
2017-12-13Incorporate active-borrows dataflow into MIR borrow check, yieldingFelix S. Klock II-2/+4
2017-12-13Add some doc to `struct Borrows`.Felix S. Klock II-3/+22
2017-12-13New `ActiveBorrows` dataflow for two-phase `&mut`; not yet borrowed-checked.Felix S. Klock II-118/+491
2017-12-13Refactoring alpha-rename `place` (`BorrowData` field) to `borrowed_place`.Felix S. Klock II-4/+4