1. b65ab93 Upgrade `ruzstd` `object`, and `addr2line` to the latest version (rust-lang/backtrace-rs#718) by Trevor Gross · 3 weeks ago master
  2. 57c7529 ci: remove binary size check (rust-lang/backtrace-rs#710) by Jubilee · 9 weeks ago
  3. 6c882eb Merge of rust-lang/backtrace-rs#705: Add `optimize(size)` to some particularly large functions by Jubilee · 9 weeks ago
  4. e09b86e Set up release-plz (rust-lang/backtrace-rs#707) by Trevor Gross · 9 weeks ago
  5. 8c55c3a Merge of rust-lang/backtrace-rs#704: Add cygwin support by Jubilee · 9 weeks ago
  6. 9b42adf Update safety comments by Berrysoft · 9 weeks ago
  7. 366250e Use Vec::with_capacity to alloc buffer by 王宇逸 · 2 months ago
  8. 369afa5 Fix windows-targets dep in as-if-std by 王宇逸 · 2 months ago
  9. f26c931 Restore set_len. by 王宇逸 · 2 months ago
  10. 698409a Adjust signature of cygwin_conv_path by 王宇逸 · 2 months ago
  11. 6ec5f9d Add docs for cygwin_conv_path by Berrysoft · 2 months ago
  12. fdc3c80 Use mystd instead of std by Berrysoft · 2 months ago
  13. 8432d21 Update libc to 0.2.171 to meet cygwin's requirement by Berrysoft · 2 months ago
  14. ef10159 Convert path to posix by Berrysoft · 2 months ago
  15. 2f6a162 Use correct name buffer size by Berrysoft · 3 months ago
  16. f7db955 Add cygwin support by 王宇逸 · 3 months ago
  17. 2b48d7c Add `optimize(size)` to some particularly large functions by clubby789 · 3 months ago
  18. 8180d16 Check `as-if-std` only on nightly by clubby789 · 2 months ago
  19. 903c10d Use boxed slice when possible (rust-lang/backtrace-rs#702) by Motoyuki Kimura · 2 months ago
  20. d8de324 Use cheaper init in thread_local (rust-lang/backtrace-rs#701) by Kornel · 2 months ago
  21. b70de06 Merge pull request #708 from tgross35/fix-binary-size-ci by Trevor Gross · 2 months ago
  22. dade97a ci: Fix the binary size workflow by Trevor Gross · 2 months ago
  23. 9d2c34e Merge of rust-lang/backtrace-rs#700: Prepare backtrace for Rust 2024 by Jubilee · 5 months ago
  24. 52b94f9 Add some comments around various calls by Eric Huss · 5 months ago
  25. 82e954c Manually initialize IMAGEHLP_LINEW64 rather than using mem::zeroed by Eric Huss · 5 months ago
  26. b68eb00 Apply missing_unsafe_on_extern by Eric Huss · 5 months ago
  27. b0a0d34 Apply unsafe_op_in_unsafe_fn by Eric Huss · 5 months ago
  28. ca5ff3e Bump MSRV by Eric Huss · 5 months ago
  29. 534a1d3 Merge pull request #685 from bdbai/fix/win-arm32 by Chris Denton · 5 months ago
  30. b6ccbd9 Merge pull request #697 from ChrisDenton/cleanup-win by Chris Denton · 5 months ago
  31. b1bc2e8 Rename dbghelp32.rs to win32.rs by Chris Denton · 5 months ago
  32. fba809d Less bad style by Chris Denton · 6 months ago
  33. c7d957c Move the note about 64-bit tracing from dbghelp32 by Chris Denton · 6 months ago
  34. 24500fb Move dbghelp64.rs to win64.rs by Chris Denton · 6 months ago
  35. e33eaac Merge pull request #696 from xxshady/patch-1 by Chris Denton · 6 months ago
  36. 7bdb6f1 remove outdated docs part on Dbghelp::ensure_open by xshady · 6 months ago
  37. 6cef468 Merge pull request #692 from no1wudi/master by Chris Denton · 6 months ago
  38. 674b49e libunwind: Use builtin _Unwind_GetIP for NuttX on ARM platform by Huang Qi · 6 months ago
  39. 9e23660 Move win arm shim to a separate file by bdbai · 6 months ago
  40. 41f921d Match arm definitions with winsdk by bdbai · 7 months ago
  41. 3e65f07 Attempt to fix arm32 Windows by bdbai · 7 months ago
  42. 016f80a Merge of rust-lang/backtrace-rs#673 - Various cleanups by Jubilee · 6 months ago
  43. f8cc6ac Merge pull request #680 from ChrisDenton/0.3.75 by Chris Denton · 6 months ago 0.3.75
  44. 612c018 Cut backtrace 0.3.75 by Chris Denton · 6 months ago
  45. d7c5a45 Merge pull request #689 from workingjubilee/formalize-lru by Chris Denton · 6 months ago
  46. c88b038 Revert "mem::swap, not mem::replace, in LRU backshifts" by Jubilee Young · 6 months ago
  47. b7fbd04 mem::swap, not mem::replace, in LRU backshifts by Jubilee Young · 6 months ago
  48. 3afccb1 raise backtrace MSRV to allow `inline_const` by Jubilee Young · 6 months ago
  49. 63b7d26 Use a custom container for Cache's cache by Jubilee Young · 6 months ago
  50. 154a0ea Update libloading dep, run `cargo update` (rust-lang/backtrace-rs#650) by Yuri Astrakhan · 6 months ago
  51. 62c5764 Couple of small changes by bjorn3 · 10 months ago
  52. 8f2d98c Avoid usage of Error::last_os_error on AIX by bjorn3 · 10 months ago
  53. 4d7906b Enable libunwind for rtems (rust-lang/backtrace-rs#682) by Jan Sommer · 6 months ago
  54. a9c4658 Test Mac Catalyst in CI, and clean up unnecessary iOS env flags (rust-lang/backtrace-rs#681) by Mads Marquart · 6 months ago
  55. 27be6fc Merge of rust-lang/backtrace-rs#684 - remove ubuntu-20 by Jubilee · 6 months ago
  56. 0d2c6db disable windows in check-binary-size.yml for now by Jubilee Young · 6 months ago
  57. a0fb196 Merge of rust-lang/backtrace-rs#666 - Minor `gimli` cleanup by Jubilee · 6 months ago
  58. b9ec3d0 remove ubuntu-20 from CI by MarcoIeni · 7 months ago
  59. 59cbaf5 Merge of rust-lang/backtrace-rs#679 - Fix CI for lints and migrations by Jubilee · 6 months ago
  60. f696fd3 make ruzstd an optional dep by Jubilee Young · 6 months ago
  61. 2896a67 wasm32-wasi -> wasm32-wasip1 by Chris Denton · 8 months ago
  62. 9737fc3 Allow some static_mut_refs by Chris Denton · 8 months ago
  63. 26ab4af Merge pull request #677 from dtolnay-contrib/rawdylib by Chris Denton · 8 months ago
  64. d3c8205 Recognize windows-sys signatures as "C" or "system" depending on cfg by David Tolnay · 8 months ago
  65. b9e231e Remove another unnecessary OsStr usage by Rune Tynan · 10 months ago
  66. 9c8812e Fix introduced compile failures by Rune Tynan · 10 months ago
  67. 78daad3 Cleanup unnecessary usage of OsString by Rune Tynan · 10 months ago
  68. dbaf684 Fixup mystd imports by Rune Tynan · 10 months ago
  69. 4f3acf7 Merge of rust-lang/backtrace-rs#626 - Support zstd-compressed ELF sections. by Jubilee · 10 months ago
  70. 0b91167 Merge pull request #670 from workingjubilee/prefer-lossier-version-specs by Chris Denton · 10 months ago
  71. 88f393f Use fuzzy version for {up,down}load-artifact by Jubilee Young · 10 months ago
  72. 8c25756 Merge of rust-lang/backtrace-rs#669 - Update other GitHub actions by Jubilee · 10 months ago
  73. 99d7d4c Use an improbably large change-id by Jubilee Young · 10 months ago
  74. 73107a8 Use actions/checkout@v4 by Jubilee Young · 10 months ago
  75. 97ec052 Use actions/upload-artifact@v4.1.7 by Jubilee Young · 10 months ago
  76. fbfaf5a Handle skip frame errors. by Kyle Huey · 10 months ago
  77. e5473c3 MSRV bump for next_multiple_of in ruzstd. by Kyle Huey · 10 months ago
  78. 8d94e0d Run zstd tests on Linux nightlies but not on other platforms. by Kyle Huey · 10 months ago
  79. b0ae948 Work around ruzstd only decoding a single frame of the zstd data. by Kyle Huey · 10 months ago
  80. d6ab680 Support zstd-compressed ELF sections. by Kyle Huey · 1 year, 2 months ago
  81. 9f98e8e Add support for symbolicating APK/ZIP-embedded libraries on Android (rust-lang/backtrace-rs#662) by sudoBash418 · 10 months ago
  82. 386a42a Apply some of the `cargo clippy` suggestions (rust-lang/backtrace-rs#649) by Yuri Astrakhan · 10 months ago
  83. df56954 Disable libunwind for RTEMS OS (rust-lang/backtrace-rs#665) by Jan Sommer · 10 months ago
  84. c521d9a Merge pull request #664 from ChrisDenton/check-please by Chris Denton · 10 months ago
  85. 5107f26 Merge pull request #663 from rust-lang/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7 by Chris Denton · 10 months ago
  86. 34227d8 Fix elided_named_lifetimes warning by Chris Denton · 10 months ago
  87. 18efcf9 Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by dependabot[bot] · 10 months ago
  88. 38d49aa Merge pull request #658 from workingjubilee/cut-0.3.74 by Chris Denton · 10 months ago 0.3.74
  89. c1749ce Cut backtrace 0.3.74 by Jubilee Young · 11 months ago
  90. 230570f Merge pull request #660 from workingjubilee/dont-unsoundly-iterate-phdr by Chris Denton · 10 months ago
  91. 153f510 Do not destructure maybe-uninit fields by Jubilee Young · 10 months ago
  92. 3858946 Revise dl_iterate_phdr callback to be sound-ish by Jubilee Young · 10 months ago
  93. 7d062c6 Update windows bindings and use windows-targets (rust-lang/backtrace-rs#653) by Chris Denton · 10 months ago
  94. fc37b22 Upgrade miniz_oxide to 0.8 (rust-lang/backtrace-rs#657) by Dirkjan Ochtman · 11 months ago
  95. 600beaa Add QNX NTO 7.0 platform support (rust-lang/backtrace-rs#648) by Yuri Astrakhan · 11 months ago
  96. 84b6c1d Set edition=2021 on cpp_smoke_test (rust-lang/backtrace-rs#652) by Yuri Astrakhan · 11 months ago
  97. 95c3bac Make enum `print::PrintFmt` non-exhaustive (rust-lang/backtrace-rs#651) by Yuri Astrakhan · 11 months ago
  98. 59cf05f Bump addr2line to 0.24 (rust-lang/backtrace-rs#638) by Kyle Huey · 11 months ago
  99. 6b9d290 rust-lang/backtrace-rs#647: Retry downloading the Android NDK if it fails by Chris Denton · 11 months ago
  100. 6a2e7a1 Merge rust-lang/backtrace-rs#656: remove build.rs for android by Jubilee · 11 months ago