master
Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)
Implement `panic` expression (#7073)
Merge std and core libraries (#6729)
Disable initialization of dynamic storage fields larger than 32 bytes (#7622)
Implement a command to dump impls for a given type (#7322)
Add event support via `#[event]` and `#[indexed]` attributes (#7158)
Improve AddrDataId materialization (#7685)
Check for redundant `.gitignore` files in tests (#7059)
Bump to 0.72.0 (#7699)
Increase test coverage for `dynamic_storage` (#7608)
Implement `__mem_rep_eq` intrinsic (#7697)
Optimize hashing by implementing `is_hash_trivial` (#7695)
Improve `storage_benchmarks` tooling (#7653)
Trait coherence: disallow inherent impls on external types (#7385)
Fix trait-bound method lookup ambiguity (#7397)
Improve method resolution for trait method name bindings (#7364)
Optimize compilation speed and memory consumption (`DeclEngine`) (#7659)
Refactor and tidy up `std` tests for execution speed and discoverability (#7669)