..
cgo
embed
interp: fix reading from external global
2022-09-15 19:07:04 +02:00
generics
alias.go
alias.txt
atomic.go
atomic.txt
binop.go
binop.txt
calls.go
calls.txt
channel.go
channel.txt
corpus.yaml
env.go
env.txt
filesystem.go
filesystem.txt
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
Set internal linkage and keeping default visibility for anonymous functions
2022-08-01 10:53:48 +02:00
go1.21.go
go1.21.txt
compiler: implement clear builtin for maps
2023-08-04 11:59:11 +02:00
goroutines.go
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
testdata: add more test cases in testdata
2018-10-25 20:37:35 +02:00
init_multi.txt
interface.go
interface.txt
json.go
json.txt
transform: optimize reflect.Type Implements() method
2021-03-28 14:00:37 +02:00
ldflags.go
ldflags.txt
main: implement -ldflags="-X ..."
2021-04-09 18:33:48 +02:00
map.go
runtime: properly turn pointer into empty interface when hashing
2023-02-25 06:42:30 -08:00
map.txt
math.go
math.txt
runtime: add support for math package
2019-02-05 19:37:21 +01:00
print.go
print.txt
rand.go
rand.txt
recover.go
compiler: implement recover() built-in function
2022-06-16 07:59:21 +02:00
recover.txt
reflect.go
reflect.txt
compiler,reflect: fix pkgpath for struct fields
2023-03-15 21:53:57 +01:00
slice.go
slice.txt
sort.go
sort.txt
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
testing: add Testing function
2023-08-04 11:59:11 +02:00
testing.txt
On baremetal platforms, use simpler test matcher. Fixes #2666 .
2022-03-15 05:59:00 +01:00
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
trivialpanic.go
main: print source location when a panic happens in -monitor
2023-04-26 18:40:35 +02: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