{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":37171746,"defaultBranch":"master","name":"backtrace-rs","ownerLogin":"rust-lang","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-06-10T02:49:08.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5430905?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1711145968.0","currentOid":""},"activityList":{"items":[{"before":"f63b581109f8f4eed7ef6a8a85aab3e59dc89ea5","after":"7d263344f6bdc729db89304ccbbda7352acee7af","ref":"refs/heads/master","pushedAt":"2024-05-07T06:35:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"Reduce panics in dbghelp (rust-lang/backtrace-rs#608)\n\nAccording to the docs for `resolve`:\r\n\r\n> The closure may not be called if resolution could not be performed\r\n> This function strives to never panic.\r\n\r\nSo we should ideally not panic and instead simply return without calling\r\nthe closure. Therefore, I've changed the panicky FFI calls to instead\r\nsimply return.\r\n\r\nI also replaced our custom UTF-16 to UTF-8 converter with a call to\r\n`WideCharToMultiByte`. This function already has the semantics we want\r\nand doesn't include panicking code.\r\n\r\nThese changes should have a small but notable effect on binary size.","shortMessageHtmlLink":"Reduce panics in dbghelp (#608)"}},{"before":"4cbe6b69eaccf23297b51f9584dd8a7d5e12ea95","after":"f63b581109f8f4eed7ef6a8a85aab3e59dc89ea5","ref":"refs/heads/master","pushedAt":"2024-05-06T21:31:07.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"Merge of rust-lang/backtrace-rs#619: remove some instances of dead_code","shortMessageHtmlLink":"Merge of #619: remove some instances of dead_code"}},{"before":"eb68d011118e4ccc8c3d466cfbfd3e7825a7c776","after":"4cbe6b69eaccf23297b51f9584dd8a7d5e12ea95","ref":"refs/heads/master","pushedAt":"2024-05-06T21:29:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"Remove unused `libbacktrace` and `gimli-symbolize` features (rust-lang/backtrace-rs#615)","shortMessageHtmlLink":"Remove unused libbacktrace and gimli-symbolize features (#615)"}},{"before":"4c7c1def72495bd0d8189a0f219317029b381ec0","after":"eb68d011118e4ccc8c3d466cfbfd3e7825a7c776","ref":"refs/heads/master","pushedAt":"2024-05-06T20:09:13.000Z","pushType":"pr_merge","commitsCount":6,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"Fix tests for rust 1.79 (rust-lang/backtrace-rs#621)\n\n- Fix the accuracy test for `collapse_debuginfo`\r\n- Fix a couple of `unexpected_cfgs` warnings about Cargo features\r\n- Silence the rest, ain't nobody got time for all that shit\r\n- Use `rustup update --no-self-update` consistently to avoid spurious CI errors","shortMessageHtmlLink":"Fix tests for rust 1.79 (#621)"}},{"before":"86646307c5ede8df28ad1ef5de2b206fd73da910","after":"4c7c1def72495bd0d8189a0f219317029b381ec0","ref":"refs/heads/master","pushedAt":"2024-05-06T18:04:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"Update `object` and `addr2line` dependencies (rust-lang/backtrace-rs#612)","shortMessageHtmlLink":"Update object and addr2line dependencies (#612)"}},{"before":"e15130618237eb3e2d4b622549f9647b4c1d9ca3","after":"86646307c5ede8df28ad1ef5de2b206fd73da910","ref":"refs/heads/master","pushedAt":"2024-05-06T17:55:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"Remove obsolete rustc-serialize references (rust-lang/backtrace-rs#614)","shortMessageHtmlLink":"Remove obsolete rustc-serialize references (#614)"}},{"before":"adc9f5ca6205a7bde95b5f1a3f029e590ce6c694","after":"e15130618237eb3e2d4b622549f9647b4c1d9ca3","ref":"refs/heads/master","pushedAt":"2024-04-12T21:59:11.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ChrisDenton","name":"Chris Denton","path":"/ChrisDenton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4459874?s=80&v=4"},"commit":{"message":"Merge pull request #610 from dpaoliello/fixtrace\n\nWindows AArch64: Break out of tracing when no longer making progress","shortMessageHtmlLink":"Merge pull request #610 from dpaoliello/fixtrace"}},{"before":"eabeb5e33cd66fb053363eb3b4670d90b1443e66","after":"adc9f5ca6205a7bde95b5f1a3f029e590ce6c694","ref":"refs/heads/master","pushedAt":"2024-03-28T18:48:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"Correct base address and update dbghelp64 comment (rust-lang/backtrace-rs#604)\n\nI've been staring at the code a lot lately but somehow missed that\r\nwe're returning the wrong thing for the module base. It *probably*\r\nworks out ok because\r\na) most things only care that the pointer points to something\r\n within the right module and\r\nb) backtrace doesn't use it.\r\n\r\nI added a comment because apparently I need the obvious pointed out\r\nto me.\r\n\r\nAlso while I'm at it I updated a 64-bit comment to remove the stuff\r\ncommenting on 32-bit code (which is now in another file).","shortMessageHtmlLink":"Correct base address and update dbghelp64 comment (#604)"}},{"before":"d80990b05d9d97932b0ee9c80fa9a4466fa6495f","after":"eabeb5e33cd66fb053363eb3b4670d90b1443e66","ref":"refs/heads/master","pushedAt":"2024-03-28T18:43:15.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"Merge rust-lang/backtrace-rs#596 from ChrisDenton/windows-nightly\n\nFix CI and remove rustc-serialize","shortMessageHtmlLink":"Merge #596 from ChrisDenton/windows-nightly"}},{"before":"d96efb8346c3c250538f5bc9a0d3d84ce9855f91","after":"d80990b05d9d97932b0ee9c80fa9a4466fa6495f","ref":"refs/heads/master","pushedAt":"2024-03-28T18:42:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"Remove addr in gimli::Symbol::Symtab (rust-lang/backtrace-rs#605)","shortMessageHtmlLink":"Remove addr in gimli::Symbol::Symtab (#605)"}},{"before":"7be8953188582ea83f1e88622ccdfcab1a49461c","after":"d96efb8346c3c250538f5bc9a0d3d84ce9855f91","ref":"refs/heads/master","pushedAt":"2024-03-23T18:19:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"Revert \"Use rustc from stage0 instead of stage0-sysroot\" (rust-lang/backtrace#603)\n\nThis reverts commit c31ea5ba7ac52f5c15c65cfec7d7b5d0bcf00eed (rust-lang/backtrace#602).\r\n\r\nDon't do that, we need to use stage0-sysroot, bootstrap is just buggy.","shortMessageHtmlLink":"Revert \"Use rustc from stage0 instead of stage0-sysroot\" (rust-lang/b…"}},{"before":"d56b7ab2fffe59d02821edf8b38fb4a92a0925aa","after":null,"ref":"refs/heads/workingjubilee-patch-1","pushedAt":"2024-03-22T22:19:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"}},{"before":"c31ea5ba7ac52f5c15c65cfec7d7b5d0bcf00eed","after":"7be8953188582ea83f1e88622ccdfcab1a49461c","ref":"refs/heads/master","pushedAt":"2024-03-22T22:13:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"Cut backtrace 0.3.71 (rust-lang/backtrace-rs#599)","shortMessageHtmlLink":"Cut backtrace 0.3.71 (#599)"}},{"before":"193125abc094b433859c4fdb2e672d391a6bdf8d","after":"c31ea5ba7ac52f5c15c65cfec7d7b5d0bcf00eed","ref":"refs/heads/master","pushedAt":"2024-03-22T22:03:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"Use rustc from stage0 instead of stage0-sysroot (rust-lang/backtrace-rs#602)\n\nIt contains the right LLVM libraries.","shortMessageHtmlLink":"Use rustc from stage0 instead of stage0-sysroot (#602)"}},{"before":"bdc8b8241b16bb20124a3cec86e1b339e4c008a1","after":"193125abc094b433859c4fdb2e672d391a6bdf8d","ref":"refs/heads/master","pushedAt":"2024-03-22T22:02:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"Force frame pointers on all i686 tests (rust-lang/backtrace-rs#601)","shortMessageHtmlLink":"Force frame pointers on all i686 tests (#601)"}},{"before":"6fa4b85b9962c3e1be8c2e5cc605cd078134152b","after":"bdc8b8241b16bb20124a3cec86e1b339e4c008a1","ref":"refs/heads/master","pushedAt":"2024-03-22T21:37:48.000Z","pushType":"pr_merge","commitsCount":5,"pusher":{"login":"ChrisDenton","name":"Chris Denton","path":"/ChrisDenton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4459874?s=80&v=4"},"commit":{"message":"Merge pull request #598 from workingjubilee/pull-back-msrv\n\nPull back MSRV on Windows","shortMessageHtmlLink":"Merge pull request #598 from workingjubilee/pull-back-msrv"}},{"before":null,"after":"d56b7ab2fffe59d02821edf8b38fb4a92a0925aa","ref":"refs/heads/workingjubilee-patch-1","pushedAt":"2024-03-22T03:28:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"Whitespace trigger CI","shortMessageHtmlLink":"Whitespace trigger CI"}},{"before":"ea7dc8e964d0046d92382e40308876130e5301ba","after":"6fa4b85b9962c3e1be8c2e5cc605cd078134152b","ref":"refs/heads/master","pushedAt":"2024-03-14T17:53:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"Update version of cc crate (rust-lang/backtrace-rs#592)\n\nReason:\r\n\r\nIn order to build the Windows version of the Rust toolchain for the Android platform, the following patch to the cc is crate is required to avoid incorrectly determining that we are building with the Android NDK: https://github.com/rust-lang/cc-rs/commit/57853c4bf8a89a0f4c9137eb367ac580305c6919\r\n\r\nThis patch is present in version 1.0.80 and newer versions of the cc crate. The rustc source distribution currently has 3 different versions of cc in the vendor directory, only one of which has the necessary fix.\r\n\r\nWe (the Android Rust toolchain) are currently maintaining local patches to upgrade the cc crate dependency versions, which we would like to upstream.","shortMessageHtmlLink":"Update version of cc crate (#592)"}},{"before":"ddf1b89b861d297c6ef3f09b70d853e81ccc85ff","after":"ea7dc8e964d0046d92382e40308876130e5301ba","ref":"refs/heads/master","pushedAt":"2024-03-14T17:52:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"Make sgx functions exist with cfg(miri) (rust-lang/backtrace-rs#591)","shortMessageHtmlLink":"Make sgx functions exist with cfg(miri) (#591)"}},{"before":"a4d5b8c25b395176f2b3728e3232f1bd0018aa5a","after":"ddf1b89b861d297c6ef3f09b70d853e81ccc85ff","ref":"refs/heads/master","pushedAt":"2024-03-10T10:54:41.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ChrisDenton","name":"Chris Denton","path":"/ChrisDenton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4459874?s=80&v=4"},"commit":{"message":"Merge pull request #590 from workingjubilee/cut-0.3.70\n\nCut backtrace 0.3.70","shortMessageHtmlLink":"Merge pull request #590 from workingjubilee/cut-0.3.70"}},{"before":"140076d7085111a5c1246c3a2cb7e1da420d096c","after":"a4d5b8c25b395176f2b3728e3232f1bd0018aa5a","ref":"refs/heads/master","pushedAt":"2024-03-10T08:39:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"Update for Win10+ (rust-lang/backtrace-rs#589)\n\nEssentially reverts b891125913228468b3fb33f07c3a1b4b3807644e but only for Win10+","shortMessageHtmlLink":"Update for Win10+ (#589)"}},{"before":"b256de4d54d634ef01f1e4817bfbf6ba7e318817","after":"140076d7085111a5c1246c3a2cb7e1da420d096c","ref":"refs/heads/master","pushedAt":"2024-03-10T08:38:32.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"Merge pull request rust-lang/backtrace-rs#588 from ChrisDenton/dbhelp32\n\nRevert 32-bit dbghelp to a version WINE (presumably) likes","shortMessageHtmlLink":"Merge pull request #588 from ChrisDenton/dbhelp32"}},{"before":"3acbb65294098c7ef97b79e59e2af996334b7f45","after":"b256de4d54d634ef01f1e4817bfbf6ba7e318817","ref":"refs/heads/master","pushedAt":"2024-03-09T20:04:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"ignore clippy lints in `symbolize/gimli/stash.rs` (rust-lang/backtrace-rs#586)\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"ignore clippy lints in symbolize/gimli/stash.rs (#586)"}},{"before":"4dea00c98ff120834c3071919320b9ed51129c39","after":"3acbb65294098c7ef97b79e59e2af996334b7f45","ref":"refs/heads/master","pushedAt":"2024-03-09T06:04:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"Apply clippy::uninlined_format_args fixes (rust-lang/backtrace-rs#486)\n\n* Apply clippy::uninlined_format_args fix\r\n\r\n* Addressed feedback and added a few more\r\n\r\n* also did one minor spelling change in a print statement in `current-exe-mismatch.rs`","shortMessageHtmlLink":"Apply clippy::uninlined_format_args fixes (#486)"}},{"before":"da34864acf354bcfe4258d2f23beff593f9fee8b","after":"4dea00c98ff120834c3071919320b9ed51129c39","ref":"refs/heads/master","pushedAt":"2024-03-09T06:01:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"make it easy to resolve symbols by frame (#526)\n\nHello,\r\n\r\nResolving backtrace (at least for the first time) is very slow, but\r\nthis is not something that can be solved (I guess). However, not all\r\nframes are equally useful, and at least in the code base that I'm\r\nworking on, we simply ignore bunch of them.\r\n\r\nWe have code something like this:\r\n```rust\r\nlet mut bt = Backtrace::new_unresolved();\r\n// ...\r\nbt.resolve();\r\nlet bt: Vec = bt.frames()\r\n .iter()\r\n .flat_map(BacktraceFrame::symbols)\r\n .take_while(is_not_async_stuff)\r\n .map(format_symbols)\r\n .collect();\r\n```\r\nFor us, it takes around 700~1500ms to resolve whole backtrace.\r\n\r\nWith this PR we're able to write like this:\r\n```rust\r\nlet bt: Vec = bt.frames_mut()\r\n .iter_mut()\r\n .flat_map(BacktraceFrame::symbols_resolved)\r\n .take_while(is_not_async_stuff)\r\n .map(format_symbols)\r\n .collect();\r\n```\r\nAnd it takes around 25ms to resolve the frames that we actually need.\r\n\r\nI'm aware of low level utils `backtrace::trace` and\r\n`backtrace::resolve_frame`, but this would basically mean that I would\r\nbasically need to reimplement Backtrace, including Serialize and\r\nDeserialize capability, which is too much.","shortMessageHtmlLink":"make it easy to resolve symbols by frame (#526)"}},{"before":"45bdb7255e14759b8de5311a66ccf7b559fb7ebe","after":"da34864acf354bcfe4258d2f23beff593f9fee8b","ref":"refs/heads/master","pushedAt":"2024-03-08T18:22:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"Fix deny(unused) of an unused import with SGX + Miri (rust-lang/backtrace-rs#581)\n\nThe `deny(unused)` use that used to be here is incompatible with building\r\nthis crate with Miri. The import in question is only used in a module\r\nthat is only declared when we are not `cfg(miri)`.\r\n\r\nI tried to fix this by grouping items into modules so that I could apply\r\n`cfg(not(miri))` to all the SGX code. One could also make the build work\r\nby deleting the `#[deny(unused)]`, but that felt hacky.","shortMessageHtmlLink":"Fix deny(unused) of an unused import with SGX + Miri (#581)"}},{"before":"ca477b97e12c62193980cd3123f1b884cdb7523d","after":"45bdb7255e14759b8de5311a66ccf7b559fb7ebe","ref":"refs/heads/master","pushedAt":"2024-03-08T18:14:44.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"Merge pull request rust-lang/backtrace-rs#561 from workingjubilee/write-down-msrv-policy\n\nWrite down MSRV policy","shortMessageHtmlLink":"Merge pull request #561 from workingjubilee/write-down-msrv-policy"}},{"before":"ef39a7d7da58b4cae8c8f3fc67a8300fd8d2d0d9","after":"ca477b97e12c62193980cd3123f1b884cdb7523d","ref":"refs/heads/master","pushedAt":"2024-03-08T18:13:23.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"Merge pull request rust-lang/backtrace-rs#585 from GrigorenkoPV/addr_of\n\nUse `addr_of!`\r\n\r\nA follow-up to https://github.com/rust-lang/rust/pull/121556","shortMessageHtmlLink":"Merge pull request #585 from GrigorenkoPV/addr_of"}},{"before":"7fa4fee378ccb5aa3227447c02eb3d619dec4734","after":"ef39a7d7da58b4cae8c8f3fc67a8300fd8d2d0d9","ref":"refs/heads/master","pushedAt":"2024-03-08T18:12:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"Add support for arm64ec (rust-lang/backtrace-rs#587)\n\nThe Rust Compiler has recently added support for ARM64EC\r\n(rust-lang/rust#119199), so this change adds support for ARM64EC to\r\nbacktrace by using the same OS structures and functions as x64 NOT\r\nAArch64: this is because an ARM64EC binary runs within an x64 process\r\n(on an AArch64 machine), thus all the OS binaries it is interfacing\r\nwith expose the x64 API.","shortMessageHtmlLink":"Add support for arm64ec (#587)"}},{"before":"0249531b2cb4c06145e2bfad8f320b2e4caaa0ce","after":"7fa4fee378ccb5aa3227447c02eb3d619dec4734","ref":"refs/heads/master","pushedAt":"2024-03-08T18:08:37.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"workingjubilee","name":"Jubilee","path":"/workingjubilee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46493976?s=80&v=4"},"commit":{"message":"Merge rust-lang/backtrace-rs#584 from michaelwoerister/dbghelp-search-path\n\nMake dbghelp look for PDBs next to their exe/dll.","shortMessageHtmlLink":"Merge #584 from michaelwoerister/dbghelp-search-path"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQzu_EwA","startCursor":null,"endCursor":null}},"title":"Activity · rust-lang/backtrace-rs"}