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 |
2015-10-20 |
Robert Griesemer | spec: clarify numeric conversions where IEEE-754 produc... |
commit | commitdiff | tree |
2015-10-20 |
Robert Griesemer | cmd/compile/internal/gc: remove atoi function (minor... |
commit | commitdiff | tree |
2015-10-20 |
Hyang-Ah Hana Kim | runtime: add syscalls needed for android/amd64 logging. |
commit | commitdiff | tree |
2015-10-20 |
Ilya Tocar | cmd/internal/obj/x86: align functions with trap instruction |
commit | commitdiff | tree |
2015-10-20 |
Ian Lance Taylor | cmd/compile, syscall: use go:norace comment for forkAnd... |
commit | commitdiff | tree |
2015-10-20 |
Aaron Jacobs | runtime: rename _func.frame to make it clear it's depre... |
commit | commitdiff | tree |
2015-10-20 |
Thorben Krueger | fmt: Add support for capital '%X' format verb for scanning |
commit | commitdiff | tree |
2015-10-20 |
Nodir Turakulov | net/http/httptest: detect Content-Type in ResponseRecorder |
commit | commitdiff | tree |
2015-10-20 |
Brad Fitzpatrick | net/http: add Transport.TLSNextProto, ErrSkipAltProtocol |
commit | commitdiff | tree |
2015-10-20 |
Brad Fitzpatrick | net/http/httptest: change Server to use http.Server... |
commit | commitdiff | tree |
2015-10-19 |
Ian Lance Taylor | cmd/compile: clarify where mkbuiltin.go input files... |
commit | commitdiff | tree |
2015-10-19 |
Burcu Dogan | cmd/go: don't override GIT_TERMINAL_PROMPT |
commit | commitdiff | tree |
2015-10-19 |
Nodir Turakulov | net/http: fix typo in serve_test.go |
commit | commitdiff | tree |
2015-10-19 |
Michael Hudson... | runtime: tweaks to allow -buildmode=shared to work |
commit | commitdiff | tree |
2015-10-19 |
Michael Hudson... | cmd/link: centralize knowledge of size of fixed part... |
commit | commitdiff | tree |
2015-10-19 |
Michael Hudson... | cmd/compile: allow -shared/-dynlink on ppc64 |
commit | commitdiff | tree |
2015-10-19 |
David Crawshaw | cmd/cgo: give __uint128_t type [16]uint8 |
commit | commitdiff | tree |
2015-10-19 |
David Crawshaw | net: android no longer supports unix/unixgram |
commit | commitdiff | tree |
2015-10-19 |
Austin Clements | runtime: combine gcResetGState and gcResetMarkState |
commit | commitdiff | tree |
2015-10-19 |
Austin Clements | runtime: consolidate gcResetGState calls |
commit | commitdiff | tree |
2015-10-19 |
Austin Clements | runtime: remove work.partial queue |
commit | commitdiff | tree |
2015-10-19 |
Nodir Turakulov | fmt: clarify reflect.Value printing |
commit | commitdiff | tree |
2015-10-19 |
David Crawshaw | cmd/go: -buildmode=pie for android/arm |
commit | commitdiff | tree |
2015-10-19 |
David Crawshaw | cmd/link: PIE executables for android/arm |
commit | commitdiff | tree |
2015-10-19 |
Matthew Dempsky | go/types: check that typed constant shift expressions... |
commit | commitdiff | tree |
2015-10-19 |
David Crawshaw | cmd/cgo: don't print absolute path in comment |
commit | commitdiff | tree |
2015-10-19 |
Brad Fitzpatrick | net/http: use the correct error variable in serveFile |
commit | commitdiff | tree |
2015-10-19 |
Aaron Jacobs | runtime: remove a redundant nil pointer check. |
commit | commitdiff | tree |
2015-10-19 |
Nodir Turakulov | runtime: merge proc1.go -> proc.go |
commit | commitdiff | tree |
2015-10-19 |
Joe Tsai | compress/flate: improve inflate speed by reading more... |
commit | commitdiff | tree |
2015-10-18 |
Nodir Turakulov | runtime: merge race1.go -> race.go |
commit | commitdiff | tree |
2015-10-18 |
Michael Hudson... | runtime, runtime/cgo: conform to PIC register use rules... |
commit | commitdiff | tree |
2015-10-18 |
Michael Hudson... | reflect, runtime, runtime/cgo: use ppc64 asm constant... |
commit | commitdiff | tree |
2015-10-18 |
Michael Hudson... | cmd/compile, cmd/internal/obj: centralize knowledge... |
commit | commitdiff | tree |
2015-10-18 |
Michael Hudson... | runtime: add a constant for the smallest possible stack... |
commit | commitdiff | tree |
2015-10-18 |
Michael Hudson... | cmd/internal/obj, runtime: add NOFRAME flag to suppress... |
commit | commitdiff | tree |
2015-10-18 |
Justin Nuß | mime: Remove an allocation in word decoding. |
commit | commitdiff | tree |
2015-10-17 |
Nodir Turakulov | runtime: merge stack{1,2}.go -> stack.go |
commit | commitdiff | tree |
2015-10-17 |
Michael Hudson... | cmd/link: always disable lazy PLT resolution when dynam... |
commit | commitdiff | tree |
2015-10-17 |
Yasuharu Goto | net/http: Client support for Expect: 100-continue |
commit | commitdiff | tree |
2015-10-17 |
Matthew Dempsky | runtime: remove some unnecessary unsafe code in mfixalloc |
commit | commitdiff | tree |
2015-10-16 |
Brad Fitzpatrick | net: unblock plan9 TCP Read calls after socket close |
commit | commitdiff | tree |
2015-10-16 |
Ilya Tocar | net: use IndexByte implementation from runtime package |
commit | commitdiff | tree |
2015-10-16 |
Nodir Turakulov | runtime: merge panic1.go into panic.go |
commit | commitdiff | tree |
2015-10-16 |
Nodir Turakulov | runtime: rename print1.go -> print.go |
commit | commitdiff | tree |
2015-10-16 |
Nodir Turakulov | runtime: merge string1.go into string.go |
commit | commitdiff | tree |
2015-10-16 |
Chris Hines | database/sql: avoid deadlock waiting for connections |
commit | commitdiff | tree |
next |