Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-09-21 | compiler, runtime: replace hashmap code with Go 1.7 hashmap | Ian Lance Taylor | 1 | -61/+0 |
2015-10-29 | compiler, runtime: change type hash/equal to Go funcs | Ian Lance Taylor | 1 | -3/+3 |
2014-12-13 | re PR go/61258 (gccgo: assertion failure go-map-delete.c:37 [GoSmith]) | Ian Lance Taylor | 1 | -1/+4 |
2014-07-02 | re PR go/61620 (FAIL: go.test/test/fixedbugs/bug242.go execution, -O2 -g) | Ian Lance Taylor | 1 | -1/+3 |
2012-12-12 | runtime: Delete from a nil map is now a no-op. | Ian Lance Taylor | 1 | -1/+1 |
2012-01-17 | libgo: Solaris and Irix compatibility patches. | Ian Lance Taylor | 1 | -1/+1 |
2011-11-30 | runtime: Copy runtime_panicstring from master library. | Ian Lance Taylor | 1 | -2/+2 |
2011-10-25 | Implement predeclared delete function. | Ian Lance Taylor | 1 | -1/+1 |
2011-09-21 | Support nil maps. | Ian Lance Taylor | 1 | -0/+4 |
2011-06-11 | Use backend interface for map descriptors. | Ian Lance Taylor | 1 | -1/+1 |
2010-12-03 | Add Go frontend, libgo library, and Go testsuite. | Ian Lance Taylor | 1 | -0/+52 |