]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-07-07 Russ Coxfix bug involving typed nil constants:
2009-07-07 Russ Coxfix forward struct declarations
2009-07-07 Russ Coxallow conversion to interface type
2009-07-06 Russ Coxmore precise error message
2009-07-06 Russ Coxnew reflect type.go implementation
2009-07-06 Russ Coxbetter error message + line numbers
2009-07-06 Russ Coxnew reflect library data structures and code declarations
2009-07-06 Rob Pikea few edits and simplifications.
2009-07-06 Robert Griesemer- bug fix: do not strip lower-case parameter and result...
2009-07-06 Rob Pikecatch corruption - avoid crash
2009-07-06 Robert Griesemer- ast.FilterExports: strips all non-exported nodes...
2009-07-06 Kai Backmansudoaddable odot
2009-07-06 Russ Coxfix float32 comparison. was doing l op l instead of...
2009-07-06 Kai Backmanagen, sgen, cgen_callret, cgen_asop, D_ADDR handling...
2009-07-06 Kai Backmanfixed bug that cause -g to segfault
2009-07-05 David SymondsRemove assumption about google.com being the default...
2009-07-04 Ken Thompsonanother seg fault
2009-07-03 Russ Coxbug163
2009-07-03 Russ Coxchange bug163 to use actual non-letter in identifier
2009-07-03 Rob Pikeput gob into the standard build
2009-07-03 Russ Coxmaps have == so maps should work as map keys.
2009-07-03 Russ Coxmaps have == so maps are okay as map keys.
2009-07-03 Kai Backmansys.cas for mutex
2009-07-03 Kai Backmanminor comment and debug flag for dumping all oplooks.
2009-07-03 Russ Coxmove Structrnd to runtime.h
2009-07-03 Rob Pikeslices
2009-07-03 Rob Pikeindirection on array elements.
2009-07-02 Russ Coxadd Uitoa etc.
2009-07-02 Rob Pikearrays, not slices, and only with non-pointer elements.
2009-07-02 Rob Pikemake a description of the slice header public
2009-07-02 Russ Coxfix atoi test
2009-07-02 Ian Lance TaylorRecognize gccgo error message.
2009-07-02 Ian Lance TaylorRecognize gccgo error messages.
2009-07-02 Robert Griesemer- store trailing comments after top-level declarations...
2009-07-02 Rob Pikeencode and decode for nested structures.
2009-07-02 Rob Pikeencoders and decoders for string, []uint8
2009-07-02 Rob Pikefix bug in $GOROOT handling: error calling Getenv.
2009-07-02 Rob Pikenow that we have a separate indirection test, simplify...
2009-07-02 Rob Pikesimplify decoders. error checking is done higher up.
2009-07-02 Rob Pikefix bug in decoders: got indirection wrong when allocat...
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
next