about summary refs log tree commit diff
path: root/src/librustc_metadata/rmeta
AgeCommit message (Expand)AuthorLines
2020-03-03DefKind::Method -> DefKind::AssocFnMark Mansi-1/+1
2020-03-02Auto merge of #69432 - petrochenkov:alldeps, r=eddybbors-9/+1
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-9/+9
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-29use .copied() instead of .map(|x| *x) on iteratorsMatthias Krüger-1/+1
2020-02-26Auto merge of #67742 - mark-i-m:describe-it, r=matthewjasperbors-22/+22
2020-02-24rustc_metadata: Use binary search from standard libraryVadim Petrochenkov-13/+5
2020-02-24rustc_metadata: Load metadata for indirect macro-only dependenciesVadim Petrochenkov-9/+1
2020-02-22get rid of lazymark-3/+3
2020-02-22add generator_kind queryMark Mansi-21/+21
2020-02-15Record proc macro harness order for use during metadata deserializationAaron Hill-12/+1
2020-02-06Add a Hir wrapper typeJohn Kåre Alsaker-2/+2
2020-02-01syntax::print -> new crate rustc_ast_prettyMazdak Farrokhzad-1/+1
2020-02-01Move builtin attribute logic to new rustc_attr crate.Mazdak Farrokhzad-2/+3
2020-01-17Use named fields for `hir::ItemKind::Impl`Dylan MacKenzie-7/+7
2020-01-16don't clone types that are copyMatthias Krüger-2/+2
2020-01-11Auto merge of #65912 - estebank:variants-orig, r=petrochenkovbors-0/+4
2020-01-10Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichtonbors-7/+0
2020-01-10Point at the span for the definition of crate foreign ADTsEsteban Küber-0/+4
2020-01-09add CStore::item_generics_num_lifetimesMazdak Farrokhzad-4/+4
2020-01-09{rustc::util -> rustc_data_structures}::capturesMazdak Farrokhzad-1/+1
2020-01-09Remove sanitizer_runtime attributeTomasz Miąsko-7/+0
2020-01-08normalize rustc::hir::intravisit importsMazdak Farrokhzad-2/+1
2020-01-08intravisit: abstract over HIR MapMazdak Farrokhzad-1/+4
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-15/+16
2020-01-04extract Export, ExportMap from hir::defMazdak Farrokhzad-34/+30
2020-01-04DefId{Map,Set} -> rustc::hir::def_idMazdak Farrokhzad-2/+1
2020-01-04canonicalize FxHash{Map,Set} importsMazdak Farrokhzad-2/+1
2020-01-02Normalize `syntax::edition` imports.Mazdak Farrokhzad-1/+1
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-3/+3
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-4/+4
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-13/+13
2019-12-31Auto merge of #67032 - cjgillot:hirene, r=Zoxcbors-1/+1
2019-12-30Rename `libsyntax_ext` and `libsyntax_expand` in codeVadim Petrochenkov-2/+2
2019-12-30Make things build againVadim Petrochenkov-1/+1
2019-12-30Remove HirVec from Generics.Camille GILLOT-1/+1
2019-12-27Fallout in other crates.Camille GILLOT-3/+3
2019-12-26Fallout in other crates.Camille GILLOT-2/+2
2019-12-22Format the worldMark Rousskov-597/+551
2019-12-21Use Arena inside hir::Mod.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::StructField.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::ImplItem.Camille GILLOT-2/+2
2019-12-21Use Arena inside hir::TraitItem.Camille GILLOT-2/+2
2019-12-21Use Arena inside hir::ForeignItem.Camille GILLOT-3/+3
2019-12-21Handle Attributes in arena.Camille GILLOT-4/+4
2019-12-21Use Arena inside hir::Item.Camille GILLOT-4/+4
2019-12-21Use Arena inside hir::Crate.Camille GILLOT-1/+1
2019-12-201. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.Mazdak Farrokhzad-8/+6
2019-12-13Require stable/unstable annotations for the constness of all stable functions...Oliver Scherer-0/+19