summary refs log tree commit diff
path: root/src/librustc/ty/sty.rs
AgeCommit message (Expand)AuthorLines
2016-08-13Revert Ty::is_uninhabited to its original stateAndrew Cann-3/+3
2016-08-13Un-improve Ty::is_uninabitedAndrew Cann-3/+7
2016-08-13Rename empty/bang to neverAndrew Cann-8/+16
2016-08-13Remove obsolete divergence related stuffAndrew Cann-48/+3
2016-08-13Switch on TyEmptyAndrew Cann-6/+13
2016-08-13Start implementation of RFC 1216 (make ! a type)Andrew Cann-0/+4
2016-08-12rustc: add TyAnon (impl Trait) to the typesystem.Eduard Burtescu-1/+8
2016-06-20trans: generalize immediate temporaries to all MIR locals.Eduard Burtescu-0/+7
2016-06-05rustc: add ReErased to be used by trait selection, MIR and trans.Eduard Burtescu-0/+3
2016-05-31add trailing commaNiko Matsakis-1/+1
2016-05-31add `Issue32330` warning marker to bound regionsNiko Matsakis-1/+20
2016-05-11rustc: Remove the unnecessary ast_ty_to_ty_cache.Eduard Burtescu-4/+2
2016-05-11rustc: More interning for data used in Ty<'tcx>.Eduard Burtescu-18/+19
2016-05-11rustc: Generalize a minimum set of functions over 'tcx != 'gcx.Eduard Burtescu-11/+11
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-7/+7
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-18/+16
2016-05-11rustc: Avoid free functions taking &TyCtxt and &InferCtxt.Eduard Burtescu-3/+2
2016-05-11rustc: Always refer to TyCtxt as tcx.Eduard Burtescu-4/+4
2016-04-24syntax: Merge keywords and remaining special idents in one listVadim Petrochenkov-1/+1
2016-04-24syntax: Make static/super/self/Self keywords + special ident cleanupVadim Petrochenkov-2/+2
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-1/+1
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-1/+1
2016-03-31librustc: replace panic!() with bug!()Benjamin Herr-4/+4
2016-03-31librustc: replace unreachable! with bug!()Benjamin Herr-2/+2
2016-03-31librustc: replace tcx.sess.bug calls with bug!()Benjamin Herr-2/+1
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-0/+1240