summary refs log tree commit diff
path: root/src/librustc/middle/mem_categorization.rs
AgeCommit message (Expand)AuthorLines
2016-09-20rustc_metadata: group information into less tags.Eduard Burtescu-4/+9
2016-09-20rustc: replace uses of NodeId in Def, other than closures and labels.Eduard Burtescu-2/+4
2016-09-13Remove some more dead code from mem categorizationVadim Petrochenkov-78/+20
2016-09-13Remove some ancient code providing special support for newtypesVadim Petrochenkov-4/+0
2016-09-08Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt`Vadim Petrochenkov-3/+2
2016-09-04Replace `_, _` with `..`Vadim Petrochenkov-13/+13
2016-09-03Add unions to definition mapVadim Petrochenkov-1/+1
2016-08-27rustc: pass ty::Region behind an interned 'tcx reference.Eduard Burtescu-16/+16
2016-08-13Rename empty/bang to neverAndrew Cann-1/+1
2016-08-13Remove obsolete divergence related stuffAndrew Cann-2/+1
2016-08-13Add EmptyToAny adjustmentAndrew Cann-0/+1
2016-07-25move `during_closure_kind_inference` flag to mcNiko Matsakis-1/+20
2016-07-22Avoid writing a temporary closure kindNiko Matsakis-5/+17
2016-07-08Merge PatKind::QPath into PatKind::Path in HIRVadim Petrochenkov-1/+1
2016-07-08Cleanup of some pattern related codeVadim Petrochenkov-81/+43
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+1
2016-06-18Fix ICE in memory categorization of tuple patternsVadim Petrochenkov-4/+4
2016-06-10Address review comments + fix rebaseVadim Petrochenkov-11/+4
2016-06-10Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos...Vadim Petrochenkov-6/+4
2016-06-09remove residual slice pattern junk from mem_categorizationAriel Ben-Yehuda-76/+10
2016-06-09implement RFC495 semantics for slice patternsAriel Ben-Yehuda-40/+1
2016-05-28Separate bindings from other patterns in HIRVadim Petrochenkov-4/+4
2016-05-26Replace pat_adjust_pos with an iterator adapterVadim Petrochenkov-11/+9
2016-05-26Implement `..` in tuple (struct) patternsVadim Petrochenkov-9/+24
2016-05-11rustc_typeck: Generalize over 'tcx != 'gcx.Eduard Burtescu-18/+12
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-28/+31
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-4/+4
2016-05-11mem_categorization: freely_aliasable doesn't need to take TyCtxt.Eduard Burtescu-4/+3
2016-04-24thread tighter span for closures aroundNiko Matsakis-1/+1
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-2/+2
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-3/+3
2016-03-31librustc: replace panic!() with bug!()Benjamin Herr-1/+1
2016-03-31librustc: replace unreachable! with bug!()Benjamin Herr-5/+5
2016-03-31librustc: replace span_bug calls with span_bug!()Benjamin Herr-15/+17
2016-03-31librustc: replace tcx.sess.bug calls with bug!()Benjamin Herr-1/+1
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-3/+3
2016-03-22try! -> ?Jorge Aparicio-35/+35
2016-03-07Auto merge of #31606 - Ms2ger:ClosureKind, r=eddybbors-6/+6
2016-03-06Auto merge of #30884 - durka:inclusive-ranges, r=aturonbors-1/+1
2016-03-03Rename middle::ty::ctxt to TyCtxtJeffrey Seyfried-6/+6
2016-02-27fallout from removing hir::ExprRangeAlex Burka-1/+1
2016-02-20make *mut T -> *const T a coercionAriel Ben-Yehuda-0/+1
2016-02-16Split PatKind::Enum into PatKind::TupleStruct and PatKind::PathVadim Petrochenkov-9/+5
2016-02-14Rename hir::Pat_ and its variantsVadim Petrochenkov-16/+16
2016-02-12Autoderef in librustcJonas Schievink-21/+21
2016-02-12Rename ClosureKind variants and stop re-exporting them.Ms2ger-6/+6
2016-01-21move more checks out of librustcOliver Schneider-4/+4
2016-01-20Rename Def's variants and don't reexport themVadim Petrochenkov-18/+18
2016-01-20Refactor definitions of ADTs in rustc::middle::defVadim Petrochenkov-10/+5
2015-12-19Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakisbors-0/+4