rust/src/librustc/middle
Niko Matsakis bca07b5ebb make suggestion stuff not swallow errors
The older code would sometimes swallow errors or fail to produce a
suggestion. The newer code does not. However, just printing everything
would produce a bunch of new and kind of annoying errors, so continue
to swallow `T: 'a` errors so long as there are other things to show.
2016-03-18 16:38:52 -04:00
..
cfg hir, mir: Separate HIR expressions / MIR operands from InlineAsm. 2016-03-17 21:51:55 +02:00
infer make suggestion stuff not swallow errors 2016-03-18 16:38:52 -04:00
traits Fixes after rebase 2016-03-14 15:05:15 -07:00
ty mir: Unsize ConstVal::ByteStr before comparing &[u8] against it. 2016-03-17 21:51:53 +02:00
astconv_util.rs Rename middle::ty::ctxt to TyCtxt 2016-03-03 07:37:56 +00:00
check_match.rs const_eval: Take just one set of substitutions in lookup_const_by_id. 2016-03-17 22:48:07 +02:00
const_eval.rs const_eval: Take just one set of substitutions in lookup_const_by_id. 2016-03-17 22:48:07 +02:00
const_qualif.rs
cstore.rs trans: Rename MonoId to Instance and start using it in more places. 2016-03-17 21:51:32 +02:00
dataflow.rs Rename middle::ty::ctxt to TyCtxt 2016-03-03 07:37:56 +00:00
dead.rs lint: mark associated types as live for the dead_code pass 2016-03-09 11:36:05 -08:00
def_id.rs
def.rs
dependency_format.rs
effect.rs Track fn type and lifetime parameters in TyFnDef. 2016-03-09 16:45:28 +02:00
entry.rs
expr_use_visitor.rs hir, mir: Separate HIR expressions / MIR operands from InlineAsm. 2016-03-17 21:51:55 +02:00
free_region.rs Rename middle::ty::ctxt to TyCtxt 2016-03-03 07:37:56 +00:00
intrinsicck.rs Track fn type and lifetime parameters in TyFnDef. 2016-03-09 16:45:28 +02:00
lang_items.rs Auto merge of #31957 - GuillaumeGomez:error_display, r=brson 2016-03-08 03:31:30 -08:00
liveness.rs hir, mir: Separate HIR expressions / MIR operands from InlineAsm. 2016-03-17 21:51:55 +02:00
mem_categorization.rs Auto merge of #31606 - Ms2ger:ClosureKind, r=eddyb 2016-03-07 22:57:38 -08:00
pat_util.rs Rename middle::ty::ctxt to TyCtxt 2016-03-03 07:37:56 +00:00
privacy.rs
reachable.rs Rename middle::ty::ctxt to TyCtxt 2016-03-03 07:37:56 +00:00
recursion_limit.rs
region.rs
resolve_lifetime.rs
stability.rs Rename middle::ty::ctxt to TyCtxt 2016-03-03 07:37:56 +00:00
subst.rs Assorted fixed after rebasing 2016-03-14 15:04:39 -07:00
weak_lang_items.rs