]> git.lizzy.rs Git - rust.git/history - src/driver
Prelude cleanup
[rust.git] / src / driver /
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