about summary refs log tree commit diff
path: root/src/librustc_save_analysis
AgeCommit message (Expand)AuthorLines
2018-08-04Normalize variants of CrateType to standard styleMark Rousskov-2/+2
2018-08-04cleanup: Remove `Def::GlobalAsm`Vadim Petrochenkov-1/+0
2018-08-01resolve: Implement prelude search for macro pathsVadim Petrochenkov-0/+2
2018-07-30Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasperbors-1/+1
2018-07-29Remove unused `mut`sMatthew Jasper-1/+1
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-6/+5
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-1/+0
2018-07-18Match ergonomicsOliver Schneider-1/+1
2018-07-18Implement existential typesOliver Schneider-0/+53
2018-07-16ItemKindcsmoe-2/+2
2018-07-16TyKindcsmoe-1/+1
2018-07-16ExprKindcsmoe-2/+2
2018-07-14Address commentsVadim Petrochenkov-3/+3
2018-07-14Remove most of `PartialEq` impls from AST and HIR structuresVadim Petrochenkov-3/+3
2018-07-12Deny bare trait objects in src/librustc_save_analysisljedrz-3/+4
2018-07-01call it `hir::VisibilityKind` instead of `hir::Visibility_:*`Zack M. Davis-1/+1
2018-06-30in which hir::Visibility recalls whence it came (i.e., becomes Spanned)Zack M. Davis-1/+3
2018-06-30Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichtonbors-1/+0
2018-06-30Bootstrap from 1.28.0-beta.3Mark Simulacrum-1/+0
2018-06-30Auto merge of #51762 - petrochenkov:oh-hi-mark, r=oli-obkbors-1/+1
2018-06-30Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertjbors-1/+1
2018-06-30Fortify dummy span checkingVadim Petrochenkov-1/+1
2018-06-28Use `Ident`s for associated item definitions in HIRVadim Petrochenkov-6/+7
2018-06-27Generate the `NodeId` for `existential type` in the ASTOliver Schneider-1/+1
2018-06-23hygiene: Merge `NameAndSpan` into `ExpnInfo`Vadim Petrochenkov-2/+2
2018-06-21async await desugaring and testsTaylor Cramer-3/+3
2018-06-21Parse async fn header.Without Boats-9/+15
2018-06-20Make GenericBound explicitvarkor-5/+3
2018-06-20Rename ParamBound(s) to GenericBound(s)varkor-4/+4
2018-06-20Rename TraitTyParamBound to ParamBound::Traitvarkor-2/+2
2018-06-20Lift bounds into GenericParamvarkor-17/+17
2018-06-20Simply joint lifetime/type iterationvarkor-4/+1
2018-06-20Rename structures in astvarkor-11/+11
2018-06-20Refactor generic parameters in rustdoc/cleanvarkor-24/+18
2018-06-20Remove AngleBracketedArgs implvarkor-5/+13
2018-06-20Refactor ast::GenericParam as a structvarkor-70/+65
2018-06-20Rename ast::GenericParam and ast::GenericArgvarkor-7/+7
2018-06-20Make method and variable names more consistentvarkor-6/+6
2018-06-20Rename "parameter" to "arg"varkor-7/+7
2018-06-20Rename PathParameter(s) to GenericArg(s)varkor-4/+4
2018-06-20Consolidate PathParameters and AngleBracketedParameterDatavarkor-2/+2
2018-06-07Add existential type definitonsOliver Schneider-0/+1
2018-06-01Update recursion limitsJohn Kåre Alsaker-0/+2
2018-05-19rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...Eduard-Mihai Burtescu-3/+3
2018-05-15save-analysis: handle aliasing imports a bit more nicelyNick Cameron-93/+9
2018-05-13restore feature for stage0Alex Burka-0/+1
2018-05-13stabilize :lifetimeAlex Burka-1/+0
2018-05-07save-analysis: emit correct docs for methodsNick Cameron-36/+30
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-3/+5
2018-04-16Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkovbors-1/+2