rust/src/librustc/middle
Nick Cameron e9bd650cad Schedule cleanup for &* on fat owned pointers
For example `let _x: &Trait = &*(box Foo as Box<Trait>);`. There was a bug where no cleanup would be scheduled by the deref.

No test because cleanup-auto-borrow-obj.rs is a test for this once we remove trait cross-borrowing (done on another branch).
2014-09-03 08:29:33 +12:00
..
borrowck DST coercions and DST structs 2014-08-26 12:38:51 +12:00
cfg Fix formatting, update copyright dates 2014-08-29 23:44:08 -04:00
save Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
trans Schedule cleanup for &* on fat owned pointers 2014-09-03 08:29:33 +12:00
typeck Reviewer changes 2014-09-02 19:47:39 +12:00
astencode.rs DST raw pointers - *-pointers are fat pointers 2014-09-02 10:05:00 +12:00
check_const.rs Rebasing changes 2014-08-26 16:07:32 +12:00
check_loop.rs Fix formatting, update copyright dates 2014-08-29 23:44:08 -04:00
check_match.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
check_static.rs DST coercions and DST structs 2014-08-26 12:38:51 +12:00
const_eval.rs DST coercions and DST structs 2014-08-26 12:38:51 +12:00
dataflow.rs auto merge of #16859 : alexcrichton/rust/snapshots, r=huonw 2014-08-30 19:51:25 +00:00
dead.rs
def.rs
dependency_format.rs
effect.rs Adjust the error messages to match the pattern "expected foo, found bar" 2014-08-24 09:53:01 +02:00
entry.rs
expr_use_visitor.rs DST raw pointers - *-pointers are fat pointers 2014-09-02 10:05:00 +12:00
freevars.rs
graph.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
intrinsicck.rs auto merge of #16751 : luqmana/rust/tr, r=alexcrichton 2014-08-27 09:31:14 +00:00
kind.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
lang_items.rs
liveness.rs Add support for labeled while loops. 2014-08-29 23:43:55 -04:00
mem_categorization.rs Register new snapshots 2014-08-29 14:33:08 -07:00
pat_util.rs
privacy.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
reachable.rs
region.rs Fix formatting, update copyright dates 2014-08-29 23:44:08 -04:00
resolve_lifetime.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
resolve.rs auto merge of #16598 : bkoropoff/rust/import-shadow-name, r=alexcrichton 2014-08-30 12:41:22 +00:00
stability.rs
subst.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
ty_fold.rs DST raw pointers - *-pointers are fat pointers 2014-09-02 10:05:00 +12:00
ty.rs DST raw pointers - *-pointers are fat pointers 2014-09-02 10:05:00 +12:00
weak_lang_items.rs