The Wayback Machine - https://web.archive.org/web/20220723141436/https://github.com/zygoloid
Skip to content
Avatar
🏠
Working from home
🏠
Working from home

Organizations

@cplusplus
Block or Report

Block or report zygoloid

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. C++ standards drafts

    TeX 4.9k 684

  2. 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…

    15k 5.8k

  3. C++ ABI Summary

    HTML 371 69

594 contributions in the last year

Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri

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

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