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.
 
 
 
 
 
waj334 848c3e55a9
compiler: implement func value and builtin defers
4 years ago
..
cgo builder: make sure -fshort-enums is used consistently 5 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 compiler: implement spec-compliant shifts 5 years ago
binop.txt compiler: implement spec-compliant shifts 5 years ago
calls.go compiler: implement func value and builtin defers 4 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
coroutines.go compiler: fix a few crashes due to named types 5 years ago
coroutines.txt testdata, sync: add sync.Mutex test to testdata/coroutines.go 5 years ago
float.go testdata: fix formatting 5 years ago
float.txt compiler: implement complex division 6 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
init.go testdata: fix formatting 5 years ago
init.txt interp: implement runtime.sliceCopy 5 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
map.go compiler,runtime: support operations on nil map 5 years ago
map.txt compiler,runtime: support operations on nil map 5 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 testdata: go fmt 6 years ago
print.txt compiler: add complex manipulation 6 years ago
reflect.go extend stdlib to allow import of more packages (#1099) 4 years ago
reflect.txt extend stdlib to allow import of more packages (#1099) 4 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
stdlib.go os: implement virtual filesystem support 5 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
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