about summary refs log tree commit diff
path: root/src/librustc_metadata
AgeCommit message (Expand)AuthorLines
2020-03-30Use if let instead of match when only matching a single variant (clippy::sing...Matthias Krüger-6/+3
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-45/+51
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-47/+47
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-2/+2
2020-03-27Auto merge of #70162 - cjgillot:split_query, r=Zoxcbors-1/+1
2020-03-27Rollup merge of #70344 - Centril:hir-pretty, r=eddybDylan DPC-4/+10
2020-03-26Make QueryConfig argument a type.Camille GILLOT-1/+1
2020-03-25Rollup merge of #70373 - Centril:canon-imports, r=Mark-SimulacrumMazdak Farrokhzad-3/+2
2020-03-24normalize some imports, prefer direct ones.Mazdak Farrokhzad-3/+2
2020-03-24rustc: remove rustc_hir_pretty dependency.Mazdak Farrokhzad-4/+9
2020-03-24Rollup merge of #70077 - Aaron1011:feature/new-def-path-ident, r=petrochenkovMazdak Farrokhzad-37/+49
2020-03-24move rustc_hir::print -> rustc_hir_prettyMazdak Farrokhzad-2/+3
2020-03-23Fallout in other crates.Camille GILLOT-1/+1
2020-03-23Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakisMazdak Farrokhzad-1/+1
2020-03-23Auto merge of #70296 - Centril:rollup-wvfmb3n, r=Centrilbors-1/+1
2020-03-22Store idents for `DefPathData` into crate metadataAaron Hill-37/+49
2020-03-23Rollup merge of #70269 - matthiaskrgr:clippy_closures, r=Dylan-DPCMazdak Farrokhzad-1/+1
2020-03-23Auto merge of #70204 - Centril:unshackled-lowering, r=Zoxcbors-5/+5
2020-03-22remove redundant closures (clippy::redundant_closure)Matthias Krüger-1/+1
2020-03-22don't create variable bindings just to return the bound value immediately (cl...Matthias Krüger-4/+2
2020-03-21{rustc::hir::map -> rustc_hir}::definitionsMazdak Farrokhzad-5/+5
2020-03-21rustc: keep upvars tupled in {Closure,Generator}Substs.Eduard-Mihai Burtescu-1/+1
2020-03-21Rollup merge of #70092 - eddyb:hir-items-are-just-nodes, r=ZoxcMazdak Farrokhzad-1/+1
2020-03-21Rollup merge of #69965 - mark-i-m:codegen-utils, r=eddybMazdak Farrokhzad-39/+2
2020-03-21Rollup merge of #67888 - Zoxc:metadata-prefetch, r=matthewjasperMazdak Farrokhzad-32/+135
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-6/+6
2020-03-19Refactorings to begin getting rid of rustc_codegen_utilsMark Mansi-39/+2
2020-03-19Use `assert_ignored` when encoding metadataJohn Kåre Alsaker-38/+37
2020-03-19Add some commentsJohn Kåre Alsaker-1/+15
2020-03-19Make metadata prefetching more accurateJohn Kåre Alsaker-7/+75
2020-03-19Prefetch exported symbolsJohn Kåre Alsaker-4/+9
2020-03-19Encode exported symbols lastJohn Kåre Alsaker-7/+8
2020-03-19Prefetch queries used by the metadata encoderJohn Kåre Alsaker-1/+17
2020-03-19hir: replace "items" terminology with "nodes" where appropriate.Eduard-Mihai Burtescu-1/+1
2020-03-19rustc: use LocalDefId instead of DefIndex in hir::map::definitions.Eduard-Mihai Burtescu-4/+4
2020-03-19rustc: use LocalDefId instead of DefIndex in HirId.Eduard-Mihai Burtescu-1/+1
2020-03-19rustc: rename DefId::to_local to expect_local and use it instead of LocalDefI...Eduard-Mihai Burtescu-1/+1
2020-03-18Properly handle Spans that reference imported SourceFilesAaron Hill-21/+136
2020-03-18Rollup merge of #69920 - Centril:hir-cleanup, r=ZoxcMazdak Farrokhzad-40/+37
2020-03-17Auto merge of #69519 - 12101111:remove-proc-macro-check, r=nagisabors-2/+4
2020-03-16Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakisbors-6/+11
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-40/+37
2020-03-15MethodData -> AssocFnDataMark Mansi-4/+4
2020-03-15More Method->Fn renamingMark Mansi-12/+12
2020-03-15Auto merge of #68944 - Zoxc:hir-map, r=eddybbors-7/+8
2020-03-15Avoid ICEs when we emit errors constructing the specialization graphMatthew Jasper-6/+7
2020-03-15Add attributes to allow specializing on traitsMatthew Jasper-0/+4
2020-03-14Replace `HirBody` with `hir_owner_items` in testsJohn Kåre Alsaker-1/+1
2020-03-14Index HIR after creating TyCtxtJohn Kåre Alsaker-2/+2
2020-03-14Update `visit_item_likes_in_module`John Kåre Alsaker-2/+3