]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2010-08-17 Russ Coxjsonrpc: use `error: null` for success, not `error...
2010-08-17 Luuk van Dijkruntime: correct line numbers for .goc files.
2010-08-17 Robert Griesemerreflect: allow PtrValue.PointTo(nil)
2010-08-17 Russ CoxCONTRIBUTORS: add Luuk van Dijk (Google CLA)
2010-08-17 Scott LawrenceMake.common: add .PHONY rule
2010-08-17 Roger PeppeFix template package so that data items
2010-08-17 Roger PeppeRemove relic "once" import from time/zoneinfo.go
2010-08-17 Robert Griesemergofmt: do not modify multi-line string literals
2010-08-17 Alex Brainmanos: preserve "=C:" like env variables in env block...
2010-08-16 Rob Piketemplate: retain leading space if the line is not an...
2010-08-16 Rob Pikefmt/print: remove a TODO regarding printing renamed...
2010-08-16 Rob Pikeregexp: grow slices dynamically in the 'All' routines.
2010-08-16 Russ Coxtest/garbage: do not try to parse package bignum, which...
2010-08-16 Mikkel Krautzcrypto/tls: client certificate support.
2010-08-16 Russ CoxA+C: Mikkel Krautz (individual CLA)
2010-08-16 Nigel Taoimage/png: support 16-bit color.
2010-08-15 Rob Pikespec: delete erroneous word 'pointer' in specification...
2010-08-14 Ken Thompsoncode optimization on slices
2010-08-14 Stephen Maspec: trivial syntax fix
2010-08-13 Rob Pikefmt/print: give %p priority, analogous to %T
2010-08-13 Ken Thompsonfix bounds check in error recovery
2010-08-13 Robert Griesemergo AST: First step towards augmenting AST with full...
2010-08-13 Rob Pikefmt/print: honor Formatter in Print, Println.
2010-08-13 Russ Coxruntime: fix another stack split bug
2010-08-13 Alex Brainmanos: implement env using native windows api.
2010-08-13 Rob Pikedelete pkg/once
2010-08-12 Russ Coxcodereview: do not send "Abanoned" mail if this CL has
2010-08-12 Robert Griesemerpartial correction for CL 1983043: fix various godoc...
2010-08-12 Rob Pikeregexp: delete the deprecated methods and tests.
2010-08-12 Ivan Krasincodereview.py: Fix issues with leading tabulation in...
2010-08-12 Mikio Haranet: make IPv6 String method standards compliant
2010-08-12 Rob Pikeupdate the tree to use the new regexp methods
2010-08-12 Rob Piketesting: delete the less useful methods in the testing...
2010-08-12 Andrew Gerrandre-tag release.2010-08-11
2010-08-12 Andrew Gerrandtag release.2010-08-11
2010-08-12 Andrew Gerrandrelease.2010-08-11 weekly.2010-08-11
2010-08-12 Russ Cox6g, 8g: handle slice by sub-word-sized index (uint8...
2010-08-12 Russ CoxA+C: Mikio Hara (individual CLA)
2010-08-12 Russ Coxgopack: handle long lines in export data
2010-08-12 Russ Cox5g, 8g: dead code (already removed from 6g)
2010-08-12 Rob Pikeregexp: new regularized methods for matching.
2010-08-12 Robert Griesemergofmt: if a semicolon is found unexpectedly, report...
2010-08-12 Rob Pikesync.once: document that Do cannot be invoked recursively.
2010-08-11 Kyle ConsalusSmall performance improvements to the HTML tokenizer...
2010-08-11 Scott Lawrencetemplate: added ParseFile method for template.Template
2010-08-11 Russ Coxgc: bug302
2010-08-11 Russ Coxlibbio: fix Bprint bug
2010-08-11 Nigel Taoexp/draw: fix drawRGBA when x0 > x1 and we have to...
2010-08-10 Rob Pikerpc: catch errors from ReadResponseBody.
2010-08-10 Robert Griesemerfix build: update exp/draw/draw_test.go
2010-08-10 Robert Griesemergodoc: report Status 404 if a pkg or file is not found
2010-08-10 Robert Griesemerasn1: remove superfluous if's, unused function
2010-08-10 Nigel Taoexp/draw: remove the Color, Point and Rectangle types.
2010-08-10 Scott Lawrencegopack documentation: fixed typo
2010-08-10 Nigel Taoimage: fix comment typo.
2010-08-10 Nigel Taoimage: change image representation from slice-of-slices...
2010-08-10 Nigel TaoFirst cut of an HTML tokenizer (and eventually a parser).
2010-08-10 Nigel Taoexp/draw/x11: temporarily workaround compiler bug 1011.
2010-08-10 Mathieu Lonjaretpng: grayscale support.
2010-08-10 Nigel Taoimage: replace Width and Height by Bounds, and introduc...
2010-08-09 Rob Pikeregexp: document that backslashes are the escape character.
2010-08-09 Scott Lawrencegoinstall docs: fixed typos
2010-08-09 Evan Shawbig: Several fixes to bitwise functions
2010-08-09 Nicholas Waplesasn1 incorrectly encoded signed integers. When determin...
2010-08-09 Alex Brainmanruntime: free memory returned by windows GetEnvironment...
2010-08-09 Alex Brainmanos: fix ForkExec() handling of envv == nil
2010-08-09 Nigel Taoimage: introduce Decode and RegisterFormat.
2010-08-07 Russ Coxnet/textproto: new package, with example net/dict
2010-08-07 Rob Pikefmt.Scan: empty strings are errors
2010-08-06 Kai Backmanarm: bugfixes and syscall
2010-08-06 Charles L.... math: fix amd64 Hypot.
2010-08-06 Roger Peppeencoding/binary: add complex
2010-08-06 Anschel Schaffer... exp/iterable: add UintArray
2010-08-06 Russ CoxA+C: Anschel Schaffer-Cohen (individual CLA)
2010-08-06 Robert Griesemertest/peano: use directly recursive type def
2010-08-06 Russ CoxA+C: Nicholas Waples and Mathieu Lonjaret (individual...
2010-08-05 Alex Brainmanfix windows build
2010-08-05 Rob Pikeonce: replace all uses of package once with sync.Once.
2010-08-05 Christian Himpelbytes: add IndexRune, FieldsFunc and To*Special
2010-08-05 Rob Pikesync: add sync.Once, a proposed replacement for package...
2010-08-05 Andrew Gerrandtag release.2010-08-04
2010-08-05 Andrew Gerrandrelease.2010-08-04 weekly.2010-08-04
2010-08-05 Alex Brainmanpath: fix comment for Split()
2010-08-05 Robert Griesemergo/parser.ParseFiles: don't override error (to nil...
2010-08-05 Robert Griesemerfix build: literal types cannot be parenthesized anymore
2010-08-05 Russ Coxamd64: use segment memory for thread-local storage
2010-08-05 Christian Himpelmisc/vim: highlight misspelled words only in comments
2010-08-05 Robert Griesemergofmt/go/parser: strengthen syntax checks
2010-08-05 Alex Brainmangoinstall: check for error from exec.*Cmd.Wait() before...
2010-08-05 Christian Himpelcgo: generate correct multiple return value function...
2010-08-05 Russ CoxA+C: fix email address
2010-08-04 Robert Griesemergofmt: make code more readable by avoiding redeclaration
2010-08-04 Scott Lawrencebytes: added test case for explode with blank string.
2010-08-04 Anthony Martinjson: object members must have a value
2010-08-04 Russ CoxA+C: Anthony Martin, Christian Himpel (individual CLA)
2010-08-03 Nigel Taobufio: introduce Peek.
2010-08-03 Rob Pikeos: change the type of permissions argument for Open...
2010-08-03 Tarmigan Caseboltwebsocket: correct challenge response
2010-08-03 Kai Backmanbikeshed: only output bug when we have a regression
2010-08-03 Russ CoxCONTRIBUTORS: Rietveld alias for brad@danga.com
next