aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2015-12-17api: create go1.6.txtgo1.6beta1Brad Fitzpatrick
2015-12-17cmd/link: reject non-package main toplevel.a file, remove dead codeRuss Cox
2015-12-17cmd/go: for go get -insecure, do not fall back to HTTP for non-200 responsesRuss Cox
2015-12-17cmd/go: fix processing of HTTPS 404 without -insecureRuss Cox
2015-12-17Revert "cmd/go: allow omitted user name in git ssh repo syntax"Russ Cox
2015-12-17cmd/go: fix git submodule fetchRuss Cox
2015-12-17cmd/go: runtime and runtime/internal packages depend on runtime/internal/sysIan Lance Taylor
2015-12-17cmd/go: respect umask when creating executablesRuss Cox
2015-12-17cmd/go: allow ~ as first char of path element in general git import pathsRuss Cox
2015-12-17cmd/go: don't be clever about mtime precision in testRuss Cox
2015-12-17cmd/go: document that package documentation is ignoredRuss Cox
2015-12-17cmd/go: allow omitted user name in git ssh repo syntaxRuss Cox
2015-12-17cmd/go: document that tests run in the source directoryRuss Cox
2015-12-17cmd/go: document where get writes, and not vendor directoriesRuss Cox
2015-12-17cmd/go: document that go generate accepts all build flagsRuss Cox
2015-12-17cmd/go: document that -p applies to test binary executionRuss Cox
2015-12-17cmd/pprof: fix scaling of "gigabyte" unitBrad Fitzpatrick
2015-12-17cmd/go: use tags when evaluating file system wildcards like ./...Russ Cox
2015-12-17cmd/go: disable use of -linkmode=external in tests when CGO_ENABLED=0Russ Cox
2015-12-17cmd/dist: show output from failed compiler executionRuss Cox
2015-12-17cmd/cgo: gccgo support for cgoCheckPointerIan Lance Taylor
2015-12-17cmd/go: add -args to 'go test' to resolve -v ambiguityRuss Cox
2015-12-17Revert "cmd/dist: fix build after "go test" argument order change"Russ Cox
2015-12-16cmd/cgo: map C unsigned char back to _Ctype_uchar in error messagesShenghou Ma
2015-12-16cmd/compile: fix magic multiply smashing AXRuss Cox
2015-12-16cmd/compile: diagnose invalid switch interface{} case earlierRuss Cox
2015-12-16cmd/compile: fix export type conversion loss in inlined func bodyRuss Cox
2015-12-16Revert "cmd/go: fix processing of flags for test binaries."Russ Cox
2015-12-16cmd/go: tiny cleanupRuss Cox
2015-12-16go/build: support vendor directories in ImportRuss Cox
2015-12-16cmd/compile: re-vendor math/big so we use latest version in compilerRobert Griesemer
2015-12-16cmd/compile: fix -race nitRuss Cox
2015-12-16cmd/dist, runtime: make runtime version available as runtime.buildVersionShenghou Ma
2015-12-15cmd/compile: change dead code into assertMatthew Dempsky
2015-12-14go/constant: switch to floating-point representation when fractions become to...Robert Griesemer
2015-12-14cmd/cgo: use _Complex in rewritten Go code tooMatthew Dempsky
2015-12-14cmd/internal/obj: remove 3 incorrect copyright noticesRuss Cox
2015-12-14cmd/cgo: use standard C syntax for complex typesIan Lance Taylor
2015-12-12cmd/compile: add missing write barriers for return statementsMatthew Dempsky
2015-12-10cmd/compile: captureless closures are constantsKeith Randall
2015-12-10cmd/doc: search the tree in breadth-first orderRob Pike
2015-12-10cmd/compile: don't truncate tiny float constants to 0 in error messagesRobert Griesemer
2015-12-09cmd/compile: remove unneeded error message cleanup passMatthew Dempsky
2015-12-09cmd/compile, cmd/internal/obj: ignore AUSEFIELDIan Lance Taylor
2015-12-09cmd/compile: recognize labels even if they have the same name as packagesRobert Griesemer
2015-12-07go/parser, go/types: report invalid else branch in if statementsRobert Griesemer
2015-12-07cmd/go: fix bad shared lib name with buildmode=sharedAleksandr Demakin
2015-12-07cmd/compile/internal/gc: fix internal compiler error on invalid declarationDidier Spezia
2015-12-07cmd/compile: avoid converting huge floats to integersRobert Griesemer
2015-12-07cmd/compile/internal/gc: fix panic in Type StringerDidier Spezia