0
1
mirror of https://github.com/golang/go synced 2025-04-22 01:29:12 +00:00

2 Commits

Author SHA1 Message Date
adc9337262 test: add a compiledir pattern in run.go
The compiledir pattern compiles all files xxx.dir/*.go
in lexicographic order (which is assumed to coincide with
the topological order of dependencies).

R=rsc
CC=golang-dev, remy
https://golang.org/cl/6440048
2012-07-30 21:12:05 +02:00
0b9f090861 cmd/gc: another special (%hhS) case for method names.
Fixes 

R=rsc
CC=golang-dev
https://golang.org/cl/5637047
2012-02-06 16:38:59 +01:00