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
2017-06-26
cmd/go: add more info in t.Fatal message
go1.9beta2
Brad Fitzpatrick
2017-06-26
cmd/compile: use correct variable when setting up dummy CallStmt in error
Robert Griesemer
2017-06-23
cmd/internal/obj/arm: fix wrong encoding of MULBB
Ben Shi
2017-06-23
cmd/go: fix TestExecutableGOROOT when GOROOT_FINAL is set
Russ Cox
2017-06-23
cmd/go: be more precise when a directory cannot be built
Russ Cox
2017-06-23
cmd/go: report possibly-relevant ignored symlinks during pattern match
Russ Cox
2017-06-23
cmd/go: detect case-insensitive import path collision
Russ Cox
2017-06-23
cmd/internal/obj/arm: fix setting U bit in shifted register offset of MOVBS
Ben Shi
2017-06-23
cmd/go: detect Go assembly before assembling with gcc
Russ Cox
2017-06-23
cmd/go: require -buildmode=c-shared to take one main package
Russ Cox
2017-06-22
cmd/compile: fix array slice expression bounds check
Robert Griesemer
2017-06-22
cmd/go: read URL not Repository Root from svn info
Russ Cox
2017-06-21
cmd/compile: make loop guard+rotate conditional on GOEXPERIMENT
David Chase
2017-06-21
all: gofmt
Mikio Hara
2017-06-20
Revert "cmd/vendor/github.com/google/pprof: refresh from upstream"
Alberto Donizetti
2017-06-20
cmd/vendor/github.com/google/pprof: refresh from upstream
Alberto Donizetti
2017-06-20
testing: harmonize handling of prefix-matched benchmarks
Russ Cox
2017-06-19
cmd/compile: permit Unicode spaces in (expanded) package paths
Robert Griesemer
2017-06-16
cmd/go: clarify test -run and -bench pattern matching
Russ Cox
2017-06-15
cmd/compile: fix crash in importer when running in debug mode
Robert Griesemer
2017-06-15
cmd/compile: better error for malformed packages
Matthew Dempsky
2017-06-15
cmd/go: improve documentation on defaults for get
Marko Mudrinic
2017-06-15
Revert "cmd/compile: skip reexporting types in reexportdep"
Matthew Dempsky
2017-06-15
testing: clarify -timeout flag
Kale Blankenship
2017-06-15
cmd/compile: fix exporting of function bodies
Matthew Dempsky
2017-06-15
runtime: restore arm assembly stubs for div/mod
Keith Randall
2017-06-15
cmd/pprof: restore printing descriptive errors from net/http/pprof endpoints
Kale Blankenship
2017-06-14
cmd/compile: fix detection of calls to reflect.Method
Robert Griesemer
2017-06-14
cmd/go: disable tool version check during bootstrap
go1.9beta1
Brad Fitzpatrick
2017-06-14
api: promote next to go1.9
Chris Broadfoot
2017-06-14
runtime: remove unused arm assembly for div/mod
Keith Randall
2017-06-14
cmd/cgo: match note following error in compiler errors
Ian Lance Taylor
2017-06-14
cmd/link: implement trampolines for ppc64le with ext linking
Lynn Boger
2017-06-13
cmd/go: fix TestIssue7573 for absolute paths in -L options
Ian Lance Taylor
2017-06-13
cmd/go: adjust regexp that cleans cgo-related errors
Robert Griesemer
2017-06-13
go/build: make -I/-L options in cgo flags absolute
Ian Lance Taylor
2017-06-13
cmd/go: initialize in get before loading packages
Ian Lance Taylor
2017-06-13
cmd/internal/obj/arm: fix MOVW to/from FPSR
Ben Shi
2017-06-09
all: single space after period
Brad Fitzpatrick
2017-06-09
cmd/compile: don't use ."" as a pkg prefix
Daniel MartÃ
2017-06-09
cmd/internal/obj/arm: fix encoding of move register/immediate to CPSR
Ben Shi
2017-06-09
testing: show in-progress tests upon SIGINT
Meir Fischer
2017-06-08
cmd/go: ignore dot and underscore files in fmt, fix, and get -fix
Brad Fitzpatrick
2017-06-08
cmd/compile: fix real/imag for untyped constant arguments
Robert Griesemer
2017-06-08
cmd/go: fix TestBuildIDContainsArchModeEnv fail on arm64
Wei Xiao
2017-06-07
cmd/compile: separate code for len, cap from code for real, imag
Robert Griesemer
2017-06-07
cmd/compile: don't implicitly dereference pointer to arrays for real/imag
Robert Griesemer
2017-06-07
cmd/internal/obj/arm: don't split instructions on NaCl
Cherry Zhang
2017-06-07
cmd/compile: check that phis are always first after scheduling
Keith Randall
2017-06-06
cmd/compile: reject unknown //go: comments in std library
Keith Randall
[next]