summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/iface.goc
Commit message (Expand)AuthorAgeFilesLines
* runtime: rename Lock to MutexRuss Cox2014-08-271-1/+1
* runtime: convert equality functions to GoKeith Randall2014-08-071-46/+0
* runtime: convert interface routines from C to Go.Keith Randall2014-08-071-388/+16
* cmd/cc, runtime: eliminate use of the unnamed substructure C extensionPeter Collingbourne2014-08-071-7/+7
* runtime: use better hash for non-empty interfaceRuss Cox2014-08-061-38/+0
* runtime: convert hash functions to Go calling convention.Keith Randall2014-07-311-4/+3
* runtime: move built-in print routines to go.Keith Randall2014-07-311-8/+0
* runtime: fix 1-byte return during x.(T) for 0-byte TRuss Cox2014-06-021-4/+19
* runtime: correctly type interface data.Keith Randall2014-05-011-1/+1
* runtime: WriteHeapDump dumps the heap to a file.Keith Randall2014-03-251-0/+14
* runtime: use goc2c as much as possibleRuss Cox2014-02-201-0/+591