summary refs log tree commit diff
path: root/src/librustc_metadata
AgeCommit message (Expand)AuthorLines
2020-01-25Auto merge of #68448 - maurer:dyn-cdylib, r=alexcrichtonbors-9/+11
2020-01-23rustc: Allow cdylibs to link against dylibsMatthew Maurer-9/+11
2020-01-23Auto merge of #68298 - Mark-Simulacrum:binary-depdep-fix, r=petrochenkovbors-6/+38
2020-01-20Read metadata from rmeta exclusively, if possibleMark Rousskov-6/+38
2020-01-20Rollup merge of #68353 - Centril:code-liberation, r=petrochenkovDylan DPC-5/+0
2020-01-18remove rustc_error_codes deps except in rustc_driverMazdak Farrokhzad-5/+0
2020-01-18slice_patterns: remove internal uses of gateMazdak Farrokhzad-1/+1
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-11use winapi for non-stdlib Windows bindingsAndy Russell-21/+15
2020-01-11Auto merge of #65912 - estebank:variants-orig, r=petrochenkovbors-0/+4
2020-01-11Rollup merge of #67806 - Centril:splitsynmore, r=petrochenkovMazdak Farrokhzad-1/+1
2020-01-11simplify feature_err importsMazdak Farrokhzad-1/+1
2020-01-10Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichtonbors-111/+1
2020-01-10Point at the span for the definition of crate foreign ADTsEsteban Küber-0/+4
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-13/+11
2020-01-09add CStore::item_generics_num_lifetimesMazdak Farrokhzad-6/+5
2020-01-09{rustc::util -> rustc_data_structures}::capturesMazdak Farrokhzad-1/+1
2020-01-09Link sanitizer runtimes instead of injecting crate dependenciesTomasz Miąsko-104/+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-08- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}Mazdak Farrokhzad-17/+15
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-24/+26
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-6/+4
2020-01-02Normalize `syntax::edition` imports.Mazdak Farrokhzad-2/+2
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-7/+7
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-5/+5
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-19/+19
2019-12-31Auto merge of #67032 - cjgillot:hirene, r=Zoxcbors-1/+1
2019-12-30Rename `libsyntax_ext` and `libsyntax_expand` in codeVadim Petrochenkov-4/+4
2019-12-30Make things build againVadim Petrochenkov-3/+3
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-1159/+1213
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-5/+5
2019-12-21Use Arena inside hir::TraitItem.Camille GILLOT-5/+5
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-7/+7
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
2019-12-11Rollup merge of #67074 - ehuss:extern-options, r=petrochenkovMazdak Farrokhzad-9/+11
2019-12-09Add options to --extern flag.Eric Huss-9/+11