Age | Commit message (Expand) | Author |
2024-07-03 | compiler: add 'align' attribute to runtime.alloc calls | Ayke van Laethem |
2024-07-02 | wasi preview 2 support (#4027) | Damian Gryski |
2024-06-27 | add support for unix.{RawSyscall,RawSyscallNoError} | leongross |
2024-06-27 | add support for unix.Syscall* invocations | leongross |
2024-06-25 | compiler: remove old atomics workaround for AVR | Ayke van Laethem |
2024-06-23 | remove unused registers for x86_64 linux syscalls | leongross |
2024-06-12 | all: drop support for Go 1.18 | Ayke van Laethem |
2024-05-28 | compiler,reflect: fix NumMethods for Interface type | frenkel26 |
2024-05-24 | LLVM 18 support | Ayke van Laethem |
2024-05-14 | add aes generic aliases | leongross |
2024-04-19 | Run Nick G's spellchecker github.com/client9/misspell, carefuly fix what it f... | dkegel-fastly |
2024-04-13 | lint: add "make lint" target, run it from ci | Dan Kegel |
2024-04-03 | fix square alias for ed25519 | leongross |
2024-03-19 | all: move -panic=trap support to the compiler/runtime | Ayke van Laethem |
2024-01-31 | Allow larger systems to have a larger max stack alloc | Damian Gryski |
2024-01-12 | cgo: fix calling CGo callback inside generic function | Ayke van Laethem |
2023-11-08 | compiler: fix crash on type assert on interfaces with no methods | Damian Gryski |
2023-10-14 | builder: refactor clang include headers | Ayke van Laethem |
2023-10-04 | targets: increase default stack size to 64k for wasi/wasm targets | deadprogram |
2023-10-04 | all: use the new LLVM pass manager | Ayke van Laethem |
2023-10-01 | all: remove LLVM 14 support | Ayke van Laethem |
2023-09-19 | compiler: don't use types in the global context | Ayke van Laethem |
2023-09-18 | all: switch to LLVM 16 | Ayke van Laethem |
2023-09-17 | targets: increase default stack size to 32k for wasi/wasm targets | deadprogram |
2023-09-10 | Update tools to 0.9.0 | Elliott Sales de Andrade |
2023-09-10 | compiler: Handle nil array and struct constants | Elliott Sales de Andrade |
2023-09-10 | compiler,reflect: add support for [...]T -> []T in reflect | Damian Gryski |
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 |