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