KEMBAR78
Comparing v4.5.0...v4.5.1 · hhvm/hack-codegen · GitHub
Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hhvm/hack-codegen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.5.0
Choose a base ref
...
head repository: hhvm/hack-codegen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.5.1
Choose a head ref
  • 11 commits
  • 21 files changed
  • 5 contributors

Commits on Jan 7, 2022

  1. Configuration menu
    Copy the full SHA
    3012835 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Bump nokogiri from 1.12.5 to 1.13.3 in /docs (#143)

    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.3.
    - [Release notes](https://github.com/sparklemotion/nokogiri/releases)
    - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
    - [Commits](sparklemotion/nokogiri@v1.12.5...v1.13.3)
    
    ---
    updated-dependencies:
    - dependency-name: nokogiri
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    b86166f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    7f0be60 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Merge pull request #145 from alexeyt/alexeyt-fix-lint

    Fix lint in HackfmtFormatter.hack
    alexeyt authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    7339735 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Bump nokogiri version in docs/

    `cd docs && bundle update && git commit -a`
    alexeyt authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    657e38c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #147 from alexeyt/alexeyt-bump-nokogiri

    Bump nokogiri version in docs/
    alexeyt authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    7747dc6 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Bump nokogiri from 1.13.4 to 1.13.6 in /docs (#149)

    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.4 to 1.13.6.
    - [Release notes](https://github.com/sparklemotion/nokogiri/releases)
    - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
    - [Commits](sparklemotion/nokogiri@v1.13.4...v1.13.6)
    
    ---
    updated-dependencies:
    - dependency-name: nokogiri
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2022
    Configuration menu
    Copy the full SHA
    6e72b74 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Require hhvm 4.128 and support autoloading with ext_watchman (#144)

    * Require hhvm 4.128 and support autoloading with ext_watchman
    The hsl is always built-in.
    ext_watchman and HH\Facts are always available.
    varray eq vec and darray eq dict is always true.
    All legacy arrays have been replaced with Hack arrays.
    
    * Format the changed files
    
    * Fix lint
    
    * Allow hhvm-autoload plugin
    
    Co-authored-by: Yang, Bo <pop.atry@gmail.com>
    lexidor and Atry authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    e5ea0e4 View commit details
    Browse the repository at this point in the history
  2. Add devcontainer

    Atry authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    4af8c3b View commit details
    Browse the repository at this point in the history
  3. Fix lint errors

    Atry committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    6df2054 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a67f08 View commit details
    Browse the repository at this point in the history
Loading