2016-10-27 |
Russ Cox | runtime: use clock_gettime(CLOCK_REALTIME) for nanoseco... |
commit | commitdiff | tree |
2016-10-27 |
Robert Griesemer | spec: add new language for alias declarations |
commit | commitdiff | tree |
2016-10-27 |
Russ Cox | runtime: print sigcode on signal crash |
commit | commitdiff | tree |
2016-10-27 |
Robert Griesemer | cmd/compile: import/export of alias declarations |
commit | commitdiff | tree |
2016-10-27 |
Adam Langley | crypto/tls: add GetClientCertificate callback |
commit | commitdiff | tree |
2016-10-27 |
Russ Cox | net/rpc: fix method requirement docs |
commit | commitdiff | tree |
2016-10-27 |
Adam Langley | crypto/tls: add a SignatureScheme type. |
commit | commitdiff | tree |
2016-10-27 |
Adam Langley | crypto/x509: don't accept a root that already appears... |
commit | commitdiff | tree |
2016-10-27 |
Keith Randall | cmd/compile: emit assignments after calls in the right... |
commit | commitdiff | tree |
2016-10-27 |
Josh Bleecher... | cmd/compile: change Func.FCurfn to IsHiddenClosure |
commit | commitdiff | tree |
2016-10-27 |
Cherry Zhang | cmd/compile: make LR allocatable in non-leaf functions... |
commit | commitdiff | tree |
2016-10-27 |
Cherry Zhang | cmd/compile: make LR allocatable in non-leaf functions... |
commit | commitdiff | tree |
2016-10-27 |
Cherry Zhang | cmd/compile: enable DUFFZERO in defframe on MIPS64 |
commit | commitdiff | tree |
2016-10-27 |
Vladimir Stefanovic | cmd/objdump: skip tests for GOARCH=mips{,le} |
commit | commitdiff | tree |
2016-10-27 |
Josh Bleecher... | cmd/compile: reuse sort helpers |
commit | commitdiff | tree |
2016-10-27 |
Nigel Tao | image/png: allow tRNS chunk without a PLTE chunk. |
commit | commitdiff | tree |
2016-10-27 |
Andrew Gerrand | doc: s/race/ethnicity/ in the Code of Conduct |
commit | commitdiff | tree |
2016-10-27 |
Chris McGee | net: add multicast UDP support for plan9 |
commit | commitdiff | tree |
2016-10-27 |
Josh Bleecher... | cmd/compile: remove Label type |
commit | commitdiff | tree |
2016-10-27 |
Josh Bleecher... | cmd/compile: use List instead of OKEY for OSLICE* |
commit | commitdiff | tree |
2016-10-27 |
Klaus Post | compress/flate: make compression level 0 consistent |
commit | commitdiff | tree |
2016-10-27 |
Klaus Post | compress/flate: level 1 (best speed) match across blocks |
commit | commitdiff | tree |
2016-10-27 |
Hiroshi Ioka | cmd/compile/internal/gc: remove EscScope |
commit | commitdiff | tree |
2016-10-26 |
Bill O'Farrell | math/big: uses SIMD for some math big functions on... |
commit | commitdiff | tree |
2016-10-26 |
Ben Burkert | crypto/tls: add CloseWrite method to Conn |
commit | commitdiff | tree |
2016-10-26 |
Joe Tsai | unicode/utf8: optimize ValidRune |
commit | commitdiff | tree |
2016-10-26 |
Robert Griesemer | go/scanner: recognize invalid floating-point constant... |
commit | commitdiff | tree |
2016-10-26 |
Joe Tsai | bytes, strings: fix regression in IndexRune |
commit | commitdiff | tree |
2016-10-26 |
Adam Langley | crypto/x509: use Certificate.Equals and CertPool.contains. |
commit | commitdiff | tree |
2016-10-26 |
Brad Fitzpatrick | net/http/httptest: doc tweaks |
commit | commitdiff | tree |
2016-10-26 |
Brad Fitzpatrick | net/http/httptest: add more docs on ResponseRecord... |
commit | commitdiff | tree |
2016-10-26 |
Jaana Burcu... | context: add comments to the WithCancel example, apply... |
commit | commitdiff | tree |
2016-10-26 |
Carl Johnson | net/http: Improve docs for Response.ParseForm |
commit | commitdiff | tree |
2016-10-26 |
Joe Tsai | bytes, strings: fix snake-case in variable name |
commit | commitdiff | tree |
2016-10-26 |
Than McIntosh | cmd/compile: avoid truncating fieldname var locations |
commit | commitdiff | tree |
2016-10-26 |
Brad Fitzpatrick | net/http: add Server.ReadHeaderTimeout, IdleTimeout... |
commit | commitdiff | tree |
2016-10-26 |
Brad Fitzpatrick | encoding/json: marshal the RawMessage value type the... |
commit | commitdiff | tree |
2016-10-26 |
Brad Fitzpatrick | api: update next.txt |
commit | commitdiff | tree |
2016-10-26 |
David Chase | cmd/compile: add explicit 'where' to EscStep data for... |
commit | commitdiff | tree |
2016-10-26 |
Mikio Hara | net/http: gofmt -w -s |
commit | commitdiff | tree |
2016-10-26 |
Austin Clements | runtime: scan mark worker stacks like normal |
commit | commitdiff | tree |
2016-10-26 |
David du Colombier | net/rpc: enable TestGobError on Plan 9 |
commit | commitdiff | tree |
2016-10-26 |
Austin Clements | cmd/compile: remove unused writebarrierptr, typedmemmov... |
commit | commitdiff | tree |
2016-10-26 |
David du Colombier | os: consider only files from #M as regular on Plan 9 |
commit | commitdiff | tree |
2016-10-26 |
Russ Cox | flag: arrange for FlagSet.Usage to be non-nil by default |
commit | commitdiff | tree |
2016-10-26 |
Rob Pike | all: freeze net/rpc and reword the 'frozen' message... |
commit | commitdiff | tree |
2016-10-26 |
Rob Pike | doc/effectivego: reword confusing sentence |
commit | commitdiff | tree |
2016-10-26 |
Austin Clements | runtime: fix bad pointer with 0 stack barriers |
commit | commitdiff | tree |
2016-10-26 |
Austin Clements | runtime: debug code to panic when marking a free object |
commit | commitdiff | tree |
2016-10-26 |
Austin Clements | runtime: simplify reflectcall write barriers |
commit | commitdiff | tree |
2016-10-26 |
Russ Cox | cmd/go: report missing vendor visibility error |
commit | commitdiff | tree |
2016-10-26 |
Filippo Valsorda | crypto/tls: expand ClientHelloInfo |
commit | commitdiff | tree |
2016-10-26 |
Russ Cox | fmt: document that unexported struct fields don't get... |
commit | commitdiff | tree |
2016-10-26 |
Russ Cox | cmd/go: diagnose non-canonical import paths before... |
commit | commitdiff | tree |
2016-10-26 |
Russ Cox | cmd/vet: diagnose non-space-separated struct tag like... |
commit | commitdiff | tree |
2016-10-26 |
Michael Munday | cmd/compile: improve s390x SSA rules for logical ops |
commit | commitdiff | tree |
2016-10-26 |
Alexander Morozov | runtime: fix comments in time.go |
commit | commitdiff | tree |
2016-10-26 |
Francesc Campoy | cmd/dist: ignore stderr when listing packages to test |
commit | commitdiff | tree |
2016-10-25 |
Matthew Dempsky | cmd/compile: slightly regularize interface method types |
commit | commitdiff | tree |
2016-10-25 |
Keith Randall | Revert "Revert "cmd/compile: inline convI2E"" |
commit | commitdiff | tree |
2016-10-25 |
Joe Tsai | net/http: fix redirect logic to handle mutations of... |
commit | commitdiff | tree |
2016-10-25 |
Matthew Dempsky | cmd/compile: don't wrap numeric or type literals in... |
commit | commitdiff | tree |
2016-10-25 |
Matthew Dempsky | cmd/compile: remove old lexer and parser |
commit | commitdiff | tree |
2016-10-25 |
Austin Clements | runtime: eliminate allspans snapshot |
commit | commitdiff | tree |
2016-10-25 |
Austin Clements | runtime: make markrootSpans time proportional to in... |
commit | commitdiff | tree |
2016-10-25 |
Austin Clements | runtime: make sweep time proportional to in-use spans |
commit | commitdiff | tree |
2016-10-25 |
Austin Clements | runtime: expand comment on work.spans |
commit | commitdiff | tree |
2016-10-25 |
Austin Clements | runtime: use len(h.spans) to indicate mapped region |
commit | commitdiff | tree |
2016-10-25 |
Austin Clements | runtime: consolidate h_spans and mheap_.spans |
commit | commitdiff | tree |
2016-10-25 |
Austin Clements | runtime: eliminate mheap.nspan and use range loops |
commit | commitdiff | tree |
2016-10-25 |
Austin Clements | runtime: consolidate h_allspans and mheap_.allspans |
commit | commitdiff | tree |
2016-10-25 |
Matthew Dempsky | cmd/compile/internal/gc: enable new parser by default |
commit | commitdiff | tree |
2016-10-25 |
David du Colombier | syscall: use name+(NN)FP on plan9/amd64 |
commit | commitdiff | tree |
2016-10-25 |
David du Colombier | syscall: use name+(NN)FP on plan9/386 |
commit | commitdiff | tree |
2016-10-25 |
Cherry Zhang | cmd/compile: add a writebarrier phase in SSA |
commit | commitdiff | tree |
2016-10-25 |
Cherry Zhang | cmd/internal/obj: save link register in leaf function... |
commit | commitdiff | tree |
2016-10-25 |
Tom Bergan | net/http: add an interface for server push |
commit | commitdiff | tree |
2016-10-25 |
Lynn Boger | cmd/objdump: updates from golang.org/x/arch/ppc64/ppc64asm |
commit | commitdiff | tree |
2016-10-25 |
Russ Cox | cmd/vet: accept space-separated tag lists for compatibi... |
commit | commitdiff | tree |
2016-10-25 |
Ian Lance Taylor | misc/cgo/errors: fix malloc test for dragonfly |
commit | commitdiff | tree |
2016-10-25 |
shaharko | cmd/internal/obj: Use bitfield for LSym attributes |
commit | commitdiff | tree |
2016-10-25 |
Rob Pike | cmd/doc: show documentation for interface methods when... |
commit | commitdiff | tree |
2016-10-25 |
Josh Bleecher... | cmd/go: add more env variables to "go bug" |
commit | commitdiff | tree |
2016-10-25 |
shaharko | cmd/compile, cmd/link: more efficient typelink generation |
commit | commitdiff | tree |
2016-10-25 |
Mohit Agarwal | math/cmplx: prevent infinite loop in tanSeries |
commit | commitdiff | tree |
2016-10-25 |
Matthew Dempsky | cmd/compile: cleanup gdata slightly |
commit | commitdiff | tree |
2016-10-25 |
Matthew Dempsky | go/types: match cmd/compile's alignment for complex64 |
commit | commitdiff | tree |
2016-10-25 |
David Chase | cmd/compile: added test to ensure that accidental fix... |
commit | commitdiff | tree |
2016-10-25 |
Josh Bleecher... | runtime, syscall: appease vet |
commit | commitdiff | tree |
2016-10-25 |
Josh Bleecher... | cmd/vet/all: remove cmd/compile/internal/big special... |
commit | commitdiff | tree |
2016-10-25 |
Lynn Boger | cmd/internal: add shift opcodes with shift operands... |
commit | commitdiff | tree |
2016-10-25 |
Josh Bleecher... | cmd/vet/all: update whitelists |
commit | commitdiff | tree |
2016-10-25 |
Josh Bleecher... | cmd/compile: place OIDATA next to OITAB |
commit | commitdiff | tree |
2016-10-25 |
Josh Bleecher... | crypto/tls: fix vet issues again |
commit | commitdiff | tree |
2016-10-25 |
Josh Bleecher... | cmd/compile: clean up rule logging helpers |
commit | commitdiff | tree |
2016-10-25 |
Russ Cox | cmd/go: bypass install to os.DevNull entirely, test... |
commit | commitdiff | tree |
2016-10-25 |
Michael Munday | cmd, runtime: remove s390x 3 operand immediate logical ops |
commit | commitdiff | tree |
2016-10-25 |
Michael Munday | cmd/compile: intrinsify atomic operations on s390x |
commit | commitdiff | tree |
2016-10-25 |
Martin Möhrmann | image/color: improve speed of RGBA methods |
commit | commitdiff | tree |
2016-10-25 |
shaharko | cmd/compile, cmd/link: stop generating unused go.string... |
commit | commitdiff | tree |
next |