]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-12-08 Rob Pikehtml/template: clean up locking for ExecuteTemplate
2011-12-08 Andrea Spadaccinisyscall: add constants for flock() system call under...
2011-12-08 David SymondsCONTRIBUTORS: Andrea Spadaccini (Google CLA)
2011-12-08 David Symondstime: use Duration for AfterFunc.
2011-12-08 Russ Coxgc: rename %union field name from lint to i
2011-12-08 Alex Brainmansyscall: return error, not uintptr, when function retur...
2011-12-08 Rob Pikedoc/go1: map deletion
2011-12-07 Andrew Gerrandgobuilder: goinstall packages after building go tree
2011-12-07 Robert Griesemerstrconv: fix documentation
2011-12-07 Rob Pikedoc: skeleton for release note document
2011-12-07 Rémy Oudomphenggc: keep pointer to original node in constant rewrites.
2011-12-07 David Symondsexp/sql: simplify some string conversions.
2011-12-07 Russ Coxgc: fix spurious typecheck loop in &composite literal
2011-12-07 Russ Coxbytes: lost edit from earlier CL
2011-12-07 Russ Coxbytes: faster Count, Index, Equal
2011-12-07 Russ Coxregexp: avoid allocation of input interface
2011-12-07 Russ Coxtest: make array smaller in nilptr test
2011-12-07 Olivier Duperraygodoc: <pre> must not occur inside <p>
2011-12-07 Russ CoxA+C: Olivier Duperray, Taru Karttunen (individual CLA)
2011-12-07 Charles L.... math: document special-cases behavior for Dim, Max...
2011-12-07 Peter Mundytime: fix daysIn for December
2011-12-07 Robert Griesemerstrconv: faster float conversion
2011-12-07 Robert Griesemermisc/benchcmp: don't require "Benchmark" at beginning...
2011-12-07 Scott Lawrenceld: fix memory leaks
2011-12-07 Rémy Oudomphenggc: more accurate description of -w and -W switches.
2011-12-07 Gustav Paulexp/ssh: Have Wait() return an *ExitError
2011-12-07 Dmitriy Vyukovld: increase default stack size on Windows for cgo
2011-12-07 Andrew Gerrandtag weekly.2011-12-06
2011-12-07 Andrew Gerranddoc: fix weekly.2011-12-06 release notes typo weekly.2011-12-06
2011-12-07 Andrew Gerrandtag weekly.2011-12-06
2011-12-07 Andrew Gerrandweekly.2011-12-06
2011-12-07 Brad Fitzpatrickhttp: make Transport warning about connections closing...
2011-12-06 Adam Langleycrypto: allocate less.
2011-12-06 Dave Cheneyexp/ssh: cleanup client auth tests
2011-12-06 Andrew Gerrandgoinstall: honour -install=false flag when -make=true
2011-12-06 Robert Griesemerstrconv: squeezed a bit more out of int/uint formatting
2011-12-06 Adam Langleycrypto/x509: if a parent cert has a raw subject, use it.
2011-12-06 Rob Pikehtml/template: simplify ExecuteTemplate a little
2011-12-06 Rob Pikefmt: benchmark floating point.
2011-12-06 Maxim Pimenovcgo: fix typo in the documentation
2011-12-06 Robert Griesemerstrconv: 34% to 63% faster conversions
2011-12-06 Russ Coxgc: disallow map/func equality via interface comparison
2011-12-06 Russ Coximage: avoid func comparison during ColorModel comparison
2011-12-06 Dave Cheneyexp/ssh: simplify client channel open logic
2011-12-06 Rob Pikevarious: we don't cast, we convert
2011-12-06 Andrew Gerrandhash: rewrite comment on Hash.Sum method
2011-12-06 Rob Pikefmt: only use Stringer or Error for strings
2011-12-05 Volker Doblergodoc: Show type examples between variables and methods.
2011-12-05 Russ Coxgofix: fix for strconv API change
2011-12-05 Russ Coxuse new strconv API
2011-12-05 Russ Coxstrconv: new API
2011-12-05 Luuk van Dijkgc: changes in export format in preparation of inlining.
2011-12-05 Russ Coxgc: remove type elision in struct literals
2011-12-05 Russ Coxspec: remove contentious composite literal shortening
2011-12-05 Charles L.... math: add special-cases comments to Sinh and Tanh.
2011-12-05 Rémy Oudomphengcrypto/aes: eliminate some bounds checking and manual...
2011-12-05 Russ Coxruntime: prep for type-specific algorithms
2011-12-05 Andrew Gerrandgobuilder: use new dashboard protocol
2011-12-05 Andrew Gerrandmisc/dashboard: init handler for bootstrapping
2011-12-05 Andrew Gerrandmisc/dashboard/app: revert gofix of app engine file
2011-12-04 David Symondsnet/mail: correctly compare parsed times in the test.
2011-12-02 Russ Coxgc: fix build (not sure how this edit got lost)
2011-12-02 Russ Coxgc: fix line number for redundant print
2011-12-02 Russ Coxgc: use gofmt spacing when printing map type
2011-12-02 Russ Coxgofmt -s misc src
2011-12-02 Russ Coxgofmt: handle &T in composite literal simplify
2011-12-02 Russ Coxgc: composite literals as per Go 1
2011-12-02 Russ Coxspec: additional composite literal shortenings per...
2011-12-02 Robert Griesemergoinstall: fix typo in comment
2011-12-02 Russ Coxspec: pointer to array can be sliced
2011-12-02 Russ Coxgc: do not allow slice of array literal
2011-12-02 Russ Coxdoc: do not slice array literal
2011-12-02 Russ Coxspec: avoid slice of array literal
2011-12-02 Gustav Paulexp/ssh: allow for msgUserAuthBanner during authentication
2011-12-02 Robert Henckeasn1: fix incorrect prints found by govet
2011-12-02 Mikio Haranet, syscall: remove BindToDevice API from UDPConn...
2011-12-02 Rob Pikeencoding/gob: don't send type info for unexported fields
2011-12-02 Andrew Gerrandbuild: update .hgignore
2011-12-02 Andrew Gerranddashboard: make response format consistent, implement...
2011-12-02 Benny Siegertos/exec: make LookPath always search the current direct...
2011-12-02 Andrew Gerranddoc: correct weekly snapshot notes on hash.Hash change
2011-12-02 Rob Piketemplate: move the empty check into parse, which needs...
2011-12-02 Andrew Balholmhtml: allow whitespace between head and body
2011-12-01 Robert Griesemergo/doc: exclude lines ending in ':' from possible headings
2011-12-01 Volker Doblergodoc: improved output of examples in html.
2011-12-01 Robert Griesemergofmt: applied gofmt -w -s src misc
2011-12-01 Robert Griesemergo/doc: switch ToHTML from []byte to string argument
2011-12-01 Andrew Gerrandtag weekly.2011-12-02
2011-12-01 Andrew Gerrandweekly.2011-12-02 weekly.2011-12-02
2011-12-01 Robert Griesemergo/doc: better headscan
2011-12-01 Rob Piketime: update doc string for Error method
2011-12-01 Gustavo Niemeyeros: add ModeType constant to mask file type bits
2011-12-01 Brad Fitzpatrickos: be consistent with receiver names for godoc TOC...
2011-12-01 Gustav Paulexp/ssh: export type signal. Renamed to Signal
2011-12-01 Russ Coxgofix: add time+fileinfo fix
2011-12-01 Volker Doblergo/doc: Detect headings in comments and format them...
2011-12-01 Alex Brainmancrypto/tls: cleanup certificate load on windows
2011-12-01 Adam LangleyAdd a []byte argument to hash.Hash to allow an allocati...
2011-12-01 Adam Langleygofix: add a fix for hash.Sum.
2011-12-01 Rob Piketext/template: replace Add with AddParseTree
next