rust/src/librustc/middle
Brian Koropoff 1f7a8bcb4b Correctly generate drop glue for Box<str>
This fixes an ICE.  Closes issue #17734
2014-10-03 23:00:20 -07:00
..
borrowck Set the non_uppercase_statics lint to warn by default 2014-10-03 20:39:56 +13:00
cfg Update based on PR feedback 2014-09-30 18:54:03 +02:00
save Revert "Use slice syntax instead of slice_to, etc." 2014-10-02 11:48:07 -07:00
traits rustc: remove support for Gc. 2014-10-02 16:59:31 +03:00
trans Correctly generate drop glue for Box<str> 2014-10-03 23:00:20 -07:00
typeck auto merge of #17731 : bkoropoff/rust/unboxed-by-ref, r=pcwalton 2014-10-04 00:17:04 +00:00
astencode.rs Fixes ICE when using reexported unit-like structs 2014-09-30 16:22:55 +02:00
check_const.rs rollup merge of #17666 : eddyb/take-garbage-out 2014-10-02 14:53:18 -07:00
check_loop.rs Track the visited AST's lifetime throughout Visitor. 2014-09-12 14:24:45 +03:00
check_match.rs rollup merge of #17666 : eddyb/take-garbage-out 2014-10-02 14:53:18 -07:00
check_rvalues.rs Track the visited AST's lifetime throughout Visitor. 2014-09-12 14:24:45 +03:00
check_static_recursion.rs Separate static item recursion check into its own pass 2014-09-14 20:56:07 -07:00
check_static.rs syntax: ast: remove TyBox and UnBox. 2014-10-02 16:36:01 +03:00
const_eval.rs handling fallout from entry api 2014-09-24 21:53:58 -04:00
dataflow.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
dead.rs Use more descriptive names in dead code messages 2014-09-24 21:03:55 +02:00
def.rs Fixes ICE when using reexported unit-like structs 2014-09-30 16:22:55 +02:00
dependency_format.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
effect.rs rustc: fix fallout from using ptr::P. 2014-09-14 04:20:34 +03:00
entry.rs rustc: fix fallout from using ptr::P. 2014-09-14 04:20:34 +03:00
expr_use_visitor.rs Update based on PR feedback 2014-09-30 18:54:03 +02:00
graph.rs Set the non_uppercase_statics lint to warn by default 2014-10-03 20:39:56 +13:00
intrinsicck.rs rustc: remove support for Gc. 2014-10-02 16:59:31 +03:00
lang_items.rs rustc: remove support for Gc. 2014-10-02 16:59:31 +03:00
liveness.rs Update based on PR feedback 2014-09-30 18:54:03 +02:00
mem_categorization.rs auto merge of #17731 : bkoropoff/rust/unboxed-by-ref, r=pcwalton 2014-10-04 00:17:04 +00:00
pat_util.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
privacy.rs Fix cross-crate tuple structs in statics 2014-10-02 21:31:06 +02:00
reachable.rs librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00
region.rs rustc: fix fallout from using ptr::P. 2014-09-14 04:20:34 +03:00
resolve_lifetime.rs librustc: Parse and resolve higher-rank lifetimes in traits. 2014-09-22 21:14:58 -07:00
resolve.rs Fix cross-crate tuple structs in statics 2014-10-02 21:31:06 +02:00
stability.rs librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00
subst.rs Remove dead code from librustc 2014-09-24 21:03:55 +02:00
ty_fold.rs rollup merge of #17666 : eddyb/take-garbage-out 2014-10-02 14:53:18 -07:00
ty.rs auto merge of #17731 : bkoropoff/rust/unboxed-by-ref, r=pcwalton 2014-10-04 00:17:04 +00:00
weak_lang_items.rs Rename begin_unwind lang item to fail_fmt, refs #16114 2014-09-24 23:44:00 +02:00