about summary refs log tree commit diff
path: root/src/librustc_codegen_ssa
AgeCommit message (Expand)AuthorLines
2019-10-13Auto merge of #65182 - anp:reify-shim, r=eddybbors-1/+18
2019-10-11Auto merge of #64716 - jonhoo:stabilize-mem-take, r=SimonSapinbors-1/+0
2019-10-10Auto merge of #59546 - sfanxiang:interminable-ub, r=nagisabors-1/+43
2019-10-09Reifying callers of Instance::resolve use resolve_for_fn_ptr.Adam Perry-1/+18
2019-10-08Stabilize mem::take (mem_take)Jon Gjengset-1/+0
2019-10-08Rollup merge of #65081 - Mark-Simulacrum:remove-profile-queries, r=michaelwoe...Mazdak Farrokhzad-1/+1
2019-10-07Auto merge of #64780 - choller:master, r=michaelwoeristerbors-1/+3
2019-10-07Rollup merge of #65137 - andjo403:selfProfiling_fix, r=michaelwoeristerMazdak Farrokhzad-4/+0
2019-10-07Add feature gate for raw_dylib.Charles Lew-3/+13
2019-10-05Rollup merge of #65151 - tmandry:revert-emscripten-upgrade, r=tmandryTyler Mandry-2/+5
2019-10-05Rollup merge of #65100 - csmoe:generator, r=nikomatsakisTyler Mandry-1/+1
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-2/+5
2019-10-05remove event that causes panics in measureme toolsAndreas Jonson-4/+0
2019-10-04Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichtonbors-5/+2
2019-10-04clean up GeneratorSubstscsmoe-1/+1
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-5/+2
2019-10-04Rollup merge of #64817 - csmoe:closure, r=nikomatsakisMazdak Farrokhzad-2/+6
2019-10-03Remove -Zprofile-queriesMark Rousskov-1/+1
2019-10-03generate ClosureSubsts from SubstsRefcsmoe-3/+4
2019-10-01Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wes...Tyler Mandry-72/+12
2019-09-30Self-Profiling: Make names of existing events more consistent and use new API.Michael Woerister-72/+12
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-7/+7
2019-09-29remove ClosureSubsts with SubstsRefcsmoe-2/+5
2019-09-29remove bit_set re-export from rustc_data_structurescsmoe-2/+3
2019-09-29Rollup merge of #64824 - Mark-Simulacrum:no-stable-hasher-result-everywhere, ...Mazdak Farrokhzad-5/+2
2019-09-28Switch over all StableHash impls to new formatMark Rousskov-5/+2
2019-09-28rustc_codegen_ssa: remove redundant `va_list_ref` field from `FunctionCx`.Eduard-Mihai Burtescu-18/+8
2019-09-28rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.Eduard-Mihai Burtescu-57/+33
2019-09-28Generate llvm.sideeffect at function entry instead of callXiang Fan-5/+9
2019-09-28Gate llvm.sideeffect under -Z insert-sideeffectXiang Fan-7/+9
2019-09-28Add llvm.sideeffect to potential infinite loops and recursionsXiang Fan-1/+37
2019-09-27Auto merge of #64813 - varkor:node-to-kind, r=Centrilbors-5/+5
2019-09-26Rename `Item.node` to `Item.kind`varkor-4/+4
2019-09-26Rename `ImplItem.node` to `ImplItem.kind`varkor-1/+1
2019-09-26Rollup merge of #64772 - Mark-Simulacrum:no-tyctxt-tx, r=eddybMazdak Farrokhzad-29/+27
2019-09-25Remove tx_to_llvm_workers from TyCtxtMark Rousskov-29/+27
2019-09-25Only add sanitizer runtimes when linking an executable (#64629).Christian Holler (:decoder)-1/+3
2019-09-25Rename `sty` to `kind`varkor-23/+23
2019-09-25Rollup merge of #64324 - alexcrichton:share-generics-again, r=michaelwoeristerMazdak Farrokhzad-30/+74
2019-09-24Rollup merge of #64702 - sinkuu:deps, r=jonas-schievinkMazdak Farrokhzad-1/+0
2019-09-23Allow using upstream generics in a dylib crate typeAlex Crichton-2/+20
2019-09-23rustc: Fix mixing crates with different `share_generics`Alex Crichton-1/+1
2019-09-23rustc: Convert `dependency_formats` to a queryAlex Crichton-27/+53
2019-09-23Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebankbors-15/+7
2019-09-23Remove unused dependenciesShotaro Yamada-1/+0
2019-09-17Get rid of special const intrinsic query in favour of `const_eval`Oliver Scherer-4/+3
2019-09-17Remove Handler::{emit, emit_with_code}Mark Rousskov-13/+5
2019-09-17Replace DiagnosticBuilder with Diagnostic when emitting errorMark Rousskov-2/+2
2019-09-16Auto merge of #64381 - mati865:rand, r=alexcrichtonbors-2/+2
2019-09-14Rollup merge of #64435 - eddyb:arguments-against-arg, r=rkruppeMazdak Farrokhzad-32/+32