]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-02-29 Mikio Haranet: minor fixes to test
2012-02-29 Rob Pikeio: document that i/o is not necessarily safe for paral...
2012-02-29 Andrew Gerranddoc: remove Go for C++ Programmers
2012-02-29 Robert Griesemergo spec: inside functions, variables must be evaluated.
2012-02-29 Ian Lance Taylordoc: update Go For C++ Programmers
2012-02-29 Rob Pikedoc/go1: tweaks to address rsc's comments
2012-02-29 Brad Fitzpatricknet/http/httputil: fix DumpRequestOut on https URLs
2012-02-28 Mikio Haranet: fix comment on Dial with unixgram
2012-02-28 Stefan Nilssondoc/style.css: make selectors more selective.
2012-02-28 Russ Coxgo/build: move code around
2012-02-28 Russ Coxruntime/pprof: support OS X CPU profiling
2012-02-28 Rémy Oudomphengall: remove various unused unexported functions and...
2012-02-28 Rob Pikenet/rpc: API changes, all documentation
2012-02-28 Shenghou Macmd/dist: force line-buffering stdout/stderr on Unix
2012-02-28 Mikkel Krautzcrypto/tls: force OS X target version to 10.6 for API...
2012-02-28 Shenghou Maencoding/gob: fix "// +build" comment for debug.go
2012-02-28 Robert Griesemergotype: provide -comments flag
2012-02-28 Andrew Gerrandgodoc: add Examples link to top-level index
2012-02-28 Rob Piketext/template: add example showing use of custom function
2012-02-28 Rob Piketext/template: fix redefinition bugs
2012-02-28 Robert Griesemertest: bug424: wrong embedded method called
2012-02-28 Rob Piketutorial: delete
2012-02-28 Mikio Haranet: no panic on placeholders for netbsd
2012-02-28 David Symondsencoding/json: drop MarshalForHTML; gofix calls to...
2012-02-28 Benny Siegertnet: add stubs for NetBSD
2012-02-28 Benny Siegertos: fix NetBSD build
2012-02-28 Andrew Gerrandgobuilder: send commit time in RFC3339 format
2012-02-27 Brad Fitzpatrickencoding/binary: better example
2012-02-27 Andrew Gerrandarchive/zip: use encoding/binary again, add readBuf...
2012-02-27 Stefan Nilssondoc/go1: fix broken link
2012-02-27 Anthony Martingo/printer: fix printing of variadic function calls
2012-02-27 Rob Pikecmd/go: mention examples in docs for -test.run
2012-02-27 Rob Pikecmd/go: drop -example, apply -run to examples
2012-02-27 Yissakhar Z... misc/bash: Completion for go tool.
2012-02-27 Brad FitzpatrickA+C: add Yissakhar Z. Beck (Individual CLA)
2012-02-27 Robert Griesemerstrings: make Count example show results
2012-02-27 Robert Griesemergodoc: don't show directories w/o packages in flat...
2012-02-27 Anthony Martingo/printer: fix test for new import path restrictions
2012-02-27 Shenghou Macmd/go: test -i should not disable -c
2012-02-27 Andrew Gerrandarchive/zip: use smarter putUintXX functions to hide...
2012-02-27 Andrew Gerrandarchive/zip: stop using encoding/binary
2012-02-27 Rob Pikecmd/go: run examples even if -run is set if -example...
2012-02-27 Andrew Gerrandmisc/dashboard: fix bug in UI template
2012-02-27 Andrew Gerrandmisc/dashboard: record install counts for external...
2012-02-27 Rob Pikedoc/go1: mention that regexp has changed
2012-02-27 Andrew Gerranddoc: instruct freebsd/linux users to rm the old version...
2012-02-27 Rob Piketesting: add -test.example flag to control execution...
2012-02-27 Alex Brainmanos: implement sameFile on windows
2012-02-27 Mikkel Krautzcrypto/x509: fix typo in Verify documentation
2012-02-27 Mike Rossethtml/template: use correct method signature, in introdu...
2012-02-27 Andrew Gerranddoc: move wiki tutorial into articles directory, rmdir...
2012-02-26 Rob Pikecmd/go: explain x... vs. x/... in help importpath
2012-02-26 Brad Fitzpatricknet/http/cgi: add an empty response test
2012-02-26 Rob Pikedoc/go1: add justification discussions to major changes
2012-02-26 Rob Piketime: add a comment about how to use the Duration constants
2012-02-25 Shenghou Madoc/install: fix FreeBSD/Linux install command
2012-02-25 Shenghou Macmd/yacc/units.y: update comment, give better error...
2012-02-25 Mike Rossetdoc: update Go1 release notes to use correct WalkFunc...
2012-02-24 Robert Griesemergo: fix help text documenting example functions
2012-02-24 Rob Pikego/test/chan1.go: fix typo
2012-02-24 Robert Griesemergo/ast: examples for ast.Print, ast.Inspect
2012-02-24 Robert Griesemergo/doc, godoc: fix range of type declarations
2012-02-24 Rob Pikedoc/go1: new introduction
2012-02-24 Rob Pikecmd/go: in list, don't print blank lines for no output
2012-02-24 Russ Coxruntime: size arena to fit in virtual address space...
2012-02-24 Russ Coxnet/http/cgi: fix empty response
2012-02-24 Anthony Martingc: reject import paths containing special characters
2012-02-24 Gustavo Niemeyerencoding/xml: fix anonymous field Unmarshal example
2012-02-24 Shenghou Macmd/vet: don't give error for Printf("%+5.2e", x)
2012-02-24 Shenghou Madoc: update codelab/wiki to Go 1.
2012-02-24 Sanjay Menakuruos: fix minor typo
2012-02-24 Rob Piketest/bench/shootout: update post-Makefile
2012-02-24 Rob Pikereflect.DeepEqual: don't panic comparing functions
2012-02-24 Rob Piketest: document ken/*.go
2012-02-24 Russ Coxruntime: fix arm
2012-02-24 Russ Coxgc: fix escape analysis + inlining + closure bug
2012-02-24 Rob Piketest: fix the fix of the rename tests.
2012-02-24 Russ Coxld: fix alignment of rodata section
2012-02-24 Russ Coxspec: allow disallow of \uFFFD in import path
2012-02-24 Russ Coxcmd/cc: grow some global arrays
2012-02-24 Russ Coxnet/rpc: silence read error on closing connection
2012-02-24 Mikio Haranet: reorganize test files
2012-02-24 Brad Fitzpatricktest: add cmpout to testlib
2012-02-24 Rob Pikedoc/go1: document ProcessState
2012-02-24 Brad Fitzpatricktest: add temporary show_skips flag.
2012-02-24 Robert Griesemergodoc: fine-tuning .css
2012-02-24 David Symondsnet/http: add overlooked 418 status code, per RFC 2324.
2012-02-24 Rob Piketest/[n-z]*.go: add documentation
2012-02-24 Scott Lawrencehtml/template: make doctype check case-insensitive
2012-02-23 Rob Piketest/[n-r]*.go: add documentation
2012-02-23 Robert Griesemergodoc: bring back highlighting, selections, and alerts
2012-02-23 Robert Griesemergodoc: consistent placement of documentation sections
2012-02-23 Shenghou Maruntime: check for ARM syscall failures
2012-02-23 Scott Lawrencedist: treat CC as one unit
2012-02-23 Stefan Nilssonbinary: remove unnecessary dummy type.
2012-02-23 Robert Griesemergodoc: don't show testdata directories
2012-02-23 Russ Coxgo/parser: expand test cases for bad import
2012-02-23 Russ Coxruntime: darwin signal masking
2012-02-23 Russ Coxruntime: linux signal masking
2012-02-23 Anthony Martincc: fix an out of bounds array access
next