2015-04-01 |
Sebastien Binet | cmd/gofmt, go/format: refactor common pieces into inter... |
commit | commitdiff | tree |
2015-04-01 |
Josh Bleecher... | cmd/5g etc: merge simple case expressions onto fewer... |
commit | commitdiff | tree |
2015-04-01 |
Preetam Jinka | compress/flate: fix typo in comment |
commit | commitdiff | tree |
2015-04-01 |
Josh Bleecher... | cmd/gc: teach componentgen about string constants |
commit | commitdiff | tree |
2015-04-01 |
Andrei Korzhevskii | database/sql: provide stats on number of open connectio... |
commit | commitdiff | tree |
2015-04-01 |
Dave Cheney | cmd/go: always link external test packages first when... |
commit | commitdiff | tree |
2015-04-01 |
Evan Phoenix | text/scanner: Fix EOF reporting on strange Readers |
commit | commitdiff | tree |
2015-04-01 |
Martin Möhrmann | fmt: improve test coverage of %x and %X format variatio... |
commit | commitdiff | tree |
2015-03-31 |
Mikio Hara | net: add socket system call hooks for testing |
commit | commitdiff | tree |
2015-03-31 |
Robert Griesemer | math/big: remove NaN support - just not worth it |
commit | commitdiff | tree |
2015-03-31 |
Michael Hudson... | runtime, cmd/internal/ld: change runtime to use a singl... |
commit | commitdiff | tree |
2015-03-31 |
Michael Hudson... | cmd/internal/gc: directly produce importpath of package... |
commit | commitdiff | tree |
2015-03-31 |
Robert Griesemer | math/big: fixed Float.Float64, implemented Float.Float32 |
commit | commitdiff | tree |
2015-03-31 |
Brad Fitzpatrick | doc: add another go1.5.txt performance item, sort gc... |
commit | commitdiff | tree |
2015-03-31 |
Alex Brainman | crypto/x509: use syscall.GetVersion instead of internal... |
commit | commitdiff | tree |
2015-03-31 |
Austin Clements | runtime: improve comment about non-preemption during... |
commit | commitdiff | tree |
2015-03-31 |
Austin Clements | runtime: fix another out of date comment in GC |
commit | commitdiff | tree |
2015-03-31 |
John Potocny | strings: Add benchmark test for trim function |
commit | commitdiff | tree |
2015-03-30 |
Lee Packham | runtime: allow pointers to strings to be printed |
commit | commitdiff | tree |
2015-03-30 |
Rob Pike | cmd/internal/obj/arm64: delete needless closure in... |
commit | commitdiff | tree |
2015-03-30 |
Shenghou Ma | test: add testcase for gccgo-specific issue 10284 |
commit | commitdiff | tree |
2015-03-30 |
Michael Hudson... | runtime: rename ·main·f to ·mainPC to avoid duplicate... |
commit | commitdiff | tree |
2015-03-30 |
Michael Hudson... | cmd/internal/ld: handle TLS and imported symbols more... |
commit | commitdiff | tree |
2015-03-30 |
David Crawshaw | misc/ios: retry loop to handle builder flakiness |
commit | commitdiff | tree |
2015-03-30 |
David Crawshaw | iostest.bash: build script for iOS |
commit | commitdiff | tree |
2015-03-30 |
David Chase | cmd/internal/gc: convert some comment text from C to... |
commit | commitdiff | tree |
2015-03-30 |
David Chase | cmd/gc: allocate backing storage for non-escaping inter... |
commit | commitdiff | tree |
2015-03-30 |
Daniel Theophanes | crypto/x509: skip SHA2 system verify test if not supported. |
commit | commitdiff | tree |
2015-03-30 |
Austin Clements | runtime: make "write barriers are not allowed" comments... |
commit | commitdiff | tree |
2015-03-30 |
Alexandre Cesaro | mime/quotedprintable: add binary mode to the writer |
commit | commitdiff | tree |
2015-03-30 |
Dmitry Vyukov | test: add tests for escape analysis of function parameters |
commit | commitdiff | tree |
2015-03-30 |
Aaron Jacobs | io: clarify the behavior of PipeWriter.CloseWithError... |
commit | commitdiff | tree |
2015-03-30 |
Brad Fitzpatrick | mime: tighten up and simplify tests |
commit | commitdiff | tree |
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 |
next |