2009-07-07 |
Robert Griesemer | - ast.FilterExports: filter non-exported anonymous... |
commit | commitdiff | tree |
2009-07-07 |
Russ Cox | bug167 |
commit | commitdiff | tree |
2009-07-07 |
Russ Cox | update tests for new reflect |
commit | commitdiff | tree |
2009-07-07 |
Russ Cox | gob: use new reflect |
commit | commitdiff | tree |
2009-07-07 |
Russ Cox | template: use new reflect interface (CL 31107) |
commit | commitdiff | tree |
2009-07-07 |
Russ Cox | net: use new reflect interface (CL 31107) |
commit | commitdiff | tree |
2009-07-07 |
Russ Cox | json: use new reflect interface (CL 31107) |
commit | commitdiff | tree |
2009-07-07 |
Russ Cox | go/printer: use new reflect interface (CL 31107) |
commit | commitdiff | tree |
2009-07-07 |
Russ Cox | datafmt: use new reflect interface (CL 31107) |
commit | commitdiff | tree |
2009-07-07 |
Russ Cox | base64_test: use new reflect interface (CL 31107) |
commit | commitdiff | tree |
2009-07-07 |
Russ Cox | fmt: use new reflect interface (CL 31107) |
commit | commitdiff | tree |
2009-07-07 |
Russ Cox | update reflect supporting functions, |
commit | commitdiff | tree |
2009-07-07 |
Russ Cox | 6g, 8g: generate data structures for new reflect interf... |
commit | commitdiff | tree |
2009-07-07 |
Russ Cox | runtime: use new reflect data structures (CL 31107) |
commit | commitdiff | tree |
2009-07-07 |
Russ Cox | install new reflect: |
commit | commitdiff | tree |
2009-07-07 |
Robert Griesemer | bug167: types declared in different scopes should |
commit | commitdiff | tree |
2009-07-07 |
Robert Griesemer | fix test |
commit | commitdiff | tree |
2009-07-07 |
Ian Lance Taylor | Avoid race condition. Following the left to right... |
commit | commitdiff | tree |
2009-07-07 |
Russ Cox | move 6c/pgen.c, 6c/pswt.c into cc |
commit | commitdiff | tree |
2009-07-07 |
Robert Griesemer | - removed implementation restrictions for creation... |
commit | commitdiff | tree |
2009-07-07 |
Russ Cox | insert ODCL in type switch case. |
commit | commitdiff | tree |
2009-07-07 |
Russ Cox | shift typechecking bugs |
commit | commitdiff | tree |
2009-07-07 |
Kai Backman | cleaned up data generation in 5g, reverted 5l handling... |
commit | commitdiff | tree |
2009-07-07 |
David Symonds | Add support for v7 tar. |
commit | commitdiff | tree |
2009-07-07 |
Russ Cox | various 6g cleanup: |
commit | commitdiff | tree |
2009-07-07 |
Russ Cox | statements after panicln are unreachable, just like... |
commit | commitdiff | tree |
2009-07-07 |
Russ Cox | new reflect Value implementations. |
commit | commitdiff | tree |
2009-07-07 |
Russ Cox | another piece for cross-file forward struct declarations. |
commit | commitdiff | tree |
2009-07-07 |
Russ Cox | fix bug involving typed nil constants: |
commit | commitdiff | tree |
2009-07-07 |
Russ Cox | fix forward struct declarations |
commit | commitdiff | tree |
2009-07-07 |
Russ Cox | allow conversion to interface type |
commit | commitdiff | tree |
2009-07-06 |
Russ Cox | more precise error message |
commit | commitdiff | tree |
2009-07-06 |
Russ Cox | new reflect type.go implementation |
commit | commitdiff | tree |
2009-07-06 |
Russ Cox | better error message + line numbers |
commit | commitdiff | tree |
2009-07-06 |
Russ Cox | new reflect library data structures and code declarations |
commit | commitdiff | tree |
2009-07-06 |
Rob Pike | a few edits and simplifications. |
commit | commitdiff | tree |
2009-07-06 |
Robert Griesemer | - bug fix: do not strip lower-case parameter and result... |
commit | commitdiff | tree |
2009-07-06 |
Rob Pike | catch corruption - avoid crash |
commit | commitdiff | tree |
2009-07-06 |
Robert Griesemer | - ast.FilterExports: strips all non-exported nodes... |
commit | commitdiff | tree |
2009-07-06 |
Kai Backman | sudoaddable odot |
commit | commitdiff | tree |
2009-07-06 |
Russ Cox | fix float32 comparison. was doing l op l instead of... |
commit | commitdiff | tree |
2009-07-06 |
Kai Backman | agen, sgen, cgen_callret, cgen_asop, D_ADDR handling... |
commit | commitdiff | tree |
2009-07-06 |
Kai Backman | fixed bug that cause -g to segfault |
commit | commitdiff | tree |
2009-07-05 |
David Symonds | Remove assumption about google.com being the default... |
commit | commitdiff | tree |
2009-07-04 |
Ken Thompson | another seg fault |
commit | commitdiff | tree |
2009-07-03 |
Russ Cox | bug163 |
commit | commitdiff | tree |
2009-07-03 |
Russ Cox | change bug163 to use actual non-letter in identifier |
commit | commitdiff | tree |
2009-07-03 |
Rob Pike | put gob into the standard build |
commit | commitdiff | tree |
2009-07-03 |
Russ Cox | maps have == so maps should work as map keys. |
commit | commitdiff | tree |
2009-07-03 |
Russ Cox | maps have == so maps are okay as map keys. |
commit | commitdiff | tree |
2009-07-03 |
Kai Backman | sys.cas for mutex |
commit | commitdiff | tree |
2009-07-03 |
Kai Backman | minor comment and debug flag for dumping all oplooks. |
commit | commitdiff | tree |
2009-07-03 |
Russ Cox | move Structrnd to runtime.h |
commit | commitdiff | tree |
2009-07-03 |
Rob Pike | slices |
commit | commitdiff | tree |
2009-07-03 |
Rob Pike | indirection on array elements. |
commit | commitdiff | tree |
2009-07-02 |
Russ Cox | add Uitoa etc. |
commit | commitdiff | tree |
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 |
next |