]> git.lizzy.rs Git - rust.git/history - src/driver
FunctionCx: WIP: Replace .constants with codegen_cx.constants
[rust.git] / src / driver /
2020-08-22 CohenArthurFunctionCx: WIP: Replace .constants with codegen_cx...
2020-08-22 CohenArthurFunctionCx: Replace .module with .codegen_cx.module
2020-08-22 CohenArthurFunctionCx: WIP: Replace .tcx with .codegen_cx.tcx
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-07-09 bjorn3Add a feature flag for the JIT
2020-07-03 bjorn3Merge pull request #1058 from bjorn3/misc_rustc_test_su...
2020-07-03 bjorn3Only display codegen time when CG_CLIF_DISPLAY_CG_TIME=1
2020-06-20 bjorn3Prelude cleanup
2020-06-20 bjorn3Implement #[link_section]
2020-06-12 bjorn3Remove all non-tcx references from CodegenCx
2020-06-12 bjorn3Emit unwind info for main and alloc shim
2020-05-27 bjorn3Remove already fixed FIXME in driver/jit.rs
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 bjorn3Register frame table in JIT mode
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-27 bjorn3Limit publicness to crate where possible and remove...
2020-03-24 bjorn3Rustup to rustc 1.44.0-nightly (1edd389cc 2020-03-23)
2020-03-17 bjorn3Simplify handling of unimplemented stuff
2020-03-12 bjorn3Refactor driver/aot.rs
2020-03-12 bjorn3Move aot code to driver/aot.rs
2020-03-12 bjorn3Move jit code to driver/jit.rs
2020-03-12 bjorn3Move driver.rs