.. |
cgo
|
cgo: support anonymous enums included in multiple Go files
|
2022-11-02 21:21:40 +01:00 |
embed
|
interp: fix reading from external global
|
2022-09-15 19:07:04 +02:00 |
generics
|
Set internal linkage and keeping default visibility for anonymous functions
|
2022-08-01 10:53:48 +02:00 |
alias.go
|
fix bug in IR regarding type aliases
|
2019-09-20 10:35:49 +02:00 |
alias.txt
|
|
|
atomic.go
|
compiler: really define runtime/volatile.* functions
|
2022-06-24 11:10:24 +02:00 |
atomic.txt
|
|
|
binop.go
|
runtime: allow comparing interfaces in reflectValueEqual()
|
2021-11-24 14:17:47 +01:00 |
binop.txt
|
runtime: allow comparing interfaces in reflectValueEqual()
|
2021-11-24 14:17:47 +01:00 |
calls.go
|
compiler: add support for recursive function types
|
2021-10-30 15:55:20 +02:00 |
calls.txt
|
compiler: implement func value and builtin defers
|
2020-07-31 01:48:57 +02:00 |
channel.go
|
|
|
channel.txt
|
|
|
corpus.yaml
|
corpus: add buger/jsonparser
|
2022-11-15 11:03:05 +01:00 |
env.go
|
|
|
env.txt
|
wasm: add support for the crypto/rand package
|
2021-08-05 19:01:14 +02:00 |
filesystem.go
|
all: move from os.IsFoo to errors.Is(err, ErrFoo)
|
2022-08-07 10:32:23 +02:00 |
filesystem.txt
|
main: clean up tests
|
2021-04-09 18:33:48 +02:00 |
float.go
|
|
|
float.txt
|
|
|
gc.go
|
|
|
gc.txt
|
|
|
generics.go
|
compiler: fix incorrect DWARF type in some generic parameters
|
2022-08-22 10:31:30 +02:00 |
generics.txt
|
|
|
goroutines.go
|
internal/task: remove coroutines
|
2022-01-19 14:42:02 -05:00 |
goroutines.txt
|
|
|
init.go
|
interp: use object layout information for LLVM types
|
2021-11-02 22:16:15 +01:00 |
init.txt
|
|
|
init_multi.go
|
|
|
init_multi.txt
|
|
|
interface.go
|
compiler: fix difference in aliases in interface methods
|
2022-04-07 12:54:17 +02:00 |
interface.txt
|
|
|
json.go
|
|
|
json.txt
|
|
|
ldflags.go
|
main: implement -ldflags="-X ..."
|
2021-04-09 18:33:48 +02:00 |
ldflags.txt
|
main: implement -ldflags="-X ..."
|
2021-04-09 18:33:48 +02:00 |
map.go
|
|
|
map.txt
|
testdata: move map growth test to map.go
|
2022-04-28 09:14:45 +02:00 |
math.go
|
|
|
math.txt
|
|
|
print.go
|
|
|
print.txt
|
|
|
rand.go
|
|
|
rand.txt
|
wasm: add support for the crypto/rand package
|
2021-08-05 19:01:14 +02:00 |
recover.go
|
|
|
recover.txt
|
|
|
reflect.go
|
reflect: implement CanInterface and fix string Index()
|
2022-09-01 21:42:22 +02:00 |
reflect.txt
|
reflect: implement CanInterface and fix string Index()
|
2022-09-01 21:42:22 +02:00 |
slice.go
|
all: drop support for Go 1.16 and Go 1.17
|
2022-08-30 12:38:06 +02:00 |
slice.txt
|
all: drop support for Go 1.16 and Go 1.17
|
2022-08-30 12:38:06 +02:00 |
sort.go
|
|
|
sort.txt
|
implement reflect.Swapper
|
2020-10-23 21:37:35 +02:00 |
stdlib.go
|
|
|
stdlib.txt
|
os: implement virtual filesystem support
|
2020-05-13 08:08:57 +02:00 |
string.go
|
|
|
string.txt
|
compiler,runtime: implement []rune to string conversion
|
2019-08-11 15:45:35 +02:00 |
structs.go
|
|
|
structs.txt
|
|
|
testing.go
|
all: drop support for Go 1.16 and Go 1.17
|
2022-08-30 12:38:06 +02:00 |
testing.txt
|
|
|
timers.go
|
testdata: clearly correct values for timing test with a little more time to spare on CI machines
|
2022-11-03 15:26:20 +01:00 |
timers.txt
|
testdata: clearly correct values for timing test with a little more time to spare on CI machines
|
2022-11-03 15:26:20 +01:00 |
zeroalloc.go
|
|
|
zeroalloc.txt
|
add code to handle programs which use heap allocations but never hit the GC
|
2019-11-17 15:14:51 +01:00 |