]> git.lizzy.rs Git - rust.git/history - src/driver.rs
Use anonymous lifetimes where possible
[rust.git] / src / driver.rs
2019-08-18 bjorn3Use anonymous lifetimes where possible
2019-08-11 bjorn3Merge pull request #662 from bjorn3/jit_dylib
2019-08-11 bjorn3Extract jit imported symbols loading functionAlso make...
2019-08-11 bjorn3Remove debugging println
2019-08-11 bjorn3Misc changes
2019-08-11 bjorn3Fix it
2019-08-10 bjorn3[WIP] Implement dylib loading for the JIT
2019-06-16 bjorn3Rustup to rustc 1.37.0-nightly (0dc9e9c10 2019-06-15)
2019-06-13 bjorn3Rustup to rustc 1.37.0-nightly (2887008e0 2019-06-12)
2019-06-11 bjorn3Merge pull request #435 from bjorn3/write_dylib_metadata
2019-06-11 bjorn3Only write metadata module when necessary
2019-06-11 bjorn3Read and write dylib metadata
2019-06-08 bjorn3Pretty print non local mir bodies too on panic
2019-06-06 bjorn3Rustup to rustc 1.37.0-nightly (7cdaffd79 2019-06-05)
2019-05-11 bjorn3Partial support for wasm32-unknown-wasi as host triple
2019-05-04 bjorn3Extract driver.rs