summary refs log tree commit diff
path: root/src/librustc_metadata/schema.rs
AgeCommit message (Expand)AuthorLines
2017-11-18remove the `generator_sigs` map, query, and plumbingNiko Matsakis-2/+1
2017-11-18kill the `closure_kind` queryNiko Matsakis-2/+1
2017-11-03[Syntax Breaking] Rename DefaultImpl to AutoImplleonardo.yvens-4/+4
2017-11-01Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakisbors-5/+0
2017-10-27Implement RFC 1861: Extern typesPaul Lietar-0/+2
2017-10-24Introduce CrateDisambiguator newtype and fix testsIgor Matuszewski-2/+3
2017-10-24incr.comp.: Factor some persistence functionality out of crate metadata code.Michael Woerister-5/+0
2017-10-23Use 128 bit instead of Symbol for crate disambiguatorIgor Matuszewski-2/+2
2017-09-18incr.comp.: Remove tcx from StableHashingContext.Michael Woerister-4/+4
2017-09-09rustc: Remove `DepGraph` handling from rustc_metadataAlex Crichton-60/+10
2017-08-16Merge remote-tracking branch 'origin/master' into genAlex Crichton-4/+4
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-4/+4
2017-07-28Generator literal supportJohn Kåre Alsaker-0/+11
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-0/+2
2017-06-27rustc: move the PolyFnSig out of TyFnDef.Eduard-Mihai Burtescu-14/+20
2017-06-27rustc: rename closure_type to fn_sig.Eduard-Mihai Burtescu-2/+2
2017-06-09incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.Michael Woerister-1/+1
2017-06-06ICH: Make StableHashingContext work with any TyCtxt, not just the global one.Michael Woerister-7/+7
2017-05-25Hygienize `librustc_resolve`.Jeffrey Seyfried-1/+2
2017-05-15ICH: Hash lists of local trait impls as part of the HIR.Michael Woerister-0/+14
2017-05-08incr.comp.: Hash more pieces of crate metadata to detect changes there.Michael Woerister-9/+68
2017-04-25 support `default impl` for specializationGianni Ciccarelli-0/+1
2017-04-24support `default impl` for specializationGianni Ciccarelli-0/+1
2017-04-16rustc: use monomorphic const_eval for cross-crate enum discriminants.Eduard-Mihai Burtescu-8/+5
2017-04-13Make simple_global_asm even simplerA.J. Gardner-0/+1
2017-04-12First attempt at global_asm! macroA.J. Gardner-0/+1
2017-04-12ICH: Replace old, transitive metadata hashing with direct hashing approach.Michael Woerister-4/+86
2017-04-12ICH: Hash everything that gets encoded into crate metadata.Michael Woerister-0/+58
2017-03-23convert `custom_coerce_unsized_kind` into a `coerce_unsized_info`Niko Matsakis-1/+3
2017-02-25rustc_const_eval: demand that the MIR qualify_consts ran on each evaluated body.Eduard-Mihai Burtescu-2/+2
2017-02-25rustc_const_eval: always demand typeck_tables for evaluating constants.Eduard-Mihai Burtescu-5/+5
2017-02-25rustc: combine BareFnTy and ClosureTy into FnSig.Eduard-Mihai Burtescu-1/+1
2017-02-25rustc: move the actual values of enum discriminants into a map.Eduard-Mihai Burtescu-2/+4
2017-02-25rustc: store type parameter defaults outside of ty::Generics.Eduard-Mihai Burtescu-16/+1
2017-02-10Move type of discriminant to AdtDefSimonas Kazlauskas-1/+1
2017-02-06Introduce ReprOptions, a struct for holding info from the repr attributes. T...Austin Hicks-4/+4
2017-02-03Bump version, upgrade bootstrapAlex Crichton-2/+0
2017-01-28rustc: remove unused `bounds` field from `RegionParameterDef`.Eduard-Mihai Burtescu-1/+1
2017-01-28rustc: move object default lifetimes to resolve_lifetimes.Eduard-Mihai Burtescu-0/+2
2017-01-28rustc: always include elidable lifetimes in HIR types.Eduard-Mihai Burtescu-1/+14
2016-12-30Fix rebase falloutSimonas Kazlauskas-1/+3
2016-12-24Use `DefId`s instead of `NodeId`s for `pub(restricted)` visibilities.Jeffrey Seyfried-1/+1
2016-12-16definitions: Store DefPath data in separate table in metadataMichael Woerister-1/+1
2016-12-05trans: Rename `reachable` to `exported_symbols` where appropriate.Michael Woerister-1/+1
2016-12-02Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakisbors-1/+0
2016-11-30rustc: track the Span's of definitions across crates.Eduard-Mihai Burtescu-8/+6
2016-11-29rustc: remove type information from TraitDef.Eduard-Mihai Burtescu-1/+0
2016-11-22rustc_metadata: don't break the version check when CrateRoot changes.Eduard-Mihai Burtescu-4/+5
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-2/+3
2016-11-17Auto merge of #37660 - nikomatsakis:incremental-36349, r=eddybbors-12/+7