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 01e58691a1 compiler: support constant indices with a named type 5 years ago
..
cgo cgo: add support for anonymous structs 6 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 Test for functional argument passing (#336) 6 years ago
calls.txt Test for functional argument passing (#336) 6 years ago
channel.go Improved blocking (#513) 5 years ago
channel.txt Improved blocking (#513) 5 years ago
coroutines.go compiler: add support for 'go' on func values 5 years ago
coroutines.txt compiler: add support for 'go' on func values 5 years ago
float.go compiler: implement complex division 6 years ago
float.txt compiler: implement complex division 6 years ago
gc.go runtime: implement a simple mark/sweep garbage collector 6 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: make struct types more unique 5 years ago
interface.txt compiler: make struct types more unique 5 years ago
map.go runtime: implement growing hashmaps 6 years ago
map.txt runtime: implement growing hashmaps 6 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 reflect: implement t.Comparable() 5 years ago
reflect.txt reflect: implement t.Comparable() 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 compiler,runtime: fix multiple definitions of a single function 6 years ago
stdlib.txt compiler,runtime: fix multiple definitions of a single function 6 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: implement casting named structs and pointers to them 6 years ago
structs.txt compiler: implement casting named structs and pointers to them 6 years ago