2015-01-28 |
Dmitry Vyukov | cmd/gc: ignore re-slicing in escape analysis |
commit | commitdiff | tree |
2015-01-28 |
Dmitry Vyukov | cmd/gc: improve escape analysis for &T{...} |
commit | commitdiff | tree |
2015-01-28 |
Dmitry Vyukov | runtime/pprof: add tests for tracer |
commit | commitdiff | tree |
2015-01-28 |
Dmitry Vyukov | cmd/go: add tracing support |
commit | commitdiff | tree |
2015-01-28 |
Dmitry Vyukov | testing: add tracing support |
commit | commitdiff | tree |
2015-01-28 |
Dmitry Vyukov | runtime/pprof: add tracing support |
commit | commitdiff | tree |
2015-01-28 |
Dmitry Vyukov | runtime: add tracing of runtime events |
commit | commitdiff | tree |
2015-01-28 |
Dmitry Vyukov | runtime: add execution tracing functionality |
commit | commitdiff | tree |
2015-01-28 |
Dmitry Vyukov | cmd/gc: fix condition for fast pathed interface conversions |
commit | commitdiff | tree |
2015-01-28 |
Dmitry Vyukov | cmd/gc: allow map index expressions in for range statements |
commit | commitdiff | tree |
2015-01-28 |
Dmitry Vyukov | net/http: fix goroutine leak in benchmark |
commit | commitdiff | tree |
2015-01-28 |
Dmitry Vyukov | reflect: cache call frames |
commit | commitdiff | tree |
2015-01-28 |
Mikio Hara | net: update test cases for network interface API |
commit | commitdiff | tree |
2015-01-28 |
Russ Cox | liblink: do not print pointers in debug output |
commit | commitdiff | tree |
2015-01-28 |
David Leon Gil | crypto/ecdsa: make Sign safe with broken entropy sources |
commit | commitdiff | tree |
2015-01-27 |
Robert Griesemer | math/big: various fixes, enable tests for 32bit platforms |
commit | commitdiff | tree |
2015-01-27 |
Dmitry Vyukov | runtime: simplify code |
commit | commitdiff | tree |
2015-01-27 |
Dmitry Vyukov | net/http: add client benchmark |
commit | commitdiff | tree |
2015-01-27 |
Robert Griesemer | unsafe: fix doc strings |
commit | commitdiff | tree |
2015-01-27 |
Dmitry Vyukov | cmd/gc: don't copy []byte during string concatenation |
commit | commitdiff | tree |
2015-01-27 |
Dmitry Vyukov | cmd/gc: don't emit write barriers for *tmp if tmp=... |
commit | commitdiff | tree |
2015-01-27 |
Dmitry Vyukov | cmd/gc: fix range typecheck order |
commit | commitdiff | tree |
2015-01-27 |
Dmitry Vyukov | runtime: fix wbshadow mode |
commit | commitdiff | tree |
2015-01-27 |
Dmitry Vyukov | runtime: do not scan maps when k/v do not contain pointers |
commit | commitdiff | tree |
2015-01-27 |
Dmitry Vyukov | runtime: fix crash during heapdump |
commit | commitdiff | tree |
2015-01-26 |
Adam Langley | Revert "crypto/ecdsa: make Sign safe with broken entrop... |
commit | commitdiff | tree |
2015-01-26 |
David Leon Gil | crypto/ecdsa: make Sign safe with broken entropy sources |
commit | commitdiff | tree |
2015-01-26 |
Russ Cox | liblink: arrange for Prog* argument in vaddr |
commit | commitdiff | tree |
2015-01-26 |
Russ Cox | cmd/go: on arm, all binaries depend on math |
commit | commitdiff | tree |
2015-01-26 |
Russ Cox | cmd/gc: simplify code for c2go (more) |
commit | commitdiff | tree |
2015-01-26 |
Russ Cox | cmd/gc: make cmd/gc a real library |
commit | commitdiff | tree |
2015-01-26 |
Russ Cox | cmd/gc: simplify code for c2go |
commit | commitdiff | tree |
2015-01-26 |
David du Colombier | os: emulate plan 9 libc in stat |
commit | commitdiff | tree |
2015-01-26 |
Shenghou Ma | regexp: update URLs in tests |
commit | commitdiff | tree |
2015-01-26 |
Shenghou Ma | archive/tar: set Header.Mode in example |
commit | commitdiff | tree |
2015-01-25 |
Andrew Ekstedt | image: fix typo in Alpha16 doc comment |
commit | commitdiff | tree |
2015-01-24 |
INADA Naoki | database/sql: reduce lock contention in Stmt.connStmt |
commit | commitdiff | tree |
2015-01-24 |
Robert Griesemer | math/big: disable some tests on 32bit platforms (fix... |
commit | commitdiff | tree |
2015-01-24 |
Robert Griesemer | math/big: multi-precision Floats (starting point) |
commit | commitdiff | tree |
2015-01-23 |
Robert Griesemer | go/ast: document that ast.FilterFile always filters... |
commit | commitdiff | tree |
2015-01-23 |
Robert Griesemer | go/printer: update golden file (fix build) |
commit | commitdiff | tree |
2015-01-23 |
Robert Griesemer | go/printer, cmd/gofmt: print import paths in double... |
commit | commitdiff | tree |
2015-01-23 |
Robert Griesemer | go/parser: report error for var/const decls with missin... |
commit | commitdiff | tree |
2015-01-23 |
Shenghou Ma | runtime: fix incorrectly replaced "_type" in comments |
commit | commitdiff | tree |
2015-01-22 |
Robert Griesemer | bytes, strings: improve documentation for Count functions |
commit | commitdiff | tree |
2015-01-22 |
Martin Möhrmann | net: simplify itoa conversions |
commit | commitdiff | tree |
2015-01-22 |
Michael Matloob | cmd/ld: s/specificaly/specifically/ in comment |
commit | commitdiff | tree |
2015-01-22 |
Ian Lance Taylor | cmd/gc: treat non-local vars inlined into wrapper as... |
commit | commitdiff | tree |
2015-01-21 |
David du Colombier | lib9: build tokenize on Plan 9 |
commit | commitdiff | tree |
2015-01-21 |
Rick Hudson | runtime: fix trigger for concurrent GC |
commit | commitdiff | tree |
2015-01-21 |
Paul van Brouwershaven | crypto/x509: implement crypto.Signer |
commit | commitdiff | tree |
2015-01-21 |
David Crawshaw | syscall: use name+(NN)FP on linux/amd64 |
commit | commitdiff | tree |
2015-01-21 |
David Crawshaw | syscall: use name+(NN)FP on linux/386 |
commit | commitdiff | tree |
2015-01-21 |
Austin Clements | Revert "runtime: fix trigger for concurrent GC" |
commit | commitdiff | tree |
2015-01-21 |
Rick Hudson | runtime: fix trigger for concurrent GC |
commit | commitdiff | tree |
2015-01-21 |
Shenghou Ma | internal/syscall: add getrandom syscall number for... |
commit | commitdiff | tree |
2015-01-21 |
Andrew Gerrand | html/template: fix example code |
commit | commitdiff | tree |
2015-01-21 |
Robert Griesemer | math/big: use new nat.scan for Rat.SetString |
commit | commitdiff | tree |
2015-01-21 |
Russ Cox | build: implement GOEXPERIMENT again in runtime, and... |
commit | commitdiff | tree |
2015-01-21 |
Adam Langley | Revert "crypto/x509: implement crypto.Signer" |
commit | commitdiff | tree |
2015-01-20 |
Paul van Brouwershaven | crypto/x509: Authority Key Identifier must be included... |
commit | commitdiff | tree |
2015-01-20 |
Paul van Brouwershaven | crypto/x509: implement crypto.Signer |
commit | commitdiff | tree |
2015-01-20 |
Emil Hessman | path/filepath: make Join handle UNC paths on Windows |
commit | commitdiff | tree |
2015-01-20 |
Robert Griesemer | math/big: permit internal nat.scan to accept decimal... |
commit | commitdiff | tree |
2015-01-20 |
Chris Manghane | cmd/gc: don't unpack struct arguments to append |
commit | commitdiff | tree |
2015-01-20 |
Rick Hudson | runtime: Add some diagnostic messages printing source... |
commit | commitdiff | tree |
2015-01-20 |
Robert Griesemer | math/big: better test coverage, misc. cleanups |
commit | commitdiff | tree |
2015-01-20 |
Burcu Dogan | runtime/pprof: ignore CPU profile test failures in... |
commit | commitdiff | tree |
2015-01-20 |
Andrew Gerrand | misc/makerelease: send file size when uploading |
commit | commitdiff | tree |
2015-01-19 |
Evan Kroske | net/http/fcgi: Fix resource leaks |
commit | commitdiff | tree |
2015-01-19 |
Mikio Hara | cmd/go: make use of Runnable method |
commit | commitdiff | tree |
2015-01-19 |
Andrew Gerrand | misc/dashboard/codereview: delete |
commit | commitdiff | tree |
2015-01-19 |
Russ Cox | cmd/dist: fix deadlock when compilation command fails |
commit | commitdiff | tree |
2015-01-19 |
Russ Cox | runtime: factor out bitmap, finalizer code from malloc/mgc |
commit | commitdiff | tree |
2015-01-19 |
Jongmin Kim | net/http: remove unused test type |
commit | commitdiff | tree |
2015-01-19 |
Russ Cox | runtime: move write barrier code into mbarrier.go |
commit | commitdiff | tree |
2015-01-19 |
Russ Cox | runtime: rename float64 constants to avoid name space... |
commit | commitdiff | tree |
2015-01-19 |
Shenghou Ma | fmt: reword the document for [n]. |
commit | commitdiff | tree |
2015-01-19 |
Mikio Hara | net: more accurate parsing of IPv4 header on IPConn |
commit | commitdiff | tree |
2015-01-19 |
Russ Cox | strings: remove overengineered Compare implementation |
commit | commitdiff | tree |
2015-01-19 |
Russ Cox | cmd/go: set $GOROOT during 'go tool' invocations |
commit | commitdiff | tree |
2015-01-19 |
Shenghou Ma | cmd/dist: do not leave go-tool-dist-* temporary directo... |
commit | commitdiff | tree |
2015-01-19 |
Michael Matloob | cmd/dist: produce a properly formatted zversion.go |
commit | commitdiff | tree |
2015-01-19 |
Brad Fitzpatrick | doc: update go1.5.txt |
commit | commitdiff | tree |
2015-01-18 |
Bill Thiede | runtime, syscall: use SYSCALL instruction on FreeBSD. |
commit | commitdiff | tree |
2015-01-18 |
Shenghou Ma | misc/makerelease: workaround the go install -a restrict... |
commit | commitdiff | tree |
2015-01-18 |
Brad Fitzpatrick | doc: direct people to the mailing list |
commit | commitdiff | tree |
2015-01-17 |
Martin Möhrmann | net/http/cgi: correctly handle pathnames for cygwin... |
commit | commitdiff | tree |
2015-01-17 |
Keith Randall | test: generate tests for arithmetic on narrow types |
commit | commitdiff | tree |
2015-01-16 |
Russ Cox | all: merge dev.cc (929f321) into master |
commit | commitdiff | tree |
2015-01-16 |
Hyang-Ah Hana Kim | misc/android: choose the right subdirectory for bin... |
commit | commitdiff | tree |
2015-01-16 |
Austin Clements | misc/cgo: skip testso on ppc64 |
commit | commitdiff | tree |
2015-01-16 |
Keith Randall | math/big: bug in AndNot(x,y) for x>0,y<0. |
commit | commitdiff | tree |
2015-01-16 |
David Crawshaw | syscall: use name+(NN)FP on linux/arm |
commit | commitdiff | tree |
2015-01-16 |
Andrew Gerrand | misc/makerelease: a couple of small fixes |
commit | commitdiff | tree |
2015-01-15 |
Keith Randall | cmd/5g: make sure we normalize after unary ops on small... |
commit | commitdiff | tree |
2015-01-15 |
Ian Lance Taylor | net: fix some typos in comments |
commit | commitdiff | tree |
2015-01-15 |
Andrew Gerrand | misc/makerelease: use built in "del" to remove files |
commit | commitdiff | tree |
2015-01-15 |
Alan Donovan | strings: add Compare(x, y string) int, for symmetry... |
commit | commitdiff | tree |
2015-01-15 |
Brad Fitzpatrick | all: update old comments referencing *.goc files |
commit | commitdiff | tree |
next |