aboutsummaryrefslogtreecommitdiff
path: root/src/pkg
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-09-07net/http: add Transport.DialTLS hookBrad Fitzpatrick
2014-09-07runtime: implement time.now in assembly on plan9, solaris, windowsRuss Cox
2014-09-07net/http/httptest: delete TestIssue7264Russ Cox
2014-09-07runtime: fix semacquire->acquireSudog->malloc->gogc->semacquire loopRuss Cox
2014-09-07net/http/httptest: fix deadlock in TestIssue7264Russ Cox
2014-09-07runtime: save g to TLS more aggressivelyRuss Cox
2014-09-07crypto/tls: print unexpected error in testRuss Cox
2014-09-07runtime: fix nacl/amd64p32 buildRuss Cox
2014-09-06runtime: fix windows syscalls for copying stacksRuss Cox
2014-09-06runtime: eliminate Go -> C -> block paths for SolarisRuss Cox
2014-09-06runtime: increase stack split limit againRuss Cox
2014-09-06runtime/cgo: use just #include "textflag.h"Russ Cox
2014-09-06runtime: move stubs.goc code into runtime.cRuss Cox
2014-09-06runtime, syscall: rewrite syscall_solaris.goc in GoAram Hăvărneanu
2014-09-06runtime: fix panic/wrapper/recover mathRuss Cox
2014-09-06runtime: badreflectcall runs on the G stack - convert to Go.Keith Randall
2014-09-06runtime: get rid of other Go->C calls in test exports.Keith Randall
2014-09-05runtime: move gostringw and gogobytes test stubs to Go.Keith Randall
2014-09-05runtime: run getgcmask on the M stack.Keith Randall
2014-09-05runtime: disable StackCopyAlwaysRuss Cox
2014-09-05runtime: use reflect.call during panic instead of newstackcallRuss Cox
2014-09-05runtime: handle nil ptr load/store in arm software floating pointRuss Cox
2014-09-05runtime: clean up sigqueue.goRuss Cox
2014-09-05net: temporarily skip TestAcceptIgnoreSomeErrorsAlex Brainman
2014-09-05runtime: convert panic/recover to GoKeith Randall
2014-09-04runtime: use cas loop to coordinate with sigprofRuss Cox
2014-09-04syscall: in linux/arm Syscall, zero R3, R4, R5Russ Cox
2014-09-04runtime: use new #include "textflag.h"Russ Cox
2014-09-04runtime: do not stop traceback at onMRuss Cox
2014-09-04runtime: mark sysAlloc nosplitRuss Cox
2014-09-04runtime: more C to Go conversion adjustmentsRuss Cox
2014-09-04go/parser: fix "zero day" parse errorRobert Griesemer
2014-09-04runtime: make more functions safe for GoRuss Cox
2014-09-04runtime: convert cgocall to GoDmitriy Vyukov
2014-09-04runtime: use C for readgstatus, goroutine status valuesRuss Cox
2014-09-04runtime: reconvert sigqueue.goc from C to GoRuss Cox
2014-09-04go/parser: initialize file set even in only some tests are runRobert Griesemer
2014-09-04runtime: fix solaris netpollDmitriy Vyukov
2014-09-04runtime: fix netbsd buildDmitriy Vyukov
2014-09-04runtime: fix typosMikio Hara
2014-09-04runtime: fix Plan 9 buildDavid du Colombier
2014-09-04runtime: fix arm buildDmitriy Vyukov
2014-09-04runtime: convert netpoll to GoDmitriy Vyukov
2014-09-04runtime: fix nacl/amd64p32 buildRuss Cox
2014-09-04runtime: fix int64 reconstruction in semasleepRuss Cox
2014-09-04runtime: fix onM test for curg on armRuss Cox
2014-09-04runtime: fix sigtrampPC on WindowsRuss Cox
2014-09-04runtime: correct various Go -> C function callsRuss Cox