]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-07-02 Rob Pikemove dereference code out of the ops and into the inter...
2009-07-02 Rob PikeEncode and decode engines for gobs.
2009-07-01 Russ Coxadd test, fix bug: structs that differ in their
2009-07-01 David SymondsFix a doc typo.
2009-07-01 Russ Coxclean up some BUG/TODO in go code
2009-07-01 Russ Coxchange alignment rules: roll receiver into
2009-07-01 Russ Coxremove declarations for functions that cannot be called...
2009-07-01 Russ Coxconvert string runtime to use cgo.
2009-07-01 Russ Coxin preparation for changing 6g's behavior to
2009-07-01 Rob Pikescalar decoders
2009-06-30 Rob Pikepass the state to the encoders and decoders so error...
2009-06-30 Rob Pikeencoders for booleans and numbers.
2009-06-30 Russ Coxdelete io.ByteBuffer
2009-06-30 Russ Coxbug163 bug164 bug166
2009-06-30 Russ Coxbug041 not a bug.
2009-06-29 Russ Coxio.StringBytes -> strings.Bytes
2009-06-29 Rob Pikeinteger encode/decode
2009-06-29 Russ Coxmake use of forward method declaration
2009-06-29 Russ Coxallow forward declaration of struct in another file
2009-06-29 Russ Coxbogus test: planning to allow forward declarations
2009-06-29 Russ Coxadd os.Hostname
2009-06-29 Ian Lance Taylor6g appears to permit semicolons to be omitted after...
2009-06-29 Rob Pikeadd []byte as a special case: it will have a special...
2009-06-29 Rob Pikefix gobuild bug
2009-06-27 Kai Backmanworking on bgen
2009-06-27 Rob PikeGetenv: almost no one wants the error, so make it retur...
2009-06-27 Rob Pikethe first time a structure type appears when printing...
2009-06-26 Kai BackmanAdding more debug output when 5l encounters a bad op
2009-06-26 Kai Backmanmore changes to make 5g code generation arm compatible.
2009-06-26 Rob Pikegobs part 1: types.
2009-06-26 David Symondshttp Request parsing, plus a convenient accessor.
2009-06-26 Russ Coxbug165
2009-06-26 Russ CoxChange os.Error convention:
2009-06-26 Russ Coxseparate local path lookup from standard package direct...
2009-06-26 Russ Coxadd ./ to imports where necessary
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
next