2009-07-02 |
Rob Pike | arrays, not slices, and only with non-pointer elements. |
commit | commitdiff | tree |
2009-07-02 |
Rob Pike | make a description of the slice header public |
commit | commitdiff | tree |
2009-07-02 |
Russ Cox | fix atoi test |
commit | commitdiff | tree |
2009-07-02 |
Ian Lance Taylor | Recognize gccgo error message. |
commit | commitdiff | tree |
2009-07-02 |
Ian Lance Taylor | Recognize gccgo error messages. |
commit | commitdiff | tree |
2009-07-02 |
Robert Griesemer | - store trailing comments after top-level declarations... |
commit | commitdiff | tree |
2009-07-02 |
Rob Pike | encode and decode for nested structures. |
commit | commitdiff | tree |
2009-07-02 |
Rob Pike | encoders and decoders for string, []uint8 |
commit | commitdiff | tree |
2009-07-02 |
Rob Pike | fix bug in $GOROOT handling: error calling Getenv. |
commit | commitdiff | tree |
2009-07-02 |
Rob Pike | now that we have a separate indirection test, simplify... |
commit | commitdiff | tree |
2009-07-02 |
Rob Pike | simplify decoders. error checking is done higher up. |
commit | commitdiff | tree |
2009-07-02 |
Rob Pike | fix bug in decoders: got indirection wrong when allocat... |
commit | commitdiff | tree |
2009-07-02 |
Rob Pike | move dereference code out of the ops and into the inter... |
commit | commitdiff | tree |
2009-07-02 |
Rob Pike | Encode and decode engines for gobs. |
commit | commitdiff | tree |
2009-07-01 |
Russ Cox | add test, fix bug: structs that differ in their |
commit | commitdiff | tree |
2009-07-01 |
David Symonds | Fix a doc typo. |
commit | commitdiff | tree |
2009-07-01 |
Russ Cox | clean up some BUG/TODO in go code |
commit | commitdiff | tree |
2009-07-01 |
Russ Cox | change alignment rules: roll receiver into |
commit | commitdiff | tree |
2009-07-01 |
Russ Cox | remove declarations for functions that cannot be called... |
commit | commitdiff | tree |
2009-07-01 |
Russ Cox | convert string runtime to use cgo. |
commit | commitdiff | tree |
2009-07-01 |
Russ Cox | in preparation for changing 6g's behavior to |
commit | commitdiff | tree |
2009-07-01 |
Rob Pike | scalar decoders |
commit | commitdiff | tree |
2009-06-30 |
Rob Pike | pass the state to the encoders and decoders so error... |
commit | commitdiff | tree |
2009-06-30 |
Rob Pike | encoders for booleans and numbers. |
commit | commitdiff | tree |
2009-06-30 |
Russ Cox | delete io.ByteBuffer |
commit | commitdiff | tree |
2009-06-30 |
Russ Cox | bug163 bug164 bug166 |
commit | commitdiff | tree |
2009-06-30 |
Russ Cox | bug041 not a bug. |
commit | commitdiff | tree |
2009-06-29 |
Russ Cox | io.StringBytes -> strings.Bytes |
commit | commitdiff | tree |
2009-06-29 |
Rob Pike | integer encode/decode |
commit | commitdiff | tree |
2009-06-29 |
Russ Cox | make use of forward method declaration |
commit | commitdiff | tree |
2009-06-29 |
Russ Cox | allow forward declaration of struct in another file |
commit | commitdiff | tree |
2009-06-29 |
Russ Cox | bogus test: planning to allow forward declarations |
commit | commitdiff | tree |
2009-06-29 |
Russ Cox | add os.Hostname |
commit | commitdiff | tree |
2009-06-29 |
Ian Lance Taylor | 6g appears to permit semicolons to be omitted after... |
commit | commitdiff | tree |
2009-06-29 |
Rob Pike | add []byte as a special case: it will have a special... |
commit | commitdiff | tree |
2009-06-29 |
Rob Pike | fix gobuild bug |
commit | commitdiff | tree |
2009-06-27 |
Kai Backman | working on bgen |
commit | commitdiff | tree |
2009-06-27 |
Rob Pike | Getenv: almost no one wants the error, so make it retur... |
commit | commitdiff | tree |
2009-06-27 |
Rob Pike | the first time a structure type appears when printing... |
commit | commitdiff | tree |
2009-06-26 |
Kai Backman | Adding more debug output when 5l encounters a bad op |
commit | commitdiff | tree |
2009-06-26 |
Kai Backman | more changes to make 5g code generation arm compatible. |
commit | commitdiff | tree |
2009-06-26 |
Rob Pike | gobs part 1: types. |
commit | commitdiff | tree |
2009-06-26 |
David Symonds | http Request parsing, plus a convenient accessor. |
commit | commitdiff | tree |
2009-06-26 |
Russ Cox | bug165 |
commit | commitdiff | tree |
2009-06-26 |
Russ Cox | Change os.Error convention: |
commit | commitdiff | tree |
2009-06-26 |
Russ Cox | separate local path lookup from standard package direct... |
commit | commitdiff | tree |
2009-06-26 |
Russ Cox | add ./ to imports where necessary |
commit | commitdiff | tree |
2009-06-26 |
Rob Pike | cannot have interfaces refer to themselves as map keys |
commit | commitdiff | tree |
2009-06-26 |
Russ Cox | allow |
commit | commitdiff | tree |
2009-06-25 |
Russ Cox | the any fix was too aggressive; allow any in any import. |
commit | commitdiff | tree |
2009-06-25 |
Russ Cox | package main |
commit | commitdiff | tree |
2009-06-25 |
Russ Cox | better error; clean up lineno in a few places |
commit | commitdiff | tree |
2009-06-25 |
Russ Cox | package main |
commit | commitdiff | tree |
2009-06-25 |
Russ Cox | disable "any" except during canned imports. |
commit | commitdiff | tree |
2009-06-25 |
Russ Cox | fix build |
commit | commitdiff | tree |
2009-06-25 |
Russ Cox | 6g: update for spec change CL 30586 |
commit | commitdiff | tree |
2009-06-25 |
Russ Cox | update tests for CL 30586. |
commit | commitdiff | tree |
2009-06-25 |
Russ Cox | Allow indexing of slice types, but not pointer to slice... |
commit | commitdiff | tree |
2009-06-25 |
Russ Cox | add reflect.Typeof; test for and fix nil interface... |
commit | commitdiff | tree |
2009-06-25 |
Russ Cox | dreg |
commit | commitdiff | tree |
2009-06-25 |
Kai Backman | Add Gobuf.r0 that stores arg0 or return value of |
commit | commitdiff | tree |
2009-06-25 |
Kai Backman | fixes to 5g object file generation. arm specific regalloc. |
commit | commitdiff | tree |
2009-06-25 |
Russ Cox | Effective Go; draft |
commit | commitdiff | tree |
2009-06-25 |
Russ Cox | style police: parens in if, for, switch, range |
commit | commitdiff | tree |
2009-06-25 |
David Symonds | Change strings.Split, bytes.Split to take a maximum... |
commit | commitdiff | tree |
2009-06-25 |
Ken Thompson | 6g crash re mail from gri jun 18. |
commit | commitdiff | tree |
2009-06-24 |
Russ Cox | base64: cut out some middle layers |
commit | commitdiff | tree |
2009-06-24 |
Russ Cox | make bytes.Copy both src- and dst- limited |
commit | commitdiff | tree |
2009-06-24 |
Kai Backman | Fix compile warnings in 5l. |
commit | commitdiff | tree |
2009-06-24 |
Austin Clements | Base64 encoder/decoder package. |
commit | commitdiff | tree |
2009-06-24 |
David Symonds | Fix http client handling of status messages with spaces... |
commit | commitdiff | tree |
2009-06-23 |
Russ Cox | publish strconv.UnquoteChar |
commit | commitdiff | tree |
2009-06-23 |
Russ Cox | fix gobuild. |
commit | commitdiff | tree |
2009-06-23 |
Russ Cox | fix a 6g crash after type errors. |
commit | commitdiff | tree |
2009-06-23 |
Rob Pike | fix io.Bytebuffer.Read for new EOF semantics |
commit | commitdiff | tree |
2009-06-23 |
Rob Pike | rename Formatter to State and Format to Formatter,... |
commit | commitdiff | tree |
2009-06-23 |
Kai Backman | Runtime is now starting up with a dummy c program as... |
commit | commitdiff | tree |
2009-06-23 |
Rob Pike | document the verbs for Printf |
commit | commitdiff | tree |
2009-06-22 |
Russ Cox | set -e does not apply to ( ) blocks, |
commit | commitdiff | tree |
2009-06-22 |
David Symonds | Don't prefix Url.Path with a slash in Request.write, |
commit | commitdiff | tree |
2009-06-22 |
Russ Cox | document requirements on Write method |
commit | commitdiff | tree |
2009-06-22 |
Rob Pike | canonicalize bug122.go |
commit | commitdiff | tree |
2009-06-22 |
Rob Pike | a couple of cosmetic tweaks. |
commit | commitdiff | tree |
2009-06-22 |
Russ Cox | avoid pointer-to-slice operations in gobuild |
commit | commitdiff | tree |
2009-06-22 |
Rob Pike | tweak the newlines so the headers stand out better. |
commit | commitdiff | tree |
2009-06-22 |
Kai Backman | add arm support to mkasmh |
commit | commitdiff | tree |
2009-06-22 |
Russ Cox | changes required if we disallow the implicit * |
commit | commitdiff | tree |
2009-06-22 |
Russ Cox | introduce os.EOF and io.ErrUnexpectedEOF. |
commit | commitdiff | tree |
2009-06-20 |
David Symonds | Add form body parsing to http.Request. |
commit | commitdiff | tree |
2009-06-19 |
Rob Pike | fix build |
commit | commitdiff | tree |
2009-06-19 |
Scott Schwartz | Add ReadByte to bytebuffer |
commit | commitdiff | tree |
2009-06-19 |
Rob Pike | make IP address available |
commit | commitdiff | tree |
2009-06-19 |
Russ Cox | implement new spec language regarding conversions |
commit | commitdiff | tree |
2009-06-19 |
Russ Cox | test non-trivial conversions and assignments, |
commit | commitdiff | tree |
2009-06-19 |
Robert Griesemer | fix for conversion rule |
commit | commitdiff | tree |
2009-06-19 |
Steve Newman | Add a ReplaceAll method to Regexp. |
commit | commitdiff | tree |
2009-06-19 |
Robert Griesemer | 1) Fix a problem with tabwriter.Flush: any pending... |
commit | commitdiff | tree |
2009-06-19 |
Robert Griesemer | `` strings may span multiple lines |
commit | commitdiff | tree |
2009-06-18 |
Russ Cox | use multiline string literal in gobuild |
commit | commitdiff | tree |
2009-06-18 |
Ken Thompson | better diagnostics for eof in a string. |
commit | commitdiff | tree |
next |