1. 06b2cc5 Merge pull request #762 from ChrisDenton/no-uuid by Chris Denton · 3 weeks ago master
  2. a81e7b2 macos: don't test -no_uuid in CI by Chris Denton · 3 weeks ago
  3. f92d9c7 Bump `object` to 0.39 (rust-lang/backtrace-rs#760) by Chris Denton · 4 weeks ago
  4. d902726 Merge of rust-lang/backtrace-rs#757: [AIX] Update backtrace to account for libc changes and fix XCOFF parsing by Jubilee · 7 weeks ago
  5. 5758b12 Fix rustfmt issues. by Amy Kwan · 7 weeks ago
  6. 0cc1553 Merge pull request #752 from ChrisDenton/optimize_attribute by Chris Denton · 8 weeks ago
  7. 7f05c1c [AIX] Update backtrace to account for libc changes and fix XCOFF parsing by Amy Kwan · 9 weeks ago
  8. 7cc5b3f Make optimize_attribute conditional on libstd by Chris Denton · 3 months ago
  9. 28ec93b Merge of rust-lang/backtrace-rs#729: Optimize proc maps parsing code size by Jubilee · 6 months ago
  10. 8fe7113 Merge of rust-lang/backtrace-rs#739: Fix line-tables-only on macOS 15 by Jubilee · 6 months ago
  11. f9fc3e4 Bump rustc-demangle (rust-lang/backtrace-rs#746) by León Orell Valerian Liehr · 6 months ago
  12. df979dc Merge pull request #744 from clubby789/no-detect-abi by Chris Denton · 6 months ago
  13. a17ca20 Always use `extern "system"` for Windows imports by clubby789 · 8 months ago
  14. be34884 Merge pull request #745 from clubby789/func-cast by Chris Denton · 6 months ago
  15. 8d82870 Fix `function_casts_as_integer` failures by clubby789 · 8 months ago
  16. 0b9eeb1 Micro-optimize code size of /proc/maps parsing code by Noratrieb · 10 months ago
  17. 311a1d0 Micro-optimize code size of /proc/maps parsing code by Noratrieb · 10 months ago
  18. 344344b Remove unused fields from /proc/maps parsing code by Noratrieb · 10 months ago
  19. f2bcf65 Merge pull request #731 from workingjubilee/edition-2024-cleanup by Chris Denton · 10 months ago
  20. 3ae4456 unsafe-wrap a stray deref-project -> &raw by Jubilee Young · 10 months ago
  21. 7d52b2a update to edition 2024 and MSRV 1.88 by Jubilee Young · 10 months ago
  22. c671dab unsafe some extern C blocks by Jubilee Young · 10 months ago
  23. 9ce9ff6 fix dylib-dep to unsafe-wrap no_mangle by Jubilee Young · 10 months ago
  24. fdc2f75 ci: update MSRV job to 1.88 by Jubilee Young · 10 months ago
  25. 1cea408 comment on why not using -gline-tables-only by Jubilee Young · 10 months ago
  26. 3dd14a8 Fix line-tables-only test on macOS 15 by Jubilee Young · 10 months ago
  27. f162978 Revert "Use macos-14 image for testing (rust-lang/backtrace-rs#733)" by Jubilee Young · 10 months ago
  28. 55369a2 Merge pull request #736 from workingjubilee/simplify-xcoff-find-text by Chris Denton · 10 months ago
  29. 7008740 Merge pull request #735 from workingjubilee/get-current-process-once by Chris Denton · 10 months ago
  30. 7b1be4c Merge of rust-lang/backtrace-rs#711: chore: release v0.3.76 by Jubilee · 10 months ago
  31. 775f6a1 modify CHANGELOG.md to not be a git log dump by Jubilee Young · 10 months ago backtrace-v0.3.76
  32. bb0cdc3 chore: release v0.3.76 by github-actions[bot] · 10 months ago
  33. a8b55f0 Merge of rust-lang/backtrace-rs#725: Fix missing alignment check for ELF note header in fuchsia support by Jubilee · 10 months ago
  34. 0b83800 Expand `take_nhdr` doc-comment by Jubilee · 10 months ago
  35. a405950 Merge pull request #737 from workingjubilee/address-dbghelp-soundness-risks by Chris Denton · 10 months ago
  36. 06dca9a Expand doc-comment on `do_resolve` by Jubilee Young · 10 months ago
  37. 05ad047 Remove padding bytes risk in dbghelp with MaybeUninit by Jubilee Young · 10 months ago
  38. 962ac39 cleanup: simplify scan for xcoff .text section by Jubilee Young · 10 months ago
  39. d4738cc deny(unsafe_op_in_unsafe_fn) in backtrace/win32.rs by Jubilee Young · 10 months ago
  40. e06b77e GetCurrentProcess only once by Jubilee Young · 10 months ago
  41. dccdb4d Upgrade `cpp_demangle` to the latest version. (rust-lang/backtrace-rs#732) by Kyle Huey · 10 months ago
  42. 50fe434 Update memchr to 2.7.6 (rust-lang/backtrace-rs#734) by J. Neuschäfer · 10 months ago
  43. 79d3514 Switch from `windows-targets` to `windows-link` (rust-lang/backtrace-rs#727) by Alphyr · 10 months ago
  44. 60898d6 Use macos-14 image for testing (rust-lang/backtrace-rs#733) by Mads Marquart · 10 months ago
  45. 0f130c5 Fix inverted "full printing" polarity logic (rust-lang/backtrace-rs#726) by Daniel Henry-Mantilla · 10 months ago
  46. b134a1f Remove lazily initialized Mutex (rust-lang/backtrace-rs#723) by Mark Rousskov · 10 months ago
  47. 5d3bcc8 Fix missing alignment check for ELF note header in fuchsia support by Philip Craig · 11 months ago
  48. b65ab93 Upgrade `ruzstd` `object`, and `addr2line` to the latest version (rust-lang/backtrace-rs#718) by Trevor Gross · 1 year, 1 month ago
  49. 57c7529 ci: remove binary size check (rust-lang/backtrace-rs#710) by Jubilee · 1 year, 3 months ago
  50. 6c882eb Merge of rust-lang/backtrace-rs#705: Add `optimize(size)` to some particularly large functions by Jubilee · 1 year, 3 months ago
  51. e09b86e Set up release-plz (rust-lang/backtrace-rs#707) by Trevor Gross · 1 year, 3 months ago
  52. 8c55c3a Merge of rust-lang/backtrace-rs#704: Add cygwin support by Jubilee · 1 year, 3 months ago
  53. 9b42adf Update safety comments by Berrysoft · 1 year, 3 months ago
  54. 366250e Use Vec::with_capacity to alloc buffer by 王宇逸 · 1 year, 3 months ago
  55. 369afa5 Fix windows-targets dep in as-if-std by 王宇逸 · 1 year, 3 months ago
  56. f26c931 Restore set_len. by 王宇逸 · 1 year, 3 months ago
  57. 698409a Adjust signature of cygwin_conv_path by 王宇逸 · 1 year, 3 months ago
  58. 6ec5f9d Add docs for cygwin_conv_path by Berrysoft · 1 year, 3 months ago
  59. fdc3c80 Use mystd instead of std by Berrysoft · 1 year, 3 months ago
  60. 8432d21 Update libc to 0.2.171 to meet cygwin's requirement by Berrysoft · 1 year, 3 months ago
  61. ef10159 Convert path to posix by Berrysoft · 1 year, 3 months ago
  62. 2f6a162 Use correct name buffer size by Berrysoft · 1 year, 4 months ago
  63. f7db955 Add cygwin support by 王宇逸 · 1 year, 4 months ago
  64. 2b48d7c Add `optimize(size)` to some particularly large functions by clubby789 · 1 year, 4 months ago
  65. 8180d16 Check `as-if-std` only on nightly by clubby789 · 1 year, 3 months ago
  66. 903c10d Use boxed slice when possible (rust-lang/backtrace-rs#702) by Motoyuki Kimura · 1 year, 3 months ago
  67. d8de324 Use cheaper init in thread_local (rust-lang/backtrace-rs#701) by Kornel · 1 year, 3 months ago
  68. b70de06 Merge pull request #708 from tgross35/fix-binary-size-ci by Trevor Gross · 1 year, 3 months ago
  69. dade97a ci: Fix the binary size workflow by Trevor Gross · 1 year, 3 months ago
  70. 9d2c34e Merge of rust-lang/backtrace-rs#700: Prepare backtrace for Rust 2024 by Jubilee · 1 year, 5 months ago
  71. 52b94f9 Add some comments around various calls by Eric Huss · 1 year, 5 months ago
  72. 82e954c Manually initialize IMAGEHLP_LINEW64 rather than using mem::zeroed by Eric Huss · 1 year, 5 months ago
  73. b68eb00 Apply missing_unsafe_on_extern by Eric Huss · 1 year, 5 months ago
  74. b0a0d34 Apply unsafe_op_in_unsafe_fn by Eric Huss · 1 year, 5 months ago
  75. ca5ff3e Bump MSRV by Eric Huss · 1 year, 5 months ago
  76. 534a1d3 Merge pull request #685 from bdbai/fix/win-arm32 by Chris Denton · 1 year, 5 months ago
  77. b6ccbd9 Merge pull request #697 from ChrisDenton/cleanup-win by Chris Denton · 1 year, 5 months ago
  78. b1bc2e8 Rename dbghelp32.rs to win32.rs by Chris Denton · 1 year, 6 months ago
  79. fba809d Less bad style by Chris Denton · 1 year, 6 months ago
  80. c7d957c Move the note about 64-bit tracing from dbghelp32 by Chris Denton · 1 year, 6 months ago
  81. 24500fb Move dbghelp64.rs to win64.rs by Chris Denton · 1 year, 6 months ago
  82. e33eaac Merge pull request #696 from xxshady/patch-1 by Chris Denton · 1 year, 6 months ago
  83. 7bdb6f1 remove outdated docs part on Dbghelp::ensure_open by xshady · 1 year, 6 months ago
  84. 6cef468 Merge pull request #692 from no1wudi/master by Chris Denton · 1 year, 6 months ago
  85. 674b49e libunwind: Use builtin _Unwind_GetIP for NuttX on ARM platform by Huang Qi · 1 year, 6 months ago
  86. 9e23660 Move win arm shim to a separate file by bdbai · 1 year, 7 months ago
  87. 41f921d Match arm definitions with winsdk by bdbai · 1 year, 7 months ago
  88. 3e65f07 Attempt to fix arm32 Windows by bdbai · 1 year, 7 months ago
  89. 016f80a Merge of rust-lang/backtrace-rs#673 - Various cleanups by Jubilee · 1 year, 7 months ago
  90. f8cc6ac Merge pull request #680 from ChrisDenton/0.3.75 by Chris Denton · 1 year, 7 months ago 0.3.75
  91. 612c018 Cut backtrace 0.3.75 by Chris Denton · 1 year, 7 months ago
  92. d7c5a45 Merge pull request #689 from workingjubilee/formalize-lru by Chris Denton · 1 year, 7 months ago
  93. c88b038 Revert "mem::swap, not mem::replace, in LRU backshifts" by Jubilee Young · 1 year, 7 months ago
  94. b7fbd04 mem::swap, not mem::replace, in LRU backshifts by Jubilee Young · 1 year, 7 months ago
  95. 3afccb1 raise backtrace MSRV to allow `inline_const` by Jubilee Young · 1 year, 7 months ago
  96. 63b7d26 Use a custom container for Cache's cache by Jubilee Young · 1 year, 7 months ago
  97. 154a0ea Update libloading dep, run `cargo update` (rust-lang/backtrace-rs#650) by Yuri Astrakhan · 1 year, 7 months ago
  98. 62c5764 Couple of small changes by bjorn3 · 1 year, 10 months ago
  99. 8f2d98c Avoid usage of Error::last_os_error on AIX by bjorn3 · 1 year, 10 months ago
  100. 4d7906b Enable libunwind for rtems (rust-lang/backtrace-rs#682) by Jan Sommer · 1 year, 7 months ago