about summary refs log tree commit diff
path: root/src/librustc_trans
AgeCommit message (Expand)AuthorLines
2017-11-02add TerminatorKind::FalseEdges and use it in matchesMikhail Modin-2/+4
2017-10-31Take crate-type into account when computing symbol export list.Michael Woerister-1/+1
2017-10-28Auto merge of #44295 - plietar:extern-types, r=arielb1bors-21/+50
2017-10-27Move type_has_metadata to trans_utilsPaul Liétar-14/+2
2017-10-27Implement RFC 1861: Extern typesPaul Lietar-21/+62
2017-10-26Bump to 1.23 and update bootstrapAlex Crichton-3/+2
2017-10-26Avoid unnecessary copies of arguments that are simple bindingsBjörn Steinbrink-3/+27
2017-10-25Auto merge of #45476 - Xanewok:fingerprint-disambiguator, r=michaelwoeristerbors-3/+4
2017-10-24Introduce CrateDisambiguator newtype and fix testsIgor Matuszewski-2/+3
2017-10-24Auto merge of #44984 - Maaarcocr:master, r=nikomatsakisbors-5/+5
2017-10-23Use 128 bit instead of Symbol for crate disambiguatorIgor Matuszewski-2/+2
2017-10-21trans_ -> fully_ prefixMarco Concetto Rudilosso-5/+5
2017-10-21added trans_ prefix and pluralised types. Solved failing test on the incremen...Marco Concetto Rudilosso-5/+5
2017-10-21Create NormalizeTy queryMarco Concetto Rudilosso-5/+5
2017-10-21rustc: Move bytecode compression into codegenAlex Crichton-168/+175
2017-10-21Auto merge of #45381 - bjorn3:move_collector_out_of_trans, r=nikomatsakisbors-1656/+14
2017-10-20Auto merge of #45348 - alexcrichton:thinlto-timp, r=michaelwoeristerbors-50/+63
2017-10-20Auto merge of #45319 - michaelwoerister:use-128bit-siphash, r=nikomatsakisbors-4/+3
2017-10-19Move collector to rustc_trans_utilsbjorn3-1656/+14
2017-10-18rustc: Add `_imp_` symbols later in compilationAlex Crichton-50/+63
2017-10-18Avoid unnecessary allocas for indirect function argumentsBjörn Steinbrink-7/+26
2017-10-17Rollup merge of #45310 - gnzlbg:fix_aarch64, r=pnkfelixkennytm-0/+3
2017-10-16Auto merge of #45202 - alexcrichton:fix-inline-always, r=michaelwoeristerbors-8/+24
2017-10-16Make debuginfo::UniqueTypeId use 128 bit hash.Michael Woerister-4/+3
2017-10-16introduce a whitelist for aarch64gnzlbg-1/+4
2017-10-15aarch64 is not whitelisted for ARM featuresgnzlbg-1/+1
2017-10-15rustc: Fix some ThinLTO internalizationAlex Crichton-5/+25
2017-10-15Auto merge of #45224 - malbarbo:x32, r=alexcrichtonbors-1/+1
2017-10-14Auto merge of #45137 - theotherjimmy:vtable-methods-query, r=nikomatsakisbors-4/+4
2017-10-14Auto merge of #45102 - petrochenkov:noar, r=alexcrichtonbors-4/+3
2017-10-13Auto merge of #45063 - michaelwoerister:bring-back-incremental-info, r=nikoma...bors-7/+3
2017-10-13Wrap vtable_methods return type in RCJimmy Brisson-2/+3
2017-10-13get_vtable_methods => vtable_methods queryJimmy Brisson-3/+2
2017-10-13Convert return type of get_vtable_methods to VecJimmy Brisson-2/+2
2017-10-13Auto merge of #45032 - alexcrichton:target-cfu, r=michaelwoeristerbors-5/+5
2017-10-13Auto merge of #45031 - alexcrichton:nounwind, r=arielb1bors-2/+10
2017-10-12Auto merge of #45176 - michaelwoerister:fix-region-and-trans-item-order, r=ni...bors-3/+20
2017-10-12Auto merge of #44967 - wesleywiser:trans_fulfill_obligation, r=nikomatsakisbors-5/+4
2017-10-11Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 supportMarco A L Barbosa-1/+1
2017-10-11rustc: Handle #[inline(always)] at -O0Alex Crichton-8/+24
2017-10-11rustc: Add LLVM `nounwind` with `-C panic=abort`Alex Crichton-2/+10
2017-10-10incr.comp.: Fix instability in CodegenUnitExt::items_in_deterministic_order().Michael Woerister-3/+20
2017-10-09rustc: Allow target-specific default cgusAlex Crichton-5/+5
2017-10-09cleanup: rustc doesn't use an external archiverVadim Petrochenkov-4/+3
2017-10-09Auto merge of #45111 - aidanhs:aphs-bubble-worker-failures, r=alexcrichtonbors-6/+10
2017-10-09Auto merge of #45075 - alexcrichton:inline-less, r=michaelwoeristerbors-81/+129
2017-10-09Auto merge of #45035 - alexcrichton:no-empty, r=michaelwoeristerbors-12/+0
2017-10-09Auto merge of #45033 - eddyb:capture-me-not, r=nikomatsakisbors-10/+1
2017-10-08Don't panic in the coordinator thread, bubble up the failureAidan Hobson Sayers-6/+10
2017-10-08Turn `trans_fulfill_obligation` into a queryWesley Wiser-5/+4