2014-09-12 |
Ian Lance Taylor | A+C: Michael MacInnis (individual CLA) |
commit | commitdiff | tree |
2014-09-11 |
Keith Randall | runtime: make gostringnocopy update maxstring |
commit | commitdiff | tree |
2014-09-11 |
Matthew Dempsky | doc: link directly to https://golang.org/dl/ |
commit | commitdiff | tree |
2014-09-11 |
Keith Randall | runtime: get rid of copyable check - all G frames are... |
commit | commitdiff | tree |
2014-09-11 |
Russ Cox | runtime: make Gosched nosplit |
commit | commitdiff | tree |
2014-09-11 |
Russ Cox | runtime: move gosched to Go, to add stack frame information |
commit | commitdiff | tree |
2014-09-11 |
Robert Griesemer | go/printer, gofmt: don't align map entries for irregula... |
commit | commitdiff | tree |
2014-09-11 |
Josh Bleecher... | test: return errors earlier in run.go |
commit | commitdiff | tree |
2014-09-11 |
Russ Cox | cmd/gc: emit write barriers |
commit | commitdiff | tree |
2014-09-11 |
Russ Cox | runtime: allow crash from gsignal stack |
commit | commitdiff | tree |
2014-09-11 |
Mikio Hara | net: fix inconsistent behavior across platforms in... |
commit | commitdiff | tree |
2014-09-11 |
Keith Randall | runtime: add timing test for iterate/delete map idiom. |
commit | commitdiff | tree |
2014-09-10 |
Keith Randall | reflect: use runtime's memmove instead of its own |
commit | commitdiff | tree |
2014-09-10 |
Anthony Martin | runtime: stop plan9/amd64 build from crashing |
commit | commitdiff | tree |
2014-09-10 |
Matthew Dempsky | runtime: cleanup openbsd semasleep implementation |
commit | commitdiff | tree |
2014-09-10 |
Anthony Martin | runtime: call rfork on scheduler stack on Plan 9 |
commit | commitdiff | tree |
2014-09-09 |
Keith Randall | runtime: more cleanups |
commit | commitdiff | tree |
2014-09-09 |
Keith Randall | runtime: map iterators: always use intrabucket randomess |
commit | commitdiff | tree |
2014-09-09 |
Russ Cox | runtime: fix plan9/amd64 build? |
commit | commitdiff | tree |
2014-09-09 |
Russ Cox | runtime: fix windows/386 build |
commit | commitdiff | tree |
2014-09-09 |
Russ Cox | runtime: avoid read overrun in heapdump |
commit | commitdiff | tree |
2014-09-09 |
Rob Pike | testing: read coverage counters atomically |
commit | commitdiff | tree |
2014-09-09 |
Rob Pike | fmt: fix allocation test |
commit | commitdiff | tree |
2014-09-09 |
Rob Pike | strconv: fix documentation for CanBackquote. |
commit | commitdiff | tree |
2014-09-09 |
Russ Cox | runtime: fix build failures after CL 137410043 |
commit | commitdiff | tree |
2014-09-09 |
Russ Cox | runtime: assume precisestack, copystack, StackCopyAlway... |
commit | commitdiff | tree |
2014-09-09 |
Alex Brainman | undo CL 140110043 / 17b5fc2aa130 |
commit | commitdiff | tree |
2014-09-09 |
Russ Cox | runtime: merge mallocgc, gomallocgc |
commit | commitdiff | tree |
2014-09-09 |
Russ Cox | runtime: let stack copier update Panic structs for us |
commit | commitdiff | tree |
2014-09-09 |
Brad Fitzpatrick | syscall: keep Windows syscall pointers live too |
commit | commitdiff | tree |
2014-09-09 |
Keith Randall | runtime: on bigger maps, start iterator at a random... |
commit | commitdiff | tree |
2014-09-09 |
Brad Fitzpatrick | syscall: fix comment in mkall_windows.bat |
commit | commitdiff | tree |
2014-09-09 |
Russ Cox | runtime: enable StackCopyAlways |
commit | commitdiff | tree |
2014-09-08 |
Andrew Gerrand | A+C: John Olds (individual CLA) |
commit | commitdiff | tree |
2014-09-08 |
Keith Randall | runtime: note the double-releasem isn't an error. |
commit | commitdiff | tree |
2014-09-08 |
Mikio Hara | net: don't set wrong option for controlling tcp keepali... |
commit | commitdiff | tree |
2014-09-08 |
Russ Cox | runtime: turn off StackCopyAlways |
commit | commitdiff | tree |
2014-09-08 |
Russ Cox | runtime: mark endcgo go:nosplit |
commit | commitdiff | tree |
2014-09-08 |
Robert Griesemer | go/parser: fix (pathological) corner case |
commit | commitdiff | tree |
2014-09-08 |
Russ Cox | runtime: mark freedefer and deferclass go:nosplit |
commit | commitdiff | tree |
2014-09-08 |
Andrew Gerrand | doc: amend installation instructions |
commit | commitdiff | tree |
2014-09-08 |
Russ Cox | runtime: enable StackCopyAlways |
commit | commitdiff | tree |
2014-09-08 |
Russ Cox | runtime: undo stray edit from CL 140380043 |
commit | commitdiff | tree |
2014-09-08 |
Russ Cox | syscall: keep allocated C string live across call to... |
commit | commitdiff | tree |
2014-09-08 |
Russ Cox | runtime: run sighandler on g0 stack on windows |
commit | commitdiff | tree |
2014-09-08 |
Keith Randall | runtime: merge panic1.go back into panic.go |
commit | commitdiff | tree |
2014-09-08 |
Russ Cox | liblink, runtime: diagnose and fix C code running on... |
commit | commitdiff | tree |
2014-09-08 |
Keith Randall | runtime: a few cleanups. |
commit | commitdiff | tree |
2014-09-08 |
David Crawshaw | androidtest.bash: adjustment for move from src/pkg... |
commit | commitdiff | tree |
2014-09-08 |
Dave Cheney | cmd/cc: fix undefined behaviour warning in bv.c |
commit | commitdiff | tree |
2014-09-08 |
Dave Cheney | cmd/gc: fix undefined behaviour warning in subr.c |
commit | commitdiff | tree |
2014-09-08 |
Rob Pike | doc/go1.4.txt: src/pkg directory is gone. |
commit | commitdiff | tree |
2014-09-08 |
Russ Cox | build: more adjustments for move from src/pkg to src |
commit | commitdiff | tree |
2014-09-08 |
Russ Cox | build: move package sources from src/pkg to src |
commit | commitdiff | tree |
2014-09-08 |
Russ Cox | build: adjustments for move from src/pkg to src |
commit | commitdiff | tree |
2014-09-08 |
Brad Fitzpatrick | doc: add a few http items to go1.4.txt |
commit | commitdiff | tree |
2014-09-08 |
Brad Fitzpatrick | net/http: add Transport.DialTLS hook |
commit | commitdiff | tree |
2014-09-08 |
Russ Cox | runtime: implement time.now in assembly on plan9, solar... |
commit | commitdiff | tree |
2014-09-08 |
Russ Cox | net/http/httptest: delete TestIssue7264 |
commit | commitdiff | tree |
2014-09-08 |
Russ Cox | runtime: fix semacquire->acquireSudog->malloc->gogc... |
commit | commitdiff | tree |
2014-09-08 |
Russ Cox | net/http/httptest: fix deadlock in TestIssue7264 |
commit | commitdiff | tree |
2014-09-07 |
Russ Cox | runtime: save g to TLS more aggressively |
commit | commitdiff | tree |
2014-09-07 |
Russ Cox | crypto/tls: print unexpected error in test |
commit | commitdiff | tree |
2014-09-07 |
Russ Cox | liblink: fix arm wrapper prologue |
commit | commitdiff | tree |
2014-09-07 |
Russ Cox | build: fix windows make.bat |
commit | commitdiff | tree |
2014-09-07 |
Russ Cox | cmd/dist: remove goc2c |
commit | commitdiff | tree |
2014-09-07 |
Russ Cox | runtime: fix nacl/amd64p32 build |
commit | commitdiff | tree |
2014-09-07 |
Russ Cox | runtime: fix windows syscalls for copying stacks |
commit | commitdiff | tree |
2014-09-07 |
Russ Cox | runtime: eliminate Go -> C -> block paths for Solaris |
commit | commitdiff | tree |
2014-09-07 |
Russ Cox | runtime: increase stack split limit again |
commit | commitdiff | tree |
2014-09-07 |
Russ Cox | misc/makerelease: make goimports-safe |
commit | commitdiff | tree |
2014-09-06 |
Russ Cox | cmd/yacc: move cmd/yacc/expr to cmd/yacc/testdata/expr |
commit | commitdiff | tree |
2014-09-06 |
Russ Cox | runtime/cgo: use just #include "textflag.h" |
commit | commitdiff | tree |
2014-09-06 |
Russ Cox | runtime: move stubs.goc code into runtime.c |
commit | commitdiff | tree |
2014-09-06 |
Russ Cox | liblink: fix arm build errors |
commit | commitdiff | tree |
2014-09-06 |
Aram Hăvărneanu | runtime, syscall: rewrite syscall_solaris.goc in Go |
commit | commitdiff | tree |
2014-09-06 |
Russ Cox | runtime: fix panic/wrapper/recover math |
commit | commitdiff | tree |
2014-09-06 |
Keith Randall | runtime: badreflectcall runs on the G stack - convert... |
commit | commitdiff | tree |
2014-09-06 |
Keith Randall | runtime: get rid of other Go->C calls in test exports. |
commit | commitdiff | tree |
2014-09-05 |
Keith Randall | runtime: move gostringw and gogobytes test stubs to Go. |
commit | commitdiff | tree |
2014-09-05 |
Keith Randall | runtime: run getgcmask on the M stack. |
commit | commitdiff | tree |
2014-09-05 |
Russ Cox | runtime: disable StackCopyAlways |
commit | commitdiff | tree |
2014-09-05 |
Russ Cox | runtime: use reflect.call during panic instead of newst... |
commit | commitdiff | tree |
2014-09-05 |
Russ Cox | misc/cgo/test: make issue5548 test pickier |
commit | commitdiff | tree |
2014-09-05 |
Russ Cox | runtime: handle nil ptr load/store in arm software... |
commit | commitdiff | tree |
2014-09-05 |
Russ Cox | runtime: clean up sigqueue.go |
commit | commitdiff | tree |
2014-09-05 |
Alex Brainman | net: temporarily skip TestAcceptIgnoreSomeErrors |
commit | commitdiff | tree |
2014-09-05 |
Keith Randall | runtime: convert panic/recover to Go |
commit | commitdiff | tree |
2014-09-05 |
Russ Cox | runtime: use cas loop to coordinate with sigprof |
commit | commitdiff | tree |
2014-09-05 |
Russ Cox | syscall: in linux/arm Syscall, zero R3, R4, R5 |
commit | commitdiff | tree |
2014-09-05 |
Russ Cox | runtime: use new #include "textflag.h" |
commit | commitdiff | tree |
2014-09-05 |
Russ Cox | runtime: do not stop traceback at onM |
commit | commitdiff | tree |
2014-09-05 |
Russ Cox | cmd/dist: another attempt at textflag.h |
commit | commitdiff | tree |
2014-09-05 |
Russ Cox | cmd/dist: make textflag.h available in runtime, avoid... |
commit | commitdiff | tree |
2014-09-05 |
Russ Cox | runtime: mark sysAlloc nosplit |
commit | commitdiff | tree |
2014-09-05 |
Russ Cox | runtime: more C to Go conversion adjustments |
commit | commitdiff | tree |
2014-09-05 |
Brad Fitzpatrick | cmd/api: don't depend on os/user or USER to check api |
commit | commitdiff | tree |
2014-09-04 |
Robert Griesemer | go/parser: fix "zero day" parse error |
commit | commitdiff | tree |
2014-09-04 |
Russ Cox | runtime: make more functions safe for Go |
commit | commitdiff | tree |
2014-09-04 |
Dmitriy Vyukov | runtime: convert cgocall to Go |
commit | commitdiff | tree |
next |