]> git.lizzy.rs Git - rust.git/history - src/link.rs
Bump rand_pcg from 0.1.1 to 0.1.2
[rust.git] / src / link.rs
2019-02-18 bjorn3Merge pull request #332 from bjorn3/dependabot/cargo...
2019-02-16 bjorn3Rustup to rustc 1.34.0-nightly (a9410cd1a 2019-02-15)
2018-12-10 bjorn3Support dylibs
2018-11-24 bjorn3Rustfmt
2018-11-24 bjorn3Use rustc_codegen_ssa::CodegenResults
2018-11-24 bjorn3Better use of CodegenResults::modules
2018-11-24 bjorn3Rustup to rustc 1.32.0-nightly (1f57e4841 2018-11-23)
2018-11-11 bjorn3Merge pull request #144 from bjorn3/wip_linker
2018-11-11 bjorn3Remove commented out code
2018-11-11 bjorn3Move all functions in link.rs copied from cg_llvm to...
2018-11-11 bjorn3Call linker from cg_clif
2018-11-10 bjorn3Warn and error about some things and make METADATA_FILE...
2018-11-10 bjorn3Misc renames and changes
2018-11-09 bjorn3Rustup to rustc 1.32.0-nightly (653da4fd0 2018-11-08)
2018-11-07 bjorn3Introduce link module