File tree
6,040 files changed
+586182
-110
lines changed- third_party/move
- assets
- color
- AI
- JPEG
- PNG
- SVG
- greyscale
- AI
- JPEG
- PNG
- SVG
- devtools
- x
- src
- cargo
- lint
- x-core
- src
- x-lint
- src
- docker
- ci/github
- move-cli
- language
- benchmarks
- benches
- src
- changes
- documentation
- book
- src
- translations/move-book-zh
- src
- examples
- diem-framework
- crates
- cli
- src
- crypto
- benches
- src
- unit_tests
- compilation
- test_vectors
- crypto-derive
- src
- natives
- src
- move-packages
- DPN
- sources
- tests
- core
- sources
- configs
- experimental
- sources
- configs
- tests
- experimental
- basic-coin
- sources
- coin-swap
- sources
- math-puzzle
- sources
- rounding-error
- sources
- verify-sort
- sources
- spec
- tutorial
- diagrams
- step_1/BasicCoin
- sources
- step_2/BasicCoin
- sources
- step_2_sol
- BasicCoin
- sources
- step_3
- step_4/BasicCoin
- sources
- step_4_sol/BasicCoin
- sources
- step_5/BasicCoin
- sources
- step_5_sol/BasicCoin
- sources
- step_6/BasicCoin
- sources
- step_7/BasicCoin
- sources
- step_8/BasicCoin
- sources
- step_8_sol/BasicCoin
- sources
- evm
- examples
- sources
- tests
- exec-utils
- contracts
- src
- extract-ethereum-abi
- src
- hardhat-examples
- contracts
- ABIStruct
- sources
- AsyncEvent
- sources
- Caller
- sources
- ERC1155Mock
- sources
- ERC1155Tradable
- sources
- ERC20DecimalsMock
- sources
- ERC20Mock
- sources
- ERC721Mock
- sources
- ERC721Tradable
- sources
- Event
- sources
- ExternalCall
- sources
- FortyTwo
- sources
- Greeter
- sources
- Native
- sources
- Revert
- sources
- Token
- sources
- scripts
- test
- hardhat-move
- src
- move-ethereum-abi
- src
- move-to-yul
- src
- tests
- fallback-receive-test
- expect-failure
- test-dispatcher
- signature-parsing-test/baseline
- evm-examples
- parsing_failure
- test-events
- compilation_failure
- stdlib
- sources
- extensions
- async
- examples/account
- sources
- move-async-lib
- sources
- move-async-vm
- src
- tests
- sources
- move-table-extension
- sources
- src
- tests
- move-analyzer
- editors/code
- images
- src
- commands
- tests
- lsp-demo
- sources
- src
- bin
- tests/symbols
- sources
- move-binary-format
- serializer-tests
- src
- tests
- src
- proptest_types
- unit_tests
- move-borrow-graph
- src
- move-bytecode-verifier
- bytecode-verifier-tests
- src
- support
- unit_tests
- fuzz
- fuzz_targets
- invalid-mutations
- src
- bounds
- src
- locals_safety
- reference_safety
- regression_tests
- transactional-tests
- src
- tests
- ability_field_requirements
- check_bounds
- check_duplication
- control_flow
- dependencies
- friends
- instantiation_loops
- locals_safety
- reference_safety
- script_signature
- signature
- stack_usage_verifier
- struct_defs
- type_safety
- phantom_params
- move-command-line-common
- src
- move-compiler
- src
- attr_derivation
- bin
- cfgir
- borrows
- liveness
- locals
- optimize
- command_line
- diagnostics
- expansion
- hlir
- inlining
- naming
- parser
- to_bytecode
- optimize
- typing
- unit_test
- verification
- tests
- move_check
- borrows
- control_flow
- dependencies
- deprecated
- examples
- expansion
- flavors
- async
- evm
- folding
- inlining
- liveness
- locals
- naming
- parser
- to_bytecode
- translated_ir_tests/move
- borrow_tests
- commands
- generics/instantiation_loops
- move-compiler-v2
- src
- tests
- bytecode-generator
- checking
- naming
- specs
- typing
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
6,040 files changed
+586182
-110
lines changed+1,118-75
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+30-33
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
357 | 357 |
| |
358 | 358 |
| |
359 | 359 |
| |
360 |
| - | |
361 |
| - | |
362 |
| - | |
363 |
| - | |
364 |
| - | |
365 |
| - | |
366 |
| - | |
367 |
| - | |
368 |
| - | |
369 |
| - | |
370 |
| - | |
371 |
| - | |
372 |
| - | |
373 |
| - | |
374 |
| - | |
375 |
| - | |
376 |
| - | |
377 |
| - | |
378 |
| - | |
379 |
| - | |
380 |
| - | |
381 |
| - | |
382 |
| - | |
383 |
| - | |
384 |
| - | |
385 |
| - | |
386 |
| - | |
387 |
| - | |
388 |
| - | |
389 |
| - | |
390 |
| - | |
391 |
| - | |
392 |
| - | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
393 | 390 |
| |
394 | 391 |
| |
395 | 392 |
| |
|
This file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + |
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 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + |
0 commit comments