2015-07-14 |
Ross Light | cmd/go: mark ssh:// URLs as secure |
commit | commitdiff | tree |
2015-07-14 |
Russ Cox | runtime: fix build on non-x86 machines |
commit | commitdiff | tree |
2015-07-14 |
Brad Fitzpatrick | os/exec: ignore pipe write errors when command complete... |
commit | commitdiff | tree |
2015-07-13 |
Rob Pike | doc: update the architecture-specific information in... |
commit | commitdiff | tree |
2015-07-13 |
Rob Pike | cmd/internal/obj: rename *.out.go to a.out.go |
commit | commitdiff | tree |
2015-07-13 |
Austin Clements | runtime: fix MemStats.{PauseNS,PauseEnd,PauseTotalNS... |
commit | commitdiff | tree |
2015-07-13 |
Austin Clements | runtime: report MemStats.PauseEnd in UNIX time |
commit | commitdiff | tree |
2015-07-13 |
Russ Cox | runtime: fix x86 stack trace for call to heap memory |
commit | commitdiff | tree |
2015-07-13 |
Russ Cox | runtime: fix race in TestChanSendBarrier |
commit | commitdiff | tree |
2015-07-13 |
Mikio Hara | net: clean up builtin DNS stub resolver, fix tests |
commit | commitdiff | tree |
2015-07-13 |
Russ Cox | cmd/go: fix go get -u with internal |
commit | commitdiff | tree |
2015-07-13 |
Russ Cox | runtime: add memory barrier for sync send in select |
commit | commitdiff | tree |
2015-07-13 |
Alan Donovan | go/internal/gcimporter: populate (*types.Package).Imports |
commit | commitdiff | tree |
2015-07-13 |
Nigel Tao | image/png: don't read filter bytes for empty interlace... |
commit | commitdiff | tree |
2015-07-13 |
Michael Hudson... | cmd/dist: actually disable testso and testsovar on... |
commit | commitdiff | tree |
2015-07-13 |
Brad Fitzpatrick | doc: add section about standard library to the FAQ |
commit | commitdiff | tree |
2015-07-13 |
Rob Pike | time: document that time.Tick creates an unrecoverable... |
commit | commitdiff | tree |
2015-07-12 |
Ian Lance Taylor | misc/cgo/testshared: unset GOBIN during test |
commit | commitdiff | tree |
2015-07-12 |
Alex Brainman | cmd/dist: disable misc/scgo/testsovar on netbsd |
commit | commitdiff | tree |
2015-07-12 |
Brad Fitzpatrick | all: link to https for golang subdomains too |
commit | commitdiff | tree |
2015-07-12 |
Hariharan Srinath | flag: Clarifies docs for Arg(int) and FlagSet.Arg(int) |
commit | commitdiff | tree |
2015-07-11 |
Brad Fitzpatrick | all: link to https instead of http |
commit | commitdiff | tree |
2015-07-11 |
Brad Fitzpatrick | net/http/fcgi: fix race between serveRequest and cleanUp |
commit | commitdiff | tree |
2015-07-11 |
Elias Naur | runtime: abort on fatal errors and panics in c-shared... |
commit | commitdiff | tree |
2015-07-11 |
Alex Brainman | runtime: use AddVectoredContinueHandler on Windows... |
commit | commitdiff | tree |
2015-07-10 |
Charlie Dorian | math: Expm1 returns -1 with large negative argument. |
commit | commitdiff | tree |
2015-07-10 |
Matthew Dempsky | cmd/link/internal/ld: stricter object file decoding |
commit | commitdiff | tree |
2015-07-10 |
Ian Lance Taylor | runtime, cmd/go: fix tests to work when GOROOT_FINAL... |
commit | commitdiff | tree |
2015-07-10 |
Ian Lance Taylor | runtime: clarify that NumCPU returns only available... |
commit | commitdiff | tree |
2015-07-10 |
Mikio Hara | net: fix misidentification of link-local, global unicas... |
commit | commitdiff | tree |
2015-07-10 |
Mikio Hara | net: ensure that ResolveIPAddr(addr.String()) reproduce... |
commit | commitdiff | tree |
2015-07-10 |
Rob Pike | cmd/doc: submit to the punched card tyranny |
commit | commitdiff | tree |
2015-07-10 |
Alex Brainman | debug/pe: truncate pe sections to their size in memory |
commit | commitdiff | tree |
2015-07-09 |
Brad Fitzpatrick | net: add mechanisms to force go or cgo lookup, and... |
commit | commitdiff | tree |
2015-07-09 |
Ross Light | CONTRIBUTORS: add Ross Light's google.com email |
commit | commitdiff | tree |
2015-07-09 |
Austin Clements | runtime: make sysmon-triggered GC concurrent |
commit | commitdiff | tree |
2015-07-09 |
Rob Pike | doc: document the machine-independent changes to the... |
commit | commitdiff | tree |
2015-07-09 |
Rob Pike | doc: R13 is stack pointer on ARM, not 386 |
commit | commitdiff | tree |
2015-07-09 |
Rob Pike | doc: add -test.count and get -insecure to go1.5.html |
commit | commitdiff | tree |
2015-07-09 |
Rob Pike | cmd/doc: suppress symbols for commands when showing... |
commit | commitdiff | tree |
2015-07-09 |
Rob Pike | cmd/asm: add copyright notices to tests |
commit | commitdiff | tree |
2015-07-08 |
Aaron Jacobs | doc/go1.5: mention net/http.Request.Cancel |
commit | commitdiff | tree |
2015-07-07 |
Russ Cox | cmd/go: disable vendoredImportPath for code outside... go1.5beta1 |
commit | commitdiff | tree |
2015-07-07 |
Russ Cox | cmd/compile: allow static init for unsafe.Pointer(... |
commit | commitdiff | tree |
2015-07-07 |
Brad Fitzpatrick | net/http: fix MaxBytesReader at EOF |
commit | commitdiff | tree |
2015-07-07 |
Brad Fitzpatrick | net/http: revert overly-strict part of earlier smugglin... |
commit | commitdiff | tree |
2015-07-07 |
David Chase | cmd/compile: initialize line number properly for tempor... |
commit | commitdiff | tree |
2015-07-07 |
Russ Cox | runtime: randomize scheduling in -race mode |
commit | commitdiff | tree |
2015-07-07 |
Daniel Theophanes | cmd/go: ignore volume name case when checking vendor... |
commit | commitdiff | tree |
2015-07-07 |
Ross Light | cmd/go: create executable when installing to working... |
commit | commitdiff | tree |
2015-07-07 |
Daniel Theophanes | cmd/go: do not panic on invalid import path containing... |
commit | commitdiff | tree |
2015-07-07 |
Brad Fitzpatrick | net/http/httputil: make ReverseProxy support Trailers |
commit | commitdiff | tree |
2015-07-06 |
Rob Pike | doc: tools for go1.5.html |
commit | commitdiff | tree |
2015-07-05 |
Elias Naur | doc/go1.5.html: fix typo |
commit | commitdiff | tree |
2015-07-05 |
Rob Pike | cmd/go: delete references to old tools (5a etc.) from... |
commit | commitdiff | tree |
2015-07-03 |
Josh Bleecher... | math/rand: improve NewZipf documentation |
commit | commitdiff | tree |
2015-07-03 |
Nigel Tao | image/draw: fix double-draw when the dst is paletted. |
commit | commitdiff | tree |
2015-07-02 |
Rob Pike | doc: finish the small library changes in go1.5.html... |
commit | commitdiff | tree |
2015-07-02 |
Dmitry Vyukov | cmd/trace: log errors to console in AJAX handler |
commit | commitdiff | tree |
2015-07-02 |
Mikio Hara | Revert "net, internal/syscall/unix: add SocketConn... |
commit | commitdiff | tree |
2015-07-02 |
Brad Fitzpatrick | mime/multipart: fix bug when body contains prefix of... |
commit | commitdiff | tree |
2015-07-02 |
Dmitry Vyukov | internal/trace: add comment for stable sort |
commit | commitdiff | tree |
2015-07-02 |
Rob Pike | crypto: fix non-sentence in documentation for Decrypter |
commit | commitdiff | tree |
2015-07-02 |
Dmitry Vyukov | internal/trace: stable sort events |
commit | commitdiff | tree |
2015-07-02 |
Rob Pike | doc: add most major changes and most net changes to... |
commit | commitdiff | tree |
2015-07-01 |
Roger Peppe | encoding/xml: minor changes |
commit | commitdiff | tree |
2015-07-01 |
Dmitry Vyukov | cmd/trace: fix time scale |
commit | commitdiff | tree |
2015-07-01 |
Rob Pike | doc: more library in go1.5.html |
commit | commitdiff | tree |
2015-06-30 |
Brad Fitzpatrick | database/sql: make Register safe for concurrent use |
commit | commitdiff | tree |
2015-06-30 |
Brad Fitzpatrick | net/http: harden Server against request smuggling |
commit | commitdiff | tree |
2015-06-30 |
Brad Fitzpatrick | internal/singleflight: deflake test |
commit | commitdiff | tree |
2015-06-30 |
Alan Donovan | go/types: change {Type,Object,Selection}String to accep... |
commit | commitdiff | tree |
2015-06-30 |
Russ Cox | cmd/link: reject data size > 2 GB |
commit | commitdiff | tree |
2015-06-30 |
Russ Cox | cmd/compile: allow linker to drop string headers when... |
commit | commitdiff | tree |
2015-06-30 |
Russ Cox | cmd/compile: fix race detector handling of OBLOCK nodes |
commit | commitdiff | tree |
2015-06-30 |
Brad Fitzpatrick | net/textproto: don't treat spaces as hyphens in header... |
commit | commitdiff | tree |
2015-06-30 |
Dmitry Vyukov | cmd/trace: sort procs |
commit | commitdiff | tree |
2015-06-30 |
Brad Fitzpatrick | net/http: harden, document func SetCookie and type... |
commit | commitdiff | tree |
2015-06-30 |
Russ Cox | net/url: only record RawPath when it is needed |
commit | commitdiff | tree |
2015-06-30 |
Dmitry Vyukov | cmd/compile/internal/gc: give OASWB name |
commit | commitdiff | tree |
2015-06-30 |
Roger Peppe | encoding/xml: fix xmlns= behavior |
commit | commitdiff | tree |
2015-06-30 |
Andrew Gerrand | cmd/go: use GOOS and GOARCH from build context for... |
commit | commitdiff | tree |
2015-06-30 |
Nigel Tao | image/gif: accept LZW encodings that do not have an... |
commit | commitdiff | tree |
2015-06-30 |
Nigel Tao | compress/lzw: return the partial decoding for a truncat... |
commit | commitdiff | tree |
2015-06-30 |
Alex Brainman | archive/tar: move round-trip reading into common os... |
commit | commitdiff | tree |
2015-06-30 |
Aaron Jacobs | net/http: add a Request.Cancel channel. |
commit | commitdiff | tree |
2015-06-29 |
Russ Cox | cmd/compile: reject large floating point exponents... |
commit | commitdiff | tree |
2015-06-29 |
Russ Cox | io: tweak Reader comment |
commit | commitdiff | tree |
2015-06-29 |
Russ Cox | path/filepath: document and test behavior of SkipDir... |
commit | commitdiff | tree |
2015-06-29 |
Russ Cox | cmd/link: detect -X setting non-string variable |
commit | commitdiff | tree |
2015-06-29 |
Rob Pike | doc: finish listing the non-crypto non-net small API... |
commit | commitdiff | tree |
2015-06-29 |
Alan Donovan | go/types: go/types: add an API test of the Scope type |
commit | commitdiff | tree |
2015-06-29 |
Russ Cox | cmd/link: fix -s with external linking |
commit | commitdiff | tree |
2015-06-29 |
Russ Cox | cmd/compile: enable PAUTO capture variables on arch... |
commit | commitdiff | tree |
2015-06-29 |
Adam Langley | crypto/rsa: check for primes ≤ 1 in Validate |
commit | commitdiff | tree |
2015-06-29 |
Brad Fitzpatrick | net/http/httptest: increase test Server's key size |
commit | commitdiff | tree |
2015-06-29 |
Tom Heng | cmd/go: 'go env' print GO15VENDOREXPERIMENT in Go1.5 |
commit | commitdiff | tree |
2015-06-29 |
Brad Fitzpatrick | sync: disable flaky WaitGroup misuse test in short... |
commit | commitdiff | tree |
2015-06-29 |
Russ Cox | cmd/go: disable TestIssue10952 without external network |
commit | commitdiff | tree |
2015-06-29 |
Russ Cox | cmd/compile: allow unnamed constants to set line number |
commit | commitdiff | tree |
next |