]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-09-17 Dave Cheneysync: fix linux/arm build
2014-09-17 Rob Pikedoc/go1.4.txt: add sync/atomic.Value
2014-09-17 Dmitriy Vyukovsync/atomic: add Value
2014-09-17 Russ Coxliblink, sync/atomic: fix arm build
2014-09-17 Keith Randallruntime: always run semacquire on the G stack
2014-09-16 Rob Pikedoc/go1.4.txt: reflect.Type.Comparable
2014-09-16 Ahmed Waheed... cmd/go: use pkg-config include pathes in swig and don...
2014-09-16 Ian Lance TaylorA+C: Ahmed Waheed Moanes (individual CLA)
2014-09-16 Russ Coxruntime: reenable TestStackGrowth on 32-bit systems
2014-09-16 Russ Coxnet/mail: allow us-ascii encoding
2014-09-16 Russ Coxreflect: add Type.Comparable
2014-09-16 Russ Coxliblink: make GO_ARGS the default for functions beginni...
2014-09-16 Josh Bleecher... sync: simplify TestOncePanic
2014-09-16 Rob Pikesync/once: panicking functions still marked as complete
2014-09-16 Keith Randallruntime: make it clear that Goexit cannot be recover'd.
2014-09-16 Russ Coxos/signal: increase timeout from 10ms to 100ms
2014-09-16 Russ Coxnet: make TestSelfConnect less fragile
2014-09-16 Russ Coxcmd/5g, cmd/8g: make 'out of registers' a fatal error
2014-09-16 Russ Coxruntime: fix 386 build
2014-09-16 Russ Coxruntime: remove uses of ScanConservatively
2014-09-16 Russ Coxruntime: remove untyped allocation of ParFor
2014-09-16 Russ Coxruntime: use traceback to traverse defer structures
2014-09-16 Russ Coxruntime: remove duplicated Go constants
2014-09-16 Russ Coxcmd/gc: say 'non-constant array bound' instead of ...
2014-09-16 Russ Coxio: clarify Reader returning 0, nil
2014-09-16 Russ Coxcmd/gc: make runtime escape an error, not a fatal error
2014-09-16 Josh Bleecher... cmd/ld: document that -X overwrites initialized variables
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
next