about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm
AgeCommit message (Expand)AuthorLines
2018-07-30rustc_codegen_llvm: remove #![allow(dead_code)] from llvm.Irina Popa-37/+2
2018-07-30rustc_codegen_llvm: remove unused ExecutionEngineRef type.Irina Popa-2/+0
2018-07-30rustc_codegen_llvm: use safe references for Metadata and DI*.Irina Popa-377/+411
2018-07-30rustc_codegen_llvm: use safe references for DIBuilder.Irina Popa-34/+33
2018-07-30rustc_codegen_llvm: use safe references for Builder.Irina Popa-144/+142
2018-07-30rustc_codegen_llvm: use safe references for Type.Irina Popa-533/+568
2018-07-30rustc_codegen_llvm: use safe references for Context and Module.Irina Popa-556/+549
2018-07-30rustc_codegen_llvm: move from empty enums to extern types.Irina Popa-197/+178
2018-07-30rustc_llvm: move to rustc_codegen_llvm::llvm.Irina Popa-2/+2437
2018-07-30Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkovbors-17/+17
2018-07-29Auto merge of #52738 - ljedrz:push_to_extend, r=eddybbors-18/+16
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-18/+16
2018-07-29Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkovbors-2/+2
2018-07-29Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakisbors-3/+2
2018-07-28Don't format!() string literalsljedrz-17/+17
2018-07-28Rollup merge of #52703 - ljedrz:vec_improvements, r=nikomatsakiskennytm-2/+3
2018-07-27Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrumbors-1/+0
2018-07-27Unnecessary `to_string`Shotaro Yamada-3/+2
2018-07-27Prefer to_string() to format!()ljedrz-2/+2
2018-07-26Improve a few vectors - calculate capacity or build from iteratorsljedrz-2/+3
2018-07-26Auto merge of #52735 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-64/+99
2018-07-26Auto merge of #52488 - nikomatsakis:nll-issue-48071-universe-and-sub, r=pnkfelixbors-10/+10
2018-07-26Rollup merge of #52690 - paoloteti:rclass-dsp, r=alexcrichtonMark Rousskov-0/+2
2018-07-26Rollup merge of #52654 - alecmocatta:master, r=alexcrichtonMark Rousskov-17/+19
2018-07-26Rollup merge of #52635 - yodaldevoid:issue_18804, r=oli-obkMark Rousskov-47/+78
2018-07-25ARM: expose `rclass` and `dsp` target featuresPaolo Teti-0/+2
2018-07-25parameterize `BitVector` and `BitMatrix` by their index typesNiko Matsakis-10/+10
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-1/+0
2018-07-24Deduplicate linkage checking code for staticsGabriel Smith-85/+69
2018-07-24Properly set the linkage type on non-local staticsGabriel Smith-6/+53
2018-07-24Rollup merge of #52391 - Amanieu:volatile_unaligned, r=alexcrichtonMark Rousskov-3/+23
2018-07-24Auto merge of #52597 - oli-obk:promotion_simplify, r=nagisabors-55/+100
2018-07-24break --subsystem=x into 2 args; closer to former presumably known-good incan...alecmocatta-1/+2
2018-07-24Pass multiple linker arguments rather than concatenate with commas; -l librar...alecmocatta-17/+18
2018-07-23Replace a few expect+format combos with unwrap_or_else+panicljedrz-3/+3
2018-07-23Fix tidyOliver Schneider-1/+2
2018-07-23Explain promoted extraction for simd shuffleOliver Schneider-0/+3
2018-07-23Promoteds are statics and statics have a place, not just a valueOliver Schneider-55/+96
2018-07-23Auto merge of #52571 - oli-obk:promotion_abort, r=nagisabors-3/+8
2018-07-21Auto merge of #52438 - ljedrz:rustc_vec_capacity, r=eddybbors-1/+7
2018-07-21Rollup merge of #52573 - oli-obk:cleanups, r=RalfJungkennytm-18/+1
2018-07-21Rollup merge of #52505 - alexcrichton:remove-thinlto-hack, r=nikomatsakiskennytm-14/+0
2018-07-20Refactor a few push loops to iterators in librustcljedrz-1/+7
2018-07-20Abort instead of UB if promotion failsOliver Schneider-3/+8
2018-07-20Remove unused methodOliver Schneider-18/+1
2018-07-18rustc: Remove a workaroudn in ThinLTO fixed upstreamAlex Crichton-14/+0
2018-07-18rustc: Stabilize #[wasm_import_module] as #[link(...)]Alex Crichton-32/+54
2018-07-16rustc: Use link_section, not wasm_custom_sectionAlex Crichton-79/+47
2018-07-16ItemKindcsmoe-4/+4
2018-07-16ForeignItemKindcsmoe-1/+1