File tree
529 files changed
+8334
-2241
lines changed- .circleci
- cmake
- toolchains
- docs
- contracts
- examples
- grammar
- libevmasm
- liblangutil
- libsmtutil
- libsolidity
- analysis
- ast
- codegen
- ir
- formal
- interface
- parsing
- libsolutil
- libyul
- backends
- evm
- wasm
- optimiser
- scripts
- ci
- docker/buildpack-deps
- test
- cmdlineTests
- optimizer_array_sload
- optimizer_user_yul
- recovery_ast_empty_contract
- recovery_standard_json
- standard_eWasm_requested
- standard_only_ast_requested
- standard_yul_object_invalid_sub
- formal
- liblangutil
- libsolidity
- ASTJSON
- errorRecoveryTests
- gasTests
- semanticTests
- array
- calldata
- exponentiation
- freeFunctions
- inlineAssembly
- intheritance
- metaTypes
- structs
- calldata
- various
- viaYul
- smtCheckerTests
- array_members
- complex/slither
- control_flow
- functions
- inheritance
- invariants
- loops
- modifiers
- operators
- overflow
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
529 files changed
+8334
-2241
lines changedDiff for: .circleci/config.yml
+19-11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
25 |
| - | |
| 24 | + | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| |||
410 | 410 |
| |
411 | 411 |
| |
412 | 412 |
| |
| 413 | + | |
413 | 414 |
| |
414 | 415 |
| |
415 | 416 |
| |
| |||
433 | 434 |
| |
434 | 435 |
| |
435 | 436 |
| |
| 437 | + | |
436 | 438 |
| |
437 | 439 |
| |
438 | 440 |
| |
439 | 441 |
| |
440 | 442 |
| |
441 | 443 |
| |
442 | 444 |
| |
| 445 | + | |
443 | 446 |
| |
444 | 447 |
| |
445 | 448 |
| |
| |||
451 | 454 |
| |
452 | 455 |
| |
453 | 456 |
| |
| 457 | + | |
454 | 458 |
| |
455 | 459 |
| |
456 | 460 |
| |
| |||
483 | 487 |
| |
484 | 488 |
| |
485 | 489 |
| |
486 |
| - | |
| 490 | + | |
| 491 | + | |
487 | 492 |
| |
488 | 493 |
| |
489 | 494 |
| |
| |||
495 | 500 |
| |
496 | 501 |
| |
497 | 502 |
| |
498 |
| - | |
| 503 | + | |
499 | 504 |
| |
500 | 505 |
| |
501 | 506 |
| |
| |||
524 | 529 |
| |
525 | 530 |
| |
526 | 531 |
| |
| 532 | + | |
527 | 533 |
| |
528 | 534 |
| |
529 | 535 |
| |
| |||
540 | 546 |
| |
541 | 547 |
| |
542 | 548 |
| |
| 549 | + | |
543 | 550 |
| |
544 | 551 |
| |
545 | 552 |
| |
| |||
625 | 632 |
| |
626 | 633 |
| |
627 | 634 |
| |
| 635 | + | |
628 | 636 |
| |
629 | 637 |
| |
630 | 638 |
| |
| |||
884 | 892 |
| |
885 | 893 |
| |
886 | 894 |
| |
887 |
| - | |
888 |
| - | |
889 |
| - | |
890 |
| - | |
891 |
| - | |
892 |
| - | |
893 |
| - | |
894 | 895 |
| |
895 | 896 |
| |
896 | 897 |
| |
| |||
917 | 918 |
| |
918 | 919 |
| |
919 | 920 |
| |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + |
Diff for: CMakeLists.txt
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
Diff for: Changelog.md
+36
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
1 | 37 |
| |
2 | 38 |
| |
3 | 39 |
| |
|
Diff for: ReleaseChecklist.md
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 |
| |
10 | 13 |
| |
11 | 14 |
| |
|
Diff for: cmake/EthCompilerSettings.cmake
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
160 |
| - | |
| 160 | + | |
161 | 161 |
| |
162 | 162 |
| |
| 163 | + | |
163 | 164 |
| |
164 | 165 |
| |
165 | 166 |
| |
|
Diff for: cmake/EthToolchains.cmake
+7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 |
| |
2 | 9 |
| |
3 | 10 |
| |
|
Diff for: cmake/toolchains/cxx20.cmake
-4
This file was deleted.
Diff for: cmake/toolchains/default.cmake
-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - |
0 commit comments