2019-01-30 |
Ian Lance Taylor | os: make openFdAt act like openFileNolog |
commit | commitdiff | tree |
2019-01-29 |
Brad Fitzpatrick | net/url, net/http: relax CTL-in-URL validation to only... |
commit | commitdiff | tree |
2019-01-29 |
kim yongbin | doc/go1.12: add notes about 'go doc -src' |
commit | commitdiff | tree |
2019-01-29 |
Ian Lance Taylor | doc: go1.12: mention change in text/template user funct... |
commit | commitdiff | tree |
2019-01-29 |
Austin Clements | cmd/link: fix confusing error on unresolved symbol |
commit | commitdiff | tree |
2019-01-28 |
Ian Lance Taylor | doc: mention init traceback change in Go 1.12 release... |
commit | commitdiff | tree |
2019-01-28 |
Keith Randall | doc: describe change to eliminate method expression... |
commit | commitdiff | tree |
2019-01-27 |
Alex Brainman | path/filepath: skip TestIssue29372 on windows, if ... |
commit | commitdiff | tree |
2019-01-27 |
Keith Randall | cmd/compile: hide init functions in tracebacks |
commit | commitdiff | tree |
2019-01-27 |
Ian Lance Taylor | cmd/compile: base PPC64 trunc rules on final type,... |
commit | commitdiff | tree |
2019-01-27 |
GiantsLoveDeathMetal | sort: change let to let's |
commit | commitdiff | tree |
2019-01-25 |
Ian Lance Taylor | cmd/go: mention that binary packages are going away |
commit | commitdiff | tree |
2019-01-25 |
yo-tak | cmd/compile, cmd/link: document more flags |
commit | commitdiff | tree |
2019-01-23 |
Bryan C. Mills | cmd/go/internal/modload: ensure that __debug_modinfo__... |
commit | commitdiff | tree |
2019-01-23 |
Filippo Valsorda | crypto/elliptic: reduce subtraction term to prevent... |
commit | commitdiff | tree |
2019-01-23 |
Brad Fitzpatrick | net/http: update bundled http2 |
commit | commitdiff | tree |
2019-01-23 |
Brad Fitzpatrick | net/url, net/http: reject control characters in URLs |
commit | commitdiff | tree |
2019-01-23 |
Daniel Martí | doc: mention 'go get golang.org/dl/...' in install |
commit | commitdiff | tree |
2019-01-23 |
Elias Naur | A+C: change email address for Elias Naur |
commit | commitdiff | tree |
2019-01-22 |
Keith Randall | cmd/compile: don't bother compiling functions named "_" |
commit | commitdiff | tree |
2019-01-22 |
Filippo Valsorda | crypto/subtle: normalize constant time ops docs |
commit | commitdiff | tree |
2019-01-22 |
Dmitri Shuralyov | cmd/go: copy missing bit of documentation about code... |
commit | commitdiff | tree |
2019-01-21 |
Elias Naur | doc/go1.12.html: document rejection of mangled C names |
commit | commitdiff | tree |
2019-01-21 |
Tobias Klauser | cmd/cgo: remove duplicate entry from gofmtLineReplacer |
commit | commitdiff | tree |
2019-01-21 |
Aaron Cannon | flag: improve docs for PrintDefaults; clarify how to... |
commit | commitdiff | tree |
2019-01-20 |
Filippo Valsorda | crypto/tls: send a "handshake failure" alert if the... |
commit | commitdiff | tree |
2019-01-20 |
Ian Lance Taylor | cmd/cgo: print the right error if mangling detection... |
commit | commitdiff | tree |
2019-01-18 |
Filippo Valsorda | doc/go1.12: mention small RSA keys will cause some... |
commit | commitdiff | tree |
2019-01-18 |
Filippo Valsorda | crypto/tls: expand Config.CipherSuites docs |
commit | commitdiff | tree |
2019-01-18 |
Hana (Hyang... | doc/go1.12: mention heap sampling change |
commit | commitdiff | tree |
2019-01-18 |
tkivisik | A+C: add author, rename contributor to a real name |
commit | commitdiff | tree |
2019-01-18 |
Raul Silvera | runtime: sample large heap allocations correctly |
commit | commitdiff | tree |
2019-01-18 |
Ian Lance Taylor | cmd/go: don't modify GOROOT in TestNewReleaseRebuildsSt... |
commit | commitdiff | tree |
2019-01-18 |
Ian Lance Taylor | cmd/cgo: don't replace newlines with semicolons in... |
commit | commitdiff | tree |
2019-01-18 |
Brad Fitzpatrick | net/http: clarify Transport connection reuse docs a bit |
commit | commitdiff | tree |
2019-01-17 |
Robert Griesemer | math/big: document that Rat.SetString accepts _decimal_... |
commit | commitdiff | tree |
2019-01-17 |
Michael Anthony... | runtime: don't coalesce scavenged spans with unscavenge... |
commit | commitdiff | tree |
2019-01-17 |
Michael Anthony... | runtime: de-duplicate coalescing code |
commit | commitdiff | tree |
2019-01-17 |
Michael Anthony... | runtime: refactor coalescing into its own method |
commit | commitdiff | tree |
2019-01-17 |
Austin Clements | doc/go1.12: link to ABIInternal design document |
commit | commitdiff | tree |
2019-01-17 |
Ian Lance Taylor | testing: report the failing test in a late log panic |
commit | commitdiff | tree |
2019-01-16 |
Clément Chigot | net: increase TestNotTemporaryRead server sleep |
commit | commitdiff | tree |
2019-01-16 |
Baokun Lee | cmd/go/internal/clean: fix clean -testcache does not... |
commit | commitdiff | tree |
2019-01-15 |
GuilhermeCaruso | encoding/json: add comment for mashalererror struct |
commit | commitdiff | tree |
2019-01-15 |
Daniel Martí | cmd/go: fix wording issue in comment |
commit | commitdiff | tree |
2019-01-15 |
Ian Lance Taylor | cmd/cgo: don't replace newlines with semicolons in... |
commit | commitdiff | tree |
2019-01-15 |
Viacheslav... | cmd/go: remove init() to fix precedence issue when... |
commit | commitdiff | tree |
2019-01-15 |
Alex Brainman | path/filepath: skip part of TestNTNamespaceSymlink |
commit | commitdiff | tree |
2019-01-14 |
Keith Randall | runtime: keep FuncForPC from crashing for PCs between... |
commit | commitdiff | tree |
2019-01-14 |
Dmitri Shuralyov | misc/sortac: delete sortac command |
commit | commitdiff | tree |
2019-01-14 |
Keith Randall | cmd/compile: when merging instructions, prefer line... |
commit | commitdiff | tree |
2019-01-14 |
Daniel Theophanes | database/sql: fix logic for pulling a Conn from DB |
commit | commitdiff | tree |
2019-01-14 |
David du Colombier | net: skip TestLookupGmailTXT on Plan 9 |
commit | commitdiff | tree |
2019-01-12 |
Ian Lance Taylor | net: pass if at least one matching entry in TestLookupG... |
commit | commitdiff | tree |
2019-01-11 |
Sebastiaan... | cmd/go: remove note about GOCACHE=off in docs |
commit | commitdiff | tree |
2019-01-11 |
Austin Clements | cmd/compile: separate data and function LSyms |
commit | commitdiff | tree |
2019-01-10 |
Ian Lance Taylor | doc: add Go 1.12 release note for trigonometric reducti... |
commit | commitdiff | tree |
2019-01-10 |
Michael Anthony... | runtime: make mTreap iterator bidirectional go1.12beta2 |
commit | commitdiff | tree |
2019-01-10 |
Alex Brainman | path/filepath: return special error from EvalSymlinks |
commit | commitdiff | tree |
2019-01-10 |
Mikio Hara | net: drop confusing comment |
commit | commitdiff | tree |
2019-01-10 |
Mikio Hara | net: update BUG sections for go1.12 |
commit | commitdiff | tree |
2019-01-09 |
Clément Chigot | cmd/dist, cmd/link, runtime: fix stack size when cross... |
commit | commitdiff | tree |
2019-01-09 |
Ian Lance Taylor | os: always treat files as unpollable on FreeBSD |
commit | commitdiff | tree |
2019-01-09 |
David du Colombier | cmd/go: skip tests using Git on Plan 9 |
commit | commitdiff | tree |
2019-01-09 |
Cherry Zhang | cmd/internal/obj/wasm: increment PC by 2 at sigpanic |
commit | commitdiff | tree |
2019-01-09 |
Robert Griesemer | go/types: don't create new context string for each... |
commit | commitdiff | tree |
2019-01-09 |
Brad Fitzpatrick | net/http/httputil: run the ReverseProxy.ModifyResponse... |
commit | commitdiff | tree |
2019-01-09 |
Tobias Klauser | net/http/httputil: fix typo in ReverseProxy godoc |
commit | commitdiff | tree |
2019-01-09 |
LE Manh Cuong | debug/gosym: remove outdated comment |
commit | commitdiff | tree |
2019-01-09 |
Tobias Klauser | runtime: follow convention for generated code comment... |
commit | commitdiff | tree |
2019-01-09 |
Yuval Pavel... | os: disable the use of netpoll on regular files on... |
commit | commitdiff | tree |
2019-01-08 |
Brad Fitzpatrick | bufio: document relationship between UnreadByte/UnreadR... |
commit | commitdiff | tree |
2019-01-08 |
Ian Lance Taylor | doc: go1.12: mention os.File.SyscallConn |
commit | commitdiff | tree |
2019-01-08 |
Keith Randall | runtime: make FuncForPC return the innermost inlined... |
commit | commitdiff | tree |
2019-01-08 |
Alberto Donizetti | doc: update tzdata version in 1.12 release notes |
commit | commitdiff | tree |
2019-01-08 |
Alberto Donizetti | doc: make link relative in 1.12 cgo release notes |
commit | commitdiff | tree |
2019-01-08 |
Keith Randall | runtime: store incremented PC in result of runtime... |
commit | commitdiff | tree |
2019-01-08 |
Mark Rushakoff | cmd/go: fix typo in output of go help importpath |
commit | commitdiff | tree |
2019-01-08 |
Yuval Pavel... | runtime: disable GDB tests on freebsd on all GOARCH... |
commit | commitdiff | tree |
2019-01-07 |
Ian Lance Taylor | cmd/go: improve error message for names forbidden by... |
commit | commitdiff | tree |
2019-01-07 |
Cherry Zhang | runtime/pprof: add a test for gccgo bug #29448 |
commit | commitdiff | tree |
2019-01-07 |
Ian Lance Taylor | lib/time: update tzdata to 2018i |
commit | commitdiff | tree |
2019-01-07 |
Brian Kessler | math: fix ternary correction statement in Log1p |
commit | commitdiff | tree |
2019-01-07 |
Jason LeBrun | crypto/md5: fix casting of d.nx in UnmarshalBinary |
commit | commitdiff | tree |
2019-01-07 |
Jason LeBrun | crypto/sha1: fix casting of d.nx in UnmarshalBinary |
commit | commitdiff | tree |
2019-01-07 |
Jay Conrod | cmd/go: deflake TestScript/gcflags_patterns |
commit | commitdiff | tree |
2019-01-07 |
Gabriel Aszalos | doc: remove incorrect space in %T and %v output examples |
commit | commitdiff | tree |
2019-01-07 |
LE Manh Cuong | archive/zip: fix casting overflow on 32-bit arch |
commit | commitdiff | tree |
2019-01-07 |
Keith Randall | cmd: vendor x/sys/unix into the stdlib |
commit | commitdiff | tree |
2019-01-06 |
Daniel Martí | cmd/vendor: update to golang.org/x/tools@3ef68632 |
commit | commitdiff | tree |
2019-01-05 |
Filippo Valsorda | crypto/x509: ignore harmless edge case in TestSystemRoots |
commit | commitdiff | tree |
2019-01-05 |
Filippo Valsorda | crypto/x509: ignore 5 phantom 1024-bit roots in TestSys... |
commit | commitdiff | tree |
2019-01-04 |
David Chase | cmd/compile: modify swt.go to skip repeated walks of... |
commit | commitdiff | tree |
2019-01-04 |
Filippo Valsorda | doc/go1.12: remove known issue note |
commit | commitdiff | tree |
2019-01-04 |
Dmitri Shuralyov | CONTRIBUTORS: first round of automated updates for... |
commit | commitdiff | tree |
2019-01-04 |
Filippo Valsorda | doc/go1.12: document RSA-PSS support in crypto/tls |
commit | commitdiff | tree |
2019-01-04 |
Brad Fitzpatrick | doc/go1.12: mention Conn.SetDeadline improvements,... |
commit | commitdiff | tree |
2019-01-04 |
Jason LeBrun | crypto/sha512: fix casting of d.nx in UnmarshalBinary |
commit | commitdiff | tree |
2019-01-04 |
Ian Lance Taylor | runtime: skip writes to persistent memory in cgo checker |
commit | commitdiff | tree |
2019-01-04 |
Austin Clements | runtime: work around "P has cached GC work" failures |
commit | commitdiff | tree |
next |