]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-09-19 Russ Coxnet/http: document server recovering panics
2014-09-19 Russ Coxruntime: add runtime· prefix to some static variables
2014-09-19 Russ Coxcmd/go, testing: add TestMain support
2014-09-19 John Tuleynet/http: ensured that proxy errors are returned by...
2014-09-19 Russ Coxruntime: rename SchedType to SchedT
2014-09-19 Russ Coxsyscall: mark ECONNRESET, ECONNABORTED as temporary...
2014-09-19 Russ Coxruntime: release Windows thread handle in unminit
2014-09-19 Dave Cheneyruntime: fix GOARM<7 build
2014-09-19 Russ Coxpath/filepath: document that Glob ignores i/o errors
2014-09-19 Russ Coxruntime: revise TestSetPanicOnFault
2014-09-19 Alex Brainmanruntime: allow OutputDebugString to be sent to debugger
2014-09-19 Russ Coxreflect: adjust Value.String to give correct answer...
2014-09-19 David du Colombieros: handle 'has been removed' error as IsNotExist on...
2014-09-19 Alex Brainmanruntime: remove useless code around of EXCEPTION_BREAKPOINT
2014-09-19 Russ Coxruntime: fix Windows SysUsed
2014-09-19 Russ Coxruntime: show frames for exported runtime functions
2014-09-19 Ian Lance Taylorlib9, cmd/ld: fixes for cross-linking on a Windows...
2014-09-19 Russ Coxos: skip TestRemoveAllRace on Windows
2014-09-18 Robert Griesemergo/doc: document rationale for recent change
2014-09-18 Russ Coxbytes, strings: document that FieldsFunc f must not...
2014-09-18 Russ Coxsyscall: fix infinite recursion in itoa
2014-09-18 Josh Bleecher... go/doc: treat _ consts as exported
2014-09-18 David du Colombierruntime: fix handling of GOTRACEBACK
2014-09-18 Russ Coxruntime: delete panicstring; move its checks into gopanic
2014-09-18 Russ Coxos: avoid error result when dir is removed out from...
2014-09-18 Russ Coxnet: disable TestDialMultiFDLeak
2014-09-18 Dmitriy Vyukovencoding/gob: speedup encoding
2014-09-18 Josh Bleecher... fmt: fix allocation tests
2014-09-18 Mikio Haranet: separate NaCl dependent placeholders from BSD's
2014-09-18 Dmitriy Vyukovsync/atomic: remove unnecessary race instrumentation...
2014-09-18 Dmitriy Vyukovruntime: output number of goroutines in GC trace
2014-09-18 Nigel Taoimage/gif: fix GIF encoding of sub-images.
2014-09-17 Brad FitzpatrickA+C: John Tuley (individual CLA)
2014-09-17 Keith Randallruntime: free stacks of Gdead goroutines at GC time
2014-09-17 Russ Coxruntime: print more detail in adjustframe crash
2014-09-17 Russ Coxsync/atomic: add more missing Go prototype
2014-09-17 Russ Coxdoc/go1.4.txt: add tinyallocs change
2014-09-17 Russ Coxruntime: account for tiny allocs, for testing.AllocsPerRun
2014-09-17 Rob Pikedoc/go1.4.txt: reduced stack size
2014-09-17 Keith Randallruntime: change minimum stack size to 2K.
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
next