2016-10-17 |
Austin Clements | runtime: abstract out assist queue management |
commit | commitdiff | tree |
2016-10-17 |
Keith Randall | cmd/compile: inline convI2E |
commit | commitdiff | tree |
2016-10-17 |
Austin Clements | runtime: fix getArgInfo for deferred reflection calls |
commit | commitdiff | tree |
2016-10-17 |
Austin Clements | runtime: print a message on bad morestack |
commit | commitdiff | tree |
2016-10-17 |
Russ Cox | cmd/dist, go/build: make CGO_ENABLED during make.bash... |
commit | commitdiff | tree |
2016-10-17 |
Lynn Boger | bytes: improve performance for bytes.Compare on ppc64x |
commit | commitdiff | tree |
2016-10-17 |
Quentin Smith | strconv: strip \r in raw strings passed to Unquote |
commit | commitdiff | tree |
2016-10-17 |
Michael Munday | cmd/dist: disable math/big assembly when using the... |
commit | commitdiff | tree |
2016-10-17 |
Alberto Donizetti | strconv: make FormatFloat slowpath a little faster |
commit | commitdiff | tree |
2016-10-17 |
Adam Langley | vendor: add golang.org/x/crypto/{chacha20poly1305,poly1305} |
commit | commitdiff | tree |
2016-10-17 |
Russ Cox | cmd/go: accept plain file for .vcs (instead of directory) |
commit | commitdiff | tree |
2016-10-17 |
Lynn Boger | cmd/link: add trampolines for too far calls in ppc64x |
commit | commitdiff | tree |
2016-10-17 |
Brad Fitzpatrick | database/sql: accept nil pointers to Valuers implemente... |
commit | commitdiff | tree |
2016-10-17 |
Russ Cox | cmd/dist: use debug/pe directly for cmd/link |
commit | commitdiff | tree |
2016-10-17 |
Russ Cox | cmd/dist: copy needed packages from standard library... |
commit | commitdiff | tree |
2016-10-17 |
Russ Cox | encoding/json: fix decoding of null into Unmarshaler... |
commit | commitdiff | tree |
2016-10-17 |
Ben Burkert | crypto/tls: add CloseWrite method to Conn |
commit | commitdiff | tree |
2016-10-17 |
Victor Vrantchan | encoding/pem: add Decode example |
commit | commitdiff | tree |
2016-10-17 |
Martin Möhrmann | runtime: speed up non-ASCII rune decoding |
commit | commitdiff | tree |
2016-10-17 |
Emmanuel Odeke | net/http: support multiple identical Content-Length... |
commit | commitdiff | tree |
2016-10-17 |
David du Colombier | net: skip TestReadTimeoutUnblocksRead on Plan 9 |
commit | commitdiff | tree |
2016-10-17 |
Klaus Post | compress/flate: use correct table for size estimation |
commit | commitdiff | tree |
2016-10-17 |
Yasuhiro Matsumoto | crypto/x509: implement SystemCertPool on Windows |
commit | commitdiff | tree |
2016-10-17 |
Daniel Theophanes | database/sql: add option to use named parameter in... |
commit | commitdiff | tree |
2016-10-17 |
Martin Möhrmann | bytes: encode size of rune read by ReadRune into lastRe... |
commit | commitdiff | tree |
2016-10-17 |
Brad Fitzpatrick | net/http: add more docs on ErrHijacked |
commit | commitdiff | tree |
2016-10-17 |
Brad Fitzpatrick | syscall, net: make deadline changes affect blocked... |
commit | commitdiff | tree |
2016-10-17 |
Caleb Spare | html/template: fix Clone so that t.Lookup(t.Name()... |
commit | commitdiff | tree |
2016-10-17 |
Alex Brainman | misc/cgo/testcarchive: do not use same executable name... |
commit | commitdiff | tree |
2016-10-16 |
Rob Pike | testing: mention in docs for Logf that a final newline... |
commit | commitdiff | tree |
2016-10-16 |
Rob Pike | cmd/go: use normal code 2 for 'no such tool' |
commit | commitdiff | tree |
2016-10-16 |
Brad Fitzpatrick | net: enable a test on nacl |
commit | commitdiff | tree |
2016-10-16 |
Brad Fitzpatrick | doc: update go1.8.txt |
commit | commitdiff | tree |
2016-10-16 |
Hiroshi Ioka | path/filepath: simplify TestToNorm |
commit | commitdiff | tree |
2016-10-16 |
Alex Carol | net/rpc: add missing import to rpc server documentation |
commit | commitdiff | tree |
2016-10-15 |
Austin Clements | test: simplify fixedbugs/issue15747.go |
commit | commitdiff | tree |
2016-10-15 |
Austin Clements | runtime: use more go:nowritebarrierrec in proc.go |
commit | commitdiff | tree |
2016-10-15 |
Austin Clements | runtime: mark several types go:notinheap |
commit | commitdiff | tree |
2016-10-15 |
Austin Clements | runtime: make mSpanList more go:notinheap-friendly |
commit | commitdiff | tree |
2016-10-15 |
Austin Clements | cmd/compile: add go:notinheap type pragma |
commit | commitdiff | tree |
2016-10-15 |
Austin Clements | cmd/compile, runtime: add go:yeswritebarrierrec pragma |
commit | commitdiff | tree |
2016-10-15 |
Ilya Tocar | strings: use Index in Count |
commit | commitdiff | tree |
2016-10-15 |
Daniel Theophanes | database/sql: add support for multiple result sets |
commit | commitdiff | tree |
2016-10-14 |
Rob Pike | cmd/cover: handle gotos |
commit | commitdiff | tree |
2016-10-14 |
Robert Griesemer | spec: fix examples for predeclared function complex |
commit | commitdiff | tree |
2016-10-14 |
Alex Brainman | os: use FindFirstFile when GetFileAttributesEx fails... |
commit | commitdiff | tree |
2016-10-13 |
Brad Fitzpatrick | net/http: allow Handlers to test Hijacked conn without... |
commit | commitdiff | tree |
2016-10-13 |
Michael Munday | crypto/{aes,cipher}: fix panic in CBC on s390x when... |
commit | commitdiff | tree |
2016-10-13 |
Filippo Valsorda | expvar: add Value methods |
commit | commitdiff | tree |
2016-10-13 |
Austin Clements | doc: catch go1.8.txt up on runtime changes |
commit | commitdiff | tree |
2016-10-13 |
Alan Donovan | go/internal/gcimporter: set Pos attribute of decoded... |
commit | commitdiff | tree |
2016-10-13 |
Alex Brainman | cmd/link/internal/ld: use debug/pe package to rewrite... |
commit | commitdiff | tree |
2016-10-13 |
Russ Cox | encoding/xml: split attribute marshaling into its own... |
commit | commitdiff | tree |
2016-10-13 |
Anthony Canino | cmd/compile: "abc"[1] is not an ideal constant |
commit | commitdiff | tree |
2016-10-13 |
Russ Cox | encoding/json: handle misspelled JSON literals in ... |
commit | commitdiff | tree |
2016-10-13 |
Ian Lance Taylor | cmd/cgo: use alias for unsafe rather than separate... |
commit | commitdiff | tree |
2016-10-13 |
Matthew Dempsky | cmd/compile: stop allocating Name and Param for ODCLFIELD |
commit | commitdiff | tree |
2016-10-13 |
Matthew Dempsky | cmd/compile: cleanup toolstash hacks from previous CL |
commit | commitdiff | tree |
2016-10-13 |
Matthew Dempsky | cmd/compile: add OSTRUCTKEY for keyed struct literals |
commit | commitdiff | tree |
2016-10-13 |
Matthew Dempsky | cmd/compile: replace aindex with typArray |
commit | commitdiff | tree |
2016-10-13 |
Alex Brainman | os: make readConsole handle its input and output correctly |
commit | commitdiff | tree |
2016-10-13 |
Hiroshi Ioka | cmd/compile/internal/gc: cleanup esc.go |
commit | commitdiff | tree |
2016-10-13 |
Alex Browne | cmd/vet: check for duplicate json, xml struct field... |
commit | commitdiff | tree |
2016-10-13 |
Michael Pratt | cmd/internal/obj: document Prog |
commit | commitdiff | tree |
2016-10-13 |
Shenghou Ma | cmd/objdump: enable tests on ppc64/ppc64le |
commit | commitdiff | tree |
2016-10-13 |
Shenghou Ma | cmd/internal/objfile: add ppc64/ppc64le disassembler... |
commit | commitdiff | tree |
2016-10-13 |
Russ Cox | cmd: add golang.org/x/arch/ppc64/ppc64asm for disassembly |
commit | commitdiff | tree |
2016-10-13 |
Allan Simon | encoding/xml: prevent omitempty from omitting non-nil... |
commit | commitdiff | tree |
2016-10-13 |
Xia Bin | misc/cgo/test: add test that gccgo fails |
commit | commitdiff | tree |
2016-10-12 |
Russ Cox | syscall: update darwin/amd64 for timespec change |
commit | commitdiff | tree |
2016-10-12 |
Joe Tsai | archive/tar: reduce allocations in formatOctal |
commit | commitdiff | tree |
2016-10-12 |
Lynn Boger | cmd/asm: recognize CR1-CR7 on ppc64x branch instructions |
commit | commitdiff | tree |
2016-10-12 |
Keith Randall | cmd/compile,runtime: redo how map assignments work |
commit | commitdiff | tree |
2016-10-12 |
Russ Cox | unicode: change SimpleFold to handle invalid runes |
commit | commitdiff | tree |
2016-10-12 |
David Crawshaw | cmd/link: force external linking for plugins |
commit | commitdiff | tree |
2016-10-12 |
Adam Langley | crypto/tls: enable X25519 by default. |
commit | commitdiff | tree |
2016-10-12 |
Adam Langley | crypto/tls: support X25519. |
commit | commitdiff | tree |
2016-10-12 |
Adam Langley | crypto/tls: fix printing of OpenSSL output when updatin... |
commit | commitdiff | tree |
2016-10-12 |
Adam Langley | vendor/golang_org/x/crypto/curve25519: new package |
commit | commitdiff | tree |
2016-10-12 |
Adam Langley | crypto/tls: switch to OpenSSL 1.1.0 for test data. |
commit | commitdiff | tree |
2016-10-12 |
Joe Tsai | archive/tar: fix and cleanup readOldGNUSparseMap |
commit | commitdiff | tree |
2016-10-12 |
Joe Tsai | archive/tar: handle integer overflow on 32bit machines |
commit | commitdiff | tree |
2016-10-12 |
Hiroshi Ioka | unicode: panic if given rune is negative in SimpleFold |
commit | commitdiff | tree |
2016-10-12 |
Momchil Velikov | cmd/compile: trim more blocks |
commit | commitdiff | tree |
2016-10-12 |
Kevin Burke | syscall: document that Exec wraps execve(2) |
commit | commitdiff | tree |
2016-10-12 |
Cyrill Schumacher | net/http: optimize internal cookie functions |
commit | commitdiff | tree |
2016-10-12 |
Alan Donovan | go/types: expose Default function, which converts untyp... |
commit | commitdiff | tree |
2016-10-12 |
Alan Donovan | test: add test for issue 17039 |
commit | commitdiff | tree |
2016-10-12 |
Emmanuel Odeke | runtime: update mkduff legacy comments |
commit | commitdiff | tree |
2016-10-12 |
Jean-Nicolas... | os: add examples of environment functions |
commit | commitdiff | tree |
2016-10-12 |
Hiroshi Ioka | path/filepath: add a test case for EvalSymlinks error |
commit | commitdiff | tree |
2016-10-12 |
Dave Cheney | cmd/compile/internal/gc: add runtime/trace support |
commit | commitdiff | tree |
2016-10-12 |
Joshua Boelter | runtime: check for errors returned by windows sema... |
commit | commitdiff | tree |
2016-10-12 |
David du Colombier | cmd/link: use HEADR to define FlagTextAddr (cosmetic... |
commit | commitdiff | tree |
2016-10-12 |
Mikio Hara | net: update doc for unimplemented feature on Plan 9 |
commit | commitdiff | tree |
2016-10-12 |
David du Colombier | cmd/link: fix build on plan9/amd64 |
commit | commitdiff | tree |
2016-10-12 |
Ian Lance Taylor | syscall: unify NsecToTime{spec,val}, fix for times... |
commit | commitdiff | tree |
2016-10-12 |
Chris McGee | net: implement network interface API for Plan 9 |
commit | commitdiff | tree |
2016-10-12 |
Sina Siadat | os: add example for IsNotExist |
commit | commitdiff | tree |
2016-10-12 |
Shawn Walker... | cmd/link: non-executable stack support for Solaris |
commit | commitdiff | tree |
next |