]> git.lizzy.rs Git - rust.git/history - src/driver/jit.rs
Add a feature flag for the JIT
[rust.git] / src / driver / jit.rs
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-01 bjorn3Register frame table in JIT mode
2020-05-01 bjorn3Always emit .eh_frame section
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-12 bjorn3Move jit code to driver/jit.rs