]> git.lizzy.rs Git - rust.git/history - src/value_and_place.rs
[WIP] debuginfo for locals
[rust.git] / src / value_and_place.rs
2019-12-16 bjorn3[WIP] debuginfo for locals
2019-11-24 bjorn3Correctly align returned addr for to_addr on NoPlace
2019-11-14 bjorn3Rustup to rustc 1.41.0-nightly (ded5ee001 2019-11-13)
2019-09-28 bjorn3Rustup to rustc 1.40.0-nightly (084beb83e 2019-09-27)
2019-09-14 bjorn3Fix foreign type handling
2019-09-02 bjorn3Correctly align offset for dst field projections
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-29 bjorn3Split extract layout field of all CPlace variants into...
2019-08-18 bjorn3Use anonymous lifetimes where possible
2019-07-26 bjorn3Merge pull request #627 from bjorn3/wip_i128
2019-07-26 bjorn3Remove some unnecessary changes
2019-07-26 bjorn3Fix 128bit CValue::const_val
2019-07-26 bjorn3Fix type in load_scalar
2019-07-26 bjorn3Fix some things
2019-07-26 bjorn3[WIP] Basic i128 support
2019-06-23 bjorn3Fix load and store for ByValPair values with differentl...
2019-06-16 bjorn3Fix returning non ZST uninhabited types
2019-06-16 bjorn3Fix `write_cvalue` for `ByValPair` when the cvalue...
2019-06-11 bjorn3Move layout out of the enum for CValue
2019-06-11 bjorn3Encapsulate CPlace constructors
2019-06-11 bjorn3Move CValue and CPlace to separate file and remove...