2013-07-12 |
Russ Cox | cmd/ld: fix large stack split for preempt check |
commit | commitdiff | tree |
2013-07-12 |
Russ Cox | cmd/go, testing: remove redundant "for pkg" in coverage... |
commit | commitdiff | tree |
2013-07-12 |
Shenghou Ma | misc/cgo/test: relax the threshold in test3250. |
commit | commitdiff | tree |
2013-07-12 |
Russ Cox | runtime: fix 386 build after cas64 change |
commit | commitdiff | tree |
2013-07-12 |
David Symonds | encoding/json: escape U+2028 and U+2029. |
commit | commitdiff | tree |
2013-07-12 |
Russ Cox | runtime: make cas64 like cas32 and casp |
commit | commitdiff | tree |
2013-07-12 |
Russ Cox | run.bash: actually stop on cgo failures |
commit | commitdiff | tree |
2013-07-12 |
Russ Cox | misc/cgo/test: make test work with -linkmode=internal |
commit | commitdiff | tree |
2013-07-12 |
Russ Cox | cmd/ld: place read-only data in non-executable segment |
commit | commitdiff | tree |
2013-07-12 |
Russ Cox | cmd/5l, cmd/6l, cmd/8l: increase error buffer size |
commit | commitdiff | tree |
2013-07-12 |
Russ Cox | cmd/gc: fix error message for import as 'init' |
commit | commitdiff | tree |
2013-07-12 |
Paul Borman | json: unmarshal types that are byte slices. |
commit | commitdiff | tree |
2013-07-12 |
Alex Brainman | make.bat: incease runtime test timeout to 300s (fixes... |
commit | commitdiff | tree |
2013-07-11 |
ChaiShushan | misc/goplay: use `go run x.go` instead of `go build... |
commit | commitdiff | tree |
2013-07-11 |
Robert Griesemer | spec: move decl in example closer to use |
commit | commitdiff | tree |
2013-07-11 |
Shenghou Ma | runtime: fix build for windows. |
commit | commitdiff | tree |
2013-07-11 |
Shenghou Ma | runtime: correctly handle signals received on foreign... |
commit | commitdiff | tree |
2013-07-11 |
Shenghou Ma | cmd/cgo: silence two gcc warnings for *.cgo2.c |
commit | commitdiff | tree |
2013-07-11 |
Shenghou Ma | syscall: implement Sendfile for Darwin. |
commit | commitdiff | tree |
2013-07-11 |
Shenghou Ma | cmd/cgo: clarify the underscore prefix rule and C union... |
commit | commitdiff | tree |
2013-07-11 |
Dmitriy Vyukov | runtime: fix CPU underutilization |
commit | commitdiff | tree |
2013-07-11 |
ChaiShushan | net/rpc: fix a test bug |
commit | commitdiff | tree |
2013-07-11 |
Dmitriy Vyukov | runtime: adjust traceback for new preemptive reality |
commit | commitdiff | tree |
2013-07-11 |
Nigel Tao | image/draw: add the Quantizer type. |
commit | commitdiff | tree |
2013-07-11 |
Russ Cox | cmd/ld: correct assignment of sizes to mach-o symbols |
commit | commitdiff | tree |
2013-07-10 |
Nigel Tao | image/draw: add Drawer, FloydSteinberg and the op.Draw... |
commit | commitdiff | tree |
2013-07-10 |
Robert Griesemer | go/format: fix failing test (fix build) |
commit | commitdiff | tree |
2013-07-10 |
Robert Griesemer | go/parser: more tolerant parsing of const and var decls |
commit | commitdiff | tree |
2013-07-10 |
Andrew Gerrand | html: add escaping tests |
commit | commitdiff | tree |
2013-07-10 |
Alex Brainman | time: find correct zone abbreviations even on non-Engli... |
commit | commitdiff | tree |
2013-07-10 |
Robert Griesemer | spec: define notion of named type |
commit | commitdiff | tree |
2013-07-10 |
Brad Fitzpatrick | net/http: in ServeContent, don't seek on content until... |
commit | commitdiff | tree |
2013-07-10 |
Andrew Gerrand | encoding/xml: fix typo in docs |
commit | commitdiff | tree |
2013-07-09 |
Rob Pike | cmd/go: fix a couple of bugs in coverage tooling |
commit | commitdiff | tree |
2013-07-09 |
Robert Griesemer | builtin: document print and println |
commit | commitdiff | tree |
2013-07-09 |
Nigel Tao | image/color: add Plan9Palette and WebSafePalette. |
commit | commitdiff | tree |
2013-07-09 |
Dave Cheney | cmd/ld: trivial: fix unhandled switch case |
commit | commitdiff | tree |
2013-07-09 |
ChaiShushan | net/rpc: use log.Print and return error instead log... |
commit | commitdiff | tree |
2013-07-08 |
Andrew Gerrand | misc/dist: clean files from GOPATH after building tour |
commit | commitdiff | tree |
2013-07-07 |
Shenghou Ma | cmd/go: fix "go get -u" for git repositories. |
commit | commitdiff | tree |
2013-07-05 |
Daniel Morsing | cmd/6g, cmd/8g: prevent constant propagation of non... |
commit | commitdiff | tree |
2013-07-05 |
Oliver Hookins | encoding/json: Correct description of stateNeg function. |
commit | commitdiff | tree |
2013-07-05 |
Dave Cheney | syscall: reduce duplication between *bsd and linux |
commit | commitdiff | tree |
2013-07-05 |
Andrew Gerrand | A+C: Oliver Hookins (individual CLA) |
commit | commitdiff | tree |
2013-07-05 |
Nigel Tao | image/gif: close the lzw.Reader we create. |
commit | commitdiff | tree |
2013-07-04 |
Andrew Gerrand | doc: update playground.js |
commit | commitdiff | tree |
2013-07-03 |
Robert Griesemer | go/parser: accept optional indices for all parts of... |
commit | commitdiff | tree |
2013-07-03 |
Brad Fitzpatrick | net/textproto: reduce allocations in ReadMIMEHeader |
commit | commitdiff | tree |
2013-07-03 |
Brad Fitzpatrick | A+C: Brian Gitonga Marete (individual CLA) |
commit | commitdiff | tree |
2013-07-03 |
David Symonds | cmd/go: git checkout the correct default branch. |
commit | commitdiff | tree |
2013-07-03 |
Rob Pike | doc/go1.2.txt: stable sort |
commit | commitdiff | tree |
2013-07-03 |
ChaiShushan | net/rpc: remove unnecessary code |
commit | commitdiff | tree |
2013-07-02 |
Adam Langley | crypto/tls: implement TLS 1.2. |
commit | commitdiff | tree |
2013-07-02 |
David Symonds | go/ast: improve doc for FuncDecl's Type field. |
commit | commitdiff | tree |
2013-07-02 |
Shenghou Ma | runtime: fix runtime.sigreturn_tramp for NetBSD/ARM |
commit | commitdiff | tree |
2013-07-02 |
Daniel Morsing | cmd/gc: fix issue with method wrappers not having escap... |
commit | commitdiff | tree |
2013-07-02 |
Rémy Oudompheng | cmd/gc: fix computation of equality class of types. |
commit | commitdiff | tree |
2013-07-02 |
Yasuhiro Matsumoto | misc/vim: Allow multiple GOOS/GOARCH. |
commit | commitdiff | tree |
2013-07-02 |
Russ Cox | sort: fix 32-bit build |
commit | commitdiff | tree |
2013-07-02 |
Jeff R. Allen | time: prevent a panic from leaving the timer mutex... |
commit | commitdiff | tree |
2013-07-02 |
ChaiShushan | net/rpc/jsonrpc: remove unused serverCodec.resp field |
commit | commitdiff | tree |
2013-07-02 |
Volker Dobler | sort: implement stable sorting |
commit | commitdiff | tree |
2013-07-02 |
Russ Cox | reflect: add Value.Slice3 and Value.SetCap methods... |
commit | commitdiff | tree |
2013-07-02 |
Russ Cox | cmd/gc: support x[i:j:k] |
commit | commitdiff | tree |
2013-07-01 |
Andrew Gerrand | cmd/godoc: set up playground for examples that are... |
commit | commitdiff | tree |
2013-07-01 |
Russ Cox | runtime: disable preemption test (fix build) |
commit | commitdiff | tree |
2013-07-01 |
Russ Cox | runtime: disable preemption |
commit | commitdiff | tree |
2013-07-01 |
Dmitriy Vyukov | runtime: fix memory leaks due to defers |
commit | commitdiff | tree |
2013-07-01 |
Russ Cox | sync/atomic: remove test dependency on net/http |
commit | commitdiff | tree |
2013-07-01 |
David Bürgin | misc/vim: Add compiler plugin for Go |
commit | commitdiff | tree |
2013-07-01 |
Jeff R. Allen | image/gif: do not allow pixels outside the current... |
commit | commitdiff | tree |
2013-06-30 |
Russ Cox | lib9: restore printing of signed integers |
commit | commitdiff | tree |
2013-06-28 |
Rémy Oudompheng | cmd/gc: fix missing export data for inlining in a few... |
commit | commitdiff | tree |
2013-06-28 |
Rémy Oudompheng | test: match gccgo error strings. |
commit | commitdiff | tree |
2013-06-28 |
Russ Cox | runtime: shorten hash lookup stack frames |
commit | commitdiff | tree |
2013-06-28 |
Brad Fitzpatrick | net/http: fix memory leak in Transport |
commit | commitdiff | tree |
2013-06-28 |
Rick Arnold | net/smtp: preserve Auth errors |
commit | commitdiff | tree |
2013-06-28 |
Ian Lance Taylor | include/plan9: define size_t to fix build breakage |
commit | commitdiff | tree |
2013-06-28 |
Russ Cox | cmd/5g, cmd/6g, cmd/8g: fix comment |
commit | commitdiff | tree |
2013-06-28 |
Dmitriy Vyukov | runtime: introduce GODEBUG env var |
commit | commitdiff | tree |
2013-06-28 |
Dmitriy Vyukov | runtime: preempt goroutines for GC |
commit | commitdiff | tree |
2013-06-28 |
Ian Lance Taylor | runtime: remove declaration of function that does not... |
commit | commitdiff | tree |
2013-06-27 |
Rick Arnold | flag: add Getter interface; implement for all Value... |
commit | commitdiff | tree |
2013-06-27 |
Paul van Brouwershaven | crypto/x509: Added RFC 5280, section 4.2.2.1 Authority... |
commit | commitdiff | tree |
2013-06-27 |
Russ Cox | cmd/go: add -coverpkg |
commit | commitdiff | tree |
2013-06-27 |
Russ Cox | runtime: use gp->sched.sp for stack overflow check |
commit | commitdiff | tree |
2013-06-27 |
Dmitriy Vyukov | runtime: fix goroutine status corruption |
commit | commitdiff | tree |
2013-06-27 |
Frithjof Schulze | crypto/tls: Change TLS version to 1.1 in the package... |
commit | commitdiff | tree |
2013-06-27 |
Brad Fitzpatrick | A+C: Frithjof Schulze (individual CLA) other email |
commit | commitdiff | tree |
2013-06-27 |
Adam Langley | crypto/elliptic: add constant-time, P-256 implementation. |
commit | commitdiff | tree |
2013-06-27 |
Dmitriy Vyukov | undo CL 9776044 / 1e280889f997 |
commit | commitdiff | tree |
2013-06-27 |
Dmitriy Vyukov | runtime: fix CPU underutilization |
commit | commitdiff | tree |
2013-06-27 |
Dmitriy Vyukov | runtime: fix argument printing during traceback |
commit | commitdiff | tree |
2013-06-27 |
Rob Pike | doc/go1.2.txt: cmd/go and coverage; simple hash Sum... |
commit | commitdiff | tree |
2013-06-27 |
Russ Cox | runtime: record proper goroutine state during stack... |
commit | commitdiff | tree |
2013-06-27 |
Robin Eklind | crypto/sha512: update comment for the Sum512 function. |
commit | commitdiff | tree |
2013-06-27 |
Ian Lance Taylor | runtime: remove unused typedef |
commit | commitdiff | tree |
2013-06-27 |
Alex Brainman | syscall: handle empty environment variable values prope... |
commit | commitdiff | tree |
2013-06-26 |
Charles Lee | misc/emacs: fix godef-jump on Windows. |
commit | commitdiff | tree |
2013-06-26 |
Ian Lance Taylor | A+C: Charles Lee (individual CLA) |
commit | commitdiff | tree |
next |