summaryrefslogtreecommitdiff
path: root/src/pkg
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-082097-511731/+0
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-0812-56/+45
* net/http: add Transport.DialTLS hookBrad Fitzpatrick2014-09-072-20/+83
* runtime: implement time.now in assembly on plan9, solaris, windowsRuss Cox2014-09-079-43/+95
* net/http/httptest: delete TestIssue7264Russ Cox2014-09-071-23/+0
* runtime: fix semacquire->acquireSudog->malloc->gogc->semacquire loopRuss Cox2014-09-071-1/+13
* net/http/httptest: fix deadlock in TestIssue7264Russ Cox2014-09-071-5/+5
* runtime: save g to TLS more aggressivelyRuss Cox2014-09-073-25/+57
* crypto/tls: print unexpected error in testRuss Cox2014-09-071-1/+1
* runtime: fix nacl/amd64p32 buildRuss Cox2014-09-071-13/+3
* runtime: fix windows syscalls for copying stacksRuss Cox2014-09-064-138/+184
* runtime: eliminate Go -> C -> block paths for SolarisRuss Cox2014-09-063-5/+33
* runtime: increase stack split limit againRuss Cox2014-09-062-94/+2
* runtime/cgo: use just #include "textflag.h"Russ Cox2014-09-065-5/+5
* runtime: move stubs.goc code into runtime.cRuss Cox2014-09-062-57/+48
* runtime, syscall: rewrite syscall_solaris.goc in GoAram H?v?rneanu2014-09-066-376/+509
* runtime: fix panic/wrapper/recover mathRuss Cox2014-09-0613-104/+54
* runtime: badreflectcall runs on the G stack - convert to Go.Keith Randall2014-09-062-6/+4
* runtime: get rid of other Go->C calls in test exports.Keith Randall2014-09-065-30/+33
* runtime: move gostringw and gogobytes test stubs to Go.Keith Randall2014-09-052-16/+14
* runtime: run getgcmask on the M stack.Keith Randall2014-09-053-10/+14
* runtime: disable StackCopyAlwaysRuss Cox2014-09-051-1/+1
* runtime: use reflect.call during panic instead of newstackcallRuss Cox2014-09-0512-280/+177
* runtime: handle nil ptr load/store in arm software floating pointRuss Cox2014-09-052-15/+66
* runtime: clean up sigqueue.goRuss Cox2014-09-051-59/+53
* net: temporarily skip TestAcceptIgnoreSomeErrorsAlex Brainman2014-09-051-0/+2
* runtime: convert panic/recover to GoKeith Randall2014-09-057-207/+242
* runtime: use cas loop to coordinate with sigprofRuss Cox2014-09-041-5/+9
* syscall: in linux/arm Syscall, zero R3, R4, R5Russ Cox2014-09-041-0/+3
* runtime: use new #include "textflag.h"Russ Cox2014-09-04106-106/+106
* runtime: do not stop traceback at onMRuss Cox2014-09-044-5/+18
* runtime: mark sysAlloc nosplitRuss Cox2014-09-0410-4/+46
* runtime: more C to Go conversion adjustmentsRuss Cox2014-09-0415-280/+477
* go/parser: fix "zero day" parse errorRobert Griesemer2014-09-042-9/+11
* runtime: make more functions safe for GoRuss Cox2014-09-0419-220/+274
* runtime: convert cgocall to GoDmitriy Vyukov2014-09-043-182/+150
* runtime: use C for readgstatus, goroutine status valuesRuss Cox2014-09-042-28/+3
* runtime: reconvert sigqueue.goc from C to GoRuss Cox2014-09-0413-266/+257
* go/parser: initialize file set even in only some tests are runRobert Griesemer2014-09-041-2/+1
* runtime: fix solaris netpollDmitriy Vyukov2014-09-041-1/+1
* runtime: fix netbsd buildDmitriy Vyukov2014-09-043-3/+3
* runtime: fix typosMikio Hara2014-09-041-3/+3
* runtime: fix Plan 9 buildDavid du Colombier2014-09-042-6/+4
* runtime: fix arm buildDmitriy Vyukov2014-09-041-1/+1
* runtime: convert netpoll to GoDmitriy Vyukov2014-09-0430-773/+754
* runtime: fix nacl/amd64p32 buildRuss Cox2014-09-041-2/+2
* runtime: fix int64 reconstruction in semasleepRuss Cox2014-09-041-1/+1
* runtime: fix onM test for curg on armRuss Cox2014-09-041-1/+1
* runtime: fix sigtrampPC on WindowsRuss Cox2014-09-041-1/+1
* runtime: correct various Go -> C function callsRuss Cox2014-09-0421-152/+297