]> git.lizzy.rs Git - rust.git/history - src/debuginfo.rs
[WIP] debuginfo: Add types for locals
[rust.git] / src / debuginfo.rs
2019-12-16 bjorn3[WIP] debuginfo: Add types for locals
2019-12-16 bjorn3[WIP] debuginfo for locals
2019-10-26 bjorn3Merge pull request #759 from bjorn3/fix_macho_debuginfo
2019-10-25 bjorn3Rustup to rustc 1.40.0-nightly (10a52c25c 2019-10-24)
2019-10-19 bjorn3Merge pull request #758 from bjorn3/object_write
2019-10-19 bjorn3FIx review comments
2019-10-18 bjorn3Make debuginfo writing backend agnostic
2019-08-31 bjorn3Merge pull request #694 from Atul9/cargo-fmt
2019-08-31 Atul BhosaleFormat code using 'cargo fmt'
2019-08-18 bjorn3Use anonymous lifetimes where possible
2019-06-16 bjorn3Rustup to rustc 1.37.0-nightly (0dc9e9c10 2019-06-15)
2019-06-13 bjorn3Rustup to rustc 1.37.0-nightly (2887008e0 2019-06-12)
2019-06-12 bjorn3Fix debuginfo generation when given source path doesn...
2019-06-11 bjorn3Merge pull request #435 from bjorn3/write_dylib_metadata
2019-06-11 bjorn3[WIP] Use correct segment for metadata section
2019-05-31 bjorn3Rustup to rustc 1.37.0-nightly (3ade426ed 2019-05-30)
2019-05-04 bjorn3Update gimli
2019-03-25 bjorn3Update dependencies
2019-03-08 bjorn3Update cranelift, faerie and target-lexicon
2019-02-21 bjorn3Rustfmt
2019-02-18 bjorn3Update gimli
2019-02-18 bjorn3Update cranelift
2019-02-18 bjorn3Merge pull request #332 from bjorn3/dependabot/cargo...
2019-02-11 bjorn3Merge pull request #338 from philipc/gimli
2019-02-11 Philip CraigUpdate gimli
2019-02-02 bjorn3Update gimli
2019-02-01 bjorn3Misc debuginfo.rs changes
2019-01-30 bjorn3Fix line debuginfo malformness in presence of macros
2019-01-26 bjorn3Misc debuginfo change
2019-01-26 bjorn3Merge pull request #291 from bjorn3/debuginfo_line
2019-01-26 bjorn3Deduplicate debug section defining and linking
2019-01-26 bjorn3Update gimli
2019-01-26 bjorn3Use FileIndex for DW_AT_decl_file and omit .debug_range...
2019-01-26 bjorn3Improve it a bit
2019-01-26 bjorn3Use IndexSet and keep full source info in set_debug_loc
2019-01-26 bjorn3Use gimli's byteorder in debuginfo.rs
2019-01-26 bjorn3Update gimli
2019-01-26 bjorn3Generate lineinfo for default srcloc
2019-01-26 bjorn3Implement line debuginfo