2014-09-24 |
Brad Fitzpatrick | os: fix Args setup on Windows |
commit | commitdiff | tree |
2014-09-24 |
Russ Cox | runtime: more NOPTR |
commit | commitdiff | tree |
2014-09-24 |
Dmitriy Vyukov | cmd/go: strip -fsanitize= flags when building cgo object |
commit | commitdiff | tree |
2014-09-24 |
Russ Cox | build: fix elf builds |
commit | commitdiff | tree |
2014-09-24 |
Rob Pike | fmt: document and fix the handling of precision for... |
commit | commitdiff | tree |
2014-09-24 |
Russ Cox | cmd/cc, cmd/ld, runtime: disallow conservative data... |
commit | commitdiff | tree |
2014-09-24 |
Russ Cox | debug/dwarf: correct name for clang-generated complex... |
commit | commitdiff | tree |
2014-09-24 |
Russ Cox | cmd/gc: fix import of package with var func returning _ |
commit | commitdiff | tree |
2014-09-24 |
Brad Fitzpatrick | src: pass GO_GCFLAGS down to go test std |
commit | commitdiff | tree |
2014-09-24 |
Russ Cox | cmd/gc: run escape analysis always (even in -N mode) |
commit | commitdiff | tree |
2014-09-24 |
Russ Cox | doc/go1.4.txt: document that C sources in non-cgo packa... |
commit | commitdiff | tree |
2014-09-24 |
Russ Cox | cmd/go: prohibit C sources files unless using cgo |
commit | commitdiff | tree |
2014-09-24 |
Russ Cox | runtime: fix LastGC comment |
commit | commitdiff | tree |
2014-09-24 |
Hector Martin... | runtime: keep g->syscallsp consistent after cgo->Go... |
commit | commitdiff | tree |
2014-09-24 |
Russ Cox | A+C: Hector Martin Cantero (individual CLA) |
commit | commitdiff | tree |
2014-09-24 |
Rob Pike | cmd/pack: fix c command for existing file |
commit | commitdiff | tree |
2014-09-23 |
Brad Fitzpatrick | os: add a comment inside RemoveAll |
commit | commitdiff | tree |
2014-09-23 |
Brad Fitzpatrick | os: fix another case where RemoveAll should return nil |
commit | commitdiff | tree |
2014-09-23 |
Dave Cheney | runtime: fix runtime.Breakpoint on ARMv5 |
commit | commitdiff | tree |
2014-09-23 |
Dmitriy Vyukov | runtime: remove unused function declaration |
commit | commitdiff | tree |
2014-09-23 |
Rob Pike | text/template: type-check chained node as argument |
commit | commitdiff | tree |
2014-09-22 |
Rob Pike | fmt: document that self-recursive data structures can... |
commit | commitdiff | tree |
2014-09-22 |
Rob Pike | doc/go1.4.txt: text/template comparison functions allow... |
commit | commitdiff | tree |
2014-09-22 |
Rob Pike | fmt: make printing of ints 25-35% faster |
commit | commitdiff | tree |
2014-09-22 |
Rob Pike | text/template: allow comparison functions to work betwe... |
commit | commitdiff | tree |
2014-09-22 |
Marko Tiikkaja | database/sql: Close per-tx prepared statements when... |
commit | commitdiff | tree |
2014-09-22 |
Brad Fitzpatrick | net/http: replace z_last_test hack with testing.Main |
commit | commitdiff | tree |
2014-09-22 |
Nigel Tao | image/gif: don't let the per-frame transparent index... |
commit | commitdiff | tree |
2014-09-21 |
Keith Randall | runtime: be very careful with bad pointer tests |
commit | commitdiff | tree |
2014-09-19 |
Keith Randall | runtime: Fix interaction between Goexit and defers |
commit | commitdiff | tree |
2014-09-19 |
Rob Pike | spec: add dropped comma |
commit | commitdiff | tree |
2014-09-19 |
Robert Griesemer | spec: clarify panic behavior when deferring nil functions |
commit | commitdiff | tree |
2014-09-19 |
Sameer Ajmani | cmd/go: fix typo |
commit | commitdiff | tree |
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 |
next |