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.
 
 
 
 
 
Jaden Weiss 6896b0014b compiler: fix deferred calls to exported functions 5 years ago
..
cgo cgo: add support for nested structs and unions 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: add support for comparing complex numbers 6 years ago
binop.txt compiler: add support for comparing complex numbers 6 years ago
calls.go compiler: fix deferred calls to exported functions 5 years ago
calls.txt compiler: fix deferred calls to exported functions 5 years ago
channel.go add blocking select 5 years ago
channel.txt add blocking select 5 years ago
coroutines.go fix miscompile of static goroutine calls to closures 5 years ago
coroutines.txt fix miscompile of static goroutine calls to closures 5 years ago
float.go compiler: implement complex division 6 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 interp: implement runtime.sliceCopy 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: fix assertion on empty interface 5 years ago
interface.txt compiler: add support for async interface calls 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 add code to handle programs which use heap allocations but never hit the GC 5 years ago
zeroalloc.txt add code to handle programs which use heap allocations but never hit the GC 5 years ago