rust/src/librustc/middle
Mike Boutin f37e202b53 rustc: Reorder error and note message to reduce confusion.
Moved note after error to reduce confusion when the pair appears in the
middle of other errors. Closes #13279.
2014-07-04 17:28:04 -04:00
..
borrowck Simplify PatIdent to contain an Ident rather than a Path 2014-07-03 12:54:51 -07:00
cfg middle::cfg code cleanup. 2014-06-18 16:41:52 +02:00
save Fix spelling errors. 2014-07-03 12:54:51 -07:00
trans auto merge of #15388 : jakub-/rust/issue-12285, r=pcwalton 2014-07-04 12:01:22 +00:00
typeck auto merge of #15356 : pcwalton/rust/wrong-implementor, r=alexcrichton 2014-07-04 04:56:16 +00:00
astencode.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
check_const.rs rustc: Move the AST from @T to Gc<T> 2014-06-11 09:51:37 -07:00
check_loop.rs rustc: Move the AST from @T to Gc<T> 2014-06-11 09:51:37 -07:00
check_match.rs Fix #12285 2014-07-04 00:29:47 +02:00
check_static.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
const_eval.rs Fix #15129 2014-06-24 17:22:48 -07:00
dataflow.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
dead.rs Simplify PatIdent to contain an Ident rather than a Path 2014-07-03 12:54:51 -07:00
def.rs Introduce VecPerParamSpace and use it to represent sets of types and 2014-06-13 13:20:24 -04:00
dependency_format.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
effect.rs rustc: Move the AST from @T to Gc<T> 2014-06-11 09:51:37 -07:00
entry.rs Rename Iterator::len to count 2014-06-06 19:51:31 -07:00
expr_use_visitor.rs librustc: Fix expr_use_visitor (and, transitively, the borrow check) 2014-07-01 14:32:57 -07:00
freevars.rs Move Def out of syntax crate, where it does not belong 2014-06-06 19:51:23 -04:00
graph.rs Revise dataflow to do a cfg-driven walk. 2014-06-18 16:38:23 +02:00
intrinsicck.rs librustc: Forbid transmute from being called on types whose size is 2014-06-13 13:53:55 -07:00
kind.rs librustc: Have the kind checker check sub-bounds in trait casts. 2014-07-03 12:54:51 -07:00
lang_items.rs Improve code reuse between trans/_match.rs and check_match.rs 2014-07-03 09:17:47 +02:00
liveness.rs rustc: Reorder error and note message to reduce confusion. 2014-07-04 17:28:04 -04:00
mem_categorization.rs Fix spelling errors. 2014-07-03 12:54:51 -07:00
pat_util.rs Simplify PatIdent to contain an Ident rather than a Path 2014-07-03 12:54:51 -07:00
privacy.rs Fix spelling errors. 2014-07-03 12:54:51 -07:00
reachable.rs librustc: Make addresses of immutable statics insignificant unless 2014-06-17 11:44:00 -07:00
region.rs rustc: Move the AST from @T to Gc<T> 2014-06-11 09:51:37 -07:00
resolve_lifetime.rs librustc: Fix the issue with labels shadowing variable names by making 2014-06-13 13:53:34 -07:00
resolve.rs Simplify PatIdent to contain an Ident rather than a Path 2014-07-03 12:54:51 -07:00
stability.rs rustdoc: incorporate stability index throughout 2014-06-30 22:36:24 -07:00
subst.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
ty_fold.rs RegionFolder should only invoke callback on free regions. 2014-06-22 06:19:56 +02:00
ty.rs Simplify PatIdent to contain an Ident rather than a Path 2014-07-03 12:54:51 -07:00
weak_lang_items.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00