summary refs log tree commit diff
path: root/src/librustc/middle/mem_categorization.rs
AgeCommit message (Expand)AuthorLines
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
2015-12-16rustc: Remove def::DefUseVadim Petrochenkov-1/+1
2015-12-16Implement type ascription.Eduard Burtescu-0/+4
2015-12-11Make name resolution errors non-fatalNick Cameron-2/+4
2015-11-19Fix the falloutVadim Petrochenkov-1/+1
2015-11-03Auto merge of #29515 - Manishearth:ice-itembody, r=eddybbors-1/+12
2015-11-03Fix ICE with unresolved associated items in closures (fixes #28971)Manish Goregaokar-1/+12
2015-11-02Auto merge of #28846 - Ms2ger:categorization, r=nikomatsakisbors-81/+80
2015-10-31Remove PatWildMultiVadim Petrochenkov-1/+1
2015-10-29Rename categorization and stop re-exporting its variants.Ms2ger-81/+80
2015-10-27Remove NodeArgSeo Sanghyeon-1/+1
2015-10-27Distinguish argument from local variableSeo Sanghyeon-5/+4
2015-10-01Introduce semi-duplicate DefIds into DefLocal/DefUpvar to remove useNiko Matsakis-2/+2
2015-10-01Remove DefRegion, which is not usedNiko Matsakis-1/+1
2015-09-22Use Names in the remaining HIR structures with exception of...Vadim Petrochenkov-1/+1
2015-09-22Use Names in hir::{Field, ExprMethodCall, ExprField}Vadim Petrochenkov-1/+1
2015-09-17Remove hir::ExprParenNick Cameron-4/+0
2015-09-14split ty::util and ty::adjustmentAriel Ben-Yehuda-5/+6
2015-09-06track, for each upvar, its index in list of upvarsNiko Matsakis-1/+1
2015-09-03Fix multiple mutable autoderefs with `Box`Andrew Paseltiner-3/+3
2015-09-03Add an intital HIR and lowering stepNick Cameron-66/+53
2015-08-24store the CodeExtent directly in FreeRegionAriel Ben-Yehuda-2/+1
2015-08-24fallout from moving def-idNiko Matsakis-2/+3
2015-08-06use VariantDef instead of struct_fieldsAriel Ben-Yehuda-1/+1
2015-07-24Add some debugging to help identify when errors get reported.Niko Matsakis-1/+7
2015-07-24Introduce ClosureSubsts rather than just having random fields in theNiko Matsakis-1/+1
2015-07-24introduce a Vec<Ty> to TyClosure for storing upvar typesNiko Matsakis-1/+1
2015-07-10Rename TypeWithMutability to TypeAndMutJared Roesch-1/+1
2015-07-08Remove snake_case names from ty.rsJared Roesch-1/+1
2015-06-30Clean up patchJared Roesch-1/+0