summary refs log tree commit diff
path: root/src/librustc_metadata/cstore_impl.rs
AgeCommit message (Expand)AuthorLines
2019-07-27Move proc macro server into libsyntaxVadim Petrochenkov-1/+1
2019-07-03Remove needless lifetimesJeremy Stucki-2/+2
2019-06-18syntax: Factor out common fields from `SyntaxExtension` variantsVadim Petrochenkov-7/+6
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-6/+7
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-4/+1
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-2/+2
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-1/+1
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-2/+2
2019-06-10syntax: Rename variants of `SyntaxExtension` for consistencyVadim Petrochenkov-1/+1
2019-06-01Rollup merge of #61389 - Zoxc:arena-cleanup, r=eddybMazdak Farrokhzad-3/+3
2019-05-31rustc_codegen_utils: add new mangling scheme implementation.Eduard-Mihai Burtescu-0/+1
2019-05-31Remove GlobalArenas and use Arena insteadJohn Kåre Alsaker-3/+3
2019-05-28Auto merge of #60955 - agnxy:rename-assoc, r=oli-obk,Centrilbors-1/+1
2019-05-27Avoid unnecessary internings.Nicholas Nethercote-3/+1
2019-05-26Rename "Associated*" to "Assoc*"Andrew Xu-1/+1
2019-05-23Update dylib_dependency_formats, extern_crate and reachable_non_genericsJohn Kåre Alsaker-4/+4
2019-05-23Update foreign_modules and dllimport_foreign_itemsJohn Kåre Alsaker-2/+2
2019-05-23Update visible_parent_mapJohn Kåre Alsaker-1/+1
2019-05-23Update get_lib_features, defined_lib_features, get_lang_items, defined_lang_i...John Kåre Alsaker-3/+3
2019-05-23Update stability_index, all_crate_nums and features_queryJohn Kåre Alsaker-1/+1
2019-05-23Update GenericPredicates queriesJohn Kåre Alsaker-3/+5
2019-05-23Update item_childrenJohn Kåre Alsaker-2/+2
2019-05-23Update implementations_of_trait and all_trait_implementationsJohn Kåre Alsaker-8/+2
2019-05-23Update inherent_implsJohn Kåre Alsaker-1/+1
2019-05-23Update associated_item_def_idsJohn Kåre Alsaker-2/+3
2019-05-22rustc_metadata: parametrize schema::CrateRoot by 'tcx.Eduard-Mihai Burtescu-6/+1
2019-05-22Rollup merge of #61003 - nnethercote:rm-InternedString-PartialEq-impls, r=pet...Mazdak Farrokhzad-1/+1
2019-05-21Remove impls for `InternedString`/string equality.Nicholas Nethercote-1/+1
2019-05-20Do not fail on child without DefIdEsteban Küber-11/+11
2019-05-13Remove the equality operation between `Symbol` and strings.Nicholas Nethercote-2/+2
2019-05-03rustc: rename hir::def::Def to Res (short for "resolution").Eduard-Mihai Burtescu-2/+2
2019-05-03rustc: use DefKind instead of Def, where possible.Eduard-Mihai Burtescu-1/+1
2019-05-01Rollup merge of #60287 - Zoxc:the-arena-variances_of, r=eddybMazdak Farrokhzad-1/+1
2019-04-25Update variances_ofJohn Kåre Alsaker-1/+1
2019-04-25Update mir_const_qualifJohn Kåre Alsaker-1/+1
2019-04-21Introduce query `static_mutability`Vadim Petrochenkov-0/+1
2019-04-14Auto merge of #59335 - Aaron1011:fix/extern-priv-final, r=Aaron1011bors-0/+4
2019-04-14Improve formattingAaron Hill-1/+0
2019-04-14HirIdify hir::Defljedrz-2/+7
2019-04-14Properly parse '--extern-private' with name and pathAaron Hill-0/+5
2019-03-24Separate variant id and variant constructor id.David Wood-0/+8
2019-03-06Emit missing unclosed delimiter errorsEsteban Küber-2/+2
2019-02-11Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocsOliver Scherer-2/+2
2019-02-11Require a list of features to allow in `allow_internal_unstable`Oliver Scherer-1/+3
2019-02-09Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obkbors-1/+3
2019-02-08librustc_metadata => 2018Taiki Endo-8/+8
2019-02-07unify error handling to single methodEsteban Küber-6/+2
2019-02-07Deduplicate mismatched delimiter errorsEsteban Küber-1/+7
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1