summary refs log tree commit diff
path: root/src/librustc/middle/mem_categorization.rs
AgeCommit message (Expand)AuthorLines
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-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
2015-06-30Remove Typer and ClosureTyperJared Roesch-32/+1
2015-06-30Remove Typer + ClosureTyper impls for BlockSJared Roesch-14/+12
2015-06-27Begin refactor type checking stateJared Roesch-4/+4
2015-06-26rustc: switch most remaining middle::ty functions to methods.Eduard Burtescu-10/+10
2015-06-26rustc: move some functions in middle::ty working on Ty to methods.Eduard Burtescu-7/+7
2015-06-19rustc: remove Repr and UserString.Eduard Burtescu-39/+37
2015-06-19rustc: replace Repr/UserString impls with Debug/Display ones.Eduard Burtescu-53/+44
2015-06-19Clean up unused argument/variable warnings.Eduard Burtescu-1/+0
2015-06-19rustc: use the TLS type context in Repr and UserString.Eduard Burtescu-50/+50
2015-06-16Remove unused type InteriorSafety.Eli Friedman-17/+4
2015-06-12Split TyArray into TyArray and TySlice.Eli Friedman-5/+5
2015-06-12Cleanup: rename middle::ty::sty and its variants.Eli Friedman-16/+16
2015-06-10Auto merge of #26182 - Manishearth:rollup, r=Manishearthbors-2/+2