| 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 | 
| 2016-09-26 | 
David Chase | cmd/compile: PPC64, find compare-with-immediate | 
commit | commitdiff | tree | 
| 2016-09-26 | 
Alberto Donizetti | cmd/compile: only allow integer expressions as keys...  | 
commit | commitdiff | tree | 
| 2016-09-26 | 
Ian Lance Taylor | runtime: unify sigtrampgo | 
commit | commitdiff | tree | 
| 2016-09-26 | 
David Chase | cmd/compile: On PPC, nilcheck load should be MOVBZ | 
commit | commitdiff | tree | 
| 2016-09-26 | 
Alberto Donizetti | cmd/compile: fix bogus "fallthrough statement out of...  | 
commit | commitdiff | tree | 
| 2016-09-26 | 
Ian Lance Taylor | runtime: unify handling of alternate signal stack | 
commit | commitdiff | tree | 
| 2016-09-26 | 
Emmanuel Odeke | net/http: add Client tests for various 3xx redirect...  | 
commit | commitdiff | tree | 
| 2016-09-26 | 
Gyu-Ho Lee | net/http/httputil: preallocate trailerKeys slice | 
commit | commitdiff | tree | 
| 2016-09-26 | 
Antonio Murdaca | net/url: avoid if statement | 
commit | commitdiff | tree | 
| 2016-09-25 | 
Sam Whited | net/rpc: Add documentation for client.Close | 
commit | commitdiff | tree | 
| 2016-09-25 | 
Anders Pearson | expvar: export http.Handler | 
commit | commitdiff | tree | 
| 2016-09-25 | 
Ian Lance Taylor | runtime: simplify conditions testing g.paniconfault | 
commit | commitdiff | tree | 
| 2016-09-25 | 
Ian Lance Taylor | runtime: merge sigpanic_unix.go into signal_unix.go | 
commit | commitdiff | tree | 
| 2016-09-25 | 
Dmitry Vyukov | runtime/race: don't crash on invalid PCs | 
commit | commitdiff | tree | 
| 2016-09-25 | 
Dmitry Vyukov | cmd/cgo: fix line info in _cgo_gotypes.go | 
commit | commitdiff | tree | 
| 2016-09-25 | 
Dmitry Vyukov | runtime: fix newextram PC passed to race detector | 
commit | commitdiff | tree | 
| 2016-09-25 | 
Jaana Burcu...  | net/http/httptrace: remove the mention of http client | 
commit | commitdiff | tree | 
| 2016-09-25 | 
Ian Lance Taylor | runtime: merge Unix sighandler functions | 
commit | commitdiff | tree | 
| 2016-09-25 | 
Kale Blankenship | os: make IsExist report true on ERROR_DIR_NOT_EMPTY...  | 
commit | commitdiff | tree | 
| 2016-09-24 | 
Keith Randall | runtime: remove TestCollisions from -short | 
commit | commitdiff | tree | 
| 2016-09-24 | 
Ian Lance Taylor | runtime: unify some signal handling functions | 
commit | commitdiff | tree | 
| 2016-09-24 | 
David Crawshaw | cmd/dist: enable plugin test on darwin/amd64 | 
commit | commitdiff | tree | 
| 2016-09-24 | 
David Crawshaw | cmd/go: enable -buildmode=plugin on darwin/amd64 | 
commit | commitdiff | tree | 
| 2016-09-23 | 
David Crawshaw | cmd/link: plugin support on darwin/amd64 | 
commit | commitdiff | tree | 
| 2016-09-23 | 
Keith Randall | cmd/compile: fix 4-byte unaligned load rules | 
commit | commitdiff | tree | 
| 2016-09-23 | 
Michael Munday | cmd/compile: recognize OpS390XLoweredNilCheck as a...  | 
commit | commitdiff | tree | 
| 2016-09-23 | 
Lynn Boger | math, cmd/internal/obj/ppc64: improve floor, ceil,...  | 
commit | commitdiff | tree | 
| 2016-09-23 | 
David Crawshaw | runtime: use sched_yield instead of pthread_yield | 
commit | commitdiff | tree | 
| 2016-09-23 | 
David Crawshaw | plugin: darwin support | 
commit | commitdiff | tree | 
| 2016-09-23 | 
David Crawshaw | runtime: check plugin-loaded moduledata addresses | 
commit | commitdiff | tree | 
| 2016-09-22 | 
Ian Lance Taylor | cmd/compile: don't instrument copy and append in runtime | 
commit | commitdiff | tree | 
| 2016-09-22 | 
Keith Randall | cmd/compile: fix type of static closure pointer | 
commit | commitdiff | tree | 
| 2016-09-22 | 
Cherry Zhang | test: errorcheck auto-generated functions | 
commit | commitdiff | tree | 
| 2016-09-22 | 
Cherry Zhang | cmd/compile: ensure args are live in tail calls for...  | 
commit | commitdiff | tree | 
| 2016-09-22 | 
Adam Langley | crypto/tls: fix deadlock when racing to complete handshake. | 
commit | commitdiff | tree | 
| 2016-09-22 | 
Kale Blankenship | net/url: prefix relative paths containing ":" in the...  | 
commit | commitdiff | tree | 
| 2016-09-22 | 
David Chase | cmd/compile: use ISEL, cleanup use of zero & extensions | 
commit | commitdiff | tree | 
| 2016-09-22 | 
Emmanuel Odeke | compress/gzip: add examples | 
commit | commitdiff | tree | 
| 2016-09-22 | 
Nigel Tao | crypto/rsa: clarify comment on maximum message length. | 
commit | commitdiff | tree | 
| 2016-09-21 | 
Ian Lance Taylor | runtime: merge signal[12]_unix.go into signal_unix.go | 
commit | commitdiff | tree | 
| 2016-09-21 | 
Mikio Hara | runtime: revert CL 18835; don't install new signal...  | 
commit | commitdiff | tree | 
| 2016-09-21 | 
Matthew Dempsky | cmd/compile: simplify obj.ProgInfo and extract from...  | 
commit | commitdiff | tree | 
| 2016-09-21 | 
Russ Cox | cmd/link: add time stamp to hostlink print in -v mode | 
commit | commitdiff | tree | 
| 2016-09-21 | 
Lynn Boger | cmd/link: split large elf text sections on ppc64x | 
commit | commitdiff | tree | 
| 2016-09-21 | 
Suyash | image/png: add Encode and Decode examples | 
commit | commitdiff | tree | 
| 2016-09-21 | 
Brad Fitzpatrick | net: add Resolver type, Dialer.Resolver, and DefaultRes...  | 
commit | commitdiff | tree | 
| 2016-09-21 | 
Thomas de Zeeuw | net/http/httptest: fill ContentLength in recorded Response | 
commit | commitdiff | tree | 
| 2016-09-21 | 
Michal Bohuslávek | net/http/cookiejar: fix typo | 
commit | commitdiff | tree | 
| 2016-09-21 | 
Austin Clements | runtime: remove unnecessary atomics from heapBitSetType | 
commit | commitdiff | tree | 
| 2016-09-21 | 
Mikio Hara | doc: add note about CL 29491 to go1.8.txt | 
commit | commitdiff | tree | 
| 2016-09-21 | 
Mikio Hara | syscall: fix build on dragonfly | 
commit | commitdiff | tree | 
| 2016-09-21 | 
Matthew Dempsky | cmd/internal/obj: remove unused GOROOT-related fields | 
commit | commitdiff | tree | 
| 2016-09-21 | 
Matthew Dempsky | cmd/internal/obj: remove unused Textp and Etextp fields | 
commit | commitdiff | tree | 
| 2016-09-21 | 
Yasuhiro Matsumoto | os: use GetConsoleCP() instead of GetACP() | 
commit | commitdiff | tree | 
| 2016-09-21 | 
Brad Fitzpatrick | image/draw: add FloydSteinberg Drawer example | 
commit | commitdiff | tree | 
| 2016-09-20 | 
Brad Fitzpatrick | doc: add some missing HTML tags in the FAQ | 
commit | commitdiff | tree | 
| 2016-09-20 | 
Keith Randall | cmd/compile: improve tighten pass | 
commit | commitdiff | tree | 
| 2016-09-20 | 
Keith Randall | cmd/compile: simple cleanups | 
commit | commitdiff | tree | 
| 2016-09-20 | 
Damien Neil | syscall: validate ParseDirent inputs | 
commit | commitdiff | tree | 
| 2016-09-20 | 
Austin Clements | runtime: consistency check for G rescan position | 
commit | commitdiff | tree | 
| 2016-09-20 | 
Austin Clements | runtime: report GCSys and OtherSys in heap profile | 
commit | commitdiff | tree | 
| 2016-09-20 | 
Cherry Zhang | cmd/compile: simplify div/mod on ARM | 
commit | commitdiff | tree | 
| 2016-09-20 | 
Jaana Burcu...  | net/http/httptrace: fix bad tracing example | 
commit | commitdiff | tree | 
| 2016-09-20 | 
Michael Hudson...  | cmd/link: remove more unused ctxt parameters | 
commit | commitdiff | tree | 
| 2016-09-20 | 
Michael Hudson...  | cmd/link: kill off Symbols.Version | 
commit | commitdiff | tree | 
| 2016-09-20 | 
Michael Hudson...  | cmd/link: remove now-unused ctxt arguments from a few...  | 
commit | commitdiff | tree | 
| 2016-09-20 | 
Michael Hudson...  | cmd/link: remove Linklookup & Linkrlookup | 
commit | commitdiff | tree | 
| 2016-09-20 | 
Michael Hudson...  | cmd/link: use ctxt.{Lookup,ROLookup} in favour of funct...  | 
commit | commitdiff | tree | 
| 2016-09-20 | 
Michael Hudson...  | cmd/link: do not directly embed Symbols in Link | 
commit | commitdiff | tree | 
| 2016-09-20 | 
Michael Hudson...  | cmd/link: split "bag of Symbols" functionality out...  | 
commit | commitdiff | tree | 
| 2016-09-20 | 
David Crawshaw | cmd/internal/obj, cmd/link: darwin dynlink support | 
commit | commitdiff | tree | 
| 2016-09-20 | 
David Crawshaw | cmd/link: remove Cursym | 
commit | commitdiff | tree | 
| 2016-09-20 | 
David Crawshaw | cmd/link: replace ld.Link.Diag with ld.Errorf | 
commit | commitdiff | tree | 
| next |