go /
go /
706efdb12c2c176b441e4c479ccc4d98b909c293 - 706efdb doc: document Go 1.3.2 by Andrew Gerrand · 10 years ago
- a326d1d tag go1.3.2 by Andrew Gerrand · 10 years ago
- 0211771 .hgignore: delete some dregs by Rob Pike · 10 years ago
- 868948b encoding/gob: fix 386 build by Rob Pike · 10 years ago
- 9c3fc83 encoding/gob: error rather than panic when decoding enormous slices Fixes #8084. by Rob Pike · 10 years ago
- dff461f doc/gopher: add biplane.jpg by Rob Pike · 10 years ago
- dd84cf4 cmd/go: install dependencies for 'go build -i' on a command by Russ Cox · 10 years ago
- 2fa3e43f spec: clarify scope and re-use of iteration variables by Robert Griesemer · 10 years ago
- bb29c5a spec: clarify embedding of interfaces by Robert Griesemer · 10 years ago
- 74c0de8 bufio: fix handling of empty tokens at end of line/file Fixes #8672. by Rob Pike · 10 years ago
- cfae41f time: make it clear that time.Time values do not compare with == by Rob Pike · 10 years ago
- 870f4e1 cmd/gc: emit error for out-of-bounds slice of constant string by Russ Cox · 10 years ago
- 52e9bca cmd/gc: print x++ (not x += 1) in errors about x++ by Russ Cox · 10 years ago
- 53c6654 cmd/gc: avoid infinite recursion on invalid recursive type by Russ Cox · 10 years ago
- 1aa65fe runtime: add load_g call in arm callback. by Keith Randall · 10 years ago
- 1b6807b cgo: adjust return value location to account for stack copies. by Keith Randall · 10 years ago
- dfaf1f7 net/http: update ProxyFromEnvironment docs for HTTPS_PROXY addition by Brad Fitzpatrick · 10 years ago
- e59ad69 net/http: allow double-quotes only on cookie values, not cookie by Nigel Tao · 10 years ago
- 4465242 net/http: check for CloseWrite interface, not TCPConn implementation by Brad Fitzpatrick · 10 years ago
- e6f21be net/http: support https_proxy in ProxyFromEnvironment by Brad Fitzpatrick · 10 years ago
- 6077f0f cmd/go: fix bytes and net the right way by Russ Cox · 10 years ago
- d2b84dd net: only "build" empty.s in non-cgo mode by Russ Cox · 10 years ago
- 3c94b1d runtime: more NOPTR by Russ Cox · 10 years ago
- 665a416 os: fix Args setup on Windows by Brad Fitzpatrick · 10 years ago
- 75cca05 runtime: more NOPTR by Russ Cox · 10 years ago
- 39cd39b cmd/go: strip -fsanitize= flags when building cgo object Fixes #8788. by Dmitriy Vyukov · 10 years ago
- 117a697 build: fix elf builds by Russ Cox · 10 years ago
- 54111a5 fmt: document and fix the handling of precision for strings and byte slices by Rob Pike · 10 years ago
- 193daab cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects by Russ Cox · 10 years ago
- 5917692 debug/dwarf: correct name for clang-generated complex type by Russ Cox · 10 years ago
- 43c4287 cmd/gc: fix import of package with var func returning _ by Russ Cox · 10 years ago
- fb4e185 src: pass GO_GCFLAGS down to go test std by Brad Fitzpatrick · 10 years ago
- 00d2f91 cmd/gc: run escape analysis always (even in -N mode) by Russ Cox · 10 years ago
- 50c9d63 doc/go1.4.txt: document that C sources in non-cgo packages are no longer allowed by Russ Cox · 10 years ago
- a0785a5 cmd/go: prohibit C sources files unless using cgo by Russ Cox · 10 years ago
- 6f219e8 runtime: fix LastGC comment by Russ Cox · 10 years ago
- 7283e08 runtime: keep g->syscallsp consistent after cgo->Go callbacks by Hector Martin Cantero · 10 years ago
- a69e504 A+C: Hector Martin Cantero (individual CLA) by Russ Cox · 10 years ago
- 1193993 cmd/pack: fix c command for existing file by Rob Pike · 10 years ago
- db492b8 os: add a comment inside RemoveAll by Brad Fitzpatrick · 10 years ago
- 82ddcc0 os: fix another case where RemoveAll should return nil by Brad Fitzpatrick · 10 years ago
- c486d41 runtime: fix runtime.Breakpoint on ARMv5 by Dave Cheney · 10 years ago
- dcb594e runtime: remove unused function declaration by Dmitriy Vyukov · 10 years ago
- 5d5e73b text/template: type-check chained node as argument by Rob Pike · 10 years ago
- 892b507 fmt: document that self-recursive data structures can be fatal by Rob Pike · 10 years ago
- 1392276 doc/go1.4.txt: text/template comparison functions allow int==uint by Rob Pike · 10 years ago
- 78b5321 fmt: make printing of ints 25-35% faster by Rob Pike · 10 years ago
- db56d4d text/template: allow comparison functions to work between any integers by Rob Pike · 10 years ago
- 5f739d9 database/sql: Close per-tx prepared statements when the associated tx ends by Marko Tiikkaja · 10 years ago
- 93e5cc2 net/http: replace z_last_test hack with testing.Main by Brad Fitzpatrick · 10 years ago
- 0be3176 image/gif: don't let the per-frame transparent index modify the global palette. by Nigel Tao · 10 years ago
- 3b2577c runtime: be very careful with bad pointer tests by Keith Randall · 10 years ago
- 0306478 runtime: Fix interaction between Goexit and defers by Keith Randall · 10 years ago
- 651bb8e spec: add dropped comma by Rob Pike · 10 years ago
- b4eb22d spec: clarify panic behavior when deferring nil functions by Robert Griesemer · 10 years ago
- 0e1a071 cmd/go: fix typo by Sameer Ajmani · 10 years ago
- 2c15d45 net/http: document server recovering panics by Russ Cox · 10 years ago
- 5c79563 runtime: add runtime· prefix to some static variables by Russ Cox · 10 years ago
- 182d131 cmd/go, testing: add TestMain support by Russ Cox · 10 years ago
- 0c47bd1 net/http: ensured that proxy errors are returned by Transport.RoundTrip. by John Tuley · 10 years ago
- c7f6bd7 runtime: rename SchedType to SchedT by Russ Cox · 10 years ago
- a07a57b syscall: mark ECONNRESET, ECONNABORTED as temporary network errors by Russ Cox · 10 years ago
- 88d53dd runtime: release Windows thread handle in unminit by Russ Cox · 10 years ago
- 66795e8 runtime: fix GOARM<7 build by Dave Cheney · 10 years ago
- 54b63f0 path/filepath: document that Glob ignores i/o errors by Russ Cox · 10 years ago
- 5fdea34 runtime: revise TestSetPanicOnFault by Russ Cox · 10 years ago
- 2ed209e runtime: allow OutputDebugString to be sent to debugger by Alex Brainman · 10 years ago
- dd8f29e reflect: adjust Value.String to give correct answer for methods by Russ Cox · 10 years ago
- 2debfeb os: handle 'has been removed' error as IsNotExist on Plan 9 by David du Colombier · 10 years ago
- f8474fa runtime: remove useless code around of EXCEPTION_BREAKPOINT by Alex Brainman · 10 years ago
- 048692e runtime: fix Windows SysUsed by Russ Cox · 10 years ago
- 54245cb runtime: show frames for exported runtime functions by Russ Cox · 10 years ago
- 5a40b56 lib9, cmd/ld: fixes for cross-linking on a Windows host by Ian Lance Taylor · 10 years ago
- 84f9c42 os: skip TestRemoveAllRace on Windows by Russ Cox · 10 years ago
- e4fa1e4 go/doc: document rationale for recent change by Robert Griesemer · 10 years ago
- e9ec8e7 bytes, strings: document that FieldsFunc f must not be stateful by Russ Cox · 10 years ago
- ab76638 syscall: fix infinite recursion in itoa by Russ Cox · 10 years ago
- 2b59c9d go/doc: treat _ consts as exported by Josh Bleecher Snyder · 10 years ago
- 45143ae runtime: fix handling of GOTRACEBACK by David du Colombier · 10 years ago
- c3b5db8 runtime: delete panicstring; move its checks into gopanic by Russ Cox · 10 years ago
- 98a5f52 os: avoid error result when dir is removed out from under RemoveAll by Russ Cox · 10 years ago
- 76c7548 net: disable TestDialMultiFDLeak by Russ Cox · 10 years ago
- dfd4123 encoding/gob: speedup encoding by Dmitriy Vyukov · 10 years ago
- 73a82db fmt: fix allocation tests by Josh Bleecher Snyder · 10 years ago
- 484cc67 net: separate NaCl dependent placeholders from BSD's by Mikio Hara · 10 years ago
- 8c2484e sync/atomic: remove unnecessary race instrumentation in Value by Dmitriy Vyukov · 10 years ago
- ed7db89 runtime: output number of goroutines in GC trace by Dmitriy Vyukov · 10 years ago
- a291095 image/gif: fix GIF encoding of sub-images. by Nigel Tao · 10 years ago
- a2e7fd0 A+C: John Tuley (individual CLA) by Brad Fitzpatrick · 10 years ago
- 92eb1e1 runtime: free stacks of Gdead goroutines at GC time by Keith Randall · 10 years ago
- 6fb9d50 runtime: print more detail in adjustframe crash by Russ Cox · 10 years ago
- 735289f sync/atomic: add more missing Go prototype by Russ Cox · 10 years ago
- 6c7b82e doc/go1.4.txt: add tinyallocs change by Russ Cox · 10 years ago
- e19d8a4 runtime: account for tiny allocs, for testing.AllocsPerRun by Russ Cox · 10 years ago
- a883f11 doc/go1.4.txt: reduced stack size by Rob Pike · 10 years ago
- 6c93423 runtime: change minimum stack size to 2K. by Keith Randall · 10 years ago
- 72a2539 sync: fix linux/arm build by Dave Cheney · 10 years ago
- 2107b30 doc/go1.4.txt: add sync/atomic.Value by Rob Pike · 10 years ago
- 98a1e20 sync/atomic: add Value by Dmitriy Vyukov · 10 years ago
- cbf97d91 liblink, sync/atomic: fix arm build by Russ Cox · 10 years ago