]> git.lizzy.rs Git - rust.git/history - src/debuginfo/unwind.rs
Update Cranelift
[rust.git] / src / debuginfo / unwind.rs
2020-12-12 bjorn3Update Cranelift
2020-11-27 bjorn3Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a...
2020-11-27 bjorn3Sync from rust c9228570668803e3e6402770d55f23a12c9ae686
2020-11-21 bjorn3Sync from rust 539402cb0b0f1639a4be14e40eaf8db61a62ae41
2020-11-13 bjorn3Sync from rust f2a11a25378293e41cfcb00dbf67c524ffd79b39
2020-11-12 bjorn3Update Cranelift for SimpleJIT changes
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-10-31 bjorn3Update Cranelift
2020-10-09 bjorn3Rustfmt
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-09-23 bjorn3Merge pull request #1083 from bjorn3/fix_lld
2020-09-23 bjorn3Use pcrel pointers in .eh_frame
2020-09-16 bjorn3Remove cfg-if dependency
2020-08-28 bjorn3Merge pull request #1079 from CohenArthur/fmt-master
2020-08-28 CohenArthurfmt: Run cargo fmt since it is available
2020-08-22 CohenArthurFunctionCx: WIP: Remove more common fields from CodegenCx
2020-08-22 CohenArthurFunctionCx: WIP: Fix syntax error on sed codegen_cx...
2020-08-22 CohenArthurFunctionCx: WIP: Replace .tcx with .codegen_cx.tcx
2020-07-09 bjorn3Add a feature flag for the JIT
2020-06-12 bjorn3Remove all non-tcx references from CodegenCx
2020-05-05 bjorn3Improvements for latest Cranelift
2020-05-01 bjorn3Register frame table in JIT mode
2020-05-01 bjorn3Always emit .eh_frame section
2020-04-25 bjorn3Merge pull request #982 from bjorn3/backtrace_support
2020-04-25 bjorn3Implement .eh_frame writing