about summary refs log tree commit diff
path: root/src/librustc_metadata
AgeCommit message (Expand)AuthorLines
2018-05-15Reduce parent_params to parent_countvarkor-4/+3
2018-05-15Consolidate ty::Genericsvarkor-1/+1
2018-05-13restore feature for stage0Alex Burka-0/+1
2018-05-13stabilize :lifetimeAlex Burka-2/+0
2018-05-10Rollup merge of #50538 - michaelwoerister:atomic-cnums, r=ZoxcAlex Crichton-23/+24
2018-05-09Add comment about first element in CStore::metas.Michael Woerister-0/+4
2018-05-09Make CrateNum allocation more thread-safe.Michael Woerister-15/+10
2018-05-09Adapt some method visibilities in librustc_metadata::cstore.Michael Woerister-9/+11
2018-05-08Don't use Lock for heavily accessed CrateMetadata::cnum_map.Michael Woerister-8/+12
2018-04-29Auto merge of #50271 - sinkuu:fix_ice, r=eddybbors-1/+7
2018-04-28Make `trait_of_item` return None for non associated itemsShotaro Yamada-1/+7
2018-04-27Auto merge of #50102 - Zoxc:query-nomacro, r=michaelwoeristerbors-1/+1
2018-04-27Create a job immediately when looking in the query map and start it laterJohn Kåre Alsaker-1/+1
2018-04-27Rename InternedString to LocalInternedString and introduce a new thread-safe ...John Kåre Alsaker-9/+9
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-2/+2
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-8/+6
2018-04-26rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.Irina Popa-3/+3
2018-04-24Hash EntryKind::AssociatedConst const dataWesley Wiser-1/+2
2018-04-20Clean up `IsolatedEncoder::encode_info_for_impl_item()` a bitWesley Wiser-12/+13
2018-04-20Fix bad merge in #49991Wesley Wiser-1/+1
2018-04-19Remove HIR inliningWesley Wiser-217/+108
2018-04-16Auto merge of #49433 - varkor:metadata-skip-mir-opt, r=michaelwoeristerbors-2/+9
2018-04-16Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkovbors-13/+75
2018-04-14Get rid of redundant `HashSet`Oliver Schneider-13/+12
2018-04-14Reduce the number of calls to `cdata`Oliver Schneider-2/+2
2018-04-14Encode items before encoding the list of AllocIdsOliver Schneider-10/+13
2018-04-14Use `LazySeq` instead of `Vec`Oliver Schneider-23/+40
2018-04-14Don't recurse into allocations, use a global table insteadOliver Schneider-53/+65
2018-04-13Move `path_len` to ExternCrateShotaro Yamada-12/+8
2018-04-12Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoeristerbors-4/+12
2018-04-11Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcmkennytm-2/+3
2018-04-11Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichtonbors-1/+0
2018-04-11Extend `ExternCrate` to cover externs inferred from `use` or pathsShotaro Yamada-13/+79
2018-04-10Auto merge of #49386 - GuillaumeGomez:fix-path-attribute, r=eddybbors-4/+7
2018-04-10Make Session.injected_panic_runtime thread-safeJohn Kåre Alsaker-0/+2
2018-04-10Make Session.injected_allocator and Session.allocator_kind thread-safeJohn Kåre Alsaker-0/+8
2018-04-10Make Session.has_global_allocator thread-safeJohn Kåre Alsaker-4/+2
2018-04-09Take OutputType::DepInfo into account for metadata_output_onlyvarkor-3/+2
2018-04-09Convert sort_unstable_by_key to sort_by_cached_keyvarkor-2/+3
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-04-07Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakisbors-2/+0
2018-04-06Allow for re-using monomorphizations from upstream crates.Michael Woerister-2/+2
2018-04-06Allow for representing exported monomorphizations in crate metadata.Michael Woerister-12/+23
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-2/+0
2018-04-04Add len() method to OutputTypesvarkor-1/+1
2018-03-28Take the original extra-filename passed to a crate into account whenChris Manchester-14/+48
2018-03-28Auto merge of #49019 - phil-opp:target-spec, r=pnkfelixbors-11/+14
2018-03-27Skip MIR optimisation for cargo checkvarkor-3/+11
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