about summary refs log tree commit diff
path: root/src/librustc/ich
AgeCommit message (Expand)AuthorLines
2018-06-20Rename "parameter" to "arg"varkor-2/+2
2018-06-20Rename PathParameter(s) to GenericArg(s)varkor-2/+2
2018-06-20Rename *Parameter to *Paramvarkor-1/+1
2018-06-20Consolidate PathParameters and AngleBracketedParameterDatavarkor-2/+6
2018-06-07Add existential type definitonsOliver Schneider-1/+5
2018-06-05Remove another unused error variantOliver Schneider-1/+0
2018-06-05Remove unused IndexOutOfBounds variantOliver Schneider-4/+0
2018-06-05Properly report transitive errorsOliver Schneider-8/+3
2018-06-05Refactor the const eval diagnostic APIOliver Schneider-0/+1
2018-06-04Refactor the chalkify lowering processscalexm-10/+35
2018-06-03Remove is_import fieldMark Simulacrum-2/+1
2018-06-01merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATESNiko Matsakis-1/+8
2018-05-30rustc: rename mir::LocalDecl's syntactic_source_info to source_info.Eduard-Mihai Burtescu-1/+1
2018-05-30rustc: turn mir::LocalDecl's visibility_source_info into a SourceScope.Eduard-Mihai Burtescu-1/+1
2018-05-30rustc: rename mir::LocalDecl's source_info to visibility_source_info.Eduard-Mihai Burtescu-1/+1
2018-05-30rustc: turn mir::LocalDecl's syntactic_scope into a SourceInfo.Eduard-Mihai Burtescu-1/+1
2018-05-30rustc: rename mir::SourceScopeInfo to mir::SourceScopeLocalData.Eduard-Mihai Burtescu-1/+1
2018-05-30rustc: rename mir::VisibilityScope to mir::SourceScope.Eduard-Mihai Burtescu-3/+3
2018-05-29rust-lang/rust#27282: Add `StatementKind::ReadForMatch` to MIR.Felix S. Klock II-0/+3
2018-05-28rewrite the hasher to not access `depth` fieldNiko Matsakis-7/+3
2018-05-26Use `Ident`s for fields in HIRVadim Petrochenkov-11/+17
2018-05-24change `Value::Bytes` to `Value::Bits`Oliver Schneider-5/+18
2018-05-24Rename MemoryPointer to PointerOliver Schneider-1/+1
2018-05-24Eliminate the `Pointer` wrapper typeOliver Schneider-2/+0
2018-05-24Rename ByVal(Pair) to Scalar(Pair)Oliver Schneider-4/+4
2018-05-24Rename PrimVal to ScalarOliver Schneider-1/+1
2018-05-22Introduce AllocType which indicates what AllocIds point toJohn Kåre Alsaker-31/+19
2018-05-21rustc: move TypeParamDef's fields into GenericParamDefKind::Type.Eduard-Mihai Burtescu-12/+20
2018-05-20Auto merge of #50851 - eddyb:the-only-constant, r=nikomatsakisbors-0/+6
2018-05-19Auto merge of #50893 - kennytm:rollup, r=kennytmbors-1/+1
2018-05-19rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...Eduard-Mihai Burtescu-0/+6
2018-05-19Rollup merge of #50531 - iancormac84:merge-typeidhasher-cleanup, r=michaelwoe...kennytm-1/+1
2018-05-19Go through an allocation when accessing fields of constantsOliver Schneider-1/+2
2018-05-17Removed use of TypeIdHasher in debuginfo and replaced it with StableHasher. A...iancormac84-1/+1
2018-05-17Add edition to expansion infoVadim Petrochenkov-0/+10
2018-05-17Rename trans to codegen everywhere.Irina Popa-6/+6
2018-05-16Auto merge of #50045 - est31:label_break_value, r=eddybbors-1/+1
2018-05-16label-break-value: Parsing and AST/HIR changesest31-1/+1
2018-05-16Auto merge of #50473 - petrochenkov:pmapi, r=alexcrichtonbors-0/+1
2018-05-16Auto merge of #50750 - est31:master, r=eddybbors-10/+0
2018-05-15Represent lifetimes as two joint tokens in proc macrosVadim Petrochenkov-0/+1
2018-05-15Remove LoopIdResultest31-5/+0
2018-05-15Remove hir::ScopeTargetest31-5/+0
2018-05-15Lift pure_wrt_drop to GenericParamDefvarkor-6/+2
2018-05-15Rename RegionParamDef to LifetimeParamDefvarkor-1/+1
2018-05-15Pull common parameters into GenericParamDefvarkor-21/+10
2018-05-15Replace type_param_to_index with param_def_id_to_indexvarkor-1/+1
2018-05-15Rename TypeParameterDef -> TypeParamDef and RegionParameterDef -> RegionParamDefvarkor-4/+4
2018-05-15Rename GenericParam to GenericParamDefvarkor-1/+1
2018-05-15Rename ty::GenericParameterDef to GenericParamvarkor-1/+1