rust/src/librustc/middle
bors 9ff308137a auto merge of #17428 : fhahn/rust/issue-16114-rename-begin-unwind-2, r=alexcrichton
This is a PR for #16114 and includes to following things:

* Rename `begin_unwind` lang item to `fail_fmt`
*  Rename `core::failure::begin_unwind` to `fail_impl`
* Rename `fail_` lang item to `fail`
2014-09-25 05:17:31 +00:00
..
borrowck Remove dead code from librustc 2014-09-24 21:03:55 +02:00
cfg Implement slicing syntax. 2014-09-19 11:15:49 +12:00
save rollup merge of #17338 : nick29581/variants-namespace 2014-09-19 10:00:29 -07:00
traits Add enum variants to the type namespace 2014-09-19 15:11:00 +12:00
trans Remove dead code from librustc 2014-09-24 21:03:55 +02:00
typeck auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturon 2014-09-25 03:32:36 +00:00
astencode.rs Remove dead code from librustc 2014-09-24 21:03:55 +02:00
check_const.rs Separate static item recursion check into its own pass 2014-09-14 20:56:07 -07:00
check_loop.rs Track the visited AST's lifetime throughout Visitor. 2014-09-12 14:24:45 +03:00
check_match.rs Fallout from renaming 2014-09-16 14:37:48 -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 rustc: fix fallout from using ptr::P. 2014-09-14 04:20:34 +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 rustc: remove Gc<Def> and depth from DefUpvar. 2014-09-18 14:36:36 +03: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 Induce an empty loan for the value being matched in match expressions 2014-09-20 21:01:29 +02:00
graph.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
intrinsicck.rs rustc: fix fallout from using ptr::P. 2014-09-14 04:20:34 +03:00
kind.rs Remove dead code from librustc 2014-09-24 21:03:55 +02:00
lang_items.rs Rename fail_ lang item to fail, closes #16114 2014-09-25 01:09:09 +02:00
liveness.rs rollup merge of #17338 : nick29581/variants-namespace 2014-09-19 10:00:29 -07:00
mem_categorization.rs Remove dead code from librustc 2014-09-24 21:03:55 +02:00
pat_util.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
privacy.rs librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07: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 auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturon 2014-09-25 03:32:36 +00: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 Add enum variants to the type namespace 2014-09-19 15:11:00 +12:00
ty.rs auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturon 2014-09-25 03:32:36 +00:00
weak_lang_items.rs Rename begin_unwind lang item to fail_fmt, refs #16114 2014-09-24 23:44:00 +02:00