- 310e5fe net: reuse channels during io by Alex Brainman · 14 years ago
- 96f9e88 exp/template/html: moved error docs out of package docs onto error codes by Mike Samuel · 14 years ago
- bd80b11 index/suffixarray: support for serialization by Robert Griesemer · 14 years ago
- f5181ae textproto: parse RFC 959 multiline responses correctly by Brad Fitzpatrick · 14 years ago
- e30b9fd http: MaxBytesReader doc cleanups by Brad Fitzpatrick · 14 years ago
- 758b62b http: document that Response.Body is non-nil by Brad Fitzpatrick · 14 years ago
- 1505cae flag: make zero FlagSet useful by Russ Cox · 14 years ago
- 2715956 build: add build comments to core packages by Russ Cox · 14 years ago
- ef32eac go/build: change //build to // +build by Russ Cox · 14 years ago
- b955e26 http/cgi: add openbsd environment configuration by Brad Fitzpatrick · 14 years ago
- 7233dcd http: fix WriteProxy documentation by Brad Fitzpatrick · 14 years ago
- 6430f46 go/build: fix build (revert test changes) by Russ Cox · 14 years ago
- 17bebd3 go/build: handle cgo, //build comments by Russ Cox · 14 years ago
- ce008f8 exp/template/html: pre-sanitized content by Mike Samuel · 14 years ago
- 957fd57 go/token: support to serialize file sets by Robert Griesemer · 14 years ago
- 3eb41fb exp/template/html: render templates unusable when escaping fails by Mike Samuel · 14 years ago
- 5c30325 runtime: eliminate handle churn when churning channels on Windows by Hector Chu · 14 years ago
- e076c50 debug/elf: permit another case of SHT_NOBITS section overlap in test by Ian Lance Taylor · 14 years ago
- 3be088e json: if a field's tag is "-", never encode it. by David Symonds · 14 years ago
- 23fab11 exp/template/html: flesh out package documentation. by Mike Samuel · 14 years ago
- b47bbec src: fix a couple of govet-discovered errors. by Rob Pike · 14 years ago
- a775fbf crypto/tls: support SSLv3 by Adam Langley · 14 years ago
- 514c924 exp/template/html: check that modified nodes are not shared by templates by Mike Samuel · 14 years ago
- 7edfced path/filepath: document that Walk sorts its output by Rob Pike · 14 years ago
- 1007a11 go/printer: use panic/defer instead of goroutine for handling errors by Robert Griesemer · 14 years ago
- e81d721 websocket: rename websocket.WebSocketAddr to *websocket.Addr. by Russ Cox · 14 years ago
- 33d00fae runtime: track HeapIdle by Russ Cox · 14 years ago
- fa767ff image/jpeg: fix build by Mikio Hara · 14 years ago
- 1a35450 image/draw: unbreak build for image.NewXxx change. by Nigel Tao · 14 years ago
- aa75bee image: change the NewXxx functions to take a Rectangle instead of by Nigel Tao · 14 years ago
- 7406379 runtime: syscall to return both AX and DX for windows/386 by Alex Brainman · 14 years ago
- 2b3b5cf template: add doc.go to Makefile by Mike Samuel · 14 years ago
- 15d47ce exp/template/html: move transition functions to a separate file by Mike Samuel · 14 years ago
- 4e3b725 path/filepath: new signature for Walk by Rob Pike · 14 years ago
- 4c6454a exp/template/html: escape {{template}} calls and sets of templates by Mike Samuel · 14 years ago
- 9377b28 http: Alphabetize imports. by Ian Lance Taylor · 14 years ago
- 096f3a2 os: Fix comment in generated signal_unix.go file. by Ian Lance Taylor · 14 years ago
- efea5d0 exp/norm: Added regression test tool for the standard Unicode test set. by Marcel van Lohuizen · 14 years ago
- 40d85fb net: add a LookupTXT function. by Nigel Tao · 14 years ago
- cd269b0 time: another attempt to fix windows build by Alex Brainman · 14 years ago
- 29d5d9a time: fix Windows build after ceeedb519c4a by Brad Fitzpatrick · 14 years ago
- 0432a23 exp/template/html: tolerate '/' ambiguity in JS when it doesn't matter. by Mike Samuel · 14 years ago
- 80a5ddb exp/template/html: fix bug /*/ is not a full JS block comment. by Mike Samuel · 14 years ago
- 3b189d8 crypto/tls: handle non-TLS more robustly by Russ Cox · 14 years ago
- 7944bbf godoc, suffixarray: switch to exp/regexp by Robert Griesemer · 14 years ago
- 817da665 path/filepath: fix Visitor doc by Gustavo Niemeyer · 14 years ago
- 7d43b84 time: make Weekday a method. by Rob Pike · 14 years ago
- 9c6265d exp/regexp/syntax: fix invalid input parser crash by Russ Cox · 14 years ago
- 73fd9e7 websocket: Fix infinite recursion in WebSockAddr String() by Tarmigan Casebolt · 14 years ago
- 3e42de2 exp/norm: fixed typo. Bug exposed by gomake testtables. Changes did not affect other tests by Marcel van Lohuizen · 14 years ago
- b2b3187 exp/template/html: fix JS regexp escape of an empty string. by Nigel Tao · 14 years ago
- a5d0b7e image/png: don't use a goroutine to decode. This was preventing by Nigel Tao · 14 years ago
- 3bc2d0f doc: link to notable blog posts by Andrew Gerrand · 14 years ago
- 3301e5a path/filepath: make UNC file names work by Yasuhiro Matsumoto · 14 years ago
- 1f13423 exp/template/html: Grammar rules for HTML comments and special tags. by Mike Samuel · 14 years ago
- 75dd952 os: forgotten file of submitted CL 4984051 by Jaroslavas Počepko · 14 years ago
- 4670d9e exp/template/html: autoescape actions in HTML style attributes. by Mike Samuel · 14 years ago
- 66b3fab exp/regexp: add MustCompilePOSIX by Russ Cox · 14 years ago
- 21e671d exp/regexp: add CompilePOSIX, more tests by Russ Cox · 14 years ago
- 177dca7 exp/regexp/syntax: import all RE2 parse tests + fix bugs by Russ Cox · 14 years ago
- 9409320 syscall: add route flags for linux by Mikio Hara · 14 years ago
- 7df4322 exp/regexp: leftmost-longest matching by Russ Cox · 14 years ago
- cf0d8c0 sync/atomic: add 64-bit Load and Store by Dmitriy Vyukov · 14 years ago
- 571d3f5 os: os.RemoveAll has to check for 2 error codes on Windows. ENOENT is not enough. by Jaroslavas Počepko · 14 years ago
- bb8bbb2 Windows: net, syscall: implement SetsockoptIPMReq(), move to winsock v2.2 for multicast support. by Paul Lalonde · 14 years ago
- 794489e sync/atomic: do not run TestStoreLoadSeq for too long (fix windows builder) by Alex Brainman · 14 years ago
- 49bcc88 undo CL 4964067 / 661cb84cc6f0 by Robert Griesemer · 14 years ago
- e5c20dc path/filepath: Simplify Walk interface by Gustavo Niemeyer · 14 years ago
- ef01ebf net: sync CIDRMask code, doc by Russ Cox · 14 years ago
- 08ae1a5 exp/regexp: bug fixes and RE2 tests by Russ Cox · 14 years ago
- a2c2c87 net: ParseCIDR returns IPNet instead of IPMask by Mikio Hara · 14 years ago
- 21e49cb sort: use heapsort to bail out quicksort by Ziad Hatahet · 14 years ago
- 1fc6763 sync/atomic: add Store functions by Dmitriy Vyukov · 14 years ago
- 299f524 image/png: check zlib checksum during Decode by Russ Cox · 14 years ago
- 61650b2 cleanup: gofmt -s -w src misc by Robert Griesemer · 14 years ago
- 62b10ad template: slightly simplify the test for assignability of arguments by Rob Pike · 14 years ago
- d45e808c template: indirect or dereference function arguments if necessary to match the type of the formal. by Rob Pike · 14 years ago
- 0783dd9 go/parser: accept corner cases of signature syntax by Robert Griesemer · 14 years ago
- c106790 gofmt: indent multi-line signatures by Robert Griesemer · 14 years ago
- 686181e url: handle ; in ParseQuery by Russ Cox · 14 years ago
- 37f390a os: use GetFileAttributesEx to implement Stat on windows by Alex Brainman · 14 years ago
- d5e24b6 exp/norm: performance improvements of quickSpan by Marcel van Lohuizen · 14 years ago
- c7f6f9f runtime: fix openbsd 386 raisesigpipe by Joel Sing · 14 years ago
- 73d27dd syscall: update routing message attributes handling, fix typo by Mikio Hara · 14 years ago
- 8ddd661 build: clear execute bit from Go files by Mike Rosset · 14 years ago
- 6cf61bb runtime: add test for multiple concurrent channel consumers by Christopher Wedgwood · 14 years ago
- 1f523e2 websocket: fix incorrect prints found by govet by Robert Hencke · 14 years ago
- 9b01150 runtime: implement exception handling on windows/amd64 by Hector Chu · 14 years ago
- 2b6d3b4 exp/template/html: string replacement refactoring. by Nigel Tao · 14 years ago
- 2517143 exp/norm: added Reader and Writer and bug fixes to support these. by Marcel van Lohuizen · 14 years ago
- b349cd2 fmt/fmt_test.go: count mallocs in a few more cases. by Rob Pike · 14 years ago
- 2cf66c1 template: fix deadlock. No need for lexInsideAction to loop. Fixes #2217. by Rob Pike · 14 years ago
- 5edeef2 exp/template/html: non-semantics changing tweaks to js{,_test}.go by Mike Samuel · 14 years ago
- ea23ba3 sync/atomic: add LoadUintptr by Dmitriy Vyukov · 14 years ago
- 0253c68 exp/template/html: Implement grammar for JS. by Mike Samuel · 14 years ago
- 7c203b8 unsafe: update doc by Mikio Hara · 14 years ago
- 2cc4a54 flag: add Parsed, restore Usage by Russ Cox · 14 years ago
- a31f317 rpc: add benchmark for async rpc calls Also makes sync benchmark concurrent. by Dmitriy Vyukov · 14 years ago
- 0c6581c syscall: handle routing entry in ParseRoutingSockaddr on BSD variants by Mikio Hara · 14 years ago
- 5f40c5b runtime: handle string + char literals in goc2c by Russ Cox · 14 years ago