Sean Young 3b03af14d2 explicitly disallow rational comparisons (#1221) 2 년 전
..
accessor 6556c627bd Allow mappings to be named (solc-0.8.18 feature) (#1160) 2 년 전
call e1d49e96c4 Match Anchor contract deployment (#1034) 2 년 전
constant 6556c627bd Allow mappings to be named (solc-0.8.18 feature) (#1160) 2 년 전
create_contract e1244ce456 Refactor builtin structs (#950) 3 년 전
expressions b0e97c43e2 Allow sol and lamports to be used as units 2 년 전
functions 6556c627bd Allow mappings to be named (solc-0.8.18 feature) (#1160) 2 년 전
hash e1244ce456 Refactor builtin structs (#950) 3 년 전
rational 8437c62245 Ensure trailing - on scientific notation is not parsed as part of number (#1067) 3 년 전
returns 6556c627bd Allow mappings to be named (solc-0.8.18 feature) (#1160) 2 년 전
structs 07b02e072a Fix recursive types in sema (#1131) 2 년 전
user_oper 28da91132f Support user defined operators (solc v0.8.19 feature) (#1203) 2 년 전
yul 6556c627bd Allow mappings to be named (solc-0.8.18 feature) (#1160) 2 년 전
abstract_interface.dot 7e124d373a Fix locations when location matches end of line 3 년 전
abstract_interface.sol 24b0f04422 Ensure that virtual functions in abstract contracts can be called 3 년 전
account_info.dot 7e124d373a Fix locations when location matches end of line 3 년 전
account_info.sol be15e1c1bc Remove msg.sender on Solana (#1096) 2 년 전
account_meta.dot be15e1c1bc Remove msg.sender on Solana (#1096) 2 년 전
account_meta.sol be15e1c1bc Remove msg.sender on Solana (#1096) 2 년 전
address_cast.dot e1244ce456 Refactor builtin structs (#950) 3 년 전
address_cast.sol be15e1c1bc Remove msg.sender on Solana (#1096) 2 년 전
address_member_call.dot 5280082173 Fix handling of new int[](count <<= 1) (#1108) 2 년 전
address_member_call.sol be15e1c1bc Remove msg.sender on Solana (#1096) 2 년 전
annotations_bad.dot 6556c627bd Allow mappings to be named (solc-0.8.18 feature) (#1160) 2 년 전
annotations_bad.sol e1d49e96c4 Match Anchor contract deployment (#1034) 2 년 전
asm_reserved_words.dot 7e124d373a Fix locations when location matches end of line 3 년 전
asm_reserved_words.sol 1023c224a1 Fixed reserved keywords in solidity and assembly 3 년 전
assign_array_in_array.dot 7e124d373a Fix locations when location matches end of line 3 년 전
assign_array_in_array.sol b1bac41dff Fix assigning to array subscript when array element is array 3 년 전
bad_seeds_on_external_call.dot 6556c627bd Allow mappings to be named (solc-0.8.18 feature) (#1160) 2 년 전
bad_seeds_on_external_call.sol bc7808f682 Add ability to pass seeds into external calls (#947) 3 년 전
comment.dot 7e124d373a Fix locations when location matches end of line 3 년 전
comment.sol b286b63d80 Fix line comments that end in non-ascii character 3 년 전
comment_tests.dot 6556c627bd Allow mappings to be named (solc-0.8.18 feature) (#1160) 2 년 전
comment_tests.sol 3226eb4913 doccomment are allowed anywhere 3 년 전
constructor_seeds.dot e1d49e96c4 Match Anchor contract deployment (#1034) 2 년 전
constructor_seeds.sol e1d49e96c4 Match Anchor contract deployment (#1034) 2 년 전
constructor_seeds_bad.dot e1d49e96c4 Match Anchor contract deployment (#1034) 2 년 전
constructor_seeds_bad.sol e1d49e96c4 Match Anchor contract deployment (#1034) 2 년 전
contract_var_base_function_init.dot 6556c627bd Allow mappings to be named (solc-0.8.18 feature) (#1160) 2 년 전
contract_var_base_function_init.sol db3755c08a Delay resolving on contract variable initializers 3 년 전
destructure_assign_struct_member.dot 6556c627bd Allow mappings to be named (solc-0.8.18 feature) (#1160) 2 년 전
destructure_assign_struct_member.sol f1f90b538e Remove references to hyperledger-labs (#993) 3 년 전
destructure_assign_struct_member_2.dot 5280082173 Fix handling of new int[](count <<= 1) (#1108) 2 년 전
destructure_assign_struct_member_2.sol f1f90b538e Remove references to hyperledger-labs (#993) 3 년 전
error.dot 7e124d373a Fix locations when location matches end of line 3 년 전
error.sol fb6a525afd Add testcase for error keyword as identifier 3 년 전
event.dot 7e124d373a Fix locations when location matches end of line 3 년 전
event.sol 6f1a905a24 emit syntax errors are missing 3 년 전
for_if_no_else.dot e1244ce456 Refactor builtin structs (#950) 3 년 전
for_if_no_else.sol 11666cf49c body of for loop may be if without else 3 년 전
garbage_function_args.dot e1244ce456 Refactor builtin structs (#950) 3 년 전
garbage_function_args.sol ae2be37a0b Check that errors in arguments to method calls are surfaced 3 년 전
immutable_function.dot 7e124d373a Fix locations when location matches end of line 3 년 전
immutable_function.sol ea19f7c1a3 Permit immutable on function type contract variables 3 년 전
immutable_function_type.dot 6556c627bd Allow mappings to be named (solc-0.8.18 feature) (#1160) 2 년 전
immutable_function_type.sol ea19f7c1a3 Permit immutable on function type contract variables 3 년 전
import_contracts_via_object.dot 5280082173 Fix handling of new int[](count <<= 1) (#1108) 2 년 전
import_contracts_via_object.sol 3616e42080 Parse revert statements with named arguments 3 년 전
import_free_function.dot 7e124d373a Fix locations when location matches end of line 3 년 전
import_free_function.sol 04de2b03d3 Allow free functions to be imported (#910) 3 년 전
import_free_function_chain.dot 7e124d373a Fix locations when location matches end of line 3 년 전
import_free_function_chain.sol 04de2b03d3 Allow free functions to be imported (#910) 3 년 전
issues678.dot 28da91132f Support user defined operators (solc v0.8.19 feature) (#1203) 2 년 전
issues678.sol be15e1c1bc Remove msg.sender on Solana (#1096) 2 년 전
keep_on_resolving.dot 7e124d373a Fix locations when location matches end of line 3 년 전
keep_on_resolving.sol e2419570cd Do not give up resolving a file if any errors were found in any file (#884) 3 년 전
large_exponent.dot 6556c627bd Allow mappings to be named (solc-0.8.18 feature) (#1160) 2 년 전
large_exponent.sol a1bb3c8b7e uint[1.111111E1111111111111] causes compiler to go into infinite loop 3 년 전
mapping_deletion.dot 6556c627bd Allow mappings to be named (solc-0.8.18 feature) (#1160) 2 년 전
mapping_deletion.sol be15e1c1bc Remove msg.sender on Solana (#1096) 2 년 전
multidimensional_array.dot 6556c627bd Allow mappings to be named (solc-0.8.18 feature) (#1160) 2 년 전
multidimensional_array.sol 90ae52cec7 Use the dims.last() to retrieve the outer dimension of a multidimensional array (#929) 3 년 전
mutability.dot e1244ce456 Refactor builtin structs (#950) 3 년 전
mutability.sol 6b6a553caf Using storage variables does not mean a function reads from storage (#879) 3 년 전
negative_exponent.dot b0e97c43e2 Allow sol and lamports to be used as units 2 년 전
negative_exponent.sol 603dc0569d Permit negative components in scientific notation 3 년 전
now.dot 433655d8f6 Do not resolve arguments twice 3 년 전
now.sol 433655d8f6 Do not resolve arguments twice 3 년 전
power.dot 7e124d373a Fix locations when location matches end of line 3 년 전
power.sol 413841b5c7 Fix associativity of power 3 년 전
rational_comparison.dot 3b03af14d2 explicitly disallow rational comparisons (#1221) 2 년 전
rational_comparison.sol 035b15b596 Ensure that rational compares are not permitted (#1091) 3 년 전
rational_comparison2.dot 3b03af14d2 explicitly disallow rational comparisons (#1221) 2 년 전
rational_comparison2.sol 3b03af14d2 explicitly disallow rational comparisons (#1221) 2 년 전
selector_override.dot bd65c96b44 Use annotations for selectors (#1095) 2 년 전
selectors-must-be-different.dot bd65c96b44 Use annotations for selectors (#1095) 2 년 전
shift_struct_member.dot 0d529dd676 Load value before shifting (#1133) 2 년 전
shift_struct_member.sol f1f90b538e Remove references to hyperledger-labs (#993) 3 년 전
simple.dot 5280082173 Fix handling of new int[](count <<= 1) (#1108) 2 년 전
simple.sol 2ef5651781 Parse file level using declarations 3 년 전
struct_member_wrong_ty.dot 1ab7f40029 cast struct member reference to wrong type causes panic (#880) 3 년 전
struct_member_wrong_ty.sol 1ab7f40029 cast struct member reference to wrong type causes panic (#880) 3 년 전
tags.dot e1244ce456 Refactor builtin structs (#950) 3 년 전
tags.sol a498fe3754 @return doccomments on unnamed returns permitted 3 년 전
type_called_error.dot 6556c627bd Allow mappings to be named (solc-0.8.18 feature) (#1160) 2 년 전
type_called_error.sol 000a509e81 Allow types to be called error (#843) 3 년 전
type_decl.dot 7e124d373a Fix locations when location matches end of line 3 년 전
type_decl.sol 9ca8c2a685 Implement solidity user type syntax 3 년 전
type_decl_broken.dot 7e124d373a Fix locations when location matches end of line 3 년 전
type_decl_broken.sol 9ca8c2a685 Implement solidity user type syntax 3 년 전
type_decl_broken_more.dot 7e124d373a Fix locations when location matches end of line 3 년 전
type_decl_broken_more.sol 9ca8c2a685 Implement solidity user type syntax 3 년 전
type_decl_broken_used_as_event.dot 7e124d373a Fix locations when location matches end of line 3 년 전
type_decl_broken_used_as_event.sol 9ca8c2a685 Implement solidity user type syntax 3 년 전
type_decl_import.dot be15e1c1bc Remove msg.sender on Solana (#1096) 2 년 전
type_decl_import.sol be15e1c1bc Remove msg.sender on Solana (#1096) 2 년 전
using_import.dot 5280082173 Fix handling of new int[](count <<= 1) (#1108) 2 년 전
using_import.sol 2ef5651781 Parse file level using declarations 3 년 전
using_list.dot 7e124d373a Fix locations when location matches end of line 3 년 전
using_list.sol 2c138a10c5 Permit function list in using syntax 3 년 전
using_literal.dot 7e124d373a Fix locations when location matches end of line 3 년 전
using_literal.sol f9f9ac0ec7 Ensure that self can be implicitly cast to using function 3 년 전