-
Notifications
You must be signed in to change notification settings - Fork 925
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
0.2.0 | ||
--- | ||
- **command line** | ||
- add version subcommand | ||
- **compiler** | ||
- fix a bug in floating point comparisons with NaN values | ||
- fix a bug when calling `panic` in package initialization code | ||
- add support for comparing `complex64` and `complex128` | ||
- **cgo** | ||
- add support for external globals | ||
- add support for pointers and function pointers | ||
- **standard library** | ||
- `fmt`: initial support, `fmt.Println` works | ||
- `math`: support for most/all functions | ||
- `os`: initial support (only stdin/stdout/stderr) | ||
- `reflect`: initial support | ||
- `syscall`: add support for amd64, arm, and arm64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters