]> git.lizzy.rs Git - rust.git/history - src/debuginfo/mod.rs
Remove FunctionDebugContext
[rust.git] / src / debuginfo / mod.rs
2020-06-13 bjorn3Remove FunctionDebugContext
2020-06-05 bjorn3Update Cranelift
2020-06-04 bjorn3Rustup to rustc 1.45.0-nightly (56daaf669 2020-06-03)
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-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-07 bjorn3Misc changes
2020-02-22 bjorn3Silence some warnings
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 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)
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 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
2019-12-16 bjorn3Move debuginfo.rs to debuginfo/mod.rs