File tree
56 files changed
+1122
-490
lines changed- .circleci
- deps
- docs
- contracts
- libevmasm
- liblangutil
- libsolidity/lsp
- libyul
- backends/evm
- scripts
- externalTests
- runners
- test
- cmdlineTests
- mcopy_bytes_array_abi_decode
- mcopy_bytes_array_returned_from_function
- mcopy_string_literal_returned_from_function
- metadata
- standard_metadata
- standard_optimizer_yulDetails_optimiserSteps_empty_sequence_metadata
- standard_optimizer_yulDetails_optimiserSteps_empty_sequence_whitespaces_metadata
- standard_outputs_on_compilation_error
- standard_undeployable_contract_all_outputs
- standard_yul_cfg_json_export
- yul_cfg_json_export
- yul_optimizer_disabled_sequence_empty
- yul_optimizer_steps_without_optimize_empty_sequence
- externalTests
- libevmasm
- evmAssemblyTests/isoltestTesting
- libsolidity
- libyul
- yulSSAControlFlowGraph
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
56 files changed
+1122
-490
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| |||
831 | 831 |
| |
832 | 832 |
| |
833 | 833 |
| |
| 834 | + | |
834 | 835 |
| |
835 | 836 |
| |
836 | 837 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
Lines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
7 | 16 |
| |
8 | 17 |
| |
9 | 18 |
| |
|
- .clang-format+1
- .github/workflows/doc.yml+2-3
- .github/workflows/linux.yml+101-43
- .github/workflows/macos.yml+1-1
- .github/workflows/scorecard.yml+1-1
- .github/workflows/windows.yml+2-2
- CMakeLists.txt+1-2
- ChangeLog.md+100
- README.md+2-2
- doc/api.md+5-7
- doc/index.md+1-1
- include/fmt/base.h+62-35
- include/fmt/chrono.h+198-206
- include/fmt/color.h+115-88
- include/fmt/format-inl.h+3-4
- include/fmt/format.h+8-8
- include/fmt/ostream.h+2-1
- include/fmt/ranges.h+4-4
- include/fmt/std.h+26-24
- include/fmt/xchar.h+5-9
- support/bazel/.bazelversion+1-1
- support/bazel/BUILD.bazel+2
- support/bazel/MODULE.bazel+2-1
- support/bazel/README.md+1-1
- test/base-test.cc+16
- test/chrono-test.cc+152-217
- test/color-test.cc+58-1
- test/format-impl-test.cc+2-2
- test/format-test.cc+29-48
- test/no-builtin-types-test.cc+3-2
- test/os-test.cc+76
- test/ranges-test.cc+11-8
- test/std-test.cc+17-16
- test/xchar-test.cc+2-99
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
| 219 | + | |
219 | 220 |
| |
220 | 221 |
| |
221 | 222 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1923 | 1923 |
| |
1924 | 1924 |
| |
1925 | 1925 |
| |
| 1926 | + | |
| 1927 | + | |
| 1928 | + | |
| 1929 | + | |
1926 | 1930 |
| |
1927 | 1931 |
| |
1928 | 1932 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
548 | 548 |
| |
549 | 549 |
| |
550 | 550 |
| |
551 |
| - | |
| 551 | + | |
552 | 552 |
| |
553 | 553 |
| |
554 | 554 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
| 89 | + | |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
179 |
| - | |
| 179 | + | |
180 | 180 |
| |
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
184 |
| - | |
| 184 | + | |
185 | 185 |
| |
186 | 186 |
| |
187 | 187 |
| |
| |||
356 | 356 |
| |
357 | 357 |
| |
358 | 358 |
| |
359 |
| - | |
360 |
| - | |
| 359 | + | |
| 360 | + | |
361 | 361 |
| |
362 | 362 |
| |
363 | 363 |
| |
|
0 commit comments