2015-03-30 |
Daniel Theophanes | runtime: do not use AddVectoredContinueHandler on Windo... |
commit | commitdiff | tree |
2015-03-29 |
Dmitry Vyukov | runtime/pprof: fix data race in test |
commit | commitdiff | tree |
2015-03-28 |
Dmitry Vyukov | test: add tests for escape analysis of interface conver... |
commit | commitdiff | tree |
2015-03-28 |
Dmitry Vyukov | test: add tests for escape analysis of closure arguments |
commit | commitdiff | tree |
2015-03-28 |
Dmitry Vyukov | test: fix build |
commit | commitdiff | tree |
2015-03-28 |
Dmitry Vyukov | test: add tests for indirection level computation in... |
commit | commitdiff | tree |
2015-03-28 |
Dmitry Vyukov | test: add escape analysis tests form maps |
commit | commitdiff | tree |
2015-03-28 |
Dmitry Vyukov | test: add tests for escape analysis when assigning... |
commit | commitdiff | tree |
2015-03-28 |
Dmitry Vyukov | test: add escape analysis tests for fields |
commit | commitdiff | tree |
2015-03-28 |
Dmitry Vyukov | test: add tests for escape analysis of slices |
commit | commitdiff | tree |
2015-03-28 |
Dmitry Vyukov | test: add additional ... tests for escape analysis |
commit | commitdiff | tree |
2015-03-28 |
Dmitry Vyukov | os: give race detector chance to override Exit(0) |
commit | commitdiff | tree |
2015-03-28 |
Mikio Hara | net: simplify test helpers |
commit | commitdiff | tree |
2015-03-27 |
Srdjan Petrovic | cmd/go: add -asmflags build flag |
commit | commitdiff | tree |
2015-03-27 |
Srdjan Petrovic | cmd: linker changes for shared library initialization |
commit | commitdiff | tree |
2015-03-27 |
Jeremy Schlatter | math/big: fix copy-paste mistake in int_test.go |
commit | commitdiff | tree |
2015-03-27 |
Jeremy Schlatter | cmd/go: small code reorganization |
commit | commitdiff | tree |
2015-03-27 |
Josh Bleecher... | doc/go1.5.txt: add ExtensionByType to mime |
commit | commitdiff | tree |
2015-03-27 |
Hyang-Ah Hana Kim | runtime/pprof: fix TestCPUProfileWithFork for GOOS... |
commit | commitdiff | tree |
2015-03-27 |
Brad Fitzpatrick | syscall: apply the errno allocation fix to other operat... |
commit | commitdiff | tree |
2015-03-27 |
Nick Cooper | mime: add ExtensionByType method |
commit | commitdiff | tree |
2015-03-27 |
Brad Fitzpatrick | net: reenable a previously skipped test |
commit | commitdiff | tree |
2015-03-27 |
Brad Fitzpatrick | doc: add more performance items to go1.5.txt |
commit | commitdiff | tree |
2015-03-27 |
Dmitry Vyukov | testing/quick: fix comment |
commit | commitdiff | tree |
2015-03-27 |
Damian Gryski | doc/go1.5.txt: fix URL for a CL |
commit | commitdiff | tree |
2015-03-27 |
Brad Fitzpatrick | syscall: don't allocate when boxing common Errno values... |
commit | commitdiff | tree |
2015-03-27 |
Nigel Tao | image/draw: fix golden test for YCbCr.RGBA change. |
commit | commitdiff | tree |
2015-03-26 |
Nigel Tao | image/color: have YCbCr.RGBA work in 16-bit color,... |
commit | commitdiff | tree |
2015-03-26 |
Austin Clements | runtime: disallow write barriers in handoffp and callees |
commit | commitdiff | tree |
2015-03-26 |
Shenghou Ma | runtime: don't trigger write barrier in newosproc for... |
commit | commitdiff | tree |
2015-03-26 |
Rob Pike | time: add a thorough example for time.Format |
commit | commitdiff | tree |
2015-03-26 |
Ian Lance Taylor | syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSy... |
commit | commitdiff | tree |
2015-03-26 |
Austin Clements | runtime: use uintXX instead of *byte for si_addr on... |
commit | commitdiff | tree |
2015-03-26 |
Austin Clements | runtime: remove write barrier on G in sighandler |
commit | commitdiff | tree |
2015-03-26 |
Ian Lance Taylor | syscall: regenerate zsyscall_darwin_arm.go |
commit | commitdiff | tree |
2015-03-26 |
David Crawshaw | runtime, runtime/cgo: make needextram a bool |
commit | commitdiff | tree |
2015-03-26 |
Rob Pike | doc/go1.5.txt: add $DOLLAR to generate |
commit | commitdiff | tree |
2015-03-26 |
Rob Pike | cmd/go: add $DOLLAR to the predefined variables for... |
commit | commitdiff | tree |
2015-03-25 |
Dave Cheney | runtime: add runtime.cmpstring and bytes.Compare |
commit | commitdiff | tree |
2015-03-25 |
Nigel Tao | image/internal/imageutil: inline the color.YCbCrToRGB... |
commit | commitdiff | tree |
2015-03-25 |
David Crawshaw | misc/ios: simplify breakpoint timeout |
commit | commitdiff | tree |
2015-03-25 |
David Crawshaw | misc/ios: timeout and continue waiting for getwd |
commit | commitdiff | tree |
2015-03-25 |
Matt Bostock | crypto/tls: Correct minimum version in comment |
commit | commitdiff | tree |
2015-03-25 |
Alex Brainman | runtime: remove obsolete comment |
commit | commitdiff | tree |
2015-03-25 |
Shenghou Ma | doc/go1.5: add nacl get_random_bytes change, pepper... |
commit | commitdiff | tree |
2015-03-25 |
Shenghou Ma | runtime, syscall: use the new get_random_bytes syscall... |
commit | commitdiff | tree |
2015-03-25 |
Hyang-Ah (Hana... | os/exec: post-process lsof output on Android. |
commit | commitdiff | tree |
2015-03-25 |
Mikio Hara | net/internal/socktest: new package |
commit | commitdiff | tree |
2015-03-24 |
Shenghou Ma | nacltest.bash: reduce test time by using bootstrapping... |
commit | commitdiff | tree |
2015-03-24 |
Shenghou Ma | cmd/6g: fix build for nacl/amd64p32 |
commit | commitdiff | tree |
2015-03-24 |
Shenghou Ma | net/url: fix docs for URL.String |
commit | commitdiff | tree |
2015-03-24 |
Alexandre Cesaro | mime/quotedprintable: accept badly encoded bytes |
commit | commitdiff | tree |
2015-03-24 |
Dave Cheney | cmd/8g, cmd/internal/gc: fix GO386=387 build |
commit | commitdiff | tree |
2015-03-24 |
Robert Griesemer | math/big: fix known bug in Float.Float64 |
commit | commitdiff | tree |
2015-03-24 |
Brad Fitzpatrick | cmd/dist: add test to usage message's list of commands |
commit | commitdiff | tree |
2015-03-24 |
Aram Hăvărneanu | runtime, syscall: fix Solaris exec tests |
commit | commitdiff | tree |
2015-03-24 |
Shenghou Ma | cmd/7g: fix linux/arm64 build |
commit | commitdiff | tree |
2015-03-24 |
Shenghou Ma | syscall: use Getpgid to emulate Getpgrp on linux |
commit | commitdiff | tree |
2015-03-24 |
David Crawshaw | runtime: initialize extra M for cgo during mstart |
commit | commitdiff | tree |
2015-03-24 |
Shenghou Ma | doc/go1.4.html: fix typo |
commit | commitdiff | tree |
2015-03-24 |
Rick Hudson | runtime: Remove write barrier on g |
commit | commitdiff | tree |
2015-03-24 |
Alex Brainman | runtime: add TestCgoDLLImports |
commit | commitdiff | tree |
2015-03-24 |
Shenghou Ma | doc/go1.5: mention external linking support for windows |
commit | commitdiff | tree |
2015-03-24 |
Shenghou Ma | cmd/go: update PE header magic for files generated... |
commit | commitdiff | tree |
2015-03-24 |
Shenghou Ma | cmd/dist: enable external linking test for windows... |
commit | commitdiff | tree |
2015-03-24 |
Shenghou Ma | cmd/internal/ld, cmd/6l: external linking for windows... |
commit | commitdiff | tree |
2015-03-24 |
Shenghou Ma | cmd/dist: enable external linking test for windows/386 |
commit | commitdiff | tree |
2015-03-24 |
Shenghou Ma | cmd/internal/ld, cmd/8l: external linking for windows/386 |
commit | commitdiff | tree |
2015-03-24 |
Shenghou Ma | runtime: use _main instead of main on windows/386 |
commit | commitdiff | tree |
2015-03-24 |
Shenghou Ma | cmd/internal/ld, runtime: record argument size for... |
commit | commitdiff | tree |
2015-03-24 |
Shenghou Ma | os/signal: skip TestCtrlBreak on windows/386 temporarily |
commit | commitdiff | tree |
2015-03-24 |
Nigel Tao | image/internal/imageutil: generate subsample-ratio... |
commit | commitdiff | tree |
2015-03-24 |
Matthew Dempsky | debug/dwarf, encoding/asn1, go/ast: fix old comments |
commit | commitdiff | tree |
2015-03-24 |
Matthew Dempsky | cmd/internal/ld: edit into more idiomatic Go code |
commit | commitdiff | tree |
2015-03-23 |
Nigel Tao | image/internal/imageutil: new package, used by image... |
commit | commitdiff | tree |
2015-03-23 |
Sebastien Binet | cmd/go: allow go get with local path |
commit | commitdiff | tree |
2015-03-23 |
Brad Fitzpatrick | regexp: fix link to RE2 syntax |
commit | commitdiff | tree |
2015-03-23 |
Brad Fitzpatrick | doc: add cmd/trace to go1.5.txt |
commit | commitdiff | tree |
2015-03-23 |
Brad Fitzpatrick | doc: update go1.5.txt |
commit | commitdiff | tree |
2015-03-23 |
Robert Griesemer | doc/go1.5.txt: updated (composite literal lang. change... |
commit | commitdiff | tree |
2015-03-23 |
David Crawshaw | syscall: disable test that forks on darwin/arm |
commit | commitdiff | tree |
2015-03-23 |
Joe Harrison | mime: add "image/svg+xml" type for extension ".svg" |
commit | commitdiff | tree |
2015-03-23 |
Michael Matloob | regexp: port RE2's bitstate backtracker to the regexp... |
commit | commitdiff | tree |
2015-03-23 |
Michael MacInnis | syscall: Add Foreground and Pgid to SysProcAttr |
commit | commitdiff | tree |
2015-03-23 |
David Crawshaw | net/http: enable segfaulting test on darwin/arm |
commit | commitdiff | tree |
2015-03-23 |
Mikio Hara | net: fix TestInterfaces, TestInterfaceAddrs on platform... |
commit | commitdiff | tree |
2015-03-23 |
Brad Fitzpatrick | net/http: ignore the Unix epoch time in ServeContent |
commit | commitdiff | tree |
2015-03-21 |
Nigel Tao | image/color: add alpha-premultiplied comment. |
commit | commitdiff | tree |
2015-03-21 |
Joel Sing | runtime: fix return values for open/read/write/close... |
commit | commitdiff | tree |
2015-03-21 |
Dave Cheney | runtime: fix linux/amd64p32 build |
commit | commitdiff | tree |
2015-03-20 |
Robert Griesemer | spec: extend type omission rules for composite literal... |
commit | commitdiff | tree |
2015-03-20 |
Jeremy Schlatter | cmd/go: Delete some unused code. |
commit | commitdiff | tree |
2015-03-20 |
Robert Griesemer | go/parser: permit type elision from composite literal... |
commit | commitdiff | tree |
2015-03-20 |
Robert Griesemer | math/big: enable pure Go (no assembly) build with build tag |
commit | commitdiff | tree |
2015-03-20 |
Russ Cox | cmd/internal/gc: inline x := y.(*T) and x, ok := y... |
commit | commitdiff | tree |
2015-03-20 |
Russ Cox | cmd/internal/gc: move cgen, regalloc, et al to portable... |
commit | commitdiff | tree |
2015-03-20 |
Rob Pike | html/template: fix crash when escaping incomplete template |
commit | commitdiff | tree |
2015-03-20 |
areski | bytes, os/exec, strings: fix a few BUG comments |
commit | commitdiff | tree |
2015-03-20 |
Kato Kazuyoshi | os: don't return Chmod's error from Mkdir and OpenFile |
commit | commitdiff | tree |
2015-03-20 |
Robert Griesemer | cmd/internal/gc: remove dead code |
commit | commitdiff | tree |
next |