]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-03-01 Russ Coxreflect: make Value.Interface return immutable data
2012-03-01 Russ Coxruntime: run init on main thread
2012-03-01 Russ Coxcmd/dist: recognize CC="ccache clang" as clang
2012-03-01 Ian Lance Taylortest: add test of calling recover in a varargs function
2012-03-01 Anthony Martin5g, 8g: remove documentation dregs
2012-03-01 Shenghou Madoc: update link to self-hosted "The Laws of Reflection...
2012-03-01 David Symondshtml/template: encoding/json does more escaping now...
2012-03-01 David Symondsencoding/json: escape output from Marshalers.
2012-03-01 Alex Brainmanos: release process handle at the end of windows (...
2012-03-01 Ian Lance Taylortest: add bug426.go: a gccgo crash on valid code
2012-03-01 David Symondsencoding/gob: more hardening for lengths of input strings.
2012-03-01 Andrew Gerrandmisc/dist: implement binary distribution scripts in go
2012-03-01 Rob Piketext/template: add examples that use multiple templates
2012-03-01 Ian Lance Taylortest: add a couple of cases to const1.go that crashed...
2012-03-01 Robert Griesemergo/printer, gofmt: improved comment placement
2012-03-01 Rob Pikeio: Pipes and ReadAt are safe to use concurrently.
2012-02-29 Stefan Nilssondoc: add a bunch of missing <p> tags
2012-02-29 Johan Euphrosinedoc: add The Laws of Reflection article
2012-02-29 Mikio Haranet: make -external flag for tests default to true
2012-02-29 Anthony Martingc: fix string comparisons for new bool rules
2012-02-29 Russ Coxpath/filepath: steer people away from HasPrefix
2012-02-29 Brad Fitzpatricktime: skip a often-flaky test in short mode
2012-02-29 Russ Coxspec: apply method sets, embedding to all types, not...
2012-02-29 Russ Coxos: diagnose chdir error during StartProcess
2012-02-29 Russ Coxpath/filepath: note that SplitList is different from...
2012-02-29 Russ Coxgc: disallow absolute import paths
2012-02-29 Russ Coxspec: shorten heading for complex, real, imag
2012-02-29 Brad Fitzpatricknet/http/httptest: make Server.Close wait for outstandi...
2012-02-29 Shenghou Maruntime/pprof: skip test on 64-bit Mac OS X 10.6
2012-02-29 Robert Griesemerspec: use the term "lexical token" (rather then "lexica...
2012-02-29 Shenghou Madoc: elaborate available checks for cmd/vet
2012-02-29 Brad Fitzpatricknet/http: make a test more paranoid & reliable on Windo...
2012-02-29 Brad Fitzpatricknet/http: fix ProxyFromEnvironment bug, docs, add tests
2012-02-29 Brad Fitzpatricknet/http/httputil: make https DumpRequestOut less racy
2012-02-29 Robert Griesemerspec: fix sentence
2012-02-29 Robert Henckegob: trivial print fix
2012-02-29 Robert Griesemergo/printer: replace multiline logic
2012-02-29 Luuk van Dijkpkg/runtime: 2 sanity checks in the runtime-gdb.py...
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
next