..
cgo
cgo: add C._Bool type
2023-09-24 07:41:26 -07:00
embed
generics
alias.go
fix bug in IR regarding type aliases
2019-09-20 10:35:49 +02:00
alias.txt
fix bug in IR regarding type aliases
2019-09-20 10:35:49 +02:00
atomic.go
atomic.txt
binop.go
binop.txt
calls.go
calls.txt
channel.go
channel.txt
corpus.yaml
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
compiler: test float to int conversions and fix upper-bound calculation
2021-01-19 14:02:32 +01:00
gc.go
runtime: implement KeepAlive using inline assembly
2023-02-18 10:50:26 +01:00
gc.txt
generics.go
generics.txt
Set internal linkage and keeping default visibility for anonymous functions
2022-08-01 10:53:48 +02:00
go1.21.go
compiler: implement clear builtin for maps
2023-08-04 11:59:11 +02:00
go1.21.txt
goroutines.go
goroutines.txt
init.go
interp: use object layout information for LLVM types
2021-11-02 22:16:15 +01:00
init.txt
interp: don't ignore array indices for untyped objects
2021-07-14 07:55:05 +02:00
init_multi.go
init_multi.txt
testdata: add more test cases in testdata
2018-10-25 20:37:35 +02:00
interface.go
interface.txt
json.go
transform: optimize reflect.Type Implements() method
2021-03-28 14:00:37 +02:00
json.txt
transform: optimize reflect.Type Implements() method
2021-03-28 14:00:37 +02:00
ldflags.go
ldflags.txt
map.go
map.txt
math.go
math.txt
print.go
print.txt
rand.go
wasm: add support for the crypto/rand package
2021-08-05 19:01:14 +02:00
rand.txt
recover.go
recover.txt
reflect.go
reflect.txt
slice.go
compiler: support all kinds of recursive types
2023-03-18 17:53:47 +01:00
slice.txt
sort.go
sort.txt
stdlib.go
builder: add support for Go 1.20
2023-01-17 08:38:54 +01:00
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
compiler: support recursive types
2019-10-13 23:07:47 +02:00
testing.go
testing.txt
timers.go
timers.txt
trivialpanic.go
main: print source location when a panic happens in -monitor
2023-04-26 18:40:35 +02:00
zeroalloc.go
zeroalloc.txt