rust/src/librustc/middle
bors 9792ec6da7 auto merge of #9174 : thestinger/rust/bot, r=catamorphism
An expression such as `bottom == not_bottom` or `not_bottom == bottom`
already compiled, but this fixes the case where both sides are `bottom`.
2013-09-14 06:15:52 -07:00
..
borrowck gather_loans/mod.rs Visitor refactoring (#7081): unify GatherLoan{Ctxt,Visitor}. 2013-09-10 11:25:09 +02:00
cfg change type of ExprLoop and ExprBreak elts from ident->name. 2013-09-10 14:12:54 -07:00
trans auto merge of #9162 : alexcrichton/rust/issue-9123, r=catamorphism 2013-09-14 03:45:56 -07:00
typeck std: Restore Option::chain{,_mut}_ref as and_then{,_mut}_ref 2013-09-12 18:54:28 -07:00
astencode.rs Properly encode/decode structural variants. 2013-09-11 14:49:09 -04:00
check_const.rs Properly encode/decode structural variants. 2013-09-11 14:49:09 -04:00
check_loop.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
check_match.rs ident->name cleanup 2013-09-11 22:18:45 -07:00
const_eval.rs Properly encode/decode structural variants. 2013-09-11 14:49:09 -04:00
dataflow.rs change type of ExprLoop and ExprBreak elts from ident->name. 2013-09-10 14:12:54 -07:00
effect.rs Implement the notion of a "generated unsafe block" 2013-09-11 00:13:22 -07:00
entry.rs middle/entry.rs Visitor refactoring (#7081): unify Entry{Context,Visitor}. 2013-09-10 11:25:10 +02:00
freevars.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
graph.rs
kind.rs Properly encode/decode structural variants. 2013-09-11 14:49:09 -04:00
lang_items.rs Remove the __log function for __log_level 2013-09-05 01:48:20 -07:00
lint.rs Flag unsafe blocks from format! as compiler-generated 2013-09-11 00:13:41 -07:00
liveness.rs change type of ExprLoop and ExprBreak elts from ident->name. 2013-09-10 14:12:54 -07:00
mem_categorization.rs ident->name cleanup 2013-09-11 22:18:45 -07:00
moves.rs auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson 2013-09-09 10:41:05 -07:00
pat_util.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
privacy.rs std: rename Option::unwrap_or_default() to unwrap_or() 2013-09-12 18:54:11 -07:00
reachable.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
region.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
resolve.rs Properly encode/decode structural variants. 2013-09-11 14:49:09 -04:00
stack_check.rs rustc: Fix cstack lint for default methods. Closes #8753 2013-09-12 15:21:01 -07:00
subst.rs
ty.rs make ! support the equality/ordering operators 2013-09-13 17:31:59 -04:00