]> git.lizzy.rs Git - rust.git/history - src/debuginfo
Merge commit '15c8d31392b9fbab3b3368b67acc4bbe5983115a' into cranelift-rebase
[rust.git] / src / debuginfo /
2021-04-30 Erin PowerMerge commit '15c8d31392b9fbab3b3368b67acc4bbe5983115a...
2021-04-30 Erin PowerSync rustc_codegen_cranelift 'ddd4ce25535cf71203ba37008...
2021-03-29 bjorn3Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1...
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2020-12-27 bjorn3Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484...
2020-12-09 borsAuto merge of #77611 - oli-obk:atomic_miri_leakage...
2020-11-27 bjorn3Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a...
2020-11-16 Bastian Kauschkeupdate `cg_clif`
2020-11-10 Jonas SchievinkRollup merge of #78875 - petrochenkov:cleantarg, r...
2020-11-08 Vadim PetrochenkovCollapse all uses of `target.options.foo` into `target...
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-10-16 bjorn3Rustup to rustc 1.49.0-nightly (dd7fc54eb 2020-10-15)
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 bjorn3Replace FxHashMap with IndexVec for local_map
2020-09-16 bjorn3Remove cfg-if dependency
2020-09-05 bjorn3Rustup to rustc 1.48.0-nightly (c59199efc 2020-09-04)
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-25 bjorn3Merge pull request #951 from bjorn3/simd_improvements
2020-07-25 bjorn3Handle SIMD vectors in CPlace::place_field
2020-07-17 bjorn3Merge pull request #1068 from bjorn3/support_proc_macros
2020-07-17 bjorn3Pass ByRef values at fixed stack offset for extern "C"
2020-07-14 bjorn3Use `From::from` instead of `as` where possible
2020-07-09 bjorn3Add a feature flag for the JIT
2020-07-03 bjorn3Merge pull request #1057 from spastorino/store-pairs...
2020-07-02 Santiago PastorinoStore pairs in SSA
2020-06-27 bjorn3Don't use a 1-to-1 mapping between mir local and cranel...
2020-06-13 bjorn3Remove FunctionDebugContext
2020-06-12 bjorn3Remove all non-tcx references from CodegenCx
2020-06-05 bjorn3Update Cranelift
2020-06-04 bjorn3Rustup to rustc 1.45.0-nightly (56daaf669 2020-06-03)
2020-05-25 bjorn3Update Cranelift
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
2020-04-25 bjorn3Implement line debuginfo for AArch64
2020-04-25 bjorn3Rustup to rustc 1.44.0-nightly (3360cc3a0 2020-04-24)
2020-04-25 bjorn3Merge pull request #978 from bjorn3/simple_debuginfo_fo...
2020-04-24 bjorn3Fix function arguments for gdb
2020-04-24 bjorn3Generate simple debuginfo for arguments
2020-04-21 bjorn3Merge pull request #972 from l4l/debug-file-hash
2020-04-21 bjorn3Use DWARF version 4 for now
2020-04-20 KitsuUse md5 dwarf hash, only if all files has it
2020-04-18 KitsuSimplify with make_file_info
2020-04-18 KitsuSimplify FileHash ctor
2020-04-18 KitsuDedup file hashing logic with type
2020-04-18 KitsuUse dwarf 3 for osx
2020-04-18 KitsuDon`t include timestamp as debug file info
2020-04-18 KitsuSupport file hashes in .debug_line
2020-04-17 bjorn3Disable line debuginfo for the AArch64 backend
2020-04-13 bjorn3Update Cranelift
2020-04-11 bjorn3Remove CPlace::NoPlace
2020-04-09 bjorn3Fix rustc::internals lint warnings
2020-04-09 bjorn3Enable the rust_2018_idioms and unused_lifetimes lints...
2020-04-03 bjorn3Rustup to rustc 1.44.0-nightly (537ccdf3a 2020-04-02)
2020-04-01 bjorn3Update Cranelift
2020-03-31 bjorn3Rustup to rustc 1.44.0-nightly (211365947 2020-03-30)
2020-03-27 bjorn3Limit publicness to crate where possible and remove...
2020-03-21 bjorn3Fix some FIXME's and add some new FIXME's
2020-03-17 bjorn3[debuginfo] Fix map_reg
2020-03-14 bjorn3Don't lookup span position when the span hasn't changed
2020-03-14 bjorn3Use byte offsets instead of char offsets in debuginfo
2020-03-14 bjorn3Dont single step into macros
2020-03-07 bjorn3Misc changes
2020-02-22 bjorn3Silence some warnings
2020-02-14 bjorn3Update Cranelift for basic blocks
2020-02-03 bjorn3Revert "Use CachingSourceMapView::byte_pos_to_line_and_...
2020-02-03 bjorn3Use CachingSourceMapView::byte_pos_to_line_and_col...
2020-01-14 bjorn3Reduce visibility
2020-01-14 bjorn3Optimize .debug_line generation
2020-01-14 bjorn3Rustup to rustc 1.42.0-nightly (3ebcfa145 2020-01-12)
2020-01-09 bjorn3Rustup to rustc 1.42.0-nightly (caa231d99 2020-01-08)
2020-01-06 bjorn3Rustup to rustc 1.42.0-nightly (bc1571cc3 2020-01-05)
2019-12-24 bjorn3Use mir::SourceInfo again in FunctionCx.source_info_set
2019-12-24 bjorn3Directly depend on cranelift_{codegen,frontend}
2019-12-22 bjorn3Rustup to rustc 1.42.0-nightly (fc5deca21 2019-12-21)
2019-12-20 bjorn3Remove CPlaceInner::Stack
2019-12-16 bjorn3Optimize line_program_add_file
2019-12-16 bjorn3Merge pull request #802 from bjorn3/debuginfo_locals
2019-12-16 bjorn3Disable local debuginfo for now
2019-12-16 bjorn3Rustup
2019-12-16 bjorn3Rustup to rustc 1.41.0-nightly (e87a205c2 2019-11-27)
2019-12-16 bjorn3Emit DW_TAG_structure_type including fields for structs
2019-12-16 bjorn3Fix translate_loc for ValueLoc::Stack
2019-12-16 bjorn3Implement local reading for locals on stack
2019-12-16 bjorn3Rustfmt debuginfo
2019-12-16 bjorn3Small change
2019-12-16 bjorn3Split debuginfo/line_info.rs from debuginfo/mod.rs
2019-12-16 bjorn3Split debuginfo/emit.rs part out of debuginfo/mod.rs
next