about summary refs log tree commit diff
path: root/src/librustc_save_analysis/dump_visitor.rs
AgeCommit message (Expand)AuthorLines
2019-01-08save-analysis: use a fallback when access levels couldn't be computedIgor Matuszewski-3/+3
2019-01-04Replace CrateAnalysis::access_levels with queryIgor Matuszewski-3/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-10/+10
2018-11-16Auto merge of #55936 - nrc:save-rename, r=eddybbors-5/+7
2018-11-14save-analysis: be even more aggressive about ignorning macro-generated defsNick Cameron-5/+7
2018-11-11save-analysis: Don't panic for macro-generated use globsIgor Matuszewski-15/+19
2018-10-31save analysis: don't dump macro refsNick Cameron-12/+14
2018-10-31save-analysis: make sure we save the def for the last segment of a pathNick Cameron-2/+1
2018-10-26Remove redundant cloneShotaro Yamada-1/+1
2018-10-26Fix tests and assertions; add some commentsNick Cameron-4/+0
2018-10-26dump refs for path segments in save-analysisNick Cameron-4/+3
2018-10-26dump data for prefix path segmentsNick Cameron-106/+9
2018-10-26save-analysis: remove hacky, unnecessary code now that we have spans for ever...Nick Cameron-100/+69
2018-10-20Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasperbors-4/+4
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-2/+2
2018-10-19Prefer unwrap_or_else to unwrap_or in case of function calls/allocationsljedrz-4/+4
2018-09-28Minimize final diffIgor Matuszewski-4/+2
2018-09-28Remap only source files in the command lineIgor Matuszewski-25/+22
2018-09-28Emit only necessary compilation options in save-analysisIgor Matuszewski-22/+19
2018-09-28Emit used rustc invocation in the save-analysis fileIgor Matuszewski-3/+61
2018-09-03A few cleanups and minor improvements to save_analysisljedrz-13/+9
2018-09-03Auto merge of #53838 - nrc:save-generic, r=eddybbors-11/+18
2018-09-01Auto merge of #53815 - F001:if-let-guard, r=petrochenkovbors-1/+4
2018-08-31save-analysis: record info for the types in `where` clausesNick Cameron-11/+18
2018-08-30introduce Guard enumF001-1/+4
2018-08-28Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.Eduard-Mihai Burtescu-2/+2
2018-08-20Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddybbors-18/+24
2018-08-19mv codemap() source_map()Donato Sciarra-1/+1
2018-08-19mv (mod) codemap source_mapDonato Sciarra-1/+1
2018-08-19Replace for_each with forvarkor-18/+24
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-6/+5
2018-07-18Match ergonomicsOliver Schneider-1/+1
2018-07-18Implement existential typesOliver Schneider-0/+40
2018-07-14Address commentsVadim Petrochenkov-3/+3
2018-07-14Remove most of `PartialEq` impls from AST and HIR structuresVadim Petrochenkov-3/+3
2018-06-28Use `Ident`s for associated item definitions in HIRVadim Petrochenkov-4/+4
2018-06-21async await desugaring and testsTaylor Cramer-1/+1
2018-06-20Make GenericBound explicitvarkor-5/+3
2018-06-20Rename ParamBound(s) to GenericBound(s)varkor-1/+1
2018-06-20Rename TraitTyParamBound to ParamBound::Traitvarkor-2/+2
2018-06-20Lift bounds into GenericParamvarkor-4/+4
2018-06-20Rename structures in astvarkor-6/+6
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-35/+41
2018-06-20Rename ast::GenericParam and ast::GenericArgvarkor-2/+2
2018-06-20Make method and variable names more consistentvarkor-4/+4
2018-06-20Rename "parameter" to "arg"varkor-5/+5
2018-06-20Rename PathParameter(s) to GenericArg(s)varkor-3/+3