summary refs log tree commit diff
path: root/src/librustc_metadata/rmeta/decoder.rs
AgeCommit message (Expand)AuthorLines
2020-06-01Split payload of FileName::Real to track both real and virutalized paths.Felix S. Klock II-9/+16
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-2/+5
2020-04-14Rename AssocKind::Method to AssocKind::FnRustin-Liu-2/+2
2020-04-11Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakisbors-15/+13
2020-04-05Remove unneeded Lrc in query results.Camille GILLOT-10/+8
2020-04-05Remove Arcs in queries.Camille GILLOT-3/+3
2020-04-05Allocate query Vecs on the arena.Camille GILLOT-2/+2
2020-04-05Stop importing int/float modules in librustc_*Linus Färnstrand-1/+0
2020-04-03Auto merge of #70642 - eddyb:remap-sysroot-src, r=Mark-Simulacrumbors-9/+52
2020-04-02Rollup merge of #70634 - Centril:import-directly, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2020-04-02direct imports for langitem stuffMazdak Farrokhzad-1/+1
2020-04-02Translate the virtual `/rustc/$hash` prefix back to a real directory.Eduard-Mihai Burtescu-9/+52
2020-03-31Renamed `PerDefTables` to `Tables`Valentin Lazureanu-26/+26
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-11/+11
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-11/+11
2020-03-24Rollup merge of #70077 - Aaron1011:feature/new-def-path-ident, r=petrochenkovMazdak Farrokhzad-25/+31
2020-03-23Fallout in other crates.Camille GILLOT-1/+1
2020-03-22Store idents for `DefPathData` into crate metadataAaron Hill-25/+31
2020-03-21{rustc::hir::map -> rustc_hir}::definitionsMazdak Farrokhzad-2/+2
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-6/+85
2020-03-18Rollup merge of #69920 - Centril:hir-cleanup, r=ZoxcMazdak Farrokhzad-12/+11
2020-03-16Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakisbors-0/+2
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-12/+11
2020-03-15More Method->Fn renamingMark Mansi-5/+5
2020-03-15Add attributes to allow specializing on traitsMatthew Jasper-0/+2
2020-03-14Update `visit_item_likes_in_module`John Kåre Alsaker-2/+3
2020-03-12Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasperMazdak Farrokhzad-1/+1
2020-03-10Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddybbors-2/+2
2020-03-10Store `TokenStream` in `rmeta::MacroDef`.Mazdak Farrokhzad-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-17/+22
2020-03-03DefKind::Method -> DefKind::AssocFnMark Mansi-1/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-1/+1
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-26Auto merge of #67742 - mark-i-m:describe-it, r=matthewjasperbors-6/+13
2020-02-24rustc_metadata: Use binary search from standard libraryVadim Petrochenkov-13/+5
2020-02-22get rid of lazymark-1/+1
2020-02-22add generator_kind queryMark Mansi-6/+13
2020-02-15Record proc macro harness order for use during metadata deserializationAaron Hill-4/+0
2020-02-01Move builtin attribute logic to new rustc_attr crate.Mazdak Farrokhzad-1/+1
2020-01-16don't clone types that are copyMatthias Krüger-1/+1
2020-01-10Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichtonbors-4/+0
2020-01-09{rustc::util -> rustc_data_structures}::capturesMazdak Farrokhzad-1/+1
2020-01-09Remove sanitizer_runtime attributeTomasz Miąsko-4/+0
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-3/+3
2020-01-04extract Export, ExportMap from hir::defMazdak Farrokhzad-12/+8
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-7/+7
2019-12-30Rename `libsyntax_ext` and `libsyntax_expand` in codeVadim Petrochenkov-2/+2