-
Notifications
You must be signed in to change notification settings - Fork 258
Comparing changes
Open a pull request
base repository: rust-lang/backtrace-rs
base: 0.3.71
head repository: rust-lang/backtrace-rs
compare: 0.3.72
Commits on Mar 23, 2024
-
Revert "Use rustc from stage0 instead of stage0-sysroot" (rust-lang/b…
…acktrace#603) This reverts commit c31ea5b (rust-lang/backtrace#602). Don't do that, we need to use stage0-sysroot, bootstrap is just buggy.
Configuration menu - View commit details
-
Copy full SHA for d96efb8 - Browse repository at this point
Copy the full SHA d96efb8View commit details
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b76177c - Browse repository at this point
Copy the full SHA b76177cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ff9b68 - Browse repository at this point
Copy the full SHA 8ff9b68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bc4fca - Browse repository at this point
Copy the full SHA 6bc4fcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d80990b - Browse repository at this point
Copy the full SHA d80990bView commit details -
Merge #596 from ChrisDenton/windows-nightly
Fix CI and remove rustc-serialize
Configuration menu - View commit details
-
Copy full SHA for eabeb5e - Browse repository at this point
Copy the full SHA eabeb5eView commit details -
Correct base address and update dbghelp64 comment (#604)
I've been staring at the code a lot lately but somehow missed that we're returning the wrong thing for the module base. It *probably* works out ok because a) most things only care that the pointer points to something within the right module and b) backtrace doesn't use it. I added a comment because apparently I need the obvious pointed out to me. Also while I'm at it I updated a 64-bit comment to remove the stuff commenting on 32-bit code (which is now in another file).
Configuration menu - View commit details
-
Copy full SHA for adc9f5c - Browse repository at this point
Copy the full SHA adc9f5cView commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3b96ddb - Browse repository at this point
Copy the full SHA 3b96ddbView commit details
Commits on Apr 12, 2024
-
Merge pull request #610 from dpaoliello/fixtrace
Windows AArch64: Break out of tracing when no longer making progress
Configuration menu - View commit details
-
Copy full SHA for e151306 - Browse repository at this point
Copy the full SHA e151306View commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8664630 - Browse repository at this point
Copy the full SHA 8664630View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c7c1de - Browse repository at this point
Copy the full SHA 4c7c1deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ca9f5d - Browse repository at this point
Copy the full SHA 9ca9f5dView commit details -
Add dl_iterate_phdr to deprecated features
It may not be actually deprecated yet but it soon will be
Configuration menu - View commit details
-
Copy full SHA for 3a8d3a6 - Browse repository at this point
Copy the full SHA 3a8d3a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a042ce7 - Browse repository at this point
Copy the full SHA a042ce7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc5a3a6 - Browse repository at this point
Copy the full SHA fc5a3a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74d8f94 - Browse repository at this point
Copy the full SHA 74d8f94View commit details -
Fix tests for rust 1.79 (#621)
- Fix the accuracy test for `collapse_debuginfo` - Fix a couple of `unexpected_cfgs` warnings about Cargo features - Silence the rest, ain't nobody got time for all that shit - Use `rustup update --no-self-update` consistently to avoid spurious CI errors
Configuration menu - View commit details
-
Copy full SHA for eb68d01 - Browse repository at this point
Copy the full SHA eb68d01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0968bea - Browse repository at this point
Copy the full SHA 0968beaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58d4b13 - Browse repository at this point
Copy the full SHA 58d4b13View commit details -
Configuration menu - View commit details
-
Copy full SHA for f996e66 - Browse repository at this point
Copy the full SHA f996e66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cbe6b6 - Browse repository at this point
Copy the full SHA 4cbe6b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f63b581 - Browse repository at this point
Copy the full SHA f63b581View commit details
Commits on May 7, 2024
-
Reduce panics in dbghelp (#608)
According to the docs for `resolve`: > The closure may not be called if resolution could not be performed > This function strives to never panic. So we should ideally not panic and instead simply return without calling the closure. Therefore, I've changed the panicky FFI calls to instead simply return. I also replaced our custom UTF-16 to UTF-8 converter with a call to `WideCharToMultiByte`. This function already has the semantics we want and doesn't include panicking code. These changes should have a small but notable effect on binary size.
Configuration menu - View commit details
-
Copy full SHA for 7d26334 - Browse repository at this point
Copy the full SHA 7d26334View commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 89eb215 - Browse repository at this point
Copy the full SHA 89eb215View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee06680 - Browse repository at this point
Copy the full SHA ee06680View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6156427 - Browse repository at this point
Copy the full SHA 6156427View commit details -
Test with lld-compatible args (#627)
Rust on Linux has switched to using rust-lld by default, and it does not support the zlib-gnu or zlib-gabi arguments for --compress-debug-sections! Not surprising. It's... not GNU. Compensate for this by using zlib, which everyone supports.
Configuration menu - View commit details
-
Copy full SHA for 13963ae - Browse repository at this point
Copy the full SHA 13963aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f2b1e1 - Browse repository at this point
Copy the full SHA 9f2b1e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0147d56 - Browse repository at this point
Copy the full SHA 0147d56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e8b2ba - Browse repository at this point
Copy the full SHA 2e8b2baView commit details
Commits on May 28, 2024
-
Merge pull request #628 from workingjubilee/cut-0.3.72
Cut backtrace 0.3.72
Configuration menu - View commit details
-
Copy full SHA for 5e05efa - Browse repository at this point
Copy the full SHA 5e05efaView commit details
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.