]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-06-26 Rob Pikecannot have interfaces refer to themselves as map keys
2009-06-26 Russ Coxallow
2009-06-25 Russ Coxthe any fix was too aggressive; allow any in any import.
2009-06-25 Russ Coxpackage main
2009-06-25 Russ Coxbetter error; clean up lineno in a few places
2009-06-25 Russ Coxpackage main
2009-06-25 Russ Coxdisable "any" except during canned imports.
2009-06-25 Russ Coxfix build
2009-06-25 Russ Cox6g: update for spec change CL 30586
2009-06-25 Russ Coxupdate tests for CL 30586.
2009-06-25 Russ CoxAllow indexing of slice types, but not pointer to slice...
2009-06-25 Russ Coxadd reflect.Typeof; test for and fix nil interface...
2009-06-25 Russ Coxdreg
2009-06-25 Kai BackmanAdd Gobuf.r0 that stores arg0 or return value of
2009-06-25 Kai Backmanfixes to 5g object file generation. arm specific regalloc.
2009-06-25 Russ CoxEffective Go; draft
2009-06-25 Russ Coxstyle police: parens in if, for, switch, range
2009-06-25 David SymondsChange strings.Split, bytes.Split to take a maximum...
2009-06-25 Ken Thompson6g crash re mail from gri jun 18.
2009-06-24 Russ Coxbase64: cut out some middle layers
2009-06-24 Russ Coxmake bytes.Copy both src- and dst- limited
2009-06-24 Kai BackmanFix compile warnings in 5l.
2009-06-24 Austin ClementsBase64 encoder/decoder package.
2009-06-24 David SymondsFix http client handling of status messages with spaces...
2009-06-23 Russ Coxpublish strconv.UnquoteChar
2009-06-23 Russ Coxfix gobuild.
2009-06-23 Russ Coxfix a 6g crash after type errors.
2009-06-23 Rob Pikefix io.Bytebuffer.Read for new EOF semantics
2009-06-23 Rob Pikerename Formatter to State and Format to Formatter,...
2009-06-23 Kai BackmanRuntime is now starting up with a dummy c program as...
2009-06-23 Rob Pikedocument the verbs for Printf
2009-06-22 Russ Coxset -e does not apply to ( ) blocks,
2009-06-22 David SymondsDon't prefix Url.Path with a slash in Request.write,
2009-06-22 Russ Coxdocument requirements on Write method
2009-06-22 Rob Pikecanonicalize bug122.go
2009-06-22 Rob Pikea couple of cosmetic tweaks.
2009-06-22 Russ Coxavoid pointer-to-slice operations in gobuild
2009-06-22 Rob Piketweak the newlines so the headers stand out better.
2009-06-22 Kai Backmanadd arm support to mkasmh
2009-06-22 Russ Coxchanges required if we disallow the implicit *
2009-06-22 Russ Coxintroduce os.EOF and io.ErrUnexpectedEOF.
2009-06-20 David SymondsAdd form body parsing to http.Request.
2009-06-19 Rob Pikefix build
2009-06-19 Scott SchwartzAdd ReadByte to bytebuffer
2009-06-19 Rob Pikemake IP address available
2009-06-19 Russ Coximplement new spec language regarding conversions
2009-06-19 Russ Coxtest non-trivial conversions and assignments,
2009-06-19 Robert Griesemerfix for conversion rule
2009-06-19 Steve NewmanAdd a ReplaceAll method to Regexp.
2009-06-19 Robert Griesemer1) Fix a problem with tabwriter.Flush: any pending...
2009-06-19 Robert Griesemer`` strings may span multiple lines
2009-06-18 Russ Coxuse multiline string literal in gobuild
2009-06-18 Ken Thompsonbetter diagnostics for eof in a string.
2009-06-18 Robert Griesemerraw strings may span multiple lines
2009-06-18 Russ Coxmake pkg/runtime/Makefile behave like the others:
2009-06-18 Robert Griesemer- removed duplicate definition of StringLit
2009-06-18 Russ Coxadd Addr() string to net.Listener interface.
2009-06-17 Russ Coxfix 386 build.
2009-06-17 Russ CoxForgot to check in 386/asm.h.
2009-06-17 Russ Coxshuffle some Linux system calls around for 386
2009-06-17 Russ Coxupdate 386 to new runtime (CL 30381)
2009-06-17 Russ Coxruntime: stack growth adjustments, cleanup
2009-06-17 Robert Griesemerfix for incorrect type switch clause:
2009-06-17 Russ Coxdo use $$ in path names, so that multiple
2009-06-17 Robert Griesemer`` strings should not accept newlines as characters
2009-06-17 Russ Cox386 system call fixes:
2009-06-16 Robert Griesemerfix nesting level for parameters
2009-06-16 Rob Pikeclean gofmt
2009-06-16 Rob Pikeadd godoc to clean.bash
2009-06-16 Rob Pikedelete dreg comment
2009-06-16 Robert Griesemer- some fine-tuning of godoc templates per r's suggestion
2009-06-16 Jacob BaskinURL should have an empty Scheme if there is an invalid...
2009-06-16 Robert Griesemer- install gofmt in src/cmd/gofmt
2009-06-16 Kai Backmangrab bag of changes aimed at getting stack splitting...
2009-06-16 Robert Griesemerfix build
2009-06-16 Robert Griesemerforgot to adjust tmproot
2009-06-16 Robert Griesemermove godoc to src/cmd/godoc
2009-06-16 Russ Coxfix another gc bug, one that i have only imagined,
2009-06-16 Russ Coxfix garbage collection race: save stack trace
2009-06-16 Rob Pikebug163: ideographs are not letters
2009-06-16 Russ Coxb/1909731
2009-06-16 David SymondsFix a proto encoding crasher whereby a nil in a repeate...
2009-06-15 Robert Griesemergofmt (final resting place TBD):
2009-06-15 Robert Griesemerfixed typo (slipped in with previous submit)
2009-06-15 Robert GriesemerSupport for line comments trailing a field or declaration:
2009-06-12 Robert Griesemerremoved bogus if-statement
2009-06-11 David SymondsSwitch http client_test to use google.com/robots.txt...
2009-06-11 David SymondsAdd support for the basic extension done by Schilling...
2009-06-10 Robert Griesemer- parser bug: return keyword may be followed by case...
2009-06-10 Kai BackmanAdding a batch of missing system calls.
2009-06-10 Kai BackmanAdded ld/go.c functionality into 5l, primarily dead...
2009-06-09 Kai Backmanmake 5g use 1 byte per binary asm statement.
2009-06-09 Steve NewmanBasic HTTP client.
2009-06-09 Russ Coxbring over deps.bash
2009-06-09 Rob Pikemv src/lib to src/pkg
2009-06-09 Russ Coxbug: pointer arithmetic involving large offsets
2009-06-09 David SymondsA basic tar package.
2009-06-09 Russ Coxmksyscall was treating 64-bit systems as 32-bit,
2009-06-09 Kai Backmaninitial morestack support for 5l. still disabled, doesn...
2009-06-09 Robert Griesemerbug fix: literals can be empty
next