go /
go /
6128ff84f1106af4944f50f74070566e87f2cb35 - 6128ff8 bufio: add Reader.Size and Writer.Size accessors by Brad Fitzpatrick · 7 years ago
- 2da1446 time: fix incorrect "zero padding" comments by Kenny Grant · 7 years ago
- e4468c9 syscall: rename ztypes_windows* to types_windows* by Tobias Klauser · 7 years ago
- 8d9bb1e vendor/golang_org/x/net/idna: update from upstream by Marcel van Lohuizen · 7 years ago
- fbfc203 cmd/compile: specialize map creation for small hint sizes by Martin Möhrmann · 8 years ago
- 1e83f88 cmd/internal/obj: make it possible to have all AVX1/2 insts by isharipo · 7 years ago
- 44943af cmd/internal/obj/x86: add ADX extension by Ilya Tocar · 7 years ago
- 1cb86e2 cmd/internal/objfile: allow disassemble amd64p32 binaries by Cherry Zhang · 7 years ago
- 3860478 math: implement asm modf for ppc64x by Lynn Boger · 7 years ago
- 0d101d1 time: fix incorrect "zero pad" comment in example by Blixt · 7 years ago
- 2dd110f runtime/pprof: use switch for GOOS check in testCPUProfile by Tobias Klauser · 7 years ago
- 15f07db cmd/go: add cache verification mode by Russ Cox · 7 years ago
- c604792 cmd/go: add "go env GOCACHE" by Russ Cox · 7 years ago
- b31162d cmd/go/internal/cache: add GetBytes, PutBytes by Russ Cox · 7 years ago
- b66a294 cmd/dist: set GOCACHE during make.bash/run.bash by Russ Cox · 7 years ago
- 21e6612 go/build: fix ImportDir to report PkgTarget for directories in GOROOT/GOPATH by Russ Cox · 7 years ago
- 1114d40 cmd/go/internal/cache: implement build artifact cache by Russ Cox · 8 years ago
- a0dfd82 go/types: avoid repeated "declared but not used" errors for closure variables by griesemer · 7 years ago
- eb2b0ed syscall: use setattrlist for UtimesNano on Darwin for ns resolution by Evan Jones · 7 years ago
- 86b7721 os: rearrange OpenFile Flags doc by Ian Lance Taylor · 7 years ago
- a8def0b net/http: update bundled http2 by Tom Bergan · 7 years ago
- 731b632 crypto, hash: implement BinaryMarshaler, BinaryUnmarshaler in hash implementations by Tim Cooper · 8 years ago
- 14bc4f5 encoding/xml: ignore whitespace in values and attrs by Leigh McCulloch · 7 years ago
- 776cdef encoding/xml: add docs and tests for bool whitespace by Leigh McCulloch · 7 years ago
- 541bf9f net/smtp: don't call testing.T.Fatal{,f} from goroutines not running Test function by Mikio Hara · 7 years ago
- 0b7df65 net/mail: capitalize acronym on helper function name by Mikio Hara · 7 years ago
- 2ff7555 net/http: set Content-Type header for HEAD as well by Dmitri Shuralyov · 8 years ago
- 66764cc os/signal: improve documentation for the Notify function by Radek Sohlich · 7 years ago
- 7bd0b61 cmd/internal/goobj: accept int64 in readInt by Cherry Zhang · 7 years ago
- 85c32c3 math/big: implement CmpAbs by griesemer · 7 years ago
- 1852573 go/types: sort unused declaration errors by Daniel Martí · 7 years ago
- 856dccb math/big: avoid unnecessary Newton iteration in Float.Sqrt by Alberto Donizetti · 7 years ago
- a6b0a1c net/http: fix typo in doc string by Joe Kyo · 7 years ago
- a034809 cmd/compile: provide more names for stack slots by David Chase · 7 years ago
- 018642d compile, link: remove base address selector from DWARF range lists by Alessandro Arzilli · 7 years ago
- 5617864 cmd/go: pass package config to vet during "go vet" by Russ Cox · 7 years ago
- 4fe4279 cmd/vet: accept package config from go command by Russ Cox · 7 years ago
- f1fa663 make.bash: show correct GOROOT_BOOTSTRAP when using `go env GOROOT` by Filippo Valsorda · 7 years ago
- 371a5b4 runtime: protect growslice against newcap*et.size overflow by Martin Möhrmann · 8 years ago
- 96c62b3 all: remove unnecessary return after skipping test by Tobias Klauser · 7 years ago
- 2c783dc math/big: save one subtraction per iteration in Float.Sqrt by Alberto Donizetti · 7 years ago
- 235a25c cmd/cgo: remove unnecessary nil check by Tobias Klauser · 7 years ago
- f265f5d archive/zip, crypto/tls: use rand.Read instead of casting ints to bytes by Carl Mastrangelo · 8 years ago
- fb1fd6a time: improve comments about valid layouts being invalid Parse values by Ian Lance Taylor · 7 years ago
- 6eb8076 cmd/dist: reach fixed point in rebuild during run.bash by Russ Cox · 7 years ago
- bf21c67 cmd/go: trim objdir, not just workdir, from object files by Russ Cox · 7 years ago
- 2f17052 cmd/link: do not store compilation directory in DWARF info by Russ Cox · 7 years ago
- f1ce59d encoding/json: Include the offset of a SyntaxError by Michael Fraenkel · 7 years ago
- 6fac139 crypto/cipher, crypto/rc4: make overlap rules wording consistent by Filippo Valsorda · 8 years ago
- 2596a0c encoding/json: disallow unknown fields in Decoder by Ivan Bertona · 7 years ago
- d58f4e9 runtime/trace: fix corrupted trace during StartTrace by Hana (Hyang-Ah) Kim · 8 years ago
- af192a3 runtime: allow 5% mutator assist over 25% background mark by Austin Clements · 8 years ago
- 03eb948 runtime: separate soft and hard heap limits by Austin Clements · 8 years ago
- bc723cf cmd/compile: on ARM, make sure *const's AuxInt fit into int32 by Cherry Zhang · 7 years ago
- 7cb3e4f all: unindent some if bodies by exiting early by Daniel Martí · 7 years ago
- 94484d8 cmd/compile: intrinsify math.{Trunc/Ceil/Floor} on amd64 by Ilya Tocar · 7 years ago
- 8684534 cmd/compile: don't export unreachable inline method bodies by Matthew Dempsky · 7 years ago
- f33f20e test: fix and re-enable nosplit.go by Cherry Zhang · 7 years ago
- 54d04c2 crypto/tls: remove bookkeeping code from pHash function by Joe Kyo · 7 years ago
- 622cfd8 cmd/compile: don't fold address of global into load/store on PPC64 by Cherry Zhang · 7 years ago
- 4745604 cmd/compile: intrinsify math.RoundToEven on s390x by Michael Munday · 7 years ago
- 51daa25 cmd/dist: avoid darwin_amd64 assumption in debug prints by Russ Cox · 7 years ago
- fc768da cmd/vet: tighten printf format error messages by Russ Cox · 7 years ago
- 9aa6f80 go/importer: support lookup in importer.For by Russ Cox · 7 years ago
- 3e887ff time: document that valid layouts are not valid Parse values by Kenny Grant · 7 years ago
- bc98cea strings: add examples for specialCase by Ramazan AYYILDIZ · 7 years ago
- 52cf91a cmd/compile,runtime: update instrumentation comments by Austin Clements · 7 years ago
- 5536180 net/http: display connect methods table properly in `go doc` by Joe Kyo · 7 years ago
- 8f4f1f6 fmt: hide bad format in test from vet by Russ Cox · 7 years ago
- 9364c0e cmd/vet: do not import net/http at startup by Russ Cox · 7 years ago
- c1e026a build: quiet make.bash, make.bat, make.rc by Russ Cox · 7 years ago
- 84dc501 test/run: use go tool compile + link instead of go run when possible by Russ Cox · 7 years ago
- 2e2047a runtime/race: install alternate packages to temp dir by Russ Cox · 7 years ago
- 94471f6 runtime: shorten tests in all.bash by Russ Cox · 7 years ago
- 6c8418f cmd/dist: log timing to $GOBUILDTIMELOGFILE by Russ Cox · 7 years ago
- 7dea509 cmd/go: switch to entirely content-based staleness determination by Russ Cox · 7 years ago
- 4b5018c cmd/compile: change ssa test to avoid go run -gcflags=-d=ssa/check/on by Russ Cox · 7 years ago
- 2beb173 all: respect $GO_GCFLAGS during run.bash by Russ Cox · 7 years ago
- 99be9cc flag: add (*FlagSet).Name, (*FlagSet).ErrorHandling, export (*FlagSet).Output by Tim Cooper · 7 years ago
- 26e49e6 container/ring: fix example_test.go by Jason Wangsadinata · 7 years ago
- 94d9371 os: clarify that OpenFile reqires one of O_RDONLY/O_WRONLY/O_RDWR by Ian Lance Taylor · 7 years ago
- c280126 cmd/asm, cmd/internal/obj/s390x, math: add "test under mask" instructions by Michael Munday · 8 years ago
- 96cdacb cmd/asm, cmd/compile: optimize math.Abs and math.Copysign on s390x by Michael Munday · 7 years ago
- 7fff1db runtime: remove unnecessary sync from publicationBarrier on s390x by Bill O'Farrell · 7 years ago
- 03c8c56 cmd/compile: skip compiling wrappers for imported defined types by Matthew Dempsky · 7 years ago
- 84e91e1 net/url: preserve leading slashes when resolving path by Mark Theunissen · 8 years ago
- b4c3fe7 cmd/compile: adjust expectations of test for issue 18902 by David Chase · 7 years ago
- 0153a41 cmd/compile: fix runtime.KeepAlive by Keith Randall · 7 years ago
- b09e2de cmd/dist: force non-devel version for cross-build buildlets by Russ Cox · 7 years ago
- b97688d math: optimize dim and remove s390x assembly implementation by Michael Munday · 8 years ago
- be08ddb encoding/xml: don't panic when custom Unmarshaler sees StartElement by Sam Whited · 7 years ago
- 01c144c net/http/pprof: attach handlers using http.HandleFunc by Terin Stock · 7 years ago
- 877387e runtime: use buffered write barrier for bulkBarrierPreWrite by Austin Clements · 7 years ago
- 6a5f1e5 runtime: simplify and optimize typedslicecopy by Austin Clements · 7 years ago
- f96b95b runtime: benchmark for bulk write barriers by Austin Clements · 7 years ago
- 7e34313 cmd/compile: compiler support for buffered write barrier by Austin Clements · 7 years ago
- e9079a6 runtime: buffered write barrier implementation by Austin Clements · 7 years ago
- 1e8ab99 runtime: add benchmark for write barriers by Austin Clements · 7 years ago
- 15d6ab6 runtime: make systemstack tail call if already switched by Austin Clements · 7 years ago
- 67a7d5d misc/cgo/testshared: don't assume mtimes trigger rebuilds by Russ Cox · 7 years ago