rust/src/librustc/middle
bors a39f69f91d auto merge of #17036 : pczarn/rust/issue-15913-ICE-with-call-trans, r=alexcrichton
A match in callee.rs was recognizing some foreign fns as named tuple constructors. A reproducible test case for this is nearly impossible since it depends on the way NodeIds happen to be assigned in different crates.

Fixes #15913
2014-09-08 08:06:18 +00:00
..
borrowck DST coercions and DST structs 2014-08-26 12:38:51 +12:00
cfg Fix formatting, update copyright dates 2014-08-29 23:44:08 -04:00
save Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
trans auto merge of #17036 : pczarn/rust/issue-15913-ICE-with-call-trans, r=alexcrichton 2014-09-08 08:06:18 +00:00
typeck auto merge of #16953 : nick29581/rust/dst-bug-7, r=pcwalton 2014-09-03 21:31:07 +00:00
astencode.rs DST raw pointers - *-pointers are fat pointers 2014-09-02 10:05:00 +12:00
check_const.rs Rebasing changes 2014-08-26 16:07:32 +12:00
check_loop.rs Fix formatting, update copyright dates 2014-08-29 23:44:08 -04:00
check_match.rs Remove the branch merging optimisations for slice patterns 2014-08-30 19:50:46 +02:00
check_rvalues.rs Forbid unsized rvalues 2014-09-08 09:32:52 +12:00
check_static.rs DST coercions and DST structs 2014-08-26 12:38:51 +12:00
const_eval.rs Fix spelling errors and capitalization. 2014-09-03 23:10:38 -04:00
dataflow.rs auto merge of #16859 : alexcrichton/rust/snapshots, r=huonw 2014-08-30 19:51:25 +00:00
dead.rs librustc: handle repr on structs, require it for ffi, unify with packed 2014-08-20 21:02:23 -04:00
def.rs
dependency_format.rs
effect.rs Adjust the error messages to match the pattern "expected foo, found bar" 2014-08-24 09:53:01 +02:00
entry.rs Assign more diagnostic codes 2014-07-18 20:13:19 +02:00
expr_use_visitor.rs DST raw pointers - *-pointers are fat pointers 2014-09-02 10:05:00 +12:00
freevars.rs librustc: Tie up loose ends in unboxed closures. 2014-08-14 08:53:25 -07:00
graph.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
intrinsicck.rs auto merge of #16751 : luqmana/rust/tr, r=alexcrichton 2014-08-27 09:31:14 +00:00
kind.rs Check concrete type in impls with no trait 2014-09-05 14:38:37 +12:00
lang_items.rs Update language item from 'share' to 'sync' #16988 2014-09-05 02:03:26 +02:00
liveness.rs Add support for labeled while loops. 2014-08-29 23:43:55 -04:00
mem_categorization.rs Forbid unsized rvalues 2014-09-08 09:32:52 +12:00
pat_util.rs Remove the branch merging optimisations for slice patterns 2014-08-30 19:50:46 +02:00
privacy.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
reachable.rs librustc: Stop assuming that implementations and traits only contain 2014-08-14 11:40:22 -07:00
region.rs Fix formatting, update copyright dates 2014-08-29 23:44:08 -04:00
resolve_lifetime.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
resolve.rs auto merge of #16598 : bkoropoff/rust/import-shadow-name, r=alexcrichton 2014-08-30 12:41:22 +00:00
stability.rs librustc: Stop assuming that implementations and traits only contain 2014-08-14 11:40:22 -07:00
subst.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
ty_fold.rs DST raw pointers - *-pointers are fat pointers 2014-09-02 10:05:00 +12:00
ty.rs Update language item from 'share' to 'sync' #16988 2014-09-05 02:03:26 +02:00
weak_lang_items.rs