Age | Commit message (Expand) | Author |
2023-08-04 | compiler: improve panic message when a runtime call is unavailable | Ayke van Laethem |
2023-08-04 | compiler: implement clear builtin for maps | Ayke van Laethem |
2023-08-04 | compiler: implement clear builtin for slices | Ayke van Laethem |
2023-08-04 | compiler: add min and max builtin support | Ayke van Laethem |
2023-08-04 | all: Go 1.21 support | Ayke van Laethem |
2023-07-28 | wasm: fix functions exported through //export | Ayke van Laethem |
2023-07-07 | main: use `go env` instead of doing all detection manually | Ayke van Laethem |
2023-07-02 | compiler: update .ll test output | Damian Gryski |
2023-07-02 | compiler,reflect: NumMethods reports exported methods only | Damian Gryski |
2023-06-09 | compiler: limit level of pointer-to-pointer-to-... types | Damian Gryski |
2023-06-09 | compiler,transform: fix for pointer-to-pointer type switches from @aykevl | Damian Gryski |
2023-06-09 | compiler,reflect: add tagged pointers for **T etc | Damian Gryski |
2023-06-08 | compiler: update testdata | Damian Gryski |
2023-06-08 | compiler,reflect: use two bits of the meta byte for comparable/isBinary | Damian Gryski |
2023-05-20 | compiler: disallow most types in //go:wasmimport | Ayke van Laethem |
2023-05-20 | compiler: add tests for error messages | Ayke van Laethem |
2023-05-20 | compiler: only calculate functionInfo once | Ayke van Laethem |
2023-05-16 | compiler,reflect: make field offsets varints | Damian Gryski |
2023-04-27 | add struct size and field offsets to reflect data | Damian Gryski |
2023-04-18 | fix some comments | cui fliter |
2023-04-11 | compiler: update test outputs | Damian Gryski |
2023-04-11 | compiler: ensure all defers have been seen before creating rundefers | Damian Gryski |
2023-03-30 | compiler,reflect: support channel directions | Damian Gryski |
2023-03-29 | compiler: implement most math/bits functions | Ayke van Laethem |
2023-03-28 | compiler: only support //go:wasmimport on declared functions | Ayke van Laethem |
2023-03-25 | compiler: for interface maps, use the original named type if available | Damian Gryski |
2023-03-24 | feat: fix typos | shivay |
2023-03-22 | wasm: implement the //go:wasmimport directive | Ayke van Laethem |
2023-03-22 | compiler: add alloc attributes to runtime.alloc | Ayke van Laethem |
2023-03-21 | compiler: correctly generate code for local named types | Ayke van Laethem |
2023-03-19 | compiler,reflect: sort out pkg path vs pkg name for named types | Damian Gryski |
2023-03-19 | compiler,reflect: adjust struct layout for type info | Damian Gryski |
2023-03-19 | compiler: only define the package path once | Damian Gryski |
2023-03-19 | compiler,reflect: add reflect.Type.NumMethods() | Damian Gryski |
2023-03-18 | compiler: support all kinds of recursive types | Ayke van Laethem |
2023-03-15 | compiler,reflect: fix pkgpath for struct fields | Damian Gryski |
2023-03-15 | compiler, reflect: properly handle embedded structs | Damian Gryski |
2023-03-12 | arm: enable functions in RAM for go & cgo | Kenneth Bell |
2023-03-08 | compiler, reflect: replace package and name length with null-byte termination | Damian Gryski |
2023-03-08 | compiler, reflect: add Type.PkgPath | Damian Gryski |
2023-03-08 | compiler, reflect: add support for named types | Damian Gryski |
2023-03-08 | compiler: emit correct alignment in debug info for global variables | Ayke van Laethem |
2023-03-06 | compiler: fix a race condition | Ayke van Laethem |
2023-03-05 | compiler: try harder to find source locations for constants | Ayke van Laethem |
2023-03-05 | compiler: add debug location to string values | Ayke van Laethem |
2023-03-05 | compiler; add position information to createConstant | Ayke van Laethem |
2023-03-05 | compiler: add debug information to []embed.file slice global | Ayke van Laethem |
2023-03-05 | compiler: add debug information to //go:embed slice data | Ayke van Laethem |
2023-03-05 | compiler: add debug info to []embed.files backing array | Ayke van Laethem |
2023-03-03 | compiler: remove unsafe.Pointer(uintptr(v) + idx) optimization | Ayke van Laethem |