summaryrefslogtreecommitdiff
path: root/src/go
Commit message (Expand)AuthorAgeFilesLines
* go/build: Return MultiplePackageError on importing a dir containing multiple ...Jens Frederich2014-10-145-1/+38
* go/build: update docs for GOOS.go changeBrad Fitzpatrick2014-10-061-6/+4
* go/build: do not consider "android.go" to be android-specificRob Pike2014-10-062-0/+16
* go/format, cmd/gofmt: added missing comments, minor internal cleanupRobert Griesemer2014-09-301-7/+29
* go/format, cmd/gofmt: fix issues with partial Go code with indentDmitri Shuralyov2014-09-292-82/+131
* go/build: add go1.4 tag.Adam Langley2014-09-292-3/+4
* go/doc: document rationale for recent changeRobert Griesemer2014-09-181-1/+4
* go/doc: treat _ consts as exportedJosh Bleecher Snyder2014-09-185-9/+170
* go/printer: don't reduce nesting depth twice if parentheses are present aroun...Robert Griesemer2014-09-125-2/+17
* go/printer, gofmt: don't align map entries for irregular inputsRobert Griesemer2014-09-113-7/+59
* go/parser: fix (pathological) corner caseRobert Griesemer2014-09-082-0/+3
* build: move package sources from src/pkg to srcRuss Cox2014-09-08125-0/+32623