summaryrefslogtreecommitdiff
path: root/src/cmd/cc/godefs.c
Commit message (Expand)AuthorAgeFilesLines
* [dev.cc] cmd/5c, cmd/6c, cmd/8c, cmd/cc: removeRuss Cox2014-11-101-367/+0
* runtime: crash if we see an invalid pointer into GC arenaRuss Cox2014-10-071-2/+4
* runtime: include constants and defs_*_*.h types in generated Go defsRuss Cox2014-08-291-2/+2
* runtime: move finalizer thread to Go.Keith Randall2014-08-281-14/+2
* cmd/cc: translate C Eface type as Go interface{}Russ Cox2014-08-271-3/+5
* cmd/cc, runtime: preserve C runtime type names in generated GoRuss Cox2014-08-271-43/+10
* runtime: rewrite malloc in Go.Keith Randall2014-07-301-4/+24
* cmd/cc: map C int to int32 in Go defsJan Ziak2012-10-061-2/+2
* ld/6l/8l: First pass at changes to the linker to support NetBSD binaries.Christopher Nielsen2011-12-121-3/+3
* 8c: fixes for Plan 9 buildLucio De Re2011-07-011-1/+2
* runtime: generate Go defs for C types.Luuk van Dijk2011-01-311-51/+50
* cc: fix -q and build break.Luuk van Dijk2011-01-251-5/+5
* cc: mode to generate go-code for types and variables.Luuk van Dijk2011-01-251-0/+388