Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve the return type ambiguity #1628

Merged
merged 22 commits into from
Oct 15, 2018
Merged

Solve the return type ambiguity #1628

merged 22 commits into from
Oct 15, 2018

Commits on Oct 3, 2018

  1. Changed container and initializer syntax

    * <container> { ... } -> <container> . { ... }
    * <exrp> { ... } -> <expr> . { ...}
    Hejsil committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    ce257a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Changed container and initializer syntax

    * <container> { ... } -> <container> . { ... }
    * <exrp> { ... } -> <expr> . { ... }
    Hejsil committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    28603ff View commit details
    Browse the repository at this point in the history
  2. Merge branch 'solve-return-type-problem' of github.com:ziglang/zig in…

    …to solve-return-type-problem
    Hejsil committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    aedc8f5 View commit details
    Browse the repository at this point in the history
  3. Fixed build error

    Hejsil committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    9499575 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0765209 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb539b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9b4df7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c3d326d View commit details
    Browse the repository at this point in the history
  8. Used zig fmt to fix std lib

    Hejsil committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    a3f2610 View commit details
    Browse the repository at this point in the history
  9. Fixed translate_c tests

    Hejsil committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    8223be8 View commit details
    Browse the repository at this point in the history
  10. Fixed runtime_safety tests

    Hejsil committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    8ca6209 View commit details
    Browse the repository at this point in the history
  11. Fixed compile_errors tests

    Hejsil committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    9c361cc View commit details
    Browse the repository at this point in the history
  12. Fixed compare-output tests

    Hejsil committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    ea9cd3c View commit details
    Browse the repository at this point in the history
  13. Fixed gen_h tests

    Hejsil committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    5c4977a View commit details
    Browse the repository at this point in the history
  14. Fixed compile_rt tests

    Hejsil committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    2b9047e View commit details
    Browse the repository at this point in the history
  15. Fixed examples

    Hejsil committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    e7d30a1 View commit details
    Browse the repository at this point in the history
  16. Fixed docgen

    Hejsil committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    1c48ca6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    12709f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Configuration menu
    Copy the full SHA
    718fa90 View commit details
    Browse the repository at this point in the history
  2. Merged with master

    Hejsil committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    7ed41fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a04e974 View commit details
    Browse the repository at this point in the history
  4. Ran fmt on code

    Hejsil committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    abdf668 View commit details
    Browse the repository at this point in the history