about summary refs log tree commit diff
path: root/src/librustc_trans
AgeCommit message (Expand)AuthorLines
2017-09-04Auto merge of #43067 - pornel:libdeps, r=nrcbors-5/+43
2017-09-04rustc_mir: use Local instead of Lvalue in Storage{Live,Dead}.Eduard-Mihai Burtescu-9/+7
2017-09-03rustc_mir: use Local in ProjectionElem::Index.Eduard-Mihai Burtescu-2/+4
2017-09-03rustc_mir: implement visit_local instead/along visit_lvalue where possible.Eduard-Mihai Burtescu-38/+39
2017-09-02Minor compilation fixKornel-1/+1
2017-09-01x86: return single-float aggregates in a float registerJosh Stone-6/+35
2017-09-01powerpc64: improve extern struct ABIJosh Stone-13/+51
2017-08-30Auto merge of #43968 - petrochenkov:span2, r=michaelwoeristerbors-8/+8
2017-08-30Auto merge of #43903 - oli-obk:alignto, r=aturonbors-0/+12
2017-08-30Make fields of `Span` privateVadim Petrochenkov-8/+8
2017-08-29Auto merge of #44049 - alexcrichton:nounwind-allocators, r=BurntSushibors-0/+2
2017-08-28std: Mark allocation functions as nounwindAlex Crichton-0/+2
2017-08-28Merge branch 'master' of https://github.com/rust-lang/rust into genJohn Kåre Alsaker-6/+23
2017-08-27Auto merge of #44060 - taleks:issue-43205, r=arielb1bors-3/+23
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0
2017-08-25Merge remote-tracking branch 'origin/master' into genAlex Crichton-3/+15
2017-08-23Fixes issue #43205: ICE in Rvalue::Len evaluation.Alexey Tarasov-3/+23
2017-08-22Tell the linker when we want to link a static executableSamuel Holland-2/+14
2017-08-22Disable PIE when linking staticallySamuel Holland-1/+1
2017-08-22--print=native-static-libsKornel-1/+37
2017-08-22Split print functionKornel-4/+6
2017-08-21Merge remote-tracking branch 'origin/master' into genAlex Crichton-4/+14
2017-08-22Auto merge of #43690 - scalexm:issue-28229, r=nikomatsakisbors-4/+14
2017-08-21Merge remote-tracking branch 'origin/master' into genAlex Crichton-131/+10
2017-08-21Add align_offset intrinsicOliver Schneider-0/+12
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-131/+10
2017-08-17Merge remote-tracking branch 'origin/master' into genAlex Crichton-6/+6
2017-08-17Rollup merge of #43891 - Fourchaux:master, r=steveklabnikCorey Farwell-6/+6
2017-08-16Merge remote-tracking branch 'origin/master' into genAlex Crichton-105/+105
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-105/+105
2017-08-15Fix typos & us spellingsFourchaux-6/+6
2017-08-14Merge remote-tracking branch 'origin/master' into genAlex Crichton-5/+9
2017-08-14Rename `BuiltinShim` -> `CloneShim`scalexm-6/+6
2017-08-14Do not store `ty`scalexm-2/+2
2017-08-14Make `Clone` a lang item and generate builtin impls.scalexm-4/+14
2017-08-13Auto merge of #43836 - taleks:issue-39827, r=arielb1bors-1/+5
2017-08-13Addresses comments in PR #43836Alexey Tarasov-43/+3
2017-08-12Fix some typosBastien Orivel-3/+3
2017-08-12Fixes issue 39827: ICE in volatile_store intrinsicAlexey Tarasov-4/+48
2017-08-12Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperiobors-1/+1
2017-08-12Merge branch 'master' of https://github.com/rust-lang/rust into genJohn Kåre Alsaker-120/+17
2017-08-11Auto merge of #43766 - michaelwoerister:trans-scheduler-touch-up, r=alexcrichtonbors-0/+10
2017-08-11Merge remote-tracking branch 'origin/master' into genAlex Crichton-0/+9
2017-08-11It now completely compiles without LLVM!!!bjorn3-1/+2
2017-08-11Actually make rustc_driver compile without llvmbjorn3-120/+6
2017-08-10Auto merge of #43589 - aidanhs:aphs-fix-system-malloc, r=alexcrichtonbors-0/+9
2017-08-11Fix some typosBastien Orivel-1/+1
2017-08-10Merge remote-tracking branch 'origin/master' into genAlex Crichton-4/+4
2017-08-10Fix cross-crate global allocators on windowsAidan Hobson Sayers-0/+9
2017-08-10Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1bors-4/+4