]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-12-12 Lucio De Regc: add varargck for %lN
2011-12-12 Russ Coxgc: allow colon in //line file name
2011-12-12 Rob Pikedoc/go1: the simpler package changes
2011-12-12 Roger Peppearchive/zip: make zip understand os.FileMode.
2011-12-12 Ian Lance Taylornet/http: make test remove temporary file and directory
2011-12-12 Taru Karttunencrypto/aes: Made faster by eliminating some indirection
2011-12-12 Andrew Gerranddoc: remove file.go from run (fix windows build)
2011-12-12 Rob Pikedoc/go_tutorial: make clear the file example is Unix...
2011-12-12 Andrew Balholmhtml: don't ignore whitespace in or after framesets
2011-12-12 Andrew Gerranddoc: add Defer, Panic, and Recover article
2011-12-11 Rob Pikenet/http: further simplify example program
2011-12-11 Joel Singexp/norm: fix rune/int types in test
2011-12-11 Lucio De ReHousekeeping: Cleaning up the clean-up process.
2011-12-11 Lucio De Repkg/runtime/Makefile: sorted object module names.
2011-12-11 Olivier Duperraynet/http: fix trivial example server
2011-12-10 Robert Henckegotest: use build.ArchChar()
2011-12-10 Hector Chutime: fix Time.Add
2011-12-10 Robert Henckespec: adjust complex constant example
2011-12-10 Robert Henckepkg: adjust "the a" in comments
2011-12-09 Rob Pikeexpvar: fix typo in Publish documentation
2011-12-09 Rob Pikedoc/go1: syscalls, strconv
2011-12-09 Russ Coxgc: 0 expected bugs
2011-12-09 Rob Pikehtml/template: make Must work
2011-12-09 Russ Coxgc: fix another blank bug
2011-12-09 Rob Pikedoc/go1: the rest of the language changes
2011-12-09 Rob Piketmpltohtml: feature for easier snippet extraction
2011-12-09 Russ Coxgc: resolve built-ins to built-in symbol
2011-12-09 Russ Coxgc: minor changes for inlining
2011-12-09 Russ Coxspec: examples of untyped boolean, string constants
2011-12-09 Russ Coxspec: remove redundant, outdated definition of default...
2011-12-09 Russ Coxgc: rune is now an alias for int32
2011-12-09 Russ Coxspec: rune is now an alias for int32
2011-12-09 Russ Coxexp/types: fix linux build
2011-12-09 Russ Coxgc: fix export of '\'' and '\\' constants
2011-12-09 Charles L.... spec: fix typo in example comment
2011-12-09 Russ Coxupdate tree for new default type rule
2011-12-09 Russ Coxgc: implement character constant type rules
2011-12-09 Charles L.... math: special cases for Pow10; delete BUG
2011-12-09 Russ Coxspec: var x = 'a' defaults to type rune
2011-12-09 Rob Pikedoc/go1: most of the simple language changes
2011-12-09 Alex Brainmansyscall: allow for mksyscall_windows.pl to be used...
2011-12-09 Alex Brainmanmisc/cgo/testso: do not leave out file behind
2011-12-08 Benny Siegertsyscall: Remove obsolete Errstr call from commented...
2011-12-08 Charles L.... math: document more special cases
2011-12-08 Adam Langleycrypto/dsa: don't truncate input hashes.
2011-12-08 Rob Pikedoc/go1: document rearranged package hierarchy
2011-12-08 Rob Piketmpltohtml: put a DO NOT EDIT mark automatically in...
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
next