]> git.lizzy.rs Git - rust.git/history - src/debuginfo/line_info.rs
Remove NullOp::Box
[rust.git] / src / debuginfo / line_info.rs
2021-07-07 bjorn3Merge commit '3a31c6d8272c14388a34622193baf553636fe470...
2021-05-17 borsAuto merge of #85178 - cjgillot:local-crate, r=oli-obk
2021-05-14 borsAuto merge of #83640 - bjorn3:shared_metadata_reader...
2021-05-12 borsAuto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
2021-05-05 Andy WangUse local and remapped paths where appropriate
2021-05-05 Andy WangRevamp RealFileName public methods
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-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
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-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-14 bjorn3Use `From::from` instead of `as` where possible
2020-06-13 bjorn3Remove FunctionDebugContext
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-04-25 bjorn3Implement line debuginfo for AArch64
2020-04-21 bjorn3Merge pull request #972 from l4l/debug-file-hash
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 KitsuDon`t include timestamp as debug file info
2020-04-18 KitsuSupport file hashes in .debug_line
2020-03-27 bjorn3Limit publicness to crate where possible and remove...
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-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-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-16 bjorn3Optimize line_program_add_file
2019-12-16 bjorn3Merge pull request #802 from bjorn3/debuginfo_locals
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