Issues
- 8
Add support for transient storage
#978 opened by g-r-a-n-t - 7
Add `usize` and `isize` as a primitive type
#995 opened by Y-Nak - 0
[FOLLOW UP] Type check
#996 opened by Y-Nak - 0
Yul codegen should use relooper algorithm
#977 opened by sbillig - 5
Compiler doesn't check duplicated trait implementation
#870 opened by Y-Nak - 0
- 0
Panic in dependency (Salsa) due to no value set for FileContentQuery(SourceFileId(4294967295))
#968 opened by bshastry - 0
internal error: entered unreachable code', crates/parser/src/lexer/token.rs:313:22
#964 opened by bshastry - 0
traits bug: `T` has not been defined
#889 opened by g-r-a-n-t - 0
Add support for specifying generic arg in path segment
#988 opened by Y-Nak - 4
v2 parser AugAssign stmt doesn't allow `x[0] += 1`
#875 opened by sbillig - 0
Github
#983 opened by DetJetMedia - 1
Allow `mut` function parameters of primitive type
#811 opened by sbillig - 5
`std::evm` functions should take buffer types
#891 opened by g-r-a-n-t - 2
- 1
Test with assert string panics
#914 opened by g-r-a-n-t - 2
Panic due to result::unwrap() called on an `Err` value: TypeError(DiagnosticVoucher(PhantomData<()>)) at crates/analyzer/src/namespace/items.rs:1918:64
#967 opened by bshastry - 0
Using fe build without a path should defaut to the root project directory just like fe test does
#956 opened by cburgdorf - 2
- 3
Failed to Verify Contract
#951 opened by Philogy - 0
- 0
[FOLLOW UP] Type system
#940 opened by Y-Nak - 0
Reconsider salsa recovery fn usage
#939 opened by Y-Nak - 0
- 0
Trait solver doesn't work properly
#819 opened by Y-Nak - 0
- 1
- 0
compiler panic: `panicked at 'missing impl', crates/mir/src/lower/function.rs:1036:22`
#888 opened by g-r-a-n-t - 0
compiler panic: `yulgen panic on <repeated name>`
#890 opened by g-r-a-n-t - 0
Missing array index OOB check
#877 opened by g-r-a-n-t - 0
Missing check for inconsistent trait method labels
#872 opened by Y-Nak - 0
glob import is too restrictive
#869 opened by Y-Nak - 0
- 0
- 8
Plus Plus crash
#851 opened by edmiikk - 2
Filename gives YUL compile error
#848 opened by edmiikk - 1
- 1
- 0
Unable to access public field on `Self` type
#844 opened by g-r-a-n-t - 3
Bracket Error
#845 opened by edmiikk - 1
- 0
Error message uses wrong span
#831 opened by cburgdorf - 0
`module_all_items` doesn't return `Impl`
#830 opened by Y-Nak - 7
Meta: Language design
#829 opened by brockelmore - 0
- 0
- 1
Copying a small string into a larger string container copies data beyond the end of the small string
#814 opened by sbillig - 0
Remove restrictions on generic type usage
#812 opened by sbillig - 2
- 0
Panics when returning structs which contains enum type
#795 opened by Y-Nak