2016-10-04 |
Mikio Hara | net: implement network interface API for Solaris |
commit | commitdiff | tree |
2016-10-04 |
Mikio Hara | vendor: import golang.org/x/net/lif |
commit | commitdiff | tree |
2016-10-03 |
Mikio Hara | syscall: fix Send{msg,msgN}, Recvmsg and control messag... |
commit | commitdiff | tree |
2016-10-03 |
Michael Munday | cmd/compile: remove unnecessary OpSB checks in S390X... |
commit | commitdiff | tree |
2016-10-03 |
Austin Clements | runtime: fix missing space in error message |
commit | commitdiff | tree |
2016-10-03 |
Austin Clements | runtime: document bmap.tophash |
commit | commitdiff | tree |
2016-10-03 |
Austin Clements | runtime: make gcDumpObject useful on stack frames |
commit | commitdiff | tree |
2016-10-03 |
Austin Clements | runtime: introduce a type for span states |
commit | commitdiff | tree |
2016-10-03 |
Keith Randall | cmd/compile: Use Sreedhar+Gao phi building algorithm |
commit | commitdiff | tree |
2016-10-03 |
Cherry Zhang | cmd/compile: remove unnecessary write barriers for... |
commit | commitdiff | tree |
2016-10-03 |
Ian Lance Taylor | doc: add PKG_CONFIG and GIT_ALLOW_PROTOCOL env vars... |
commit | commitdiff | tree |
2016-10-03 |
Billy Lynch | cmd/go: add support for GIT_ALLOW_PROTOCOL |
commit | commitdiff | tree |
2016-10-03 |
Boris Nagaev | cmd/dist, cmd/go: add environment variable override... |
commit | commitdiff | tree |
2016-10-03 |
Than McIntosh | cmd/compile: relax liveness restrictions on ambiguously... |
commit | commitdiff | tree |
2016-10-03 |
Brad Fitzpatrick | net: clarify that Conn deadlines also affect currently... |
commit | commitdiff | tree |
2016-10-03 |
Austin Clements | runtime: weaken claim about SetFinalizer panicking |
commit | commitdiff | tree |
2016-10-03 |
Brad Fitzpatrick | sort: add Slice, SliceStable, and SliceIsSorted |
commit | commitdiff | tree |
2016-10-03 |
Florian Uekermann | math/rand: add Rand.Uint64 |
commit | commitdiff | tree |
2016-10-02 |
Adam Langley | crypto/ecdsa: correct code comment. |
commit | commitdiff | tree |
2016-10-02 |
Adam Langley | crypto/x509: return better error when a certificate... |
commit | commitdiff | tree |
2016-10-02 |
Adam Langley | crypto/x509: fix name constraints handling. |
commit | commitdiff | tree |
2016-10-02 |
Emmanuel Odeke | cmd/compile: improve error message for wrong number... |
commit | commitdiff | tree |
2016-10-01 |
Adam Langley | crypto/tls: simplify keylog tests. |
commit | commitdiff | tree |
2016-10-01 |
Emmanuel Odeke | strings, bytes: panic if Repeat overflows or if given... |
commit | commitdiff | tree |
2016-10-01 |
Matt Layher | bufio: remove redundant Writer.flush method |
commit | commitdiff | tree |
2016-10-01 |
Mikio Hara | syscall: re-enable TestPassFD on dragonfly |
commit | commitdiff | tree |
2016-10-01 |
Brad Fitzpatrick | net/http: don't sniff Request.Body on 100-continue... |
commit | commitdiff | tree |
2016-10-01 |
Mike Appleby | runtime: sleep on CLOCK_MONOTONIC in futexsleep1 on... |
commit | commitdiff | tree |
2016-10-01 |
Mike Appleby | time: update comment to reflect correct file path. |
commit | commitdiff | tree |
2016-09-30 |
Joe Tsai | cmd/doc: perform type grouping for constants and variables |
commit | commitdiff | tree |
2016-09-30 |
Matt Layher | context: discourage use of basic types as keys in WithValue |
commit | commitdiff | tree |
2016-09-30 |
Brad Fitzpatrick | reflect: add Swapper func |
commit | commitdiff | tree |
2016-09-30 |
Brad Fitzpatrick | net/http: refactor testing of Request.Body on 0 Content... |
commit | commitdiff | tree |
2016-09-30 |
David Benjamin | crypto/tls: Fix c.in.decrypt error handling. |
commit | commitdiff | tree |
2016-09-30 |
Alberto Donizetti | cmd/compile: update error messages in Mpint, Mpflt... |
commit | commitdiff | tree |
2016-09-30 |
Michael Munday | cmd/compile: improve load/store merging on s390x |
commit | commitdiff | tree |
2016-09-30 |
Alberto Donizetti | cmd/compile: delete unused Convconst function |
commit | commitdiff | tree |
2016-09-30 |
Brad Fitzpatrick | net/http: update bundled http2, add h2 Transport.IdleCo... |
commit | commitdiff | tree |
2016-09-30 |
David Crawshaw | runtime: remove defer from standard cgo call |
commit | commitdiff | tree |
2016-09-30 |
Matthew Dempsky | runtime, syscall: use FP instead of SP for parameters |
commit | commitdiff | tree |
2016-09-30 |
Matthew Dempsky | cmd/compile: eliminate stkdelta |
commit | commitdiff | tree |
2016-09-30 |
Matthew Dempsky | cmd/compile: split Addrconst out of Naddr |
commit | commitdiff | tree |
2016-09-30 |
Brad Fitzpatrick | net/http: remove TODO about the Server's base context |
commit | commitdiff | tree |
2016-09-29 |
Matthew Dempsky | cmd/compile: make Afunclit the default/only behavior... |
commit | commitdiff | tree |
2016-09-29 |
Daniel Theophanes | database/sql: close Rows when context is cancelled |
commit | commitdiff | tree |
2016-09-29 |
Matthew Dempsky | cmd/compile/internal/ssa: erase register copies determi... |
commit | commitdiff | tree |
2016-09-29 |
Brad Fitzpatrick | net/http: use atomic.Value for Transport's alternate... |
commit | commitdiff | tree |
2016-09-29 |
Brad Fitzpatrick | net: add Buffers type, do writev on unix |
commit | commitdiff | tree |
2016-09-29 |
Nodir Turakulov | html/template: check "type" attribute in <script> |
commit | commitdiff | tree |
2016-09-29 |
Matthew Dempsky | cmd/compile/internal/x86: fix zero-range merging logic |
commit | commitdiff | tree |
2016-09-29 |
Alberto Donizetti | cmd/compile: delete unused (*Node) SetInt, SetBigInt... |
commit | commitdiff | tree |
2016-09-29 |
Joe Tsai | archive/tar: move parse/format functionality into strco... |
commit | commitdiff | tree |
2016-09-29 |
Joe Tsai | net/http: document how Request.Cookie deals with duplic... |
commit | commitdiff | tree |
2016-09-29 |
Matthew Dempsky | cmd/internal/obj/arm: cleanup some unnecessary temps... |
commit | commitdiff | tree |
2016-09-29 |
Brad Fitzpatrick | net: make proto and port lookups fall back to baked... |
commit | commitdiff | tree |
2016-09-29 |
Alberto Donizetti | cmd/compile: delete unused IntLiteral function |
commit | commitdiff | tree |
2016-09-29 |
Alberto Donizetti | time: update test for tzdata-2016g |
commit | commitdiff | tree |
2016-09-29 |
Ilya Tocar | math: make sqrt smaller on AMD64 |
commit | commitdiff | tree |
2016-09-29 |
Cherry Zhang | cmd/internal/obj/arm: optimize MOVW $-off(R), R |
commit | commitdiff | tree |
2016-09-29 |
Ilya Tocar | cmd/internal/obj/x86: cleanup |
commit | commitdiff | tree |
2016-09-28 |
Matthew Dempsky | cmd/compile: don't crash on (unsafe.Sizeof)(0) |
commit | commitdiff | tree |
2016-09-28 |
Cherry Zhang | cmd/compile: re-enable nilcheck removal for newobject |
commit | commitdiff | tree |
2016-09-28 |
Blixt | encoding/binary: add bool support |
commit | commitdiff | tree |
2016-09-28 |
Andrew Gerrand | doc: add testing Name method to go1.8.txt |
commit | commitdiff | tree |
2016-09-28 |
Mikio Hara | runtime, runtime/cgo: revert CL 18814; don't drop signa... |
commit | commitdiff | tree |
2016-09-28 |
Ian Lance Taylor | runtime: minor simplifications to signal code |
commit | commitdiff | tree |
2016-09-28 |
Andrew Gerrand | testing: add Name method to *T and *B |
commit | commitdiff | tree |
2016-09-28 |
Alex Brainman | runtime: use RtlGenRandom instead of CryptGenRandom |
commit | commitdiff | tree |
2016-09-27 |
Keith Randall | cmd/compile: remove duplicate nilchecks |
commit | commitdiff | tree |
2016-09-27 |
Cherry Zhang | math: add some assembly implementations on ARM64 |
commit | commitdiff | tree |
2016-09-27 |
Brad Fitzpatrick | net/http: add more IDNA2008 tests and fix some omissions |
commit | commitdiff | tree |
2016-09-27 |
Brad Fitzpatrick | vendor: add golang.org/x/text/unicode/norm + x/test... |
commit | commitdiff | tree |
2016-09-27 |
mike andrews | encoding/json: fix a bug in the documentation |
commit | commitdiff | tree |
2016-09-27 |
Ian Lance Taylor | runtime: remove sigmask type, use sigset instead |
commit | commitdiff | tree |
2016-09-27 |
Daniel Theophanes | database/sql: add context methods |
commit | commitdiff | tree |
2016-09-27 |
Luigi Riefolo | go/doc: add IsPredeclared function |
commit | commitdiff | tree |
2016-09-27 |
Ian Lance Taylor | runtime: simplify signalstack by dropping nil as argument |
commit | commitdiff | tree |
2016-09-27 |
Elias Naur | runtime: relax SetFinalizer documentation to allow... |
commit | commitdiff | tree |
2016-09-27 |
Michael Munday | cmd/asm: fix parsing of the s390x VLE{G,F,H,B} instructions |
commit | commitdiff | tree |
2016-09-27 |
Michael Munday | cmd/asm: add s390x instructions BLTU and BLEU |
commit | commitdiff | tree |
2016-09-27 |
Michael Munday | cmd/asm, cmd/internal/obj/s390x: improve add/multiply... |
commit | commitdiff | tree |
2016-09-27 |
Michael Munday | reflect, runtime: optimize Value.Call on s390x and... |
commit | commitdiff | tree |
2016-09-27 |
Alberto Donizetti | cmd/compile: remove commented-out old c code |
commit | commitdiff | tree |
2016-09-27 |
Cherry Zhang | cmd/compile: move value around before kick it out of... |
commit | commitdiff | tree |
2016-09-27 |
Cherry Zhang | runtime, cmd/compile: implement and use DUFFCOPY on... |
commit | commitdiff | tree |
2016-09-27 |
Oliver Tonnhofer | image/png: improve compression by skipping filter for... |
commit | commitdiff | tree |
2016-09-27 |
Alberto Donizetti | cmd/compile: fix misaligned comments |
commit | commitdiff | tree |
2016-09-27 |
Sam Whited | database/sql: add doc comment for ErrTxDone |
commit | commitdiff | tree |
2016-09-27 |
Michal Bohuslávek | math/big: support negative numbers in ModInverse |
commit | commitdiff | tree |
2016-09-26 |
Austin Clements | runtime: optimize defer code |
commit | commitdiff | tree |
2016-09-26 |
Austin Clements | runtime: implement getcallersp in Go |
commit | commitdiff | tree |
2016-09-26 |
Austin Clements | runtime: update malloc.go documentation |
commit | commitdiff | tree |
2016-09-26 |
Austin Clements | runtime: document MemStats |
commit | commitdiff | tree |
2016-09-26 |
Austin Clements | runtime: eliminate memstats.heap_reachable |
commit | commitdiff | tree |
2016-09-26 |
Austin Clements | runtime: disentangle next_gc from GC trigger |
commit | commitdiff | tree |
2016-09-26 |
Robert Griesemer | go/ast: better documentation for CallExpr node |
commit | commitdiff | tree |
2016-09-26 |
Robert Griesemer | cmd/printer: document that Fprint doesn't match gofmt... |
commit | commitdiff | tree |
2016-09-26 |
Ian Lance Taylor | runtime: unify Unix implementations of unminit |
commit | commitdiff | tree |
2016-09-26 |
Alberto Donizetti | math/big: better SetFloat64 example in doc |
commit | commitdiff | tree |
2016-09-26 |
Ian Lance Taylor | runtime: merge setting new signal mask in minit |
commit | commitdiff | tree |
next |