]> git.lizzy.rs Git - rust.git/history - src/librustc/middle/borrowck/check_loans.rs
auto merge of #15742 : pnkfelix/rust/fsk-fix-15019, r=pcwalton
[rust.git] / src / librustc / middle / borrowck / check_loans.rs
2014-07-18 borsauto merge of #15742 : pnkfelix/rust/fsk-fix-15019...
2014-07-18 borsauto merge of #14539 : pcwalton/rust/unboxed-closures...
2014-07-18 Patrick Waltonlibrustc: Implement unboxed closures with mutable receivers
2014-07-18 Felix S. Klock IIRemoved the `_frozen` methods from dataflow API.
2014-07-17 borsauto merge of #15706 : phi-gamma/rust/master, r=huonw
2014-07-17 borsauto merge of #15705 : klutzy/rust/cross-ld-library...
2014-07-17 borsauto merge of #15698 : Zoxc/rust/code-model, r=alexcrichton
2014-07-17 borsauto merge of #15668 : steveklabnik/rust/tree_set_examp...
2014-07-16 borsauto merge of #15696 : Zoxc/rust/redzone, r=alexcrichton
2014-07-16 borsauto merge of #15476 : kballard/rust/more_vim_tweaks...
2014-07-16 borsauto merge of #15693 : steveklabnik/rust/guide_fix_carg...
2014-07-16 borsauto merge of #15691 : jbclements/rust/method-field...
2014-07-16 borsauto merge of #15656 : nick29581/rust/index-bck, r...
2014-07-15 borsauto merge of #15421 : catharsis/rust/doc-ffi-minor...
2014-07-15 borsauto merge of #15534 : steveklabnik/rust/guide_stdin...
2014-07-15 borsauto merge of #15531 : steveklabnik/rust/guide_looping...
2014-07-15 borsauto merge of #15434 : steveklabnik/rust/guide_match...
2014-07-14 Nick CameronBorrow checking for overloaded indexing
2014-07-14 borsauto merge of #15497 : jasonthompson/rust/docs/str3...
2014-07-09 borsauto merge of #15471 : erickt/rust/push_all, r=acrichto
2014-07-09 borsauto merge of #15283 : kwantam/rust/master, r=alexcrichton
2014-07-09 borsauto merge of #15540 : Gankro/rust/master, r=huonw
2014-07-09 borsauto merge of #15530 : adrientetar/rust/proper-fonts...
2014-07-09 borsauto merge of #15422 : steveklabnik/rust/guide_compound...
2014-07-09 borsauto merge of #15374 : steveklabnik/rust/comments,...
2014-07-08 borsauto merge of #14832 : alexcrichton/rust/no-rpath,...
2014-07-08 borsauto merge of #15493 : brson/rust/tostr, r=pcwalton
2014-07-08 Richo Healeystd: Rename the `ToStr` trait to `ToString`, and `to_st...
2014-06-27 borsauto merge of #15166 : zookoatleastauthoritycom/rust...
2014-06-25 borsauto merge of #15165 : zookoatleastauthoritycom/rust...
2014-06-24 borsauto merge of #14963 : w3ln4/rust/master, r=alexcrichton
2014-06-24 borsauto merge of #14952 : alexcrichton/rust/const-unsafe...
2014-06-20 borsauto merge of #15041 : brson/rust/docindex, r=alexcrichton
2014-06-20 borsauto merge of #15039 : huonw/rust/rustdoc-testharnesss...
2014-06-19 borsauto merge of #15033 : Sawyer47/rust/old-test, r=alexcr...
2014-06-19 borsauto merge of #14830 : luqmana/rust/cmtrttcbctto, r...
2014-06-19 borsauto merge of #14400 : kballard/rust/lexer_crlf_handlin...
2014-06-19 borsauto merge of #15014 : brson/rust/all-crates-experiment...
2014-06-18 borsauto merge of #15006 : alexcrichton/rust/fix-nightly...
2014-06-18 borsauto merge of #14854 : jakub-/rust/issue-10991, r=pcwalton
2014-06-18 borsauto merge of #14879 : Ryman/rust/resolve_super_hint_cu...
2014-06-18 borsauto merge of #14873 : pnkfelix/rust/fsk-dataflow-revis...
2014-06-18 Felix S. Klock IIEnsure dataflow of a proc never looks at blocks from...
2014-06-17 borsauto merge of #14956 : nathantypanski/rust/master,...
2014-06-17 borsauto merge of #14976 : luqmana/rust/focwtc, r=pcwalton
2014-06-17 borsauto merge of #14957 : alexcrichton/rust/rustdoc-fixups...
2014-06-17 borsauto merge of #14818 : tomjakubowski/rust/emacs-attribu...
2014-06-17 borsauto merge of #14945 : alexcrichton/rust/issue-14940...
2014-06-17 borsauto merge of #14947 : zwarich/rust/check-loans-not...
2014-06-17 borsauto merge of #14855 : TeXitoi/rust/relicense-shootout...
2014-06-16 borsauto merge of #14852 : TeXitoi/rust/relicense-shootout...
2014-06-16 Cameron ZwarichRename check_for_assignment_to_restricted_or_frozen_loc...
2014-06-16 Cameron ZwarichSwitch to each_in_scope_loan_affecting_path
2014-06-16 Cameron ZwarichAlways check assigned loan paths to the top of the...
2014-06-16 Cameron ZwarichRemove an unused return value
2014-06-16 Cameron ZwarichCall mark_variable_as_used_mut even after assignment...
2014-06-16 Cameron ZwarichAdd a new each_in_scope_loan_affecting_path helper...
2014-06-16 Cameron ZwarichRemove Restriction
2014-06-16 Cameron ZwarichRemove the last actual usage of RestrictionSet
2014-06-16 Cameron ZwarichMake a new compatible_borrow_kinds helper function
2014-06-16 Cameron ZwarichRemove an unused closure parameter
2014-06-16 Cameron ZwarichRemove a pointless check for intersection with RESTR_MUTATE
2014-06-16 Cameron ZwarichRemove comments that no longer apply after the removal...
2014-06-16 borsauto merge of #14877 : Seldaek/rust/commdocs, r=alexcri...
2014-06-16 borsauto merge of #14882 : pcwalton/rust/drop-underscore...
2014-06-16 borsauto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton
2014-06-14 borsauto merge of #14884 : huonw/rust/getoptsfail, r=alexcr...
2014-06-14 borsauto merge of #14874 : pcwalton/rust/enum-to-float...
2014-06-14 borsauto merge of #14739 : zwarich/rust/mut-unique-path...
2014-06-14 Cameron ZwarichReorganize code in check_loans
2014-06-14 Cameron ZwarichEnforce stronger guarantees for mutable borrows
2014-06-14 Cameron ZwarichRename analyze_move_out_from to analyze_restrictions_on_use
2014-06-14 Cameron ZwarichMake analyze_move_out_from take a BorrowKind
2014-06-14 Cameron ZwarichMake analyze_move_out_from more field-sensitive
2014-06-14 Cameron ZwarichMake check_for_move_of_borrowed_path take an &LoanPath...
2014-06-14 Cameron ZwarichMake analyze_move_out_from use a loop rather than recursion
2014-06-13 borsauto merge of #14816 : theptrk/rust/unclear-comment...
2014-06-12 borsauto merge of #14813 : cmr/rust/once-docs-unsafe, r...
2014-06-12 borsauto merge of #14811 : forticulous/rust/refcell-show...
2014-06-12 borsauto merge of #14809 : zzmp/rust/patch-2, r=alexcrichton
2014-06-12 borsauto merge of #14805 : zzmp/rust/patch-1, r=alexcrichton
2014-06-12 borsauto merge of #14800 : reem/rust/patch-1, r=alexcrichton
2014-06-12 borsauto merge of #14799 : mcreinhard/rust/tilde-fix, r...
2014-06-12 borsauto merge of #14713 : darnuria/rust/Improve_std_os_doc...
2014-06-11 borsauto merge of #14746 : alexcrichton/rust/libsync, r...
2014-06-11 borsauto merge of #14250 : alexcrichton/rust/gc, r=brson
2014-06-11 Alex Crichtonrustc: Move the AST from @T to Gc<T>
2014-06-08 borsauto merge of #14728 : TeXitoi/rust/relicense-shootout...
2014-06-07 borsauto merge of #14708 : gereeter/rust/faster-sem, r...
2014-06-06 borsauto merge of #14680 : Kimundi/rust/master, r=brson
2014-06-06 borsauto merge of #14318 : zwarich/rust/check-loans-refacto...
2014-06-06 Cameron ZwarichChange check_loans to use ExprUseVisitor.
2014-06-06 Cameron ZwarichClean up check_loans.
2014-06-04 borsauto merge of #14633 : huonw/rust/nodylibc, r=alexcrichton
2014-06-01 borsauto merge of #14578 : huonw/rust/as_slice-cheatsheet...
2014-06-01 borsauto merge of #14571 : bnoordhuis/rust/libtest-check...
2014-05-31 borsauto merge of #14562 : jakub-/rust/issue-14541, r=alexc...
2014-05-31 borsauto merge of #14563 : dotdash/rust/clone_kill, r=huonw
2014-05-31 borsauto merge of #14557 : zwarich/rust/missing-comment...
2014-05-31 borsauto merge of #14555 : tomjakubowski/rust/fix-snappy...
next