]> git.lizzy.rs Git - rust.git/history - src/pointer.rs
Enable inline asm on macOS
[rust.git] / src / pointer.rs
2021-03-29 bjorn3Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1...
2021-03-26 bjorn3Sync from rust 4137088d9da94f693b287f35e2b17782c0b1a283
2021-03-17 bjorn3Sync from rust 04ae50179a802d1d18bb780baa85f55864f56616
2021-03-09 bjorn3Sync from rust 4b9f5cc4c10a161047475cb9bbe02c4fda57fb07
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-06 bjorn3Add clif comments when in release mode
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2021-03-05 bjorn3Rustfmt
2021-03-05 bjorn3Sync from rust a0d66b54fb3acc2125972b88ff543a2c04d14af5
2021-02-23 bjorn3Merge pull request #1144 from bjorn3/dynamic_module
2021-02-23 bjorn3Use dynamic dispatch for the inner Module
2021-02-21 bjorn3Sync from rust 3e826bb11228508fbe749e594038d6727208aa94
2021-02-21 bjorn3Fix CI
2021-02-21 bjorn3Remove workaround for stack_{load,store}.i128 not being...
2020-10-08 bjorn3Merge pull request #1093 from bjorn3/use_new_module_int...
2020-10-08 bjorn3Use the new cranelift-module interface
2020-09-23 bjorn3Document almost all modules
2020-08-28 bjorn3Merge pull request #1079 from CohenArthur/fmt-master
2020-08-28 CohenArthurfmt: Run cargo fmt since it is available
2020-04-11 bjorn3Introduce PointerBase::Dangling
2020-03-27 bjorn3Limit publicness to crate where possible and remove...
2020-03-24 bjorn3Fix warnings
2020-03-10 bjorn3Support virtual calls with unsized self argument
2019-12-25 bjorn3Merge pull request #842 from bjorn3/real_simd
2019-12-25 bjorn3Don't use stack_{load,store} for vectors
2019-12-24 bjorn3Directly depend on cranelift_{codegen,frontend}
2019-12-22 bjorn3Improve local ir comments
2019-12-20 bjorn3Merge pull request #839 from bjorn3/fold_offset_into_lo...
2019-12-20 bjorn3[OPT] Emit stack_{load,store} where possible
2019-12-20 bjorn3[OPT] Use load and store offsets instead of iadd_imm