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.
 
 
 
 
 
Nia Waldvogel 8aa223aed9 main (test): integrate test corpus runner 3 years ago
..
cgo cgo: add support for C.CString and related functions 3 years 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: add support for atomic operations 5 years ago
atomic.txt compiler: add support for atomic operations 5 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 compiler: add support for recursive function types 3 years ago
calls.txt compiler: implement func value and builtin defers 4 years ago
channel.go compiler: fix a few crashes due to named types 5 years ago
channel.txt runtime: add cap and len support for chans 5 years ago
corpus.yaml main (test): integrate test corpus runner 3 years 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 Enable Getwd() in wasi and add tests 3 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 avr: use a garbage collector 5 years ago
gc.txt runtime: implement a simple mark/sweep garbage collector 6 years ago
go1.17.go compiler: add support for new language features of Go 1.17 3 years ago
go1.17.txt compiler: add support for new language features of Go 1.17 3 years 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 interp: use object layout information for LLVM types 3 years 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: add support for anonymous type asserts 5 years ago
interface.txt compiler: add support for anonymous type asserts 5 years 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 src/runtime: fix nil map dereference 3 years ago
map.txt src/runtime: fix nil map dereference 3 years ago
math.go runtime: add support for math package 6 years ago
math.txt runtime: add support for math package 6 years ago
print.go runtime: use dedicated printfloat32 4 years ago
print.txt runtime: use dedicated printfloat32 4 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
reflect.go reflect: add support for DeepEqual 3 years ago
reflect.txt reflect: implement Value.Elem() for interface values 3 years ago
slice.go compiler: fix a few crashes due to named types 5 years ago
slice.txt compiler: compare slice against nil 6 years ago
sort.go implement reflect.Swapper 4 years ago
sort.txt implement reflect.Swapper 4 years ago
stdlib.go runtime: handle negative sleep times 3 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: --run now allows filtering of subtests 3 years ago
testing.txt testing: --run now allows filtering of subtests 3 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