]> git.lizzy.rs Git - rust.git/history - src/librustc_mir/borrow_check/mod.rs
Mir: Add Terminatorkind::Abort
[rust.git] / src / librustc_mir / borrow_check / mod.rs
2017-12-21 David HenningssonMir: Add Terminatorkind::Abort
2017-12-20 borsAuto merge of #46862 - nikomatsakis:nll-master, r=arielb1
2017-12-20 Niko Matsakisdocument and tweak the nll, use_mir, etc helpers
2017-12-20 Santiago Pastorinofeature nll implies borrowck=mir
2017-12-20 Santiago Pastorinofeature nll implies two-phase-borrows
2017-12-20 Santiago PastorinoAdd nll feature and make nll imply nll_dump_cause
2017-12-20 Niko Matsakisintegrate -Znll-dump-cause into borrowck
2017-12-20 Niko Matsakisuse Rc to store nonlexical_regioncx in Borrows
2017-12-20 Niko Matsakisrustfmt: borrow_check/mod.rs
2017-12-20 borsAuto merge of #46583 - scottmcm:fix-static-i128-lower...
2017-12-20 kennytmRollup merge of #46856 - estebank:missing-in-impl-def...
2017-12-20 kennytmRollup merge of #46852 - scottmcm:asm-placecontext...
2017-12-20 kennytmRollup merge of #46851 - petrochenkov:tospace, r=estebank
2017-12-20 kennytmRollup merge of #46835 - topecongiro:bad-span-for-macro...
2017-12-20 kennytmRollup merge of #46831 - Diggsey:float-debug-fmt, r...
2017-12-20 kennytmRollup merge of #46828 - vi:hash_for_systemtime_instant...
2017-12-20 kennytmRollup merge of #46794 - Sh4rK:distribute-intrinsic...
2017-12-20 kennytmRollup merge of #46787 - varkor:contrib-6, r=QuietMisdr...
2017-12-20 kennytmRollup merge of #46760 - semarie:openbsd-arm64, r=alexc...
2017-12-20 kennytmRollup merge of #46751 - michaelwoerister:c-incremental...
2017-12-20 kennytmRollup merge of #46671 - varkor:contrib-2, r=KodrAus
2017-12-20 kennytmRollup merge of #46517 - notriddle:patch-2, r=BurntSushi
2017-12-20 kennytmRollup merge of #46359 - GuillaumeGomez:remove-dead...
2017-12-20 borsAuto merge of #46457 - m4b:no_mangle_static, r=michaelw...
2017-12-20 borsAuto merge of #46508 - clarcharr:duration_extras, r...
2017-12-20 borsAuto merge of #46233 - SimonSapin:fmt-debuglist-flags...
2017-12-20 borsAuto merge of #46733 - nikomatsakis:nll-master-to-rust...
2017-12-20 borsAuto merge of #46441 - gaurikholkar:single_lifetimes...
2017-12-16 borsAuto merge of #46743 - oli-obk:miri, r=eddyb
2017-12-16 borsAuto merge of #46722 - arielb1:single-self, r=eddyb
2017-12-16 borsAuto merge of #46719 - estebank:issue-39268, r=pnkfelix
2017-12-16 borsAuto merge of #46560 - Yoric:incr, r=michaelwoerister
2017-12-15 Niko Matsakispermit `ClosureOutlivesRequirement` to constrain region...
2017-12-15 Niko Matsakismove `flow_in_progress` into `dataflow` and document it
2017-12-15 Steve KlabnikRollup merge of #46737 - tshepang:better, r=steveklabnik
2017-12-15 Steve KlabnikRollup merge of #46728 - varkor:contrib-4, r=michaelwoe...
2017-12-15 Steve KlabnikRollup merge of #46710 - xfix:patch-5, r=alexcrichton
2017-12-15 Steve KlabnikRollup merge of #46705 - pornel:cargo-output, r=alexcri...
2017-12-15 Steve KlabnikRollup merge of #46690 - mystor:pub_line_column, r...
2017-12-15 Steve KlabnikRollup merge of #46652 - ishitatsuyuki:thinlto-backport...
2017-12-15 Steve KlabnikRollup merge of #46601 - matthewjasper:method-link...
2017-12-15 borsAuto merge of #46706 - sunjay:gat-lifetimes, r=nikomatsakis
2017-12-15 borsAuto merge of #46653 - estebank:str-as-ch, r=petrochenkov
2017-12-15 borsAuto merge of #46537 - pnkfelix:two-phase-borrows,...
2017-12-14 Felix S. Klock IIAddress review feedback: don't treat "first" activation...
2017-12-14 Felix S. Klock IIAddress review feedback: don't bother skipping reservat...
2017-12-14 borsAuto merge of #45002 - oli-obk:miri, r=eddyb
2017-12-14 Felix S. Klock IIAddress review note: `AccessErrorsReported` meant to...
2017-12-14 borsAuto merge of #46633 - estebank:arg-mismatch, r=arielb1
2017-12-14 borsAuto merge of #46605 - estebank:macro-backtrace-spans...
2017-12-13 Felix S. Klock IICheck activation points as the place where mutable...
2017-12-13 Felix S. Klock IIIncorporate active-borrows dataflow into MIR borrow...
2017-12-13 Felix S. Klock IIAdd some doc to `each_borrow_involving_path` iteration...
2017-12-13 Felix S. Klock IINew `ActiveBorrows` dataflow for two-phase `&mut`;...
2017-12-13 Felix S. Klock IIRefactoring alpha-rename `place` (`BorrowData` field...
2017-12-13 borsAuto merge of #46550 - jseyfried:cleanup_builtin_hygien...
2017-12-13 borsAuto merge of #46419 - jseyfried:all_imports_in_metadat...
2017-12-13 Felix S. Klock IIRevised graphviz rendering API to avoid requiring borro...
2017-12-12 borsAuto merge of #46570 - AgustinCB:issue-46553, r=oli-obk
2017-12-12 kennytmRollup merge of #46672 - GuillaumeGomez:fix-type-filter...
2017-12-12 kennytmRollup merge of #46668 - GuillaumeGomez:mobile-sidebar...
2017-12-12 borsAuto merge of #46647 - varkor:contrib-1, r=sfackler
2017-12-12 borsAuto merge of #46250 - canndrew:rename-never-type-impl...
2017-12-12 borsAuto merge of #46674 - malbarbo:undist-armv5te, r=alexc...
2017-12-12 borsAuto merge of #46598 - davidtwco:issue-46471, r=arielb1
2017-12-12 borsAuto merge of #46411 - rillian:str_ascii, r=kennytm
2017-12-12 borsAuto merge of #46657 - nikomatsakis:resolve-lifetimes...
2017-12-11 borsAuto merge of #46608 - estebank:resolve-return, r=nikom...
2017-12-11 David WoodFix error message confuses locals and temporaries
2017-12-11 borsAuto merge of #46558 - arielb1:union-borrow-refactor...
2017-12-11 Oliver SchneiderMerge remote-tracking branch 'origin/master' into miri
2017-12-10 borsAuto merge of #46248 - zackmdavis:one_time_private_enum...
2017-12-10 borsAuto merge of #46232 - canndrew:never-docs, r=QuietMisd...
2017-12-10 borsAuto merge of #46620 - bjorn3:remove-test-metric, r...
2017-12-10 Ariel Ben-Yehudacentralize `does_not_live_long_enough` error reporting
2017-12-10 Ariel Ben-Yehudaremove is_unique
2017-12-10 Ariel Ben-Yehudause `places_conflict` to handle reassignment
2017-12-10 Ariel Ben-Yehudaclean up reassignment duplicate error prevention
2017-12-10 Ariel Ben-Yehudamove FlowAtLocation to be a dataflow abstraction
2017-12-10 Ariel Ben-Yehudastart extracting things into modules
2017-12-10 borsAuto merge of #46611 - GuillaumeGomez:type-mismatch...
2017-12-10 borsAuto merge of #46602 - mbrubeck:try, r=kennytm
2017-12-09 borsAuto merge of #46572 - vramana:fix-45638, r=estebank
2017-12-09 Matt BrubeckUse Try syntax for Option in place of macros or match
2017-12-09 borsAuto merge of #46586 - GuillaumeGomez:fix-mobile-import...
2017-12-08 borsAuto merge of #45837 - SimonSapin:file_read_write,...
2017-12-08 borsAuto merge of #46563 - michaelwoerister:make-anon-globa...
2017-12-08 Ramana VenkataFix bad error message for cannot_reborrow_already_uniqu...
2017-12-08 borsAuto merge of #46549 - alexcrichton:thinlto-weak, r...
2017-12-07 Guillaume GomezRollup merge of #46548 - jonathanstrong:master, r=dtolnay
2017-12-07 Guillaume GomezRollup merge of #46539 - oli-obk:cargo_lock, r=alexcrichton
2017-12-07 Guillaume GomezRollup merge of #46444 - GuillaumeGomez:css-cleanup...
2017-12-07 Guillaume GomezRollup merge of #46416 - liigo:cfg-macro, r=steveklabnik
2017-12-07 borsAuto merge of #46497 - AgustinCB:issue-46311, r=petroch...
2017-12-07 borsAuto merge of #46532 - est31:master, r=est31
2017-12-07 borsAuto merge of #46509 - nikomatsakis:nll-master-to-rust...
2017-12-07 borsAuto merge of #46523 - CrockAgile:update-fingerprint...
2017-12-07 Niko Matsakismir-borrowck returns closure requirements, mir-typeck...
2017-12-07 borsAuto merge of #46221 - GuillaumeGomez:doc-script-load...
2017-12-07 borsAuto merge of #46187 - notriddle:patch-1, r=QuietMisdreavus
next