]> git.lizzy.rs Git - rust.git/history - src/abi/mod.rs
Rustup to rustc 1.40.0-nightly (9e346646e 2019-11-08)
[rust.git] / src / abi / mod.rs
2019-11-09 bjorn3Rustup to rustc 1.40.0-nightly (9e346646e 2019-11-08)
2019-10-06 bjorn3Remove bitflags dependency
2019-09-28 bjorn3Use CallConv::triple_default instead of hard coding...
2019-09-28 bjorn3Rustup to rustc 1.40.0-nightly (084beb83e 2019-09-27)
2019-09-21 bjorn3Rustup to rustc 1.39.0-nightly (97e58c0d3 2019-09-20)
2019-09-07 bjorn3Rustup to rustc 1.39.0-nightly (6e19f3f38 2019-09-06)
2019-08-31 bjorn3Merge pull request #694 from Atul9/cargo-fmt
2019-08-31 Atul BhosaleFormat code using 'cargo fmt'
2019-08-30 bjorn3Merge pull request #693 from bjorn3/abi_refactor
2019-08-30 bjorn3Don't copy ByRef passed types to local stack slot when...
2019-08-30 bjorn3Improve abi ir comments a bit
2019-08-30 bjorn3Move ir comments generation to abi/comments.rs
2019-08-30 bjorn3Small change
2019-08-30 bjorn3Move return handling to abi/returning.rs
2019-08-30 bjorn3Move pass mode handling to abi/pass_mode.rs
2019-08-30 bjorn3Move abi.rs to abi/mod.rs