-
Notifications
You must be signed in to change notification settings - Fork 24
Comparing changes
Open a pull request
base repository: rust-minidump/minidump-writer
base: 0.10.2
head repository: rust-minidump/minidump-writer
compare: 0.11.0
- 18 commits
- 69 files changed
- 6 contributors
Commits on Mar 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ad8c49e - Browse repository at this point
Copy the full SHA ad8c49eView commit details
Commits on Mar 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3201ca6 - Browse repository at this point
Copy the full SHA 3201ca6View commit details
Commits on Apr 2, 2025
-
Merge pull request #147 from demoray/update-minidump-prereqs
update minidump crate prereqs
Configuration menu - View commit details
-
Copy full SHA for 7676745 - Browse repository at this point
Copy the full SHA 7676745View commit details
Commits on Apr 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a513e77 - Browse repository at this point
Copy the full SHA a513e77View commit details
Commits on May 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1af3e6b - Browse repository at this point
Copy the full SHA 1af3e6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for abb3e7f - Browse repository at this point
Copy the full SHA abb3e7fView commit details
Commits on May 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9e7d3db - Browse repository at this point
Copy the full SHA 9e7d3dbView commit details
Commits on May 13, 2025
-
Merge pull request #150 from marti4d/fix_memreader_ub
Fix memreader ub
Configuration menu - View commit details
-
Copy full SHA for 9a444d2 - Browse repository at this point
Copy the full SHA 9a444d2View commit details -
Merge pull request #149 from marti4d/fix_yama
Fix Yama blocking child-to-parent ptrace
Configuration menu - View commit details
-
Copy full SHA for d974a2d - Browse repository at this point
Copy the full SHA d974a2dView commit details
Commits on May 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1d658cf - Browse repository at this point
Copy the full SHA 1d658cfView commit details
Commits on Jun 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f1802f5 - Browse repository at this point
Copy the full SHA f1802f5View commit details -
Merge pull request #153 from timfish/feat/update-minidump-crates
feat: Update `minidump` crates
Configuration menu - View commit details
-
Copy full SHA for d0c91bd - Browse repository at this point
Copy the full SHA d0c91bdView commit details
Commits on Jul 15, 2025
-
Big refactor of minidump-writer
Reorganizes a bunch of code and also updates some things to use emerging Rust best-practices. - Change use statements to use blocks - Prefer to use `super::` rather than `crate::` where applicable - Use mod.rs in a directory instead of <modname>.rs when a module has submodules - Move error type definitions closer to where they are used - Most error types are pretty specific to a tight scope, so put them there - Exception is the MinidumpWriter's error type - There's so much code that it's better to put it in its own module - Merge PtraceDumper and MinidumpWriter - The split between them has been blurry for a while - Merge them and their error types together - A nice thing about the split was that `MinidumpWriter` had a bit of a "builder config" behavior for `PtraceDumper`. Let's keep that! - There is now a `MinidumpWriterConfig` that is explicitly a fluent API used to configure `MinidumperWriter` - Change functions that were tightly coupled to `MinidumpWriter` to just be impls on it - Update tests to accept new structure Fixes #154Configuration menu - View commit details
-
Copy full SHA for c35af12 - Browse repository at this point
Copy the full SHA c35af12View commit details
Commits on Jul 28, 2025
-
Merge pull request #155 from marti4d/merge_dumper_writer
Merge PtraceDumper and MinidumpWriter
Configuration menu - View commit details
-
Copy full SHA for b6ed779 - Browse repository at this point
Copy the full SHA b6ed779View commit details
Commits on Sep 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2655360 - Browse repository at this point
Copy the full SHA 2655360View commit details -
Merge pull request #159 from gabrielesvelto/update-dependencies
Updated all dependencies removing a large number of duplications
Configuration menu - View commit details
-
Copy full SHA for 813952a - Browse repository at this point
Copy the full SHA 813952aView commit details
Commits on Sep 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8e4fd90 - Browse repository at this point
Copy the full SHA 8e4fd90View commit details -
Configuration menu - View commit details
-
Copy full SHA for a81e847 - Browse repository at this point
Copy the full SHA a81e847View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.10.2...0.11.0