- f2bcf65 Merge pull request #731 from workingjubilee/edition-2024-cleanup by Chris Denton · 3 months ago master
- 3ae4456 unsafe-wrap a stray deref-project -> &raw by Jubilee Young · 3 months ago
- 7d52b2a update to edition 2024 and MSRV 1.88 by Jubilee Young · 3 months ago
- c671dab unsafe some extern C blocks by Jubilee Young · 3 months ago
- 9ce9ff6 fix dylib-dep to unsafe-wrap no_mangle by Jubilee Young · 3 months ago
- fdc2f75 ci: update MSRV job to 1.88 by Jubilee Young · 3 months ago
- 55369a2 Merge pull request #736 from workingjubilee/simplify-xcoff-find-text by Chris Denton · 3 months ago
- 7008740 Merge pull request #735 from workingjubilee/get-current-process-once by Chris Denton · 3 months ago
- 7b1be4c Merge of rust-lang/backtrace-rs#711: chore: release v0.3.76 by Jubilee · 3 months ago
- 775f6a1 modify CHANGELOG.md to not be a git log dump by Jubilee Young · 3 months ago backtrace-v0.3.76
- bb0cdc3 chore: release v0.3.76 by github-actions[bot] · 3 months ago
- a8b55f0 Merge of rust-lang/backtrace-rs#725: Fix missing alignment check for ELF note header in fuchsia support by Jubilee · 3 months ago
- 0b83800 Expand `take_nhdr` doc-comment by Jubilee · 3 months ago
- a405950 Merge pull request #737 from workingjubilee/address-dbghelp-soundness-risks by Chris Denton · 3 months ago
- 06dca9a Expand doc-comment on `do_resolve` by Jubilee Young · 3 months ago
- 05ad047 Remove padding bytes risk in dbghelp with MaybeUninit by Jubilee Young · 3 months ago
- 962ac39 cleanup: simplify scan for xcoff .text section by Jubilee Young · 3 months ago
- d4738cc deny(unsafe_op_in_unsafe_fn) in backtrace/win32.rs by Jubilee Young · 3 months ago
- e06b77e GetCurrentProcess only once by Jubilee Young · 3 months ago
- dccdb4d Upgrade `cpp_demangle` to the latest version. (rust-lang/backtrace-rs#732) by Kyle Huey · 3 months ago
- 50fe434 Update memchr to 2.7.6 (rust-lang/backtrace-rs#734) by J. Neuschäfer · 3 months ago
- 79d3514 Switch from `windows-targets` to `windows-link` (rust-lang/backtrace-rs#727) by Alphyr · 3 months ago
- 60898d6 Use macos-14 image for testing (rust-lang/backtrace-rs#733) by Mads Marquart · 3 months ago
- 0f130c5 Fix inverted "full printing" polarity logic (rust-lang/backtrace-rs#726) by Daniel Henry-Mantilla · 3 months ago
- b134a1f Remove lazily initialized Mutex (rust-lang/backtrace-rs#723) by Mark Rousskov · 3 months ago
- 5d3bcc8 Fix missing alignment check for ELF note header in fuchsia support by Philip Craig · 4 months ago
- b65ab93 Upgrade `ruzstd` `object`, and `addr2line` to the latest version (rust-lang/backtrace-rs#718) by Trevor Gross · 6 months ago
- 57c7529 ci: remove binary size check (rust-lang/backtrace-rs#710) by Jubilee · 8 months ago
- 6c882eb Merge of rust-lang/backtrace-rs#705: Add `optimize(size)` to some particularly large functions by Jubilee · 8 months ago
- e09b86e Set up release-plz (rust-lang/backtrace-rs#707) by Trevor Gross · 8 months ago
- 8c55c3a Merge of rust-lang/backtrace-rs#704: Add cygwin support by Jubilee · 8 months ago
- 9b42adf Update safety comments by Berrysoft · 8 months ago
- 366250e Use Vec::with_capacity to alloc buffer by 王宇逸 · 8 months ago
- 369afa5 Fix windows-targets dep in as-if-std by 王宇逸 · 8 months ago
- f26c931 Restore set_len. by 王宇逸 · 8 months ago
- 698409a Adjust signature of cygwin_conv_path by 王宇逸 · 8 months ago
- 6ec5f9d Add docs for cygwin_conv_path by Berrysoft · 8 months ago
- fdc3c80 Use mystd instead of std by Berrysoft · 8 months ago
- 8432d21 Update libc to 0.2.171 to meet cygwin's requirement by Berrysoft · 8 months ago
- ef10159 Convert path to posix by Berrysoft · 8 months ago
- 2f6a162 Use correct name buffer size by Berrysoft · 9 months ago
- f7db955 Add cygwin support by 王宇逸 · 9 months ago
- 2b48d7c Add `optimize(size)` to some particularly large functions by clubby789 · 9 months ago
- 8180d16 Check `as-if-std` only on nightly by clubby789 · 8 months ago
- 903c10d Use boxed slice when possible (rust-lang/backtrace-rs#702) by Motoyuki Kimura · 8 months ago
- d8de324 Use cheaper init in thread_local (rust-lang/backtrace-rs#701) by Kornel · 8 months ago
- b70de06 Merge pull request #708 from tgross35/fix-binary-size-ci by Trevor Gross · 8 months ago
- dade97a ci: Fix the binary size workflow by Trevor Gross · 8 months ago
- 9d2c34e Merge of rust-lang/backtrace-rs#700: Prepare backtrace for Rust 2024 by Jubilee · 11 months ago
- 52b94f9 Add some comments around various calls by Eric Huss · 11 months ago
- 82e954c Manually initialize IMAGEHLP_LINEW64 rather than using mem::zeroed by Eric Huss · 11 months ago
- b68eb00 Apply missing_unsafe_on_extern by Eric Huss · 11 months ago
- b0a0d34 Apply unsafe_op_in_unsafe_fn by Eric Huss · 11 months ago
- ca5ff3e Bump MSRV by Eric Huss · 11 months ago
- 534a1d3 Merge pull request #685 from bdbai/fix/win-arm32 by Chris Denton · 11 months ago
- b6ccbd9 Merge pull request #697 from ChrisDenton/cleanup-win by Chris Denton · 11 months ago
- b1bc2e8 Rename dbghelp32.rs to win32.rs by Chris Denton · 11 months ago
- fba809d Less bad style by Chris Denton · 11 months ago
- c7d957c Move the note about 64-bit tracing from dbghelp32 by Chris Denton · 11 months ago
- 24500fb Move dbghelp64.rs to win64.rs by Chris Denton · 11 months ago
- e33eaac Merge pull request #696 from xxshady/patch-1 by Chris Denton · 11 months ago
- 7bdb6f1 remove outdated docs part on Dbghelp::ensure_open by xshady · 11 months ago
- 6cef468 Merge pull request #692 from no1wudi/master by Chris Denton · 11 months ago
- 674b49e libunwind: Use builtin _Unwind_GetIP for NuttX on ARM platform by Huang Qi · 11 months ago
- 9e23660 Move win arm shim to a separate file by bdbai · 12 months ago
- 41f921d Match arm definitions with winsdk by bdbai · 1 year ago
- 3e65f07 Attempt to fix arm32 Windows by bdbai · 1 year ago
- 016f80a Merge of rust-lang/backtrace-rs#673 - Various cleanups by Jubilee · 12 months ago
- f8cc6ac Merge pull request #680 from ChrisDenton/0.3.75 by Chris Denton · 12 months ago 0.3.75
- 612c018 Cut backtrace 0.3.75 by Chris Denton · 12 months ago
- d7c5a45 Merge pull request #689 from workingjubilee/formalize-lru by Chris Denton · 12 months ago
- c88b038 Revert "mem::swap, not mem::replace, in LRU backshifts" by Jubilee Young · 12 months ago
- b7fbd04 mem::swap, not mem::replace, in LRU backshifts by Jubilee Young · 12 months ago
- 3afccb1 raise backtrace MSRV to allow `inline_const` by Jubilee Young · 12 months ago
- 63b7d26 Use a custom container for Cache's cache by Jubilee Young · 12 months ago
- 154a0ea Update libloading dep, run `cargo update` (rust-lang/backtrace-rs#650) by Yuri Astrakhan · 12 months ago
- 62c5764 Couple of small changes by bjorn3 · 1 year, 3 months ago
- 8f2d98c Avoid usage of Error::last_os_error on AIX by bjorn3 · 1 year, 3 months ago
- 4d7906b Enable libunwind for rtems (rust-lang/backtrace-rs#682) by Jan Sommer · 12 months ago
- a9c4658 Test Mac Catalyst in CI, and clean up unnecessary iOS env flags (rust-lang/backtrace-rs#681) by Mads Marquart · 12 months ago
- 27be6fc Merge of rust-lang/backtrace-rs#684 - remove ubuntu-20 by Jubilee · 12 months ago
- 0d2c6db disable windows in check-binary-size.yml for now by Jubilee Young · 12 months ago
- a0fb196 Merge of rust-lang/backtrace-rs#666 - Minor `gimli` cleanup by Jubilee · 12 months ago
- b9ec3d0 remove ubuntu-20 from CI by MarcoIeni · 1 year ago
- 59cbaf5 Merge of rust-lang/backtrace-rs#679 - Fix CI for lints and migrations by Jubilee · 12 months ago
- f696fd3 make ruzstd an optional dep by Jubilee Young · 12 months ago
- 2896a67 wasm32-wasi -> wasm32-wasip1 by Chris Denton · 1 year, 1 month ago
- 9737fc3 Allow some static_mut_refs by Chris Denton · 1 year, 1 month ago
- 26ab4af Merge pull request #677 from dtolnay-contrib/rawdylib by Chris Denton · 1 year, 1 month ago
- d3c8205 Recognize windows-sys signatures as "C" or "system" depending on cfg by David Tolnay · 1 year, 1 month ago
- b9e231e Remove another unnecessary OsStr usage by Rune Tynan · 1 year, 4 months ago
- 9c8812e Fix introduced compile failures by Rune Tynan · 1 year, 4 months ago
- 78daad3 Cleanup unnecessary usage of OsString by Rune Tynan · 1 year, 4 months ago
- dbaf684 Fixup mystd imports by Rune Tynan · 1 year, 4 months ago
- 4f3acf7 Merge of rust-lang/backtrace-rs#626 - Support zstd-compressed ELF sections. by Jubilee · 1 year, 3 months ago
- 0b91167 Merge pull request #670 from workingjubilee/prefer-lossier-version-specs by Chris Denton · 1 year, 3 months ago
- 88f393f Use fuzzy version for {up,down}load-artifact by Jubilee Young · 1 year, 3 months ago
- 8c25756 Merge of rust-lang/backtrace-rs#669 - Update other GitHub actions by Jubilee · 1 year, 3 months ago
- 99d7d4c Use an improbably large change-id by Jubilee Young · 1 year, 3 months ago
- 73107a8 Use actions/checkout@v4 by Jubilee Young · 1 year, 3 months ago