about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-11-23Implement more simd_reduce_* intrinsicsbjorn3-27/+64
2020-11-23Implement float simd comparisonsbjorn3-9/+14
2020-11-23Implement simd_reduce_{add,mul}_{,un}orderedbjorn3-4/+40
2020-11-21Rustup to rustc 1.50.0-nightly (593fe977a 2020-11-20)bjorn3-8/+9
2020-11-21Sync from rust 539402cb0b0f1639a4be14e40eaf8db61a62ae41bjorn3-46/+45
2020-11-16update `cg_clif`Bastian Kauschke-46/+45
2020-11-13Remove unnecessary paths from LD_LIBRARY_PATHbjorn3-1/+1
2020-11-13Use rpath to compile the cg_clif executablebjorn3-1/+11
2020-11-13Rustfmtbjorn3-12/+10
2020-11-13Rustup to rustc 1.49.0-nightly (9722952f0 2020-11-12)bjorn3-3/+3
2020-11-13Sync from rust f2a11a25378293e41cfcb00dbf67c524ffd79b39bjorn3-17/+15
2020-11-12Move some things from codegen_mono_item to trans_fnbjorn3-9/+8
2020-11-12Inline codegen_mono_items and outline predefine_mono_itemsbjorn3-11/+14
2020-11-12Merge pull request #1111 from jakobhellermann/hardlinks-instead-of-copybjorn3-4/+4
2020-11-12use hardlinks instead of copying filesJakob Hellermann-4/+4
2020-11-12Update Cranelift for SimpleJIT changesbjorn3-18/+19
2020-11-12Avoid muliplications by 1bjorn3-12/+20
2020-11-10Changed unwrap_or to unwrap_or_else in some places.Nicholas-Baron-2/+2
2020-11-10Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-SimulacrumJonas Schievink-8/+8
2020-11-09Update dependenciesbjorn3-33/+39
2020-11-09Update Craneliftbjorn3-33/+33
2020-11-09Rollup merge of #78674 - tmiasko:inline-substs-for-mir-body, r=oli-obkDylan DPC-7/+5
2020-11-08Better build dir layoutbjorn3-13/+17
2020-11-08Don't add .d and .rmeta files to the sysrootbjorn3-0/+1
2020-11-08Set diff=rust git attribute for rust filesbjorn3-0/+1
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-8/+8
2020-11-07Sync from rust 0256d065d4901b63def6c04013da4f781d0752bbbjorn3-0/+2
2020-11-06Fix ICE (part 2)bjorn3-12/+30
2020-11-06Rustfmtbjorn3-10/+5
2020-11-06Fix ICEbjorn3-6/+9
2020-11-06Sync from rust dc06a36074f04c6a77b5834f2950011d49607898bjorn3-17/+18
2020-11-06Don't overwrite RUSTFLAGS for cargo.shbjorn3-1/+1
2020-11-06Add rustup pull commandbjorn3-7/+23
2020-11-07Rollup merge of #78666 - sasurau4:fix/shellcheck-error, r=jyn514Yuki Okushi-4/+5
2020-11-06fix shellcheck error of SC2068Daiki Ihara-4/+4
2020-11-06fix shellcheck error of SC2148Daiki Ihara-0/+1
2020-11-06inliner: Use substs_for_mir_bodyTomasz Miąsko-7/+5
2020-11-05Fix even more URLsGuillaume Gomez-1/+1
2020-11-05Merge pull request #1109 from jakobhellermann/shellcheckbjorn3-50/+50
2020-11-05make requested PR changesJakob Hellermann-4/+1
2020-11-04manually fix some shellcheck warningsJakob Hellermann-7/+10
2020-11-04run 'shellcheck -f diff $(fd --extension sh) | git apply'Jakob Hellermann-46/+46
2020-11-04`u64::try_from` will now fail if `ScalarInt` isn't exactly 64 bits, thus we u...oli-1/+1
2020-11-04`u128` truncation and sign extension are not just interpreter relatedoli-4/+1
2020-11-04s/Scalar::Raw/Scalar::Intoli-1/+1
2020-11-04Fix cranelift buildoli-10/+14
2020-11-04Merge pull request #1108 from jyn514/cargo-target-dirbjorn3-0/+2
2020-11-03Fix compiling with CARGO_TARGET_DIRJoshua Nelson-0/+2
2020-11-03Rustup to rustc 1.49.0-nightly (338f939a8 2020-11-02)bjorn3-1/+1
2020-11-03Remove unnecessary -Ztrim-diagnostic-paths=nobjorn3-1/+1