Commit f03516d
authored
Add support for Solidity 0.8.31 (#1479)
Add support for Solidity 0.8.31
- Added new Yul builtin `clz`
https://www.soliditylang.org/blog/2025/12/03/solidity-0.8.31-release-announcement1 parent 44b7d6f commit f03516d
File tree
39 files changed
+1121
-34
lines changed- .changeset
- crates
- solidity-v2
- inputs/language/src
- outputs/cargo/common/src/versions
- solidity
- inputs/language/src
- outputs
- cargo
- crate/src
- backend
- passes/p5_resolve_references
- bindings
- utils
- tests/src
- binder/generated
- bindings/bindings_output/generated
- cst/generated
- utils
- spec/generated
- public
- testing/snapshots/bindings_output
- contracts/storage_layout_constant_number
- diff/generated
- generated
- v2/generated
- yul/all_built_ins
- generated
- v2/generated
- documentation/public/user-guide/04-getting-started/02-choosing-a-solidity-version/examples
39 files changed
+1121
-34
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
6917 | 6917 | | |
6918 | 6918 | | |
6919 | 6919 | | |
| 6920 | + | |
| 6921 | + | |
| 6922 | + | |
| 6923 | + | |
| 6924 | + | |
| 6925 | + | |
6920 | 6926 | | |
6921 | 6927 | | |
6922 | 6928 | | |
| |||
Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
7193 | 7193 | | |
7194 | 7194 | | |
7195 | 7195 | | |
| 7196 | + | |
| 7197 | + | |
| 7198 | + | |
| 7199 | + | |
| 7200 | + | |
| 7201 | + | |
7196 | 7202 | | |
7197 | 7203 | | |
7198 | 7204 | | |
| |||
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
238 | 239 | | |
239 | 240 | | |
240 | 241 | | |
| 242 | + | |
| 243 | + | |
241 | 244 | | |
242 | 245 | | |
243 | 246 | | |
| |||
259 | 262 | | |
260 | 263 | | |
261 | 264 | | |
| 265 | + | |
262 | 266 | | |
263 | 267 | | |
264 | 268 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
0 commit comments