Working from home
Block or Report
Block or report zygoloid
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
llvm/llvm-project Public
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at…
-
594 contributions in the last year
Contribution activity
July 2022
Created 11 commits in 1 repository
Created 1 repository
Created a pull request in carbon-language/carbon-lang that received 3 comments
Give a different diagnostic if a name is used before it's declared.
Instead of complaining that the name is not completely declared, say it's not declared at all yet.
+69
−31
•
3
comments
Opened 5 other pull requests in 1 repository
Reviewed 15 pull requests in 1 repository
carbon-language/carbon-lang
15 pull requests
- Grammar
- Grammar
-
Support for
asoperator and user-definedAsimpls. - Add two sections to improve the CoC.
- Give explicit ways to report conduct issues.
-
Provisionally add
let/var...elseto the design overview - Design overview update part 7: values
- Initial support for associated constants
-
Rename
me->self -
Fix
interfaceextendssyntax inimplicit_conversions.md -
Update binding syntax to
id: Typein code_and_name_organization - Remove CODEOWNERS
- Design overview update part 5: Names
- Make the Carbon experiment public.
- Make the names of declarations unusable before the point where their type is known.
Created an issue in carbon-language/carbon-lang that received 6 comments
when are symbolic values resolved under the one-step equality rule?
Consider:
interface Foo { fn FooFunc[me: Self]();
}
external impl i32 as Foo;
interface Constraint { let T:! Foo; let N:! i32; fn MakeOne[me: Self]…
6
comments





