]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-12-10 Adam LangleyCONTRIBUTORS: add sledbetter (Google Corporate CLA).
2012-12-10 Brad Fitzpatricksyscall: add type for struct tcp_info
2012-12-10 Francisco Souzaencoding/xml: fix typo in Marshal documentation
2012-12-10 Russ Coxnet/rpc: document that Register logs to standard error
2012-12-10 Russ Coxnet/http: fix text for ErrBodyReadAfterClose
2012-12-09 Dave Cheneycmd/go: add GOOS/GOARCH to go version output
2012-12-09 Rémy Oudomphengcmd/gc: prevent ngotype from allocating.
2012-12-09 Rémy Oudomphengcmd/[568]g: recycle ONAME nodes used in regopt to denot...
2012-12-09 Russ Coxtime: add Round and Truncate
2012-12-08 Rémy Oudomphengcmd/gc: do not export useless private symbols.
2012-12-08 David Symondsmath/rand: fix typo in example comment.
2012-12-07 Russ Coxmath/rand: add example / regression test
2012-12-07 Russ Coxundo CL 6845121 / 79603a5e4cda
2012-12-06 Robert Griesemerfix build: remove a flaky test for now
2012-12-06 Robert Griesemerspec: receiver types in method expressions can be paren...
2012-12-06 Robert Griesemerexp/gotype: added many more tests
2012-12-06 Robert Griesemerexp/types: checking of type switches and range clauses
2012-12-06 Robert Griesemergofmt: test rewrite of (x.(type)) -> x.(type)
2012-12-06 Robert Griesemerspec: type assertions and type switches must be valid
2012-12-06 Rémy Oudomphengcmd/gc: do not overflow parser stack on a long chain...
2012-12-06 Brad Fitzpatricknet/http: populate ContentLength in HEAD responses
2012-12-06 Rémy Oudomphengcmd/8a: support XMM registers.
2012-12-06 Rémy Oudomphengcmd/6c, cmd/8c: add fixjmp step to regopt.
2012-12-06 Dave Cheneycmd/5g: fix fixedtests/issue4396b.go test failure on...
2012-12-06 Russ Coxcmd/ld: skip 0-length write in cwrite
2012-12-06 Ian Lance Taylortest: add some tests where go/defer arg starts with...
2012-12-06 Rick Arnoldnet: document that File reverts connection to blocking...
2012-12-06 David Symondsvet: be less strict about number of arguments when...
2012-12-06 Brad Fitzpatricknet/http: implement CloseNotifier
2012-12-06 Brad Fitzpatricknet/http: fix bug parsing http_proxy lacking a protocol
2012-12-05 Ian Lance Taylorgc: avoid meaningless constant overflow error for inver...
2012-12-05 Dave Cheneycmd/5g: use MOVB for fixed array nil check
2012-12-05 Dave Cheneynet: fix data races on deadline vars
2012-12-05 Alex Brainmannet: change windows netFD finalizer to behave similar...
2012-12-05 Brad Fitzpatricknet/http: clarify DefaultTransport docs
2012-12-05 Alex Brainmannet: add missing close socket code
2012-12-05 Ian Lance Taylortest: tweak bug273.go to not have constant len < cap...
2012-12-04 Frithjof Schulzecontainer/heap: Simplify the example.
2012-12-04 Robert GriesemerA+C: adding Frithjof Schulze (individual CLA)
2012-12-04 Robert Griesemerspec: BuiltinCall syntax must permit "..." for append
2012-12-04 Ian Lance Taylortest: add test for invalid nil == nil
2012-12-04 Brad Fitzpatricknet/http: clarify that Request.Host may contain a port...
2012-12-04 Mikio Haradoc: clear execute bit
2012-12-04 Oling Catdoc/articles/godoc_documenting_go_code: fix some format...
2012-12-04 Alex Brainmannet: report Accept error during TestVariousDeadlines1Pr...
2012-12-04 Ian Lance Taylortest: add test for unused calls to builtin functions
2012-12-04 Ian Lance Taylortest: add test for issue 4468 (go/defer expr may not...
2012-12-03 Andrew GerrandA+C: Egon Elbre (individual CLA)
2012-12-03 Robert Griesemerspec: channel operations are restricted by the channel...
2012-12-03 Dave Cheneycmd/dist: support building on debian/kFreeBSD
2012-12-03 Rémy Oudomphengbytes: avoid duplicate malloc/copy in Buffer.ReadString
2012-12-03 Rémy Oudomphengcmd/gc: fix inlining internal error with T.Method calls.
2012-12-03 Mikio Haranet: simplify ListenTCP
2012-12-01 Luit van Drongelenencoding/gob: Fix typo in doc.go
2012-12-01 Johan Euphrosinemath/rand: remove noop iteration in Perm
2012-12-01 Brad Fitzpatrickcrypto/tls: fix loading keys labeled just "PRIVATE...
2012-12-01 Rémy Oudomphengnet: remove unnecessary Close contention.
2012-12-01 Mikio Haranet: allow "" as a hint wildcard to Resolve{IP,UDP...
2012-11-30 Ian Lance Taylortest: add a test that caused gccgo to crash
2012-11-30 Anthony Martinnet: update docs and sync API for Plan 9
2012-11-30 Shenghou Macmd/godoc: fix `godoc net/http` on windows
2012-11-30 Shenghou Maall: set GOMAXPROCS to 1 when counting mallocs
2012-11-30 Dave Cheneyundo CL 6855110 / 869253ef7009
2012-11-30 Dave Cheneynet: fix data races on deadline vars
2012-11-30 Dmitriy Vyukovruntime: better stack traces in race reports
2012-11-30 Dmitriy Vyukovcmd/gc: racewalk: collect stack traces in sync and...
2012-11-30 Alex Brainmanos: check only user attributes in TestStatDirModeExec
2012-11-30 Brad Fitzpatricknet/http: don't send chunked encoding on 204 responses
2012-11-29 Robert Griesemergo spec: receiver, parameter, and result names must...
2012-11-29 Russ Coxnet: add test case for SplitHostPort with zone
2012-11-29 Robert Griesemerspec: clarify use of built-ins in go/defer statements
2012-11-29 Brad Fitzpatrickcodereview: always use HTTPS
2012-11-29 Robert Griesemerexp/types: various missing checks for array/slice compo...
2012-11-29 Robert Griesemergo/parser: permit [...]T where array types are permitted
2012-11-28 Alex Brainmanos: include 0111 in directory file mode on windows
2012-11-28 Alex Brainmanexp/winfsnotify: fix data race in TestNotifyClose
2012-11-28 Alex Brainmannet/http: fix broken TestIssue4191_InfiniteGetToPutTimeout
2012-11-28 Dave Cheneynet: move deadline logic into pollServer
2012-11-27 Mikio Haranet: fix ResolveIPAddr
2012-11-27 Dave Cheneynet: fix intermittent TestAddFDReturnsError failure
2012-11-27 Mikio Haranet: consoldate literal target address into IP address...
2012-11-27 Rémy Oudomphengcmd/5g, cmd/8g: fix internal error on 64-bit indices...
2012-11-27 Robert Griesemergo/format: Package format implements standard formattin...
2012-11-27 Jan Ziakruntime: use reflect·call() to enter the function gc()
2012-11-27 Dmitriy Vyukovruntime/race: add test case for issue 4453
2012-11-27 Rick Arnoldregexp: add Split
2012-11-27 Russ Coxmisc/emacs: fix go-mode hang
2012-11-27 Volker Doblerregexp: add examples
2012-11-27 John Graham... log/syslog: correct message format
2012-11-27 Dmitriy Vyukovruntime/race: add unit tests for race detector
2012-11-27 Dmitriy Vyukovnet: fix flaky test
2012-11-27 Nigel Taoexp/cookiejar: new package.
2012-11-27 Brad FitzpatrickCONTRIBUTORS: Add Jonathan Hseu (Google CLA)
2012-11-27 Robert Griesemergo/ast: minor cleanup
2012-11-27 Anthony Martinos/user: update stub documentation
2012-11-26 Anthony Martinos: move Plan 9 directory marshaling code to syscall
2012-11-26 Rémy Oudomphengcmd/gc: add division rewrite to walk pass.
2012-11-26 Robert Griesemergo/printer: don't use 'infinity' value when it might...
2012-11-26 Brad Fitzpatricknet/http: fix Transport races & deadlocks
2012-11-26 Daniel Morsingcmd/gc: Make sure bools lose idealness when used with...
next