summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* androidtest.bash: adjustment for move from src/pkg to srcDavid Crawshaw2014-09-081-1/+1
* cmd/cc: fix undefined behaviour warning in bv.cDave Cheney2014-09-081-1/+1
* cmd/gc: fix undefined behaviour warning in subr.cDave Cheney2014-09-081-1/+1
* doc/go1.4.txt: src/pkg directory is gone.Rob Pike2014-09-071-0/+2
* build: more adjustments for move from src/pkg to srcRuss Cox2014-09-083-83/+82
* build: move package sources from src/pkg to srcRuss Cox2014-09-082097-0/+0
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-0879-321/+309
* doc: add a few http items to go1.4.txtBrad Fitzpatrick2014-09-071-0/+3
* 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
* liblink: fix arm wrapper prologueRuss Cox2014-09-071-1/+1
* build: fix windows make.batRuss Cox2014-09-071-1/+1
* cmd/dist: remove goc2cRuss Cox2014-09-073-860/+0
* runtime: fix nacl/amd64p32 buildRuss Cox2014-09-072-13/+25
* 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-063-96/+4
* misc/makerelease: make goimports-safeRuss Cox2014-09-061-1/+1
* cmd/yacc: move cmd/yacc/expr to cmd/yacc/testdata/exprRuss Cox2014-09-064-2/+3
* 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
* liblink: fix arm build errorsRuss Cox2014-09-062-10/+8
* runtime, syscall: rewrite syscall_solaris.goc in GoAram H?v?rneanu2014-09-066-376/+509
* runtime: fix panic/wrapper/recover mathRuss Cox2014-09-0617-196/+289
* 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-067-44/+49
* 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-0517-284/+187
* misc/cgo/test: make issue5548 test pickierRuss Cox2014-09-051-4/+5
* 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-0513-215/+251
* 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
* cmd/dist: another attempt at textflag.hRuss Cox2014-09-043-14/+23
* cmd/dist: make textflag.h available in runtime, avoid android/linux conflictsRuss Cox2014-09-043-6/+23
* runtime: mark sysAlloc nosplitRuss Cox2014-09-0410-4/+46
* runtime: more C to Go conversion adjustmentsRuss Cox2014-09-0416-280/+478
* cmd/api: don't depend on os/user or USER to check apiBrad Fitzpatrick2014-09-041-3/+1
* go/parser: fix "zero day" parse errorRobert Griesemer2014-09-042-9/+11