summary refs log tree commit diff
path: root/src/librustc/middle/borrowck/mod.rs
AgeCommit message (Expand)AuthorLines
2014-01-07'borrowed pointer' -> 'reference'Brian Anderson-1/+1
2014-01-06Disowned the Visitor.Eduard Burtescu-20/+34
2014-01-03librustc: Remove `@mut` support from the typechecker and borrow checkerPatrick Walton-45/+12
2014-01-03librustc: De-`@mut` the AST mapPatrick Walton-1/+2
2013-12-27librustc: Implement coercion for traits.Luqman Aden-1/+1
2013-12-26librustc: De-`@mut` `all_loans` in the borrow checkerPatrick Walton-8/+10
2013-12-26librustc: De-`@mut` the `cnum_map`Patrick Walton-2/+2
2013-12-26librustc: De-`@mut` the borrow check stat fieldsPatrick Walton-18/+14
2013-12-26librustc: De-`@mut` the moves mapPatrick Walton-1/+2
2013-12-26librustc: De-`@mut` the write guard mapPatrick Walton-2/+2
2013-12-26librustc: De-`@mut` the borrow check's `loan_map`Patrick Walton-4/+0
2013-12-26librustc: Remove the unused `stmt_map` from the borrow checkerPatrick Walton-3/+0
2013-12-26librustc: De-`@mut` the borrow check's root mapPatrick Walton-2/+3
2013-12-12Remove fk_anonSeo Sanghyeon-1/+0
2013-12-09Address nits for PR for #9629Niko Matsakis-1/+1
2013-12-03Issue #9629 -- permit freezing `&mut` found within an `&` pointerNiko Matsakis-14/+9
2013-12-01Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica...Eduard Burtescu-3/+3
2013-11-28Register new snapshotsAlex Crichton-10/+10
2013-11-28auto merge of #10519 : nikomatsakis/rust/issue-8624-borrowck-overly-permissiv...bors-2/+36
2013-11-28Test that reborrowing contents of an `&'a mut &'b mut` pointer can onlyNiko Matsakis-2/+36
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-4/+4
2013-11-19librustc: Change most uses of `&fn()` to `||`.Patrick Walton-1/+1
2013-10-24Remove even more of std::ioAlex Crichton-2/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-10-09option: rewrite the API to use compositionDaniel Micay-2/+2
2013-10-01remove the `float` typeDaniel Micay-3/+3
2013-09-30rustc: Remove usage of fmt!Alex Crichton-24/+24
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-10/+10
2013-09-24visit::Visitor refactor: replace (&mut BorrowckVisitor, @BorrowckCtxt) with &...Felix S. Klock II-13/+10
2013-09-06ident->name in NamedField, elsewhereJohn Clements-1/+1
2013-09-03Modernized a few more types in syntax::astMarvin Löbel-13/+13
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-11/+11
2013-08-27librustc: Remove `&const` and `*const` from the language.Patrick Walton-8/+32
2013-08-27Remove remnants of implicit selfNiko Matsakis-2/+1
2013-08-20Add PointerKind to LpDerefNiko Matsakis-6/+6
2013-08-15Switch main borrowck to <V:Visitor> trait API.Felix S. Klock II-12/+22
2013-08-07core: option.map_consume -> option.map_moveErick Tryzelaar-4/+6
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-02librustc: Introduce a new visitor type based on traits and port syntax to it.Patrick Walton-11/+11
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-07-29New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec...Michael Woerister-12/+12
2013-07-27Remove unnecessary #[path = "***/mod.rs"] lines.OGINO Masanori-1/+0
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/lib*Birunthan Mohanathas-10/+10
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-2/+2
2013-07-17librustc: Remove the `Copy` bound from the language.Patrick Walton-1/+1
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-0/+9
2013-07-08Modify borrow checker to visit irrefutable patterns that appear inNiko Matsakis-3/+3
2013-07-01Better error messages in report_use_of_moved_value; close #7286Ben Blum-7/+24
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-5/+4
2013-06-27Remove many shared pointersPhilipp Brüschweiler-3/+3