2014-01-28 |
Dmitriy Vyukov | runtime: more chan tests |
commit | commitdiff | tree |
2014-01-28 |
Dmitriy Vyukov | runtime: prefetch next block in mallocgc |
commit | commitdiff | tree |
2014-01-28 |
Dmitriy Vyukov | runtime: fix buffer overflow in make(chan) |
commit | commitdiff | tree |
2014-01-28 |
Dmitriy Vyukov | runtime: adjust malloc race instrumentation for tiny... |
commit | commitdiff | tree |
2014-01-28 |
Mikio Hara | net: make it possible to use FilePacketConn with IPConn |
commit | commitdiff | tree |
2014-01-28 |
Andrew Gerrand | io: clarify MultiReader documentation |
commit | commitdiff | tree |
2014-01-28 |
Michael Hudson... | cmd/go: When linking with gccgo pass .a files in the... |
commit | commitdiff | tree |
2014-01-28 |
David du Colombier | build: fix typos in run.rc |
commit | commitdiff | tree |
2014-01-28 |
Keith Randall | cmd/gc: liveness: don't add fallthough edge after panic |
commit | commitdiff | tree |
2014-01-27 |
Fredrik Enestad | httputil: in ReverseProxy, strip hop-by-hop headers... |
commit | commitdiff | tree |
2014-01-27 |
Brad Fitzpatrick | A+C: Fredrik Enestad (individual CLA) |
commit | commitdiff | tree |
2014-01-27 |
Vincent Vanackere | runtime/debug: fix incorrect Stack output if package... |
commit | commitdiff | tree |
2014-01-27 |
Dmitriy Vyukov | runtime: fix windows build |
commit | commitdiff | tree |
2014-01-27 |
Dmitriy Vyukov | runtime: tune P retake logic |
commit | commitdiff | tree |
2014-01-27 |
Keith Randall | cmd/6a: include MOVQL opcode. |
commit | commitdiff | tree |
2014-01-27 |
Brad Fitzpatrick | all: use {bytes,strings}.NewReader instead of bytes... |
commit | commitdiff | tree |
2014-01-27 |
Ian Lance Taylor | debug/dwarf, debug/elf: add support for reading DWARF... |
commit | commitdiff | tree |
2014-01-27 |
Dmitriy Vyukov | runtime: fix buffer overflow in stringtoslicerune |
commit | commitdiff | tree |
2014-01-27 |
Dmitriy Vyukov | runtime: smarter slice grow |
commit | commitdiff | tree |
2014-01-27 |
David du Colombier | time: increase timeout of TestOverflowRuntimeTimer... |
commit | commitdiff | tree |
2014-01-25 |
Jeff Sickel | runtime/pprof: plan9 fails the TestGoroutineSwitch... |
commit | commitdiff | tree |
2014-01-25 |
Dmitriy Vyukov | sync: support Pool under race detector |
commit | commitdiff | tree |
2014-01-24 |
Dmitriy Vyukov | runtime: combine small NoScan allocations |
commit | commitdiff | tree |
2014-01-24 |
Dmitriy Vyukov | sync: scalable Pool |
commit | commitdiff | tree |
2014-01-24 |
Dmitriy Vyukov | runtime: do not zero terminate strings |
commit | commitdiff | tree |
2014-01-24 |
Russ Cox | cmd/gc: add zeroing to enable precise stack accounting |
commit | commitdiff | tree |
2014-01-24 |
Russ Cox | liblink, runtime: fix cgo on arm |
commit | commitdiff | tree |
2014-01-24 |
Rob Pike | effective_go: move 'Type switch' section into 'Control... |
commit | commitdiff | tree |
2014-01-23 |
Keith Randall | runtime: Print elision message if we skipped frames... |
commit | commitdiff | tree |
2014-01-23 |
Dmitriy Vyukov | bufio: fix benchmarks behavior |
commit | commitdiff | tree |
2014-01-23 |
Russ Cox | lib/codereview: add LGTM= line to commit messages |
commit | commitdiff | tree |
2014-01-23 |
Dmitriy Vyukov | undo CL 45770044 / d795425bfa18 |
commit | commitdiff | tree |
2014-01-23 |
Dmitriy Vyukov | runtime: increase page size to 8K |
commit | commitdiff | tree |
2014-01-22 |
Rob Pike | cmd/gc: add the word 'archive' to the documentation... |
commit | commitdiff | tree |
2014-01-22 |
Gautham Thambidorai | crypto/tls: Client side support for TLS session resumption. |
commit | commitdiff | tree |
2014-01-22 |
David du Colombier | debug/plan9obj: implement parsing of Plan 9 a.out execu... |
commit | commitdiff | tree |
2014-01-22 |
Russ Cox | runtime: fix typo in ARM code |
commit | commitdiff | tree |
2014-01-22 |
Russ Cox | testing: fix SkipNow and FailNow to avoid panic(nil... |
commit | commitdiff | tree |
2014-01-22 |
Jeff Sickel | net: plan9 changes for default net directory |
commit | commitdiff | tree |
2014-01-22 |
Russ Cox | testing: diagnose buggy tests that panic(nil) |
commit | commitdiff | tree |
2014-01-22 |
David du Colombier | cmd/gc, cmd/ld: fix Plan 9 warnings |
commit | commitdiff | tree |
2014-01-22 |
Michael Gehring | archive/tar: add dragonfly build tag |
commit | commitdiff | tree |
2014-01-22 |
Brad Fitzpatrick | api: update next.txt |
commit | commitdiff | tree |
2014-01-22 |
Brad Fitzpatrick | api: add Fchflags exception to more platforms |
commit | commitdiff | tree |
2014-01-22 |
Michael Gehring | syscall: add syscall.Termios on dragonfly, openbsd |
commit | commitdiff | tree |
2014-01-22 |
Brad Fitzpatrick | syscall: use unsafe.Pointer in BSD kevent |
commit | commitdiff | tree |
2014-01-22 |
Dmitriy Vyukov | runtime: fix code formatting |
commit | commitdiff | tree |
2014-01-22 |
Dmitriy Vyukov | runtime: remove locks from netpoll hotpaths |
commit | commitdiff | tree |
2014-01-22 |
Dmitriy Vyukov | runtime/race: race instrument reads/writes in select... |
commit | commitdiff | tree |
2014-01-22 |
Dmitriy Vyukov | runtime: allocate goroutine ids in batches |
commit | commitdiff | tree |
2014-01-22 |
Dmitriy Vyukov | runtime: fix and improve CPU profiling |
commit | commitdiff | tree |
2014-01-22 |
Jeff Sickel | liblink: include missing pragmas for plan9 formatter |
commit | commitdiff | tree |
2014-01-22 |
Rémy Oudompheng | cmd/gc: preserve qualified names of unexported methods... |
commit | commitdiff | tree |
2014-01-22 |
Dominik Honnef | cmd/gc: do not typecheck nil types in multiple assignment |
commit | commitdiff | tree |
2014-01-22 |
Brad Fitzpatrick | syscall: use unsafe.Pointer instead of uintptr in net... |
commit | commitdiff | tree |
2014-01-22 |
Dave Cheney | cmd/go: do not require a valid archChar when using... |
commit | commitdiff | tree |
2014-01-22 |
Russ Cox | liblink: remove use of linkmode on ARM |
commit | commitdiff | tree |
2014-01-22 |
Russ Cox | misc/cgo/testtls: make test less flaky |
commit | commitdiff | tree |
2014-01-22 |
Brad Fitzpatrick | syscall: rename method Flock_t.Lock to func FcntlFlock |
commit | commitdiff | tree |
2014-01-21 |
Brad Fitzpatrick | syscall: add Flock_t.Lock method |
commit | commitdiff | tree |
2014-01-21 |
Keith Randall | runtime: if "panic during panic"'s stacktrace fails... |
commit | commitdiff | tree |
2014-01-21 |
Russ Cox | cmd/link: add testdata/pclntab.6 (fix build) |
commit | commitdiff | tree |
2014-01-21 |
Ian Lance Taylor | cmd/gc: document -pack flag |
commit | commitdiff | tree |
2014-01-21 |
Russ Cox | cmd/link: pclntab generation |
commit | commitdiff | tree |
2014-01-21 |
Russ Cox | cmd/gc: fix build |
commit | commitdiff | tree |
2014-01-21 |
Russ Cox | cmd/gc: do not follow uintptr passed as function argument |
commit | commitdiff | tree |
2014-01-21 |
Russ Cox | cmd/gc: fix crash in -live debugging output |
commit | commitdiff | tree |
2014-01-21 |
Ian Lance Taylor | cmd/ld: support archives larger than 2G |
commit | commitdiff | tree |
2014-01-21 |
Ian Lance Taylor | liblink: check for symgrow size too large |
commit | commitdiff | tree |
2014-01-21 |
Dmitriy Vyukov | runtime: do not collect GC roots explicitly |
commit | commitdiff | tree |
2014-01-21 |
Dmitriy Vyukov | runtime: delete proc.p |
commit | commitdiff | tree |
2014-01-21 |
Dmitriy Vyukov | runtime: per-P defer pool |
commit | commitdiff | tree |
2014-01-21 |
Keith Randall | runtime: fix race detector by recording read by chansend. |
commit | commitdiff | tree |
2014-01-21 |
Dmitriy Vyukov | runtime: zero 2-word memory blocks in-place |
commit | commitdiff | tree |
2014-01-21 |
Dmitriy Vyukov | runtime: fix specials deadlock |
commit | commitdiff | tree |
2014-01-21 |
Dmitriy Vyukov | runtime: fix test on windows |
commit | commitdiff | tree |
2014-01-21 |
Dmitriy Vyukov | net: fix data race in test |
commit | commitdiff | tree |
2014-01-21 |
Dmitriy Vyukov | runtime: ensure fair scheduling during frequent GCs |
commit | commitdiff | tree |
2014-01-20 |
Brad Fitzpatrick | expvar: sort maps, fix race |
commit | commitdiff | tree |
2014-01-19 |
Brad Fitzpatrick | net/http, net/http/httputil: make chunked reader alloc... |
commit | commitdiff | tree |
2014-01-19 |
Michael Gehring | syscall: add syscall.Termios on netbsd |
commit | commitdiff | tree |
2014-01-18 |
Mikio Hara | syscall: fix typo |
commit | commitdiff | tree |
2014-01-18 |
Keith Randall | runtime: print stack trace when "panic during panic" |
commit | commitdiff | tree |
2014-01-18 |
Mikio Hara | syscall: fix build |
commit | commitdiff | tree |
2014-01-17 |
Mikio Hara | syscall: make getrlimit, setrlimit tests work on unix... |
commit | commitdiff | tree |
2014-01-17 |
Keith Randall | runtime, cmd/gc: Get rid of vararg channel calls. |
commit | commitdiff | tree |
2014-01-17 |
Russ Cox | runtime: fix TestLFStackStress |
commit | commitdiff | tree |
2014-01-17 |
Russ Cox | undo CL 45930043 / c22889382a17 |
commit | commitdiff | tree |
2014-01-17 |
Rob Pike | syscall: allocate 64 bits of "basep" for Getdirentries |
commit | commitdiff | tree |
2014-01-17 |
David Symonds | doc: replace "private" with "unexported" in Effective Go. |
commit | commitdiff | tree |
2014-01-17 |
David Symonds | regexp: remove unnecessary sentence in doc comment. |
commit | commitdiff | tree |
2014-01-17 |
Adam Langley | A+C: Maxim Khitrov (individual CLA) |
commit | commitdiff | tree |
2014-01-17 |
Dmitriy Vyukov | syscall: mark arguments to Syscall as noescape |
commit | commitdiff | tree |
2014-01-17 |
Luke Curley | crypto/cipher: improved cbc performance |
commit | commitdiff | tree |
2014-01-17 |
Adam Langley | A+C: Luke Curley (individual CLA) |
commit | commitdiff | tree |
2014-01-17 |
Aram Hăvărneanu | runtime: add support for GOOS=solaris |
commit | commitdiff | tree |
2014-01-16 |
Rob Pike | net/rpc: fix inconsistency in documentation of Service... |
commit | commitdiff | tree |
2014-01-16 |
Dave Cheney | net: skip TestDualStackTCPListener in short mode |
commit | commitdiff | tree |
2014-01-16 |
Rob Pike | time: break parse and formatting tests into a separate... |
commit | commitdiff | tree |
2014-01-16 |
Brad Fitzpatrick | syscall: add Flock_t on Linux |
commit | commitdiff | tree |
next |