]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-03-05 bjorn3Test Windows cross-compilation on CI
2021-03-05 bjorn3Build all tests when cross-compiling
2021-03-05 bjorn3Support cross-compiling to Windows using MinGW
2021-03-05 bjorn3Update Cranelift
2021-03-05 bjorn3Merge branch 'sync_from_rust'
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2021-03-05 bjorn3Disable value debuginfo
2021-03-05 bjorn3Rustfmt
2021-03-05 bjorn3Rustup to rustc 1.52.0-nightly (45b3c2851 2021-03-04)
2021-03-05 bjorn3Sync from rust a0d66b54fb3acc2125972b88ff543a2c04d14af5
2021-03-05 Oli SchererShrink the size of Rvalue by 16 bytes
2021-03-01 bjorn3Fix bootstrap test script
2021-03-01 bjorn3Update Cranelift
2021-02-26 Guillaume GomezRollup merge of #81940 - jhpratt:stabilize-str_split_on...
2021-02-23 bjorn3Merge pull request #1144 from bjorn3/dynamic_module
2021-02-23 bjorn3Use dynamic dispatch for the inner Module
2021-02-23 bjorn3Update Cranelift
2021-02-23 bjorn3Disable macro-error rust-analyzer diagnostic
2021-02-22 bjorn3Update dependencies
2021-02-22 bjorn3Update Cranelift
2021-02-21 bjorn3Rustup to rustc 1.52.0-nightly (83b30a639 2021-02-20)
2021-02-21 bjorn3Rustfmt
2021-02-21 bjorn3Sync from rust 3e826bb11228508fbe749e594038d6727208aa94
2021-02-21 bjorn3Various enum to int cast fixes
2021-02-21 bjorn3Revert "Remove shift amount masking"
2021-02-21 bjorn3Assume constants can't fail to evaluate
2021-02-21 bjorn3Avoid a temporary stackslot in codegen_checked_int_binop
2021-02-21 bjorn3Fix CI
2021-02-21 bjorn3Remove workaround for stack_{load,store}.i128 not being...
2021-02-21 bjorn3Directly use Cranelift instructions for 128bit int...
2021-02-21 bjorn3Remove shift amount masking
2021-02-21 bjorn3Re-enable some now compiling libcore tests
2021-02-21 bjorn3Don't build alloc_system as part of the sysroot
2021-02-21 bjorn3Remove unnecessary parts from alloc_system
2021-02-21 bjorn3Don't write clif ir by default when debug assertions...
2021-02-21 bjorn3Don't import the metadata symbol
2021-02-21 bjorn3Merge pull request #1140 from bjorn3/no_more_oldbe
2021-02-20 bjorn3Disable stack2reg optimization
2021-02-19 Camille GILLOTUse a QueryContext for try_mark_green.
2021-02-18 bjorn3Disable 128bit atomic operations on macOS
2021-02-18 bjorn3Use real atomic instructions instead of a global lock
2021-02-18 bjorn3Remove support for x86 oldBE
2021-02-18 bjorn3Update Cranelift
2021-02-15 Camille GILLOTUse an ItemId inside mir::GlobalAsm.
2021-02-14 bjorn3Merge pull request #1138 from bjorn3/cirrus_ci
2021-02-14 bjorn3Test FreeBSD on Cirrus CI
2021-02-14 bjorn3Recognize FreeBSD as OS
2021-02-14 bjorn3Use #!/usr/bin/env bash
2021-02-12 bjorn3Rustfmt
2021-02-12 bjorn3Pass around BackendConfig
2021-02-10 Jacob PrattStabilize str_split_once
2021-02-09 bjorn3Revert "Update libc and libloading"
2021-02-09 bjorn3Update libc and libloading
2021-02-09 bjorn3Update Cranelift
2021-02-09 bjorn3Rustup to rustc 1.52.0-nightly (0fc6756b4 2021-02-08)
2021-02-09 bjorn3Sync from rust f4008fe94935d05ffb3a48fc5b7149070bb45550
2021-02-03 bjorn3Rustfmt
2021-02-03 bjorn3Update dependencies
2021-02-03 bjorn3Update Cranelift
2021-02-02 Hugues de ValonAdd a new ABI to support cmse_nonsecure_call
2021-02-02 bjorn3Fix rustc bootstrap test
2021-02-02 bjorn3Rustup to rustc 1.51.0-nightly (d4e3570db 2021-02-01)
2021-02-02 bjorn3Sync from rust d60b29d1ae8147538b8d542f7ffcc03b48e2cbda
2021-02-01 Jonas SchievinkRollup merge of #81618 - bjorn3:sync_cg_clif-2021-02...
2021-02-01 bjorn3Merge branch 'sync_from_rust'
2021-02-01 bjorn3Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4...
2021-01-31 bjorn3Add option to build using the sysroot of rustc
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 Tyson NottinghamIndicate both start and end of pass RSS in time-passes...
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
next