]> git.lizzy.rs Git - rust.git/history - src/driver/aot.rs
Merge pull request #1076 from CohenArthur/use-codegencx-in-functioncx
[rust.git] / src / driver / aot.rs
2020-08-15 bjorn3Disable the inline asm support using a feature flag
2020-08-08 bjorn3Don't panic on io errors
2020-07-17 bjorn3Rustup to rustc 1.46.0-nightly (5c9e5df3a 2020-07-16)
2020-07-16 bjorn3Initialize the atomic mutex in a constructor for proc...
2020-07-10 bjorn3Merge pull request #1064 from bjorn3/inline_asm
2020-07-10 bjorn3Add basic inline asm support for x86_64
2020-07-09 bjorn3Move global_asm into CodegenCx
2020-07-09 bjorn3Merge pull request #1062 from bjorn3/global_asm
2020-07-09 bjorn3Disable global_asm! on macOS for now
2020-07-09 bjorn3Infer the path of toolchain binaries from the linker...
2020-07-09 bjorn3Implement global_asm! using an external assembler
2020-06-20 bjorn3Prelude cleanup
2020-06-12 bjorn3Remove all non-tcx references from CodegenCx
2020-06-12 bjorn3Emit unwind info for main and alloc shim
2020-05-25 bjorn3Rustup to rustc 1.45.0-nightly (46e85b432 2020-05-24)
2020-05-09 bjorn3Rustup to rustc 1.45.0-nightly (7ebd87a7a 2020-05-08)
2020-05-01 bjorn3Always emit .eh_frame section
2020-05-01 bjorn3Rustup to rustc 1.45.0-nightly (7ced01a73 2020-04-30)
2020-04-25 bjorn3Merge pull request #982 from bjorn3/backtrace_support
2020-04-25 bjorn3Implement .eh_frame writing
2020-04-21 bjorn3Merge pull request #972 from l4l/debug-file-hash
2020-04-18 bjorn3Implement check mode
2020-04-09 bjorn3Enable the rust_2018_idioms and unused_lifetimes lints...
2020-03-31 bjorn3Rustup to rustc 1.44.0-nightly (211365947 2020-03-30)
2020-03-24 bjorn3Rustup to rustc 1.44.0-nightly (1edd389cc 2020-03-23)
2020-03-12 bjorn3Refactor driver/aot.rs
2020-03-12 bjorn3Move aot code to driver/aot.rs