1
0
mirror of https://github.com/golang/go synced 2024-10-02 18:18:33 -06:00
go/src/cmd
Rémy Oudompheng c1fc8d5296 cmd/gc: fix missing export data for inlining in a few other cases.
Exported inlined functions that perform a string conversion
using a non-exported named type may miss it in export data.

Fixes #5755.

R=rsc, golang-dev, ality, r
CC=golang-dev
https://golang.org/cl/10464043
2013-06-28 23:29:13 +02:00
..
5a cmd/5a, cmd/dist, runtime: support m/g in the assembler, drop support for R9/R10 2013-05-30 03:03:52 +08:00
5c all: fix typos 2013-06-09 21:50:24 +08:00
5g cmd/5g, cmd/6g, cmd/8g: fix comment 2013-06-28 12:06:25 -07:00
5l runtime: record proper goroutine state during stack split 2013-06-27 11:32:01 -04:00
6a cmd/6a, cmd/6l: add PCLMULQDQ instruction. 2013-06-21 15:17:13 -04:00
6c all: fix typos 2013-06-09 21:50:24 +08:00
6g cmd/5g, cmd/6g, cmd/8g: fix comment 2013-06-28 12:06:25 -07:00
6l runtime: record proper goroutine state during stack split 2013-06-27 11:32:01 -04:00
8a 8a/8l: add PCMPEQB and PMOVMSKB to 386. 2013-03-29 00:34:03 -07:00
8c all: fix typos 2013-06-09 21:50:24 +08:00
8g cmd/5g, cmd/6g, cmd/8g: fix comment 2013-06-28 12:06:25 -07:00
8l runtime: record proper goroutine state during stack split 2013-06-27 11:32:01 -04:00
addr2line cmd/addr2line: exit 0 for --help 2013-03-11 18:12:07 -04:00
api cmd/api: add more platforms 2013-05-21 21:47:32 +08:00
cc cmd/cc: emit size of locals. Will be used for stack copying. 2013-06-11 09:01:27 -07:00
cgo cmd/cgo: avoid leaking fds 2013-06-18 23:20:17 +10:00
dist runtime: do not generate code during runtime in windows NewCallback 2013-06-24 17:17:45 +10:00
fix cmd/fix: remove obsolete testdata. 2013-06-02 15:40:32 +02:00
gc cmd/gc: fix missing export data for inlining in a few other cases. 2013-06-28 23:29:13 +02:00
go cmd/go: add -coverpkg 2013-06-27 17:04:39 -04:00
godoc cmd/godoc: don't link unexported identifiers 2013-06-14 12:37:23 -07:00
gofmt go/parser: ParseExpr must accept type expressions 2013-04-03 07:41:26 -07:00
ld cmd/ld: fix line numbers when using fieldtrack 2013-06-25 17:23:33 -04:00
nm cmd/nm: don't add filename elements for m symbols 2013-04-03 18:23:43 -07:00
objdump runtime/pprof: support OS X CPU profiling 2012-02-28 16:18:24 -05:00
pack cmd/godoc: use go/build to determine package and example files 2013-02-19 11:19:58 -08:00
prof all: clean up C function prototypes 2013-02-26 09:51:33 -08:00
yacc all: fix typos 2013-06-09 21:50:24 +08:00