2014-09-19 |
Russ Cox | net/http: document server recovering panics |
commit | commitdiff | tree |
2014-09-19 |
Russ Cox | runtime: add runtime· prefix to some static variables |
commit | commitdiff | tree |
2014-09-19 |
Russ Cox | cmd/go, testing: add TestMain support |
commit | commitdiff | tree |
2014-09-19 |
John Tuley | net/http: ensured that proxy errors are returned by... |
commit | commitdiff | tree |
2014-09-19 |
Russ Cox | runtime: rename SchedType to SchedT |
commit | commitdiff | tree |
2014-09-19 |
Russ Cox | syscall: mark ECONNRESET, ECONNABORTED as temporary... |
commit | commitdiff | tree |
2014-09-19 |
Russ Cox | runtime: release Windows thread handle in unminit |
commit | commitdiff | tree |
2014-09-19 |
Dave Cheney | runtime: fix GOARM<7 build |
commit | commitdiff | tree |
2014-09-19 |
Russ Cox | path/filepath: document that Glob ignores i/o errors |
commit | commitdiff | tree |
2014-09-19 |
Russ Cox | runtime: revise TestSetPanicOnFault |
commit | commitdiff | tree |
2014-09-19 |
Alex Brainman | runtime: allow OutputDebugString to be sent to debugger |
commit | commitdiff | tree |
2014-09-19 |
Russ Cox | reflect: adjust Value.String to give correct answer... |
commit | commitdiff | tree |
2014-09-19 |
David du Colombier | os: handle 'has been removed' error as IsNotExist on... |
commit | commitdiff | tree |
2014-09-19 |
Alex Brainman | runtime: remove useless code around of EXCEPTION_BREAKPOINT |
commit | commitdiff | tree |
2014-09-19 |
Russ Cox | runtime: fix Windows SysUsed |
commit | commitdiff | tree |
2014-09-19 |
Russ Cox | runtime: show frames for exported runtime functions |
commit | commitdiff | tree |
2014-09-19 |
Ian Lance Taylor | lib9, cmd/ld: fixes for cross-linking on a Windows... |
commit | commitdiff | tree |
2014-09-19 |
Russ Cox | os: skip TestRemoveAllRace on Windows |
commit | commitdiff | tree |
2014-09-18 |
Robert Griesemer | go/doc: document rationale for recent change |
commit | commitdiff | tree |
2014-09-18 |
Russ Cox | bytes, strings: document that FieldsFunc f must not... |
commit | commitdiff | tree |
2014-09-18 |
Russ Cox | syscall: fix infinite recursion in itoa |
commit | commitdiff | tree |
2014-09-18 |
Josh Bleecher... | go/doc: treat _ consts as exported |
commit | commitdiff | tree |
2014-09-18 |
David du Colombier | runtime: fix handling of GOTRACEBACK |
commit | commitdiff | tree |
2014-09-18 |
Russ Cox | runtime: delete panicstring; move its checks into gopanic |
commit | commitdiff | tree |
2014-09-18 |
Russ Cox | os: avoid error result when dir is removed out from... |
commit | commitdiff | tree |
2014-09-18 |
Russ Cox | net: disable TestDialMultiFDLeak |
commit | commitdiff | tree |
2014-09-18 |
Dmitriy Vyukov | encoding/gob: speedup encoding |
commit | commitdiff | tree |
2014-09-18 |
Josh Bleecher... | fmt: fix allocation tests |
commit | commitdiff | tree |
2014-09-18 |
Mikio Hara | net: separate NaCl dependent placeholders from BSD's |
commit | commitdiff | tree |
2014-09-18 |
Dmitriy Vyukov | sync/atomic: remove unnecessary race instrumentation... |
commit | commitdiff | tree |
2014-09-18 |
Dmitriy Vyukov | runtime: output number of goroutines in GC trace |
commit | commitdiff | tree |
2014-09-18 |
Nigel Tao | image/gif: fix GIF encoding of sub-images. |
commit | commitdiff | tree |
2014-09-17 |
Brad Fitzpatrick | A+C: John Tuley (individual CLA) |
commit | commitdiff | tree |
2014-09-17 |
Keith Randall | runtime: free stacks of Gdead goroutines at GC time |
commit | commitdiff | tree |
2014-09-17 |
Russ Cox | runtime: print more detail in adjustframe crash |
commit | commitdiff | tree |
2014-09-17 |
Russ Cox | sync/atomic: add more missing Go prototype |
commit | commitdiff | tree |
2014-09-17 |
Russ Cox | doc/go1.4.txt: add tinyallocs change |
commit | commitdiff | tree |
2014-09-17 |
Russ Cox | runtime: account for tiny allocs, for testing.AllocsPerRun |
commit | commitdiff | tree |
2014-09-17 |
Rob Pike | doc/go1.4.txt: reduced stack size |
commit | commitdiff | tree |
2014-09-17 |
Keith Randall | runtime: change minimum stack size to 2K. |
commit | commitdiff | tree |
2014-09-17 |
Dave Cheney | sync: fix linux/arm build |
commit | commitdiff | tree |
2014-09-17 |
Rob Pike | doc/go1.4.txt: add sync/atomic.Value |
commit | commitdiff | tree |
2014-09-17 |
Dmitriy Vyukov | sync/atomic: add Value |
commit | commitdiff | tree |
2014-09-17 |
Russ Cox | liblink, sync/atomic: fix arm build |
commit | commitdiff | tree |
2014-09-17 |
Keith Randall | runtime: always run semacquire on the G stack |
commit | commitdiff | tree |
2014-09-16 |
Rob Pike | doc/go1.4.txt: reflect.Type.Comparable |
commit | commitdiff | tree |
2014-09-16 |
Ahmed Waheed... | cmd/go: use pkg-config include pathes in swig and don... |
commit | commitdiff | tree |
2014-09-16 |
Ian Lance Taylor | A+C: Ahmed Waheed Moanes (individual CLA) |
commit | commitdiff | tree |
2014-09-16 |
Russ Cox | runtime: reenable TestStackGrowth on 32-bit systems |
commit | commitdiff | tree |
2014-09-16 |
Russ Cox | net/mail: allow us-ascii encoding |
commit | commitdiff | tree |
2014-09-16 |
Russ Cox | reflect: add Type.Comparable |
commit | commitdiff | tree |
2014-09-16 |
Russ Cox | liblink: make GO_ARGS the default for functions beginni... |
commit | commitdiff | tree |
2014-09-16 |
Josh Bleecher... | sync: simplify TestOncePanic |
commit | commitdiff | tree |
2014-09-16 |
Rob Pike | sync/once: panicking functions still marked as complete |
commit | commitdiff | tree |
2014-09-16 |
Keith Randall | runtime: make it clear that Goexit cannot be recover'd. |
commit | commitdiff | tree |
2014-09-16 |
Russ Cox | os/signal: increase timeout from 10ms to 100ms |
commit | commitdiff | tree |
2014-09-16 |
Russ Cox | net: make TestSelfConnect less fragile |
commit | commitdiff | tree |
2014-09-16 |
Russ Cox | cmd/5g, cmd/8g: make 'out of registers' a fatal error |
commit | commitdiff | tree |
2014-09-16 |
Russ Cox | runtime: fix 386 build |
commit | commitdiff | tree |
2014-09-16 |
Russ Cox | runtime: remove uses of ScanConservatively |
commit | commitdiff | tree |
2014-09-16 |
Russ Cox | runtime: remove untyped allocation of ParFor |
commit | commitdiff | tree |
2014-09-16 |
Russ Cox | runtime: use traceback to traverse defer structures |
commit | commitdiff | tree |
2014-09-16 |
Russ Cox | runtime: remove duplicated Go constants |
commit | commitdiff | tree |
2014-09-16 |
Russ Cox | cmd/gc: say 'non-constant array bound' instead of ... |
commit | commitdiff | tree |
2014-09-16 |
Russ Cox | io: clarify Reader returning 0, nil |
commit | commitdiff | tree |
2014-09-16 |
Russ Cox | cmd/gc: make runtime escape an error, not a fatal error |
commit | commitdiff | tree |
2014-09-16 |
Josh Bleecher... | cmd/ld: document that -X overwrites initialized variables |
commit | commitdiff | tree |
2014-09-15 |
Robert Griesemer | cmd/api: internal debugging supprt |
commit | commitdiff | tree |
2014-09-15 |
Keith Randall | runtime: test Goexit/defer iteraction. |
commit | commitdiff | tree |
2014-09-15 |
Keith Randall | runtime: try harder to get different iteration orders. |
commit | commitdiff | tree |
2014-09-15 |
Josh Bleecher... | test: make maplinear iterdelete test less flaky |
commit | commitdiff | tree |
2014-09-15 |
Rémy Oudompheng | cmd/gc: don't walk static nodes generated by anylit. |
commit | commitdiff | tree |
2014-09-15 |
Rémy Oudompheng | cmd/gc: generate type alg after calling dowidth. |
commit | commitdiff | tree |
2014-09-15 |
Brad Fitzpatrick | net/http: don't call FileSystem.Open with unclean index... |
commit | commitdiff | tree |
2014-09-15 |
Alex Brainman | runtime: fix parameter checking in syscall.NewCallback |
commit | commitdiff | tree |
2014-09-15 |
Russ Cox | syscall: add GO_ARGS to Go-called assembly |
commit | commitdiff | tree |
2014-09-15 |
Russ Cox | runtime: fix solaris build, part 2 |
commit | commitdiff | tree |
2014-09-15 |
Russ Cox | runtime: fix solaris build |
commit | commitdiff | tree |
2014-09-15 |
Russ Cox | runtime: convert syscall_windows.c to Go |
commit | commitdiff | tree |
2014-09-14 |
Nigel Tao | image/jpeg: reject invalid Ta and Td values. |
commit | commitdiff | tree |
2014-09-14 |
Russ Cox | runtime: fix traceback of trap on ARM |
commit | commitdiff | tree |
2014-09-14 |
Russ Cox | runtime: mark asmcgocall<>(SB) as having no arguments |
commit | commitdiff | tree |
2014-09-12 |
Robert Griesemer | cmd/8g: remove unused variable (fix build) |
commit | commitdiff | tree |
2014-09-12 |
Josh Bleecher... | runtime: test iteration order of sparse maps |
commit | commitdiff | tree |
2014-09-12 |
Dmitriy Vyukov | cmd/gc: fix racewalk after writebarrier change |
commit | commitdiff | tree |
2014-09-12 |
Russ Cox | runtime: remove a few untyped allocations |
commit | commitdiff | tree |
2014-09-12 |
Robert Griesemer | go/printer: don't reduce nesting depth twice if parenth... |
commit | commitdiff | tree |
2014-09-12 |
Ian Lance Taylor | runtime: fix typo in comment |
commit | commitdiff | tree |
2014-09-12 |
Russ Cox | cmd/cc, cmd/gc: stop generating 'argsize' PCDATA |
commit | commitdiff | tree |
2014-09-12 |
Russ Cox | runtime: stop scanning stack frames/args conservatively |
commit | commitdiff | tree |
2014-09-12 |
Russ Cox | runtime: tell the truth about BitVector type |
commit | commitdiff | tree |
2014-09-12 |
Russ Cox | runtime: look up arg stackmap for makeFuncStub/methodVa... |
commit | commitdiff | tree |
2014-09-12 |
Anthony Martin | runtime: save correct pid for new m's on plan9/amd64 |
commit | commitdiff | tree |
2014-09-12 |
Russ Cox | syscall: add #include "funcdata.h" to files modified... |
commit | commitdiff | tree |
2014-09-12 |
Russ Cox | syscall: make func Syscall use pointer maps from Go... |
commit | commitdiff | tree |
2014-09-12 |
Russ Cox | cmd/gc: turn Go prototypes into ptr liveness maps for... |
commit | commitdiff | tree |
2014-09-12 |
Keith Randall | runtime: fix cgo to handle the case where the G stack... |
commit | commitdiff | tree |
2014-09-12 |
Michael MacInnis | syscall: SysProcAttr job control changes |
commit | commitdiff | tree |
2014-09-12 |
Ian Lance Taylor | A+C: Michael MacInnis (individual CLA) |
commit | commitdiff | tree |
2014-09-11 |
Keith Randall | runtime: make gostringnocopy update maxstring |
commit | commitdiff | tree |
next |