rust/src/librustc/middle
bors dfd52817ee auto merge of #17875 : dotdash/rust/static_bool, r=alexcrichton
While booleans are represented as i1 in SSA values, LLVM expects them
to be stored/loaded as i8 values. Using i1 as we do now works, but
kills some optimizations, so we should switch to i8, just like we do
everywhere else.

Fixes #16959.
2014-10-09 12:47:01 +00:00
..
borrowck Categorize upvars in Fn unboxed closures as freely aliasable 2014-10-05 00:24:10 -07:00
cfg Update based on PR feedback 2014-09-30 18:54:03 +02:00
save Use slice syntax instead of slice_to, etc. 2014-10-07 15:49:53 +13:00
traits rustc: remove support for Gc. 2014-10-02 16:59:31 +03:00
trans auto merge of #17875 : dotdash/rust/static_bool, r=alexcrichton 2014-10-09 12:47:01 +00:00
typeck auto merge of #17784 : bkoropoff/rust/issue-17780, r=pcwalton 2014-10-09 07:12:30 +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
check_match.rs Use slice syntax instead of slice_to, etc. 2014-10-07 15:49:53 +13:00
check_rvalues.rs
check_static_recursion.rs
check_static.rs syntax: ast: remove TyBox and UnBox. 2014-10-02 16:36:01 +03:00
const_eval.rs
dataflow.rs
dead.rs
def.rs Fixes ICE when using reexported unit-like structs 2014-09-30 16:22:55 +02:00
dependency_format.rs
effect.rs
entry.rs
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 Categorize upvars in Fn unboxed closures as freely aliasable 2014-10-05 00:24:10 -07:00
pat_util.rs
privacy.rs Fix cross-crate tuple structs in statics 2014-10-02 21:31:06 +02:00
reachable.rs
region.rs
resolve_lifetime.rs
resolve.rs Use slice syntax instead of slice_to, etc. 2014-10-07 15:49:53 +13:00
stability.rs
subst.rs
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