about summary refs log tree commit diff
path: root/src/librustc_metadata
AgeCommit message (Expand)AuthorLines
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
2020-03-14Update `krate_attrs` and `get_module`John Kåre Alsaker-2/+2
2020-03-14rustc_metadata: Remove `rmeta::MacroDef`Vadim Petrochenkov-24/+6
2020-03-12Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasperMazdak Farrokhzad-2/+2
2020-03-10Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddybbors-34/+19
2020-03-10Store `TokenStream` in `rmeta::MacroDef`.Mazdak Farrokhzad-34/+19
2020-03-10Rollup merge of #69677 - petrochenkov:spancode, r=eddybMazdak Farrokhzad-107/+126
2020-03-07Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkovMazdak Farrokhzad-2/+2
2020-03-06Don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-1/+1
2020-03-06fix various typosMatthias Krüger-2/+2
2020-03-05rustc_metadata: Move some code from `impl CrateMetadataRef` to `impl CrateMet...Vadim Petrochenkov-89/+87
2020-03-05rustc_metadata: Give decoder access to whole crate storeVadim Petrochenkov-22/+43
2020-03-03rename TraitItemKind::Method -> FnMark Mansi-1/+1
2020-03-03DefKind::Method -> DefKind::AssocFnMark Mansi-1/+1
2020-03-03Run format.12101111-1/+3
2020-03-03Don't use static crt by default when build proc-macro.12101111-2/+2
2020-03-02Auto merge of #69432 - petrochenkov:alldeps, r=eddybbors-15/+4
2020-03-01Rollup merge of #69580 - matthiaskrgr:map_clone, r=CentrilYuki Okushi-1/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-13/+13
2020-02-29Make it build againVadim Petrochenkov-2/+2
2020-02-29use .copied() instead of .map(|x| *x) on iteratorsMatthias Krüger-1/+1
2020-02-29Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-SimulacrumDylan DPC-1/+1
2020-02-28Rollup merge of #69541 - dotdash:format, r=Mark-SimulacrumMazdak Farrokhzad-4/+1