]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-11-29 bjorn3Sync from rust 760430e6fdd70cdb09b5b6d696905c0ee0ea27c8
2020-11-27 bjorn3Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a...
2020-11-27 bjorn3Revert "Use the new component dependency option of...
2020-11-27 bjorn3Sync from rust c9228570668803e3e6402770d55f23a12c9ae686
2020-11-27 bjorn3Rustup to rustc 1.50.0-nightly (72da5a9d8 2020-11-26)
2020-11-27 bjorn3Use the new component dependency option of the rust...
2020-11-25 borsAuto merge of #79336 - camelid:rename-feature-oibit...
2020-11-23 CamelidRename `optin_builtin_traits` to `auto_traits`
2020-11-23 bjorn3Rustfmt
2020-11-23 bjorn3Make simd_extract panic at runtime on non-const index...
2020-11-23 bjorn3Implement more simd_reduce_* intrinsics
2020-11-23 bjorn3Implement float simd comparisons
2020-11-23 bjorn3Implement simd_reduce_{add,mul}_{,un}ordered
2020-11-22 Lzu TaoDrop support for cloudabi targets
2020-11-21 bjorn3Rustup to rustc 1.50.0-nightly (593fe977a 2020-11-20)
2020-11-21 bjorn3Sync from rust 539402cb0b0f1639a4be14e40eaf8db61a62ae41
2020-11-16 Bastian Kauschkeupdate `cg_clif`
2020-11-13 bjorn3Remove unnecessary paths from LD_LIBRARY_PATH
2020-11-13 bjorn3Use rpath to compile the cg_clif executable
2020-11-13 bjorn3Rustfmt
2020-11-13 bjorn3Rustup to rustc 1.49.0-nightly (9722952f0 2020-11-12)
2020-11-13 bjorn3Sync from rust f2a11a25378293e41cfcb00dbf67c524ffd79b39
2020-11-12 bjorn3Move some things from codegen_mono_item to trans_fn
2020-11-12 bjorn3Inline codegen_mono_items and outline predefine_mono_items
2020-11-12 bjorn3Merge pull request #1111 from jakobhellermann/hardlinks...
2020-11-12 Jakob Hellermannuse hardlinks instead of copying files
2020-11-12 bjorn3Update Cranelift for SimpleJIT changes
2020-11-12 bjorn3Avoid muliplications by 1
2020-11-11 Nicholas-BaronChanged unwrap_or to unwrap_or_else in some places.
2020-11-10 Jonas SchievinkRollup merge of #78875 - petrochenkov:cleantarg, r...
2020-11-09 bjorn3Update dependencies
2020-11-09 bjorn3Update Cranelift
2020-11-09 Dylan DPCRollup merge of #78674 - tmiasko:inline-substs-for...
2020-11-08 bjorn3Better build dir layout
2020-11-08 bjorn3Don't add .d and .rmeta files to the sysroot
2020-11-08 bjorn3Set diff=rust git attribute for rust files
2020-11-08 Vadim PetrochenkovCollapse all uses of `target.options.foo` into `target...
2020-11-07 bjorn3Sync from rust 0256d065d4901b63def6c04013da4f781d0752bb
2020-11-06 bjorn3Fix ICE (part 2)
2020-11-06 bjorn3Rustfmt
2020-11-06 bjorn3Fix ICE
2020-11-06 bjorn3Sync from rust dc06a36074f04c6a77b5834f2950011d49607898
2020-11-06 bjorn3Don't overwrite RUSTFLAGS for cargo.sh
2020-11-06 bjorn3Add rustup pull command
2020-11-06 Yuki OkushiRollup merge of #78666 - sasurau4:fix/shellcheck-error...
2020-11-06 Daiki Iharafix shellcheck error of SC2068
2020-11-06 Daiki Iharafix shellcheck error of SC2148
2020-11-06 Tomasz Miąskoinliner: Use substs_for_mir_body
2020-11-05 Guillaume GomezFix even more URLs
2020-11-05 bjorn3Merge pull request #1109 from jakobhellermann/shellcheck
2020-11-05 Jakob Hellermannmake requested PR changes
2020-11-04 Jakob Hellermannmanually fix some shellcheck warnings
2020-11-04 Jakob Hellermannrun 'shellcheck -f diff $(fd --extension sh) | git...
2020-11-04 oli`u64::try_from` will now fail if `ScalarInt` isn't...
2020-11-04 oli`u128` truncation and sign extension are not just inter...
2020-11-04 olis/Scalar::Raw/Scalar::Int
2020-11-04 oliFix cranelift build
2020-11-04 bjorn3Merge pull request #1108 from jyn514/cargo-target-dir
2020-11-04 Joshua NelsonFix compiling with CARGO_TARGET_DIR
2020-11-03 bjorn3Rustup to rustc 1.49.0-nightly (338f939a8 2020-11-02)
2020-11-03 bjorn3Remove unnecessary -Ztrim-diagnostic-paths=no
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-11-02 bjorn3Merge pull request #1105 from bjorn3/test_rustc_bootstr...
2020-11-02 bjorn3Test bootstrapping of rustc using cg_clif
2020-11-02 bjorn3Revert unintentional change
2020-11-02 bjorn3Merge pull request #1104 from bjorn3/build_system_refactor
2020-11-02 bjorn3Upload prebuilt cg_clif
2020-11-02 bjorn3Refactor the build system
2020-11-01 bjorn3Update build instructions
2020-11-01 bjorn3Make it easier to use build_sysroot.sh
2020-11-01 bjorn3Split the actual tests out into scripts/tests.sh
2020-11-01 bjorn3Ensure that sysroot build works with CARGO_TARGET_DIR set
2020-11-01 bjorn3Fix transmutes between vectors and integers
2020-11-01 bjorn3Hide anonymous allocations from linked artifact
2020-11-01 bjorn3Merge pull request #1100 from mominul/trans->codegen
2020-11-01 Muhammad Mominul... Rename trans to codegen
2020-11-01 bjorn3Merge pull request #1099 from bjorn3/fix_rustc_bootstrap
2020-11-01 bjorn3Update Cranelift
2020-10-31 bjorn3Update Cranelift
2020-10-31 bjorn3Use Pointer::dangling for ZST's in trans_const_value
2020-10-31 bjorn3Implement -Zfunction-sections
2020-10-31 bjorn3Rustup to rustc 1.49.0-nightly (ffe52882e 2020-10-30)
2020-10-28 bjorn3Fix many clippy warnings
2020-10-28 bjorn3Rustup to rustc 1.49.0-nightly (07e968b64 2020-10-27)
2020-10-27 bjorn3Merge pull request #1096 from bstrie/patch-1
2020-10-27 Ben StriegelPrefer numeric associated constants in example
2020-10-27 bjorn3Use with_no_trimmed_paths
2020-10-26 bjorn3Rustup to rustc 1.49.0-nightly (4760b8fb8 2020-10-25)
2020-10-25 bjorn3Replace write with write_all
2020-10-22 bjorn3Remove unused trap_unimplemented_ret_value
2020-10-22 bjorn3Rustup to rustc 1.49.0-nightly (1eaadebb3 2020-10-21)
2020-10-16 KitsuUse architecture pointer size for AddConstructor (...
2020-10-16 bjorn3Error on non-constant simd_insert/simd_extract index
2020-10-16 bjorn3Rustup to rustc 1.49.0-nightly (dd7fc54eb 2020-10-15)
2020-10-15 bjorn3Fix compilation for non-unix systems
2020-10-15 bjorn3Fix a compilation error in debug mode
2020-10-15 bjorn3Use MetadataRef in the metadata loader to fix parallel...
2020-10-15 bjorn3Fix warning
2020-10-15 bjorn3Output clif ir to output dir instead of hardcoded path
2020-10-15 bjorn3Rustup to rustc 1.49.0-nightly (e160e5cb8 2020-10-14)
next