summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - store trailing comments after top-level declarations in astRobert Griesemer2009-07-022-42/+81
* encode and decode for nested structures.Rob Pike2009-07-023-58/+96
* encoders and decoders for string, []uint8Rob Pike2009-07-023-20/+159
* fix bug in $GOROOT handling: error calling Getenv.Rob Pike2009-07-021-1/+1
* now that we have a separate indirection test, simplify the scalar tests.Rob Pike2009-07-021-497/+81
* simplify decoders. error checking is done higher up.Rob Pike2009-07-021-56/+14
* fix bug in decoders: got indirection wrong when allocation not required.Rob Pike2009-07-022-17/+97
* move dereference code out of the ops and into the interpreter loops.Rob Pike2009-07-013-274/+165
* Encode and decode engines for gobs.Rob Pike2009-07-013-65/+339
* add test, fix bug: structs that differ in theirRuss Cox2009-07-013-10/+37
* clean up some BUG/TODO in go codeRuss Cox2009-07-018-22/+11
* change alignment rules: roll receiver intoRuss Cox2009-06-303-49/+68
* remove declarations for functions that cannot be called from cRuss Cox2009-06-302-12/+1
* convert string runtime to use cgo.Russ Cox2009-06-308-140/+86
* in preparation for changing 6g's behavior toRuss Cox2009-06-301-26/+144
* scalar decodersRob Pike2009-06-303-85/+799
* pass the state to the encoders and decoders so error handling can be centrali...Rob Pike2009-06-303-90/+124
* encoders for booleans and numbers.Rob Pike2009-06-304-13/+605
* delete io.ByteBufferRuss Cox2009-06-292-11/+10
* bug163 bug164 bug166Russ Cox2009-06-293-6/+10
* io.StringBytes -> strings.BytesRuss Cox2009-06-2948-190/+218
* integer encode/decodeRob Pike2009-06-294-10/+178
* make use of forward method declarationRuss Cox2009-06-295-11/+5
* allow forward declaration of struct in another fileRuss Cox2009-06-295-108/+131
* add os.HostnameRuss Cox2009-06-298-6/+187
* add []byte as a special case: it will have a special, efficient encoding.Rob Pike2009-06-292-7/+15
* fix gobuild bugRob Pike2009-06-291-1/+4
* working on bgenKai Backman2009-06-265-36/+46
* Getenv: almost no one wants the error, so make it return a string that may be...Rob Pike2009-06-267-21/+21
* the first time a structure type appears when printing, identify it by name:Rob Pike2009-06-262-5/+15
* Adding more debug output when 5l encounters a bad opKai Backman2009-06-263-1/+69
* more changes to make 5g code generation arm compatible.Kai Backman2009-06-267-60/+20
* gobs part 1: types.Rob Pike2009-06-252-0/+363
* http Request parsing, plus a convenient accessor.David Symonds2009-06-252-38/+78
* bug165Russ Cox2009-06-253-2/+26
* Change os.Error convention:Russ Cox2009-06-2546-545/+942
* separate local path lookup from standard package directoriesRuss Cox2009-06-251-10/+26
* add ./ to imports where necessaryRuss Cox2009-06-253-5/+5
* allowRuss Cox2009-06-251-1/+1
* the any fix was too aggressive; allow any in any import.Russ Cox2009-06-251-3/+6
* package mainRuss Cox2009-06-251-2/+11
* better error; clean up lineno in a few placesRuss Cox2009-06-253-15/+24
* package mainRuss Cox2009-06-251-1/+1
* disable "any" except during canned imports.Russ Cox2009-06-252-1/+14
* fix buildRuss Cox2009-06-251-2/+2
* 6g: update for spec change CL 30586Russ Cox2009-06-251-9/+5
* add reflect.Typeof; test for and fix nil interface bug in DeepEqualRuss Cox2009-06-253-10/+38
* dregRuss Cox2009-06-251-20/+0
* Add Gobuf.r0 that stores arg0 or return value ofKai Backman2009-06-252-2/+3
* fixes to 5g object file generation. arm specific regalloc.Kai Backman2009-06-255-796/+723