summary refs log tree commit diff
path: root/src/librustc_metadata/encoder.rs
AgeCommit message (Expand)AuthorLines
2017-09-12Auto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakisbors-3/+10
2017-09-11Auto merge of #44435 - alexcrichton:in-scope, r=michaelwoeristerbors-2/+1
2017-09-11rustc: Remove HirId from queriesAlex Crichton-2/+1
2017-09-11rustc: evaluate fixed-length array length expressions lazily.Eduard-Mihai Burtescu-3/+10
2017-09-09rustc: Remove `DepGraph` handling from rustc_metadataAlex Crichton-5/+5
2017-09-07rustc: Remove `CrateStore::crates` as a methodAlex Crichton-1/+1
2017-09-05rustc: Migrate lang items to a queryAlex Crichton-3/+4
2017-09-05rustc: Flag some CrateStore methods as "untracked"Alex Crichton-3/+2
2017-09-05rustc: Remove a number of mutable fields in cstoreAlex Crichton-2/+2
2017-09-05rustc: Move original_crate_name to a queryAlex Crichton-1/+1
2017-09-05rustc: Move crate_hash to a queryAlex Crichton-1/+1
2017-09-02rustc_mir: actually "promote" constants' MIR to 'static by removing StorageDe...Eduard-Mihai Burtescu-3/+3
2017-08-29rustc: Make the `export_map` of TyCtxt privateAlex Crichton-2/+3
2017-08-16Merge remote-tracking branch 'origin/master' into genAlex Crichton-29/+29
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-29/+29
2017-08-11Merge remote-tracking branch 'origin/master' into genAlex Crichton-1/+1
2017-08-09Merge remote-tracking branch 'origin/master' into genAlex Crichton-5/+2
2017-08-08Encode proper spans in crate metadata.Inokentiy Babushkin-1/+1
2017-07-31async-llvm(18): Instantiate OngoingCrateTranslation before starting translation.Michael Woerister-5/+2
2017-07-28Generator literal supportJohn Kåre Alsaker-4/+14
2017-07-06Auto merge of #42727 - alexcrichton:allocators-new, r=eddybbors-0/+5
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-0/+5
2017-07-05Merge remote-tracking branch 'origin/master' into proc_macro_apiAlex Crichton-8/+46
2017-06-27rustc_typeck: support functions in variance computation.Eduard-Mihai Burtescu-6/+25
2017-06-27rustc: move the PolyFnSig out of TyFnDef.Eduard-Mihai Burtescu-1/+20
2017-06-27rustc: rename closure_type to fn_sig.Eduard-Mihai Burtescu-1/+1
2017-06-26Implement `quote!` and other `proc_macro` API.Jeffrey Seyfried-3/+4
2017-06-07Allocate DefIndices for global crate metadata.Michael Woerister-16/+24
2017-05-28Auto merge of #42175 - michaelwoerister:filemap-hashing-fix-1, r=nikomatsakisbors-18/+4
2017-05-25Hygienize `librustc_resolve`.Jeffrey Seyfried-0/+1
2017-05-23incr.comp.: Track expanded spans instead of FileMaps.Michael Woerister-18/+4
2017-05-15Fix instability in GlobalMetadata::Impls ICH.Michael Woerister-7/+21
2017-05-08incr.comp.: Hash more pieces of crate metadata to detect changes there.Michael Woerister-433/+494
2017-05-05change various uses of `item_variances` to `variances_of`Niko Matsakis-3/+3
2017-05-02rename from `item_mir` to `optimized_mir`Niko Matsakis-11/+11
2017-05-02introduce `mir_keys()`Niko Matsakis-1/+6
2017-04-28Auto merge of #41368 - nikomatsakis:incr-comp-dep-tracking-map, r=eddybbors-8/+8
2017-04-28Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichtonbors-2/+30
2017-04-28do not access `inherited_impls` map directlyNiko Matsakis-8/+8
2017-04-27Auto merge of #37860 - giannicic:defaultimpl, r=nagisabors-1/+3
2017-04-26Implement a file-path remapping feature in support of debuginfo and reproduci...Michael Woerister-2/+30
2017-04-24rustc: use tcx.at(span) to set the location of a query.Eduard-Mihai Burtescu-3/+3
2017-04-24rustc: expose the common DUMMY_SP query case as tcx methods.Eduard-Mihai Burtescu-2/+2
2017-04-24rustc: rename some of the queries to match tcx methods.Eduard-Mihai Burtescu-18/+18
2017-04-24support `default impl` for specializationGianni Ciccarelli-1/+3
2017-04-16rustc: use monomorphic const_eval for cross-crate enum discriminants.Eduard-Mihai Burtescu-9/+37
2017-04-14Rollup merge of #40702 - mrhota:global_asm, r=nagisaCorey Farwell-0/+2
2017-04-13use `tcx.crate_name(LOCAL_CRATE)` rather than `LinkMeta::crate_name`Niko Matsakis-2/+2
2017-04-12First attempt at global_asm! macroA.J. Gardner-0/+2
2017-04-12ICH: Replace old, transitive metadata hashing with direct hashing approach.Michael Woerister-11/+37