Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
855e2d8
fix(fmt): no trailing cmnts in opening brace of empty blocks (#12241)
0xrusowsky Oct 22, 2025
f9455bd
fix(fmt): preserve indexed callee when it fits (#12270)
0xrusowsky Oct 24, 2025
f8c3812
fix(forge): fix dynamic gas limit check (#12267)
grandizzy Oct 24, 2025
fd43391
chore: update traces for p256 precompile test (#12242)
grandizzy Oct 22, 2025
246556c
chore: bump v1.4.4 (#12271)
grandizzy Oct 24, 2025
005df3b
fix(forge): update progress on rejected fuzz runs (#12243)
grandizzy Oct 22, 2025
9e5b332
feat(fmt): enforce doc comment styling (#11955)
0xrusowsky Oct 3, 2025
0d1e1ff
chore(fmt): prefer_compact + indent bin expr w/ parenthesis (#12281)
0xrusowsky Oct 27, 2025
b2d6b64
chore(docs): default `all` for `prefer_compact` fmt config (#12294)
grandizzy Oct 27, 2025
116779e
docs(fmt): add `none` variant (#12298)
0xrusowsky Oct 27, 2025
4613cd6
feat(fmt): add single_line_imports option to keep single imports on o…
silvekkk Oct 28, 2025
f2748e0
fix(fmt): keep if stmts inline in assembly blocks (#12306)
0xrusowsky Oct 28, 2025
4bafc13
fix(fmt): prevent double-ind in complex ternary expr (#12317)
0xrusowsky Oct 28, 2025
5c4511c
fix(fmt): only indent wrapped trailing block cmnts (#12319)
0xrusowsky Oct 28, 2025
9d78277
fix(fmt): don't break var assignments when callee fits (#12323)
0xrusowsky Oct 28, 2025
70c712e
chore: update arb tests, use different rpc url (#12321)
grandizzy Oct 28, 2025
aa528b4
fix(fmt): properly calc fn header size (#12343)
0xrusowsky Oct 28, 2025
4322920
test(fmt): ensure fn header sizes are computed correctly (#12350)
0xrusowsky Oct 29, 2025
419e284
chore: patch solar to main rev (#12379)
grandizzy Oct 30, 2025
e85ec1a
chore: back to arbitrum rpc (#12382)
grandizzy Oct 30, 2025
30e1e67
fix(fmt): always break consistently in calls with opts and args (#12359)
0xrusowsky Oct 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
CARGO_TERM_COLOR: always
IS_NIGHTLY: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
PROFILE: maxperf
STABLE_VERSION: "v1.3.6"
STABLE_VERSION: "v1.4.3"

jobs:
prepare:
Expand Down
92 changes: 42 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading