Skip to content

Tags: hhvm/hack-codegen

Tags

v4.5.1

Toggle v4.5.1's commit message
Add `.hack` extension to the temporary file

v4.5.0

Toggle v4.5.0's commit message

Unverified

The committer email address is not verified.
update minimum CI version to match actual required minimum version

v4.4.1

Toggle v4.4.1's commit message

Unverified

The committer email address is not verified.
ignore .var/

v4.4.0

Toggle v4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for codegen xhp classes (#138)

* Add support for codegen xhp classes
Adds xhp attribute codegen to traits and classes.
No error is thrown when attributes are added to non-xhp classes.
This syntax is valid, but not useful in the current class.
Inheritance maybe?

* Fix broken copy paste

* Compatibility with older hsl versions

* Whitespace lint

* Update xhp attribute doc

I copy pasted property and did not touch up the doc well enough.

v4.3.12

Toggle v4.3.12's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jjergus Ján
replace $GLOBALS with \HH\global_get()

v4.3.11

Toggle v4.3.11's commit message

Unverified

The committer email address is not verified.
Stop using files with pseudomains

hhvm-autoload generates several alternative files, which
functioned as migration aids from composer; migrate to one
of the newer ones, as the older ones are becoming
invalid/unusable as HHVM development continues.

v4.3.10

Toggle v4.3.10's commit message

Unverified

The committer email address is not verified.
Replace PHP arrays with varray and darray

Grepped for \barray\b , fixed all call sites.

No log spew on test run

v4.3.9

Toggle v4.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump nokogiri from 1.10.4 to 1.10.8 in /docs (#126)

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.10.8.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.10.4...v1.10.8)

Signed-off-by: dependabot[bot] <[email protected]>

v4.3.8

Toggle v4.3.8's commit message
Support `disallow_array_literal` (#119)

* Support `disallow_array_literal`

* Enable strict options that introduce test failures

* Require HHVM 4.25 for HHI support of array_literal

* Test on composer.json version of hhvm

v4.3.7

Toggle v4.3.7's commit message
fix composer.json