summaryrefslogtreecommitdiff
path: root/src/go
Commit message (Expand)AuthorAgeFilesLines
* ast: make ExampleCommentMap a runnable examplecloss2017-07-161-14/+9
* crypto/x509: load all trusted certs on darwin (nocgo)Nathaniel Caza2017-07-141-1/+1
* testing: roll back CL 44352 (show in-progress tests upon SIGINT)Ian Lance Taylor2017-07-131-1/+1
* go/printer: fix typoKale Blankenship2017-07-041-1/+1
* go/importer: don't return packages that are not fully type-checkedRobert Griesemer2017-06-281-2/+5
* go/ast: improve comment on FuncDecl.BodyAlan Donovan2017-06-281-1/+1
* go/types: prevent crash in type cycles involving non-type expressionsRobert Griesemer2017-06-232-1/+32
* go/types: more robust operand printingRobert Griesemer2017-06-221-6/+8
* go/ast: improved documentation for comments associated with an ASTRobert Griesemer2017-06-211-0/+13
* cmd/gofmt, go/printer: fix mis-alignment of comment on one-line functionRobert Griesemer2017-06-193-1/+24
* go/token: use fine-grained locking in FileSetAlan Donovan2017-06-142-19/+35
* go/printer: handle associated comments for CommentedNodeHiroshi Ioka2017-06-142-0/+78
* go/build: make -I/-L options in cgo flags absoluteIan Lance Taylor2017-06-131-0/+37
* go/parser: handle last line commentsHiroshi Ioka2017-06-122-1/+16
* testing: show in-progress tests upon SIGINTMeir Fischer2017-06-091-1/+1
* go/types: adjust type-checking of shifts to match compilersRobert Griesemer2017-06-082-9/+15
* cmd/compile: reject unknown //go: comments in std libraryKeith Randall2017-06-061-3/+3
* go/types: don't panic in complex divisionAlberto Donizetti2017-06-052-5/+18
* go/printer: don't emit unnecessary //line directives before empty linesRobert Griesemer2017-06-022-13/+66
* cmd/compile: don't generate liveness maps when the stack is too largeJosh Bleecher Snyder2017-05-301-0/+1
* cmd/compile: don't panic in complex divisionAlberto Donizetti2017-05-181-0/+1
* go/types: fewer spurious "declared but not used" follow-on errorsRobert Griesemer2017-05-153-1/+37
* go/build: return partial information on Import error, for local import pathsDmitri Shuralyov2017-05-152-5/+22
* net: allow Resolver to use a custom dialerMatt Harden2017-05-121-1/+1
* go/build: accept spaces in cgo directivesHiroshi Ioka2017-05-102-15/+9
* internal/cpu: new package to detect cpu featuresMartin Möhrmann2017-05-101-1/+3
* cmd/compile: make "imported and not used" errors deterministicJosh Bleecher Snyder2017-05-091-2/+13
* go/token: remove excess parenthesis in NoPos.IsValid() documentationIbrahim AshShohail2017-05-091-1/+1
* cmd/compile: better errors for float constants with large exponentsRobert Griesemer2017-05-081-0/+1
* go/types: remove invalid documentation and assertion on package namesRobert Griesemer2017-05-052-5/+7
* go/importer: report import path if package is not foundRobert Griesemer2017-05-051-1/+2
* go/constant: avoid generating rats for large negative exponentsJosh Bleecher Snyder2017-05-042-1/+9
* go/internal/gcimporter: add test object files for go1.8 versions 4 and 5Josh Bleecher Snyder2017-04-252-0/+0
* cmd/compile: improve efficiency of binary export position encodingJosh Bleecher Snyder2017-04-251-25/+65
* all: remove some unused parameters in test codeDaniel Martí2017-04-252-4/+4
* go/gcimporter: fix importing of anonymous interfacesRobert Griesemer2017-04-203-36/+61
* all: remove redundant returnsDaniel Martí2017-04-191-4/+0
* go/format: quote bytes in comments for readabilityxufei_Alex2017-04-191-4/+4
* all: remove unnecessary ", _" from map readsDaniel Martí2017-04-181-1/+1
* net/http/fcgi: expose cgi env vars in request contextMeir Fischer2017-04-131-1/+1
* all: fix minor misspellingsEric Lagergren2017-04-031-1/+1
* go/parser: fix example to run on the playgroundDaniel Martí2017-04-031-5/+14
* testing/quick: generate all possible int64, uint64 valuesRuss Cox2017-04-031-1/+1
* go/types: use std "DO NOT EDIT" comment for generated hilbert testRobert Griesemer2017-04-011-2/+1
* go/build: remove unused returnImports parameterDaniel Martí2017-03-211-6/+6
* cmd/compile/internal/gc: export interface embedding informationMatthew Dempsky2017-03-212-5/+6
* Revert "go/types: enforce Check path restrictions via panics"Brad Fitzpatrick2017-03-171-3/+0
* go/types: enforce Check path restrictions via panicsDaniel Martí2017-03-171-0/+3
* go/types: better error for assignment count mismatchesRobert Griesemer2017-03-175-24/+24
* cmd/vet: eliminate "might be too small for shift" warningsAliaksandr Valialkin2017-03-111-1/+5