index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
Age
Commit message (
Expand
)
Author
2015-12-17
api: create go1.6.txt
go1.6beta1
Brad Fitzpatrick
2015-12-17
cmd/link: reject non-package main toplevel.a file, remove dead code
Russ Cox
2015-12-17
cmd/go: for go get -insecure, do not fall back to HTTP for non-200 responses
Russ Cox
2015-12-17
cmd/go: fix processing of HTTPS 404 without -insecure
Russ Cox
2015-12-17
Revert "cmd/go: allow omitted user name in git ssh repo syntax"
Russ Cox
2015-12-17
cmd/go: fix git submodule fetch
Russ Cox
2015-12-17
cmd/go: runtime and runtime/internal packages depend on runtime/internal/sys
Ian Lance Taylor
2015-12-17
cmd/go: respect umask when creating executables
Russ Cox
2015-12-17
cmd/go: allow ~ as first char of path element in general git import paths
Russ Cox
2015-12-17
cmd/go: don't be clever about mtime precision in test
Russ Cox
2015-12-17
cmd/go: document that package documentation is ignored
Russ Cox
2015-12-17
cmd/go: allow omitted user name in git ssh repo syntax
Russ Cox
2015-12-17
cmd/go: document that tests run in the source directory
Russ Cox
2015-12-17
cmd/go: document where get writes, and not vendor directories
Russ Cox
2015-12-17
cmd/go: document that go generate accepts all build flags
Russ Cox
2015-12-17
cmd/go: document that -p applies to test binary execution
Russ Cox
2015-12-17
cmd/pprof: fix scaling of "gigabyte" unit
Brad Fitzpatrick
2015-12-17
cmd/go: use tags when evaluating file system wildcards like ./...
Russ Cox
2015-12-17
cmd/go: disable use of -linkmode=external in tests when CGO_ENABLED=0
Russ Cox
2015-12-17
cmd/dist: show output from failed compiler execution
Russ Cox
2015-12-17
cmd/cgo: gccgo support for cgoCheckPointer
Ian Lance Taylor
2015-12-17
cmd/go: add -args to 'go test' to resolve -v ambiguity
Russ Cox
2015-12-17
Revert "cmd/dist: fix build after "go test" argument order change"
Russ Cox
2015-12-16
cmd/cgo: map C unsigned char back to _Ctype_uchar in error messages
Shenghou Ma
2015-12-16
cmd/compile: fix magic multiply smashing AX
Russ Cox
2015-12-16
cmd/compile: diagnose invalid switch interface{} case earlier
Russ Cox
2015-12-16
cmd/compile: fix export type conversion loss in inlined func body
Russ Cox
2015-12-16
Revert "cmd/go: fix processing of flags for test binaries."
Russ Cox
2015-12-16
cmd/go: tiny cleanup
Russ Cox
2015-12-16
go/build: support vendor directories in Import
Russ Cox
2015-12-16
cmd/compile: re-vendor math/big so we use latest version in compiler
Robert Griesemer
2015-12-16
cmd/compile: fix -race nit
Russ Cox
2015-12-16
cmd/dist, runtime: make runtime version available as runtime.buildVersion
Shenghou Ma
2015-12-15
cmd/compile: change dead code into assert
Matthew Dempsky
2015-12-14
go/constant: switch to floating-point representation when fractions become to...
Robert Griesemer
2015-12-14
cmd/cgo: use _Complex in rewritten Go code too
Matthew Dempsky
2015-12-14
cmd/internal/obj: remove 3 incorrect copyright notices
Russ Cox
2015-12-14
cmd/cgo: use standard C syntax for complex types
Ian Lance Taylor
2015-12-12
cmd/compile: add missing write barriers for return statements
Matthew Dempsky
2015-12-10
cmd/compile: captureless closures are constants
Keith Randall
2015-12-10
cmd/doc: search the tree in breadth-first order
Rob Pike
2015-12-10
cmd/compile: don't truncate tiny float constants to 0 in error messages
Robert Griesemer
2015-12-09
cmd/compile: remove unneeded error message cleanup pass
Matthew Dempsky
2015-12-09
cmd/compile, cmd/internal/obj: ignore AUSEFIELD
Ian Lance Taylor
2015-12-09
cmd/compile: recognize labels even if they have the same name as packages
Robert Griesemer
2015-12-07
go/parser, go/types: report invalid else branch in if statements
Robert Griesemer
2015-12-07
cmd/go: fix bad shared lib name with buildmode=shared
Aleksandr Demakin
2015-12-07
cmd/compile/internal/gc: fix internal compiler error on invalid declaration
Didier Spezia
2015-12-07
cmd/compile: avoid converting huge floats to integers
Robert Griesemer
2015-12-07
cmd/compile/internal/gc: fix panic in Type Stringer
Didier Spezia
[next]