summary refs log tree commit diff
path: root/src/librustc_metadata
AgeCommit message (Expand)AuthorLines
2018-04-20Fix path attribute in rustdocGuillaume Gomez-4/+7
2018-04-17Difference between master and betaOliver Schneider-1/+1
2018-04-17Get rid of redundant `HashSet`Oliver Schneider-13/+12
2018-04-17Reduce the number of calls to `cdata`Oliver Schneider-2/+2
2018-04-17Encode items before encoding the list of AllocIdsOliver Schneider-10/+13
2018-04-17Use `LazySeq` instead of `Vec`Oliver Schneider-23/+40
2018-04-17Don't recurse into allocations, use a global table insteadOliver Schneider-53/+65
2018-03-28Auto merge of #49019 - phil-opp:target-spec, r=pnkfelixbors-11/+14
2018-03-26Auto merge of #49101 - mark-i-m:stabilize_i128, r=nagisabors-1/+1
2018-03-26Introduce a TargetTriple enum to support absolute target pathsPhilipp Oppermann-11/+14
2018-03-26Stabilize i128_typeMark Mansi-1/+1
2018-03-26Auto merge of #48346 - emilio:pgo, r=alexcrichtonbors-1/+3
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-1/+1
2018-03-25librustc: Convert -C pgo-gen and -C pgo-use into -Z flags.Emilio Cobos Álvarez-1/+1
2018-03-25rustc_metadata: Load the profiler runtime if we're generating PGO profile data.Emilio Cobos Álvarez-1/+3
2018-03-25Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakiskennytm-13/+0
2018-03-25Rollup merge of #49273 - michaelwoerister:fix-extern-proc-macro-defkey, r=eddybkennytm-2/+19
2018-03-23Stabilize the copy_closures and clone_closures featuresSimon Sapin-13/+0
2018-03-22rustc: Add a `#[wasm_import_module]` attributeAlex Crichton-39/+90
2018-03-22rustc: Add a `#[wasm_custom_section]` attributeAlex Crichton-0/+25
2018-03-22Fix DefKey lookup for proc-macro crates.Michael Woerister-2/+19
2018-03-22Auto merge of #49041 - nikomatsakis:issue-46541-impl-trait-hidden-lifetimes, ...bors-1/+5
2018-03-21work around fallout from these changes in rustcNiko Matsakis-1/+5
2018-03-20Encode/decode extern statics in metadata and incremental cacheOliver Schneider-2/+2
2018-03-19Auto merge of #49079 - oli-obk:cross_miri, r=michaelwoeristerbors-62/+50
2018-03-18Auto merge of #48917 - petrochenkov:import, r=oli-obkbors-8/+10
2018-03-17Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi`Vadim Petrochenkov-1/+1
2018-03-17AST/HIR: Clarify what the optional name in extern crate items meanVadim Petrochenkov-7/+9
2018-03-17Auto merge of #48936 - Zoxc:cstore, r=michaelwoeristerbors-38/+63
2018-03-16Cleanup metadata and incremental cache processing of constantsOliver Schneider-62/+50
2018-03-13add `canonicalize` method to `InferCtxt` [VIC]Niko Matsakis-0/+2
2018-03-12Make CStore thread-safeJohn Kåre Alsaker-4/+6
2018-03-12Make CrateMetadata thread-safeJohn Kåre Alsaker-32/+55
2018-03-12Require the metadata loader to be thread-safeJohn Kåre Alsaker-2/+2
2018-03-08Hide the RefCell inside InterpretInternerOliver Schneider-9/+8
2018-03-08Don't borrow the interpret_interner for anything but a direct function callOliver Schneider-5/+4
2018-03-08Add InterpretInterner to StableHashingContext for AllocId serializationOliver Schneider-4/+4
2018-03-08Fully use miri in transOliver Schneider-8/+4
2018-03-08Initial changes to librustc to support const trait fns.Alexander Regueiro-2/+16
2018-03-08Nuke the entire ctfe from orbit, it's the only way to be sureOliver Schneider-20/+8
2018-03-08Produce instead of pointersOliver Schneider-17/+35
2018-03-08Add a variant to ConstVal for storing miri resultsOliver Schneider-2/+83
2018-03-07Merge branch 'incr_attr_queries' of https://github.com/wesleywiser/rust into ...Alex Crichton-2/+2
2018-03-07Merge branch 'metadata-send-sync' of https://github.com/Zoxc/rust into update...Alex Crichton-7/+9
2018-03-06Add `inline` to `TransFnAttrs`Wesley Wiser-2/+2
2018-03-07Make metadata references Send + SyncJohn Kåre Alsaker-7/+9
2018-03-06Don't show crate metadata symbol as exported symbol to downstream crates.Michael Woerister-3/+19
2018-03-06Fix export level of plugin and procmacro registrars.Michael Woerister-4/+3
2018-03-06Don't recompute SymbolExportLevel for upstream crates.Michael Woerister-21/+50
2018-03-06Clean up handling of symbol export information.Michael Woerister-14/+12