Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-minidump/minidump-writer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.8.1
Choose a base ref
...
head repository: rust-minidump/minidump-writer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.8.2
Choose a head ref
  • 11 commits
  • 13 files changed
  • 4 contributors

Commits on Jun 26, 2023

  1. Avoid pulling in chrono

    Jake-Shadle committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    59c9873 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85 from rust-minidump/remove-chrono

    Avoid pulling in `chrono`
    gabrielesvelto authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    7558422 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    dafbf62 View commit details
    Browse the repository at this point in the history
  2. Clippy cleanups

    gabrielesvelto committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f4db5c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Merge pull request #86 from gabrielesvelto/android-i686-support

    Android/i686 support
    gabrielesvelto authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    a15bd5c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Merge empty mappings within a library so they form a single contiguou…

    …s range
    
    This issue was observed in Firefox, see bug 1837471. This fixes #88
    gabrielesvelto committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b25e32f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #89 from gabrielesvelto/issue-88-merge-android-emp…

    …ty-mappings
    
    Merge empty mappings within a library so they form a single contiguous range
    gabrielesvelto authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    491eb33 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. update dependencies (#87)

    * update dependencies
    
    * backout update to memmap2, as that's pinnned in minidump-rs
    
    ---------
    
    Co-authored-by: Brian Caswell <bcaswell@microsoft.com>
    demoray and demoray authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c3e658f View commit details
    Browse the repository at this point in the history
  2. Add more deny checking

    Jake-Shadle committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    81dd296 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    Jake-Shadle committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    58b0558 View commit details
    Browse the repository at this point in the history
  4. Release 0.8.2

    Jake-Shadle committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    4147ad3 View commit details
    Browse the repository at this point in the history
Loading