You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ayke van Laethem 7e284a37fc ci: use Go 1.23 5 months ago
..
cgo cgo: add support for printf 3 months ago
embed interp: fix reading from external global 2 years ago
errors ci: use Go 1.23 3 months ago
generics Set internal linkage and keeping default visibility for anonymous functions 2 years ago
go1.22 loader: make sure Go version is plumbed through 10 months ago
go1.23 compiler: add support for Go 1.23 range-over-func 3 months ago
oldgo loader: make sure Go version is plumbed through 10 months ago
alias.go fix bug in IR regarding type aliases 5 years ago
alias.txt fix bug in IR regarding type aliases 5 years ago
atomic.go compiler: really define runtime/volatile.* functions 2 years ago
atomic.txt compiler: really define runtime/volatile.* functions 2 years ago
binop.go runtime: allow comparing interfaces in reflectValueEqual() 3 years ago
binop.txt runtime: allow comparing interfaces in reflectValueEqual() 3 years ago
calls.go testdata: add test for else/defer bug 2 years ago
calls.txt compiler: implement func value and builtin defers 4 years ago
channel.go feat: fix typos 2 years ago
channel.txt feat: fix typos 2 years ago
corpus.yaml compileopts: set 'purego' build tag by default 9 months ago
env.go os: stub out support for some more features 3 years ago
env.txt wasm: add support for the crypto/rand package 3 years ago
filesystem.go all: move from os.IsFoo to errors.Is(err, ErrFoo) 2 years ago
filesystem.txt main: clean up tests 4 years ago
float.go compiler: test float to int conversions and fix upper-bound calculation 4 years ago
float.txt compiler: test float to int conversions and fix upper-bound calculation 4 years ago
gc.go runtime: implement KeepAlive using inline assembly 2 years ago
gc.txt runtime: implement a simple mark/sweep garbage collector 6 years ago
generics.go compiler: fix incorrect DWARF type in some generic parameters 2 years ago
generics.txt Set internal linkage and keeping default visibility for anonymous functions 2 years ago
go1.21.go compiler: implement clear builtin for maps 1 year ago
go1.21.txt compiler: implement clear builtin for maps 1 year ago
goroutines.go internal/task: remove coroutines 3 years ago
goroutines.txt interp: run goroutine starts and checks at runtime 3 years ago
init.go Checking for methodset existance 6 months ago
init.txt interp: don't ignore array indices for untyped objects 3 years ago
init_multi.go testdata: add more test cases in testdata 6 years ago
init_multi.txt testdata: add more test cases in testdata 6 years ago
interface.go compiler: fix crash on type assert on interfaces with no methods 1 year ago
interface.txt compiler: fix crash on type assert on interfaces with no methods 1 year ago
json.go transform: optimize reflect.Type Implements() method 4 years ago
json.txt transform: optimize reflect.Type Implements() method 4 years ago
ldflags.go main: implement -ldflags="-X ..." 4 years ago
ldflags.txt main: implement -ldflags="-X ..." 4 years ago
map.go runtime: properly turn pointer into empty interface when hashing 2 years ago
map.txt runtime: properly turn pointer into empty interface when hashing 2 years ago
math.go builder/picolib: add needed file for compiling math functions with error support. 11 months ago
math.txt builder/picolib: add needed file for compiling math functions with error support. 11 months ago
print.go Add support for printing slices via print/println 2 years ago
print.txt Add support for printing slices via print/println 2 years ago
rand.go wasm: add support for the crypto/rand package 3 years ago
rand.txt wasm: add support for the crypto/rand package 3 years ago
recover.go compiler: implement recover() built-in function 2 years ago
recover.txt compiler: implement recover() built-in function 2 years ago
reflect.go reflect: return correct name for unsafe.Pointer type 3 months ago
reflect.txt reflect: return correct name for unsafe.Pointer type 3 months ago
slice.go compiler: support all kinds of recursive types 2 years ago
slice.txt runtime: Simplify slice growing/appending code (#4287) 3 months ago
sort.go implement reflect.Swapper 4 years ago
sort.txt implement reflect.Swapper 4 years ago
stdlib.go builder: add support for Go 1.20 2 years ago
stdlib.txt os: implement virtual filesystem support 5 years ago
string.go compiler: fix named string to []byte slice conversion 4 years ago
string.txt compiler,runtime: implement []rune to string conversion 5 years ago
structs.go compiler: support recursive types 5 years ago
structs.txt compiler: support recursive types 5 years ago
testing.go testing: add Testing function 1 year ago
testing.txt On baremetal platforms, use simpler test matcher. Fixes #2666. 3 years ago
timers.go interp: do not register runtime timers during interp 9 months ago
timers.txt testdata: clearly correct values for timing test with a little more time to spare on CI machines 2 years ago
trivialpanic.go main: print source location when a panic happens in -monitor 2 years ago
zeroalloc.go testdata: fix formatting 5 years ago
zeroalloc.txt add code to handle programs which use heap allocations but never hit the GC 5 years ago