]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-01-31 bjorn3Move some env var definitions around to fix cross-compi...
2021-01-31 bjorn3Fix a small error in the readme
2021-01-31 bjorn3Remove code comment
2021-01-31 bjorn3Split config.sh and add support for copying the mingw...
2021-01-31 bjorn3Link examples to the correct libc when targeting Windows
2021-01-31 bjorn3Fix sysroot dir for cg_clif_build_sysroot
2021-01-31 bjorn3Add missing directory to clean_all.sh
2021-01-30 bjorn3Re-enable mir inlining for the sysroot
2021-01-30 bjorn3Fix macOS build
2021-01-30 bjorn3Update Readme.md for the fixed abi compatibility
2021-01-30 bjorn3Rustup to rustc 1.51.0-nightly (b12290861 2021-01-29)
2021-01-30 bjorn3Add missing dir to .gitignore
2021-01-30 bjorn3Handle PassMode::Cast in combination with #[repr(align)]
2021-01-30 bjorn3Merge pull request #1131 from bjorn3/abi_compat
2021-01-30 bjorn3Merge pull request #1132 from Uriopass/master
2021-01-30 Paris DOUADYdont set rustflags when no specific linker needed
2021-01-30 bjorn3Add print on panic for predefining of a function
2021-01-30 bjorn3Handle argument extension mode
2021-01-30 bjorn3Force stack slot size to be a multiple of 16
2021-01-30 bjorn3Fix 128bit checked math intrinsic calls
2021-01-29 bjorn3[WIP] Implement PassMode::Cast
2021-01-29 Yuki OkushiRollup merge of #81333 - RalfJung:const-err-simplify...
2021-01-27 bjorn3Remove fn_sig_for_fn_abi
2021-01-27 bjorn3Rustfmt
2021-01-27 bjorn3Remove vararg support check
2021-01-27 bjorn3Replace EmptySinglePair with SmallVec
2021-01-26 bjorn3[WIP] Use FnAbi everywhere instead of our own abi calcu...
2021-01-26 bjorn3Split symbol name and signature calculation
2021-01-25 bjorn3Misc cleanups
2021-01-25 bjorn3Replace all uses of PassMode with ArgAbi
2021-01-25 bjorn3Rustup to rustc 1.51.0-nightly (1d0d76f8d 2021-01-24)
2021-01-25 bjorn3Split abi adjustments out
2021-01-25 bjorn3Start using ArgAbi
2021-01-24 Ralf Jungclean up some const error reporting around promoteds
2021-01-22 bjorn3Default to Cranelift newBE
2021-01-21 bjorn3Fix rust-analyzer pref name
2021-01-21 bjorn3Merge pull request #1127 from bjorn3/newbe
2021-01-21 bjorn3Test both oldbe and newbe on CI
2021-01-21 bjorn3Add a feature flag to switch between oldbe and newbe
2021-01-21 bjorn3Update Cranelift
2021-01-21 bjorn3Fix indirectly linking to libstd.so with the JIT
2021-01-21 bjorn3Disable new failing libcore tests
2021-01-21 bjorn3Rustup to rustc 1.51.0-nightly (a4cbb44ae 2021-01-20)
2021-01-18 LeSeulArtichautUse ty::{IntTy,UintTy,FloatTy} in rustc
2021-01-16 bjorn3Clear domtree after cg_clif optimizations
2021-01-16 bjorn3Update dependencies
2021-01-16 bjorn3Update Cranelift
2021-01-16 Ömer Sinan... codegen_cranelift: Fix redundant semicolon warn
2021-01-06 bjorn3Disable timings by default for cargo.sh
2021-01-02 bjorn3Remove code that was moved from the backend to rustc_in...
2021-01-01 bjorn3Rustup to rustc 1.51.0-nightly (44e3daf5e 2020-12-31)
2020-12-27 bjorn3Merge branch 'sync_from_rust'
2020-12-27 bjorn3Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484...
2020-12-25 bjorn3Rustfmt
2020-12-25 bjorn3Set rust-analyzer importMergeBehaviour option to last
2020-12-25 bjorn3Merge pull request #1120 from bjorn3/lazy_jit
2020-12-25 bjorn3Add documentation
2020-12-25 bjorn3Implement lazy compilation in JIT mode
2020-12-25 bjorn3Move finalize CodegenCx timer out of codegen mono items...
2020-12-25 bjorn3Change the way JIT mode is selected
2020-12-25 bjorn3Use PIC in JIT mode too
2020-12-23 bjorn3Rustup to rustc 1.50.0-nightly (bb1fbbf84 2020-12-22)
2020-12-23 bjorn3Sync from rust 28d73a3ee3e2c32f2768d1cbc9b42cb63472e9e9
2020-12-18 Jack HueyMake BoundRegion have a kind of BoungRegionKind
2020-12-18 bjorn3Remove implementation of intrinsics that are now lowered
2020-12-18 bjorn3Rustup to rustc 1.50.0-nightly (eb4fc71dc 2020-12-17)
2020-12-18 bjorn3Sync from rust fee693d08e98d25f566075cbed73e12236c05abd
2020-12-17 borsAuto merge of #79945 - jackh726:existential_trait_ref...
2020-12-17 bjorn3Rustup to rustc 1.50.0-nightly (b32e6e6ac 2020-12-16)
2020-12-17 bjorn3Sync from rust caeb3335c052f286f6e7257ac0ff21e4f73fd8c5
2020-12-16 David Woodcg_clif: fix build with split dwarf
2020-12-14 bjorn3Also emit vcode when emitting clif ir while using new...
2020-12-13 JesseFix Cranelift link in readme (#1118)
2020-12-12 bjorn3Enable Cranelift optimizations when optimizing
2020-12-12 bjorn3Update Cranelift
2020-12-11 Jack HueyMove binder for dyn to each list item
2020-12-09 borsAuto merge of #77611 - oli-obk:atomic_miri_leakage...
2020-12-09 bjorn3Optimize branches when the target is statically known...
2020-12-04 bjorn3Inline codegen_mono_item
2020-12-04 bjorn3Update Cranelift
2020-12-03 bjorn3Support #[repr(simd)] on array wrappers
2020-12-03 bjorn3Update Cranelift
2020-12-03 bjorn3Rustup to rustc 1.50.0-nightly (f4db9ffb2 2020-12-02)
2020-11-29 oliAllow cranelift to handle atomic pointers
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
next