Skip to content

Tags: ethteck/objdiff

Tags

v3.0.0-beta.10

Toggle v3.0.0-beta.10's commit message
Version v3.0.0-beta.10

v3.0.0-beta.9

Toggle v3.0.0-beta.9's commit message
Version v3.0.0-beta.9

v3.0.0-beta.8

Toggle v3.0.0-beta.8's commit message
Version v3.0.0-beta.8

v3.0.0-beta.7

Toggle v3.0.0-beta.7's commit message
Improve local branch relocation handling

Reworks the local-branch handling logic to be more
unified: scan_instructions does all the work up front,
and process_instruction / display_instruction can
simply use the calculated branch destination instead
of performing their own is-relocation-target-
function-local checks.

(Hopefully) Fixes encounter#192

v3.0.0-beta.6

Toggle v3.0.0-beta.6's commit message
ci: Add id-token write permission

v3.0.0-beta.5

Toggle v3.0.0-beta.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Limit left-panel scrollview to the file tree (encounter#185)

* Limit left-panel scrollview to the file tree

Removes the redundant build button

* Expand ScrollArea to full side panel width

* Use auto_shrink(false) instead of set_width

---------

Co-authored-by: Luke Street <luke@street.dev>

v3.0.0-beta.4

Toggle v3.0.0-beta.4's commit message
Version v3.0.0-beta.4

v3.0.0-beta.3

Toggle v3.0.0-beta.3's commit message
cargo fmt

v3.0.0-beta.2

Toggle v3.0.0-beta.2's commit message
Fix cargo deny advisories

v3.0.0-beta.1

Toggle v3.0.0-beta.1's commit message
Downgrade objdiff-wasm Rust edition temporarily