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.
 
 
 
 
 
cornelk 7e64bc8f77 runtime: add cap and len support for chans 5 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
binop.go compiler: implement spec-compliant shifts 5 years ago
binop.txt compiler: implement spec-compliant shifts 5 years ago
calls.go compiler: pass interface typecode through defer frames 5 years ago
calls.txt compiler: fix deferred calls to exported functions 5 years ago
channel.go runtime: add cap and len support for chans 5 years ago
channel.txt runtime: add cap and len support for chans 5 years ago
coroutines.go testdata, sync: add sync.Mutex test to testdata/coroutines.go 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 compiler: fix interface lowering miscompilation with reflect 5 years ago
reflect.txt compiler: fix interface lowering miscompilation with reflect 5 years ago
slice.go compiler: support constant indices with a named type 5 years ago
slice.txt compiler: compare slice against nil 6 years ago
stdlib.go runtime: only implement CountString for required platforms 5 years ago
stdlib.txt runtime: only implement CountString for required platforms 5 years ago
string.go compiler,runtime: implement []rune to string conversion 5 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