]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-09-15 Robert Griesemercmd/api: internal debugging supprt
2014-09-15 Keith Randallruntime: test Goexit/defer iteraction.
2014-09-15 Keith Randallruntime: try harder to get different iteration orders.
2014-09-15 Josh Bleecher... test: make maplinear iterdelete test less flaky
2014-09-15 Rémy Oudomphengcmd/gc: don't walk static nodes generated by anylit.
2014-09-15 Rémy Oudomphengcmd/gc: generate type alg after calling dowidth.
2014-09-15 Brad Fitzpatricknet/http: don't call FileSystem.Open with unclean index...
2014-09-15 Alex Brainmanruntime: fix parameter checking in syscall.NewCallback
2014-09-15 Russ Coxsyscall: add GO_ARGS to Go-called assembly
2014-09-15 Russ Coxruntime: fix solaris build, part 2
2014-09-15 Russ Coxruntime: fix solaris build
2014-09-15 Russ Coxruntime: convert syscall_windows.c to Go
2014-09-14 Nigel Taoimage/jpeg: reject invalid Ta and Td values.
2014-09-14 Russ Coxruntime: fix traceback of trap on ARM
2014-09-14 Russ Coxruntime: mark asmcgocall<>(SB) as having no arguments
2014-09-12 Robert Griesemercmd/8g: remove unused variable (fix build)
2014-09-12 Josh Bleecher... runtime: test iteration order of sparse maps
2014-09-12 Dmitriy Vyukovcmd/gc: fix racewalk after writebarrier change
2014-09-12 Russ Coxruntime: remove a few untyped allocations
2014-09-12 Robert Griesemergo/printer: don't reduce nesting depth twice if parenth...
2014-09-12 Ian Lance Taylorruntime: fix typo in comment
2014-09-12 Russ Coxcmd/cc, cmd/gc: stop generating 'argsize' PCDATA
2014-09-12 Russ Coxruntime: stop scanning stack frames/args conservatively
2014-09-12 Russ Coxruntime: tell the truth about BitVector type
2014-09-12 Russ Coxruntime: look up arg stackmap for makeFuncStub/methodVa...
2014-09-12 Anthony Martinruntime: save correct pid for new m's on plan9/amd64
2014-09-12 Russ Coxsyscall: add #include "funcdata.h" to files modified...
2014-09-12 Russ Coxsyscall: make func Syscall use pointer maps from Go...
2014-09-12 Russ Coxcmd/gc: turn Go prototypes into ptr liveness maps for...
2014-09-12 Keith Randallruntime: fix cgo to handle the case where the G stack...
2014-09-12 Michael MacInnissyscall: SysProcAttr job control changes
2014-09-12 Ian Lance TaylorA+C: Michael MacInnis (individual CLA)
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
next