2015-10-29 |
Taru Karttunen | net/http: extra documentation for Redirect and Redirect... |
commit | commitdiff | tree |
2015-10-29 |
Brad Fitzpatrick | math: replace assembly implementations of Abs with... |
commit | commitdiff | tree |
2015-10-29 |
Michael Hudson... | cmd/compile, cmd/go, cmd/link: enable -buildmode=shared... |
commit | commitdiff | tree |
2015-10-29 |
Michael Hudson... | cmd/link: always resolve functions locally when linking... |
commit | commitdiff | tree |
2015-10-29 |
David Crawshaw | cmd/go: buildmode=c-shared support for linux/arm64 |
commit | commitdiff | tree |
2015-10-29 |
Burcu Dogan | os/signal: don't expect to be notified for os.Kill |
commit | commitdiff | tree |
2015-10-29 |
Dominik Honnef | cmd/go: use t.Fatalf for formatted errors |
commit | commitdiff | tree |
2015-10-29 |
Michael Hudson... | runtime/cgo: export _cgo_reginit on ppc64x |
commit | commitdiff | tree |
2015-10-29 |
Michael Hudson... | cmd/go: implicitly include math in a shared library... |
commit | commitdiff | tree |
2015-10-28 |
Michael Hudson... | cmd/compile, cmd/go: enable -buildmode=shared and relat... |
commit | commitdiff | tree |
2015-10-28 |
Ian Lance Taylor | runtime: add missing word in comment |
commit | commitdiff | tree |
2015-10-28 |
David Crawshaw | runtime: c-shared entrypoint for linux/arm64 |
commit | commitdiff | tree |
2015-10-28 |
Hyang-Ah Hana Kim | cmd/go: allow -buildmode=pie for android/amd64. |
commit | commitdiff | tree |
2015-10-28 |
Hyang-Ah Hana Kim | cmd/go: enable android/amd64 build. |
commit | commitdiff | tree |
2015-10-28 |
Hyang-Ah Hana Kim | runtime, cmd: TLS setup for android/amd64. |
commit | commitdiff | tree |
2015-10-28 |
Michael Hudson... | cmd/internal/obj, cmd/link: support inital-exec TLS... |
commit | commitdiff | tree |
2015-10-28 |
Michael Hudson... | cmd/internal/obj, cmd/link, runtime: native-ish support... |
commit | commitdiff | tree |
2015-10-28 |
Brad Fitzpatrick | net/http/httputil: add hook for managing io.Copy buffer... |
commit | commitdiff | tree |
2015-10-28 |
David du Colombier | runtime: don't use FP when calling nextSample in the... |
commit | commitdiff | tree |
2015-10-28 |
Michael Hudson... | cmd/link: remove unused field LSym.Hash |
commit | commitdiff | tree |
2015-10-28 |
Nodir Turakulov | text/template: remove redundant indirect |
commit | commitdiff | tree |
2015-10-28 |
Michael Hudson... | runtime: invoke vsyscall helper via TCB when dynamic... |
commit | commitdiff | tree |
2015-10-28 |
Michael Hudson... | cmd/compile, cmd/go, cmd/link: enable -buildmode=shared... |
commit | commitdiff | tree |
2015-10-27 |
Brad Fitzpatrick | net/http/httptest: close conns in StateNew on Server... |
commit | commitdiff | tree |
2015-10-27 |
kargakis | reflect: Comment fix |
commit | commitdiff | tree |
2015-10-27 |
Michael Hudson... | cmd/internal/obj/x86: remove REGTMP |
commit | commitdiff | tree |
2015-10-27 |
Matthew Dempsky | runtime: eliminate some unnecessary uintptr conversions |
commit | commitdiff | tree |
2015-10-26 |
Robert Griesemer | cmd/compile/internal/gc: introduce type for untyped... |
commit | commitdiff | tree |
2015-10-26 |
Robert Griesemer | cmd/compile/internal/gc: introduce type for decl contex... |
commit | commitdiff | tree |
2015-10-26 |
David du Colombier | syscall: define common notes on Plan 9 |
commit | commitdiff | tree |
2015-10-26 |
David du Colombier | runtime: handle abort note on Plan 9 |
commit | commitdiff | tree |
2015-10-26 |
Matthew Dempsky | runtime: fix tiny allocator |
commit | commitdiff | tree |
2015-10-26 |
Robert Griesemer | cmd/compile/internal/gc: escape binary export data... |
commit | commitdiff | tree |
2015-10-26 |
Austin Clements | runtime: partition data and BSS root marking |
commit | commitdiff | tree |
2015-10-26 |
David Crawshaw | androidtest.bash: set GOARM=7 |
commit | commitdiff | tree |
2015-10-26 |
David Crawshaw | runtime: use a 64kb system stack on arm |
commit | commitdiff | tree |
2015-10-26 |
Marcel van... | cmd/compile/internal/gc: make embedded unexported struc... |
commit | commitdiff | tree |
2015-10-26 |
Marcel van... | encoding/xml: check for exported fields in embedded... |
commit | commitdiff | tree |
2015-10-26 |
Marcel van... | encoding/json: check for exported fields in embedded... |
commit | commitdiff | tree |
2015-10-26 |
Marcel van... | unicode/utf8: added benchmarks |
commit | commitdiff | tree |
2015-10-26 |
Marcel van... | reflect: adjust access to unexported embedded structs |
commit | commitdiff | tree |
2015-10-23 |
Caleb Spare | runtime: copy sqrt normalization bugfix from math |
commit | commitdiff | tree |
2015-10-23 |
Shenghou Ma | cmd/cgo: clarify C.GoStringN and C.GoBytes docs |
commit | commitdiff | tree |
2015-10-23 |
Shenghou Ma | net/url: fix mentions of URL.EscapedPath method |
commit | commitdiff | tree |
2015-10-23 |
HÃ¥vard Haugen | cmd/compile/internal/gc: remove "goto ret" in walkexpr |
commit | commitdiff | tree |
2015-10-23 |
David Crawshaw | cmd/go, cmd/link: -buildmode=pie for linux/amd64 |
commit | commitdiff | tree |
2015-10-23 |
Caleb Spare | math: fix normalization bug in pure-Go sqrt |
commit | commitdiff | tree |
2015-10-23 |
Matthew Dempsky | runtime: replace is{plan9,solaris,windows} with GOOS... |
commit | commitdiff | tree |
2015-10-23 |
David Crawshaw | math/big: fix SetMantExp comment |
commit | commitdiff | tree |
2015-10-23 |
Jeremy Jackins | cmd/compile/internal/gc: update old c-style comments |
commit | commitdiff | tree |
2015-10-23 |
Alex Brainman | runtime: account for cpu affinity in windows NumCPU |
commit | commitdiff | tree |
2015-10-23 |
Nathan VanBenschoten | database/sql: use RWMutex for driver registration |
commit | commitdiff | tree |
2015-10-23 |
Didier Spezia | regexp: fix slice bounds out of range panics |
commit | commitdiff | tree |
2015-10-23 |
Gaurish Sharma | strings: Add examples for HasPrefix and HasSuffix |
commit | commitdiff | tree |
2015-10-22 |
Robert Griesemer | cmd/compile/internal/gc: remove special handling for... |
commit | commitdiff | tree |
2015-10-22 |
Robert Griesemer | cmd/compile/internal/gc: compact binary export format |
commit | commitdiff | tree |
2015-10-22 |
Robert Griesemer | cmd/link/internal/ld: export data may be marked with... |
commit | commitdiff | tree |
2015-10-22 |
Robert Griesemer | cmd/internal/goobj: permit 0 bytes in export data ... |
commit | commitdiff | tree |
2015-10-22 |
Robert Griesemer | cmd/compile/internal/gc: fixed comments (cosmetic change) |
commit | commitdiff | tree |
2015-10-22 |
Austin Clements | runtime: add pcvalue cache to improve stack scan speed |
commit | commitdiff | tree |
2015-10-22 |
Joel Sing | net/http/httptest: fix comment regarding certificate... |
commit | commitdiff | tree |
2015-10-22 |
Matthew Dempsky | runtime: add mSpanList type to represent lists of mspans |
commit | commitdiff | tree |
2015-10-22 |
Aaron Jacobs | runtime: remove unused printpc and printbyte functions |
commit | commitdiff | tree |
2015-10-22 |
Brad Fitzpatrick | os/exec: make Cmd.Output include stderr in ExitError |
commit | commitdiff | tree |
2015-10-22 |
Alex Brainman | path/filepath: test EvalSymlinks returns canonical... |
commit | commitdiff | tree |
2015-10-22 |
Matthew Dempsky | runtime: prune some dead variables |
commit | commitdiff | tree |
2015-10-22 |
Matthew Dempsky | runtime: change fixalloc's chunk field to unsafe.Pointer |
commit | commitdiff | tree |
2015-10-22 |
Shenghou Ma | runtime: fix typos |
commit | commitdiff | tree |
2015-10-22 |
Matthew Dempsky | runtime: split plan9 and solaris's m fields into new... |
commit | commitdiff | tree |
2015-10-21 |
Ian Lance Taylor | cmd/go: if -msan, pass -fsanitize=memory to cgo builds |
commit | commitdiff | tree |
2015-10-21 |
Matthew Dempsky | runtime: replace unsafe pointer arithmetic with array... |
commit | commitdiff | tree |
2015-10-21 |
Matthew Dempsky | runtime: make iface/eface handling more type safe |
commit | commitdiff | tree |
2015-10-21 |
Ian Lance Taylor | doc: go1.6.txt: -msan option for cmd/{go,compile,link} |
commit | commitdiff | tree |
2015-10-21 |
Ian Lance Taylor | cmd/go: add -msan option |
commit | commitdiff | tree |
2015-10-21 |
Keith Randall | cmd/internal/obj: fix PSRLW opcode |
commit | commitdiff | tree |
2015-10-21 |
Hyang-Ah Hana Kim | androidtest.bash: correct the location of compiled... |
commit | commitdiff | tree |
2015-10-21 |
Ian Lance Taylor | runtime, syscall: add calls to msan functions |
commit | commitdiff | tree |
2015-10-21 |
Matthew Dempsky | runtime: change functype's in and out fields to []... |
commit | commitdiff | tree |
2015-10-21 |
Hyang-Ah Hana Kim | go/build: test code cleanup: remove unnecessary func var |
commit | commitdiff | tree |
2015-10-21 |
Hyang-Ah Hana Kim | log/syslog: disable unix/unixgram tests on android |
commit | commitdiff | tree |
2015-10-21 |
Ian Lance Taylor | runtime, runtime/msan: add msan runtime support |
commit | commitdiff | tree |
2015-10-21 |
Austin Clements | runtime: eliminate unused _GCstw phase |
commit | commitdiff | tree |
2015-10-21 |
Austin Clements | runtime: eliminate unnecessary ragged barrier |
commit | commitdiff | tree |
2015-10-21 |
Ian Lance Taylor | cmd/compile: add -msan option |
commit | commitdiff | tree |
2015-10-21 |
Ian Lance Taylor | cmd/link: add -msan option |
commit | commitdiff | tree |
2015-10-21 |
Konstantin... | cmd/vet: fix shadow assignment check with complex rhs |
commit | commitdiff | tree |
2015-10-21 |
Ian Lance Taylor | cmd/compile: generalize racewalk to instrument (naming... |
commit | commitdiff | tree |
2015-10-21 |
Nodir Turakulov | cmd/go: dedup packages in packagesAndErrors |
commit | commitdiff | tree |
2015-10-21 |
Aaron Jacobs | cmd/compile: remove a stray word in the go:nosplit... |
commit | commitdiff | tree |
2015-10-21 |
acanino | cmd/compile: "invalid variable name x in type switch... |
commit | commitdiff | tree |
2015-10-21 |
Brad Fitzpatrick | net/http: update copy of http2 |
commit | commitdiff | tree |
2015-10-20 |
Nodir Turakulov | html/template: include itself while cloning |
commit | commitdiff | tree |
2015-10-20 |
Brad Fitzpatrick | net/http: return error from Serve if http2.ConfigureSer... |
commit | commitdiff | tree |
2015-10-20 |
Matthew Dempsky | runtime: add stringStructOf helper function |
commit | commitdiff | tree |
2015-10-20 |
Aaron Jacobs | runtime: change odd 'print1_write' file names |
commit | commitdiff | tree |
2015-10-20 |
Hyang-Ah Hana Kim | path/filepath: disable symlink tests on android. |
commit | commitdiff | tree |
2015-10-20 |
Hyang-Ah Hana Kim | os: disable symlink tests on android. |
commit | commitdiff | tree |
2015-10-20 |
Robert Griesemer | cmd/compile/internal/gc: there are no -0 floating-point... |
commit | commitdiff | tree |
2015-10-20 |
Matthew Dempsky | spec: remove "untyped bool" oxymorons |
commit | commitdiff | tree |
2015-10-20 |
Caleb Spare | crypto/cipher: fix CTR infinite loop with large block... |
commit | commitdiff | tree |
next |