summaryrefslogtreecommitdiff
path: root/src/go
Commit message (Expand)AuthorAgeFilesLines
* go/ast: fix doc string for ast.GenDeclRobert Griesemer2016-11-291-1/+1
* runtime/pprof: emit count profiles with debug=0 as proto profilesMichael Matloob2016-11-211-1/+1
* go/internal/gccgoimporter: handle conversions in exported const valuesRobert Griesemer2016-11-185-9/+48
* go/types: look at underlying type of element type of composite literals with ...Robert Griesemer2016-11-182-12/+42
* runtime/pprof/internal: delete package gzip0Michael Matloob2016-11-111-1/+0
* go/doc: don't panic if method is missing recv typeKeegan Carruthers-Smith2016-11-115-0/+37
* cmd/go: don't set default GOPATH to GOROOTIan Lance Taylor2016-11-111-1/+7
* go/build: implement default GOPATHFrancesc Campoy2016-11-111-1/+14
* runtime/pprof: output CPU profiles in pprof protobuf formatMichael Matloob2016-11-101-1/+1
* go/printer: don't drop required semi/linebreak after /*-commentRobert Griesemer2016-11-103-9/+71
* go/types: remove unused alias-related testdata filesRobert Griesemer2016-11-102-132/+0
* runtime/pprof/internal: add package protopprofMichael Matloob2016-11-081-8/+9
* go/types: document that selectors are not recorded in Info.TypesRobert Griesemer2016-11-082-5/+9
* go/constant: follow-up for https://go-review.googlesource.com/32870Robert Griesemer2016-11-071-10/+14
* crypto/{cipher,tls,internal/cryptohw}: prioritise AES-GCM when hardware suppo...Adam Langley2016-11-071-1/+2
* go/constant: improved fatal error messagesRobert Griesemer2016-11-071-7/+5
* go/constant: document that BinaryOp doesn't handle comparisons or shiftsRobert Griesemer2016-11-051-0/+3
* Revert "go/scanner, go/token: recognize => (ALIAS) token"Robert Griesemer2016-11-053-9/+2
* Revert "go/ast, go/parser: parse alias declarations"Robert Griesemer2016-11-055-96/+32
* Revert "go/printer: support for printing alias declarations"Robert Griesemer2016-11-053-147/+7
* cmd/compile: revert user-visible changes related to aliasesRobert Griesemer2016-11-041-22/+1
* go/types: revert user-visible changes related to aliasesRobert Griesemer2016-11-047-38/+46
* go/types: avoid redundant call to recordUse for anonymous fieldsAlan Donovan2016-11-041-9/+5
* all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick2016-11-041-22/+33
* testing: add T.Context methodBrad Fitzpatrick2016-11-031-1/+1
* testing: mark tests and benchmarks failed if a race occurs during executionRuss Cox2016-11-031-1/+1
* go/internal/gcimporter: backport changes from x/tools/go/gcimporter15Robert Griesemer2016-11-031-6/+10
* go/types: set up correct type with NewAliasRobert Griesemer2016-11-022-2/+10
* cmd/compile: avoid double export of aliased objectsMatthew Dempsky2016-11-021-31/+20
* testing: introduce testing/internal/testdeps for holding testmain dependenciesRuss Cox2016-11-021-46/+47
* internal/pprof/profile: new package, moved from cmd/internal/pprof/profileRuss Cox2016-11-021-0/+1
* go/importer: handle multiple imports of the same objectRobert Griesemer2016-11-013-20/+56
* go/types: handle imported aliasesRobert Griesemer2016-11-015-8/+119
* cmd/compile: add debug print to identify unexpected objectsRobert Griesemer2016-11-011-0/+1
* go/types: basic Defs/Uses test for aliasesRobert Griesemer2016-10-311-0/+83
* go/types: implement missing String method for Alias objectRobert Griesemer2016-10-311-0/+1
* go/types: don't expose types.Alias kind field - only used by go/typesRobert Griesemer2016-10-313-8/+10
* go/importer: implement importing of exported aliasesRobert Griesemer2016-10-312-5/+45
* go/build: add back deps for runtime/pprof/internal/gzip0Michael Matloob2016-10-311-6/+7
* Revert "runtime/pprof: write profiles in protobuf format."Michael Matloob2016-10-311-9/+6
* go/types: local type-checking of alias declarationsRobert Griesemer2016-10-317-24/+234
* database/sql: add context helper methods and transaction typesDaniel Theophanes2016-10-301-2/+2
* runtime/pprof/internal/gzip0: new package for pprofRuss Cox2016-10-291-0/+1
* runtime/pprof: write profiles in protobuf format.Michael Matloob2016-10-281-6/+8
* cmd/go, go/build: document form of import pathsRuss Cox2016-10-281-3/+8
* Revert "runtime/pprof: write profiles in protobuf format."Austin Clements2016-10-281-8/+6
* runtime/pprof: write profiles in protobuf format.unknown2016-10-281-6/+8
* cmd/compile, go/parser: disallow "type T = p.T" - must use "=>"Robert Griesemer2016-10-274-7/+2
* cmd/compile: import/export of alias declarationsRobert Griesemer2016-10-271-2/+2
* go/scanner: recognize invalid floating-point constant exponentRobert Griesemer2016-10-262-1/+6