]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-07-08 Robert Griesemer- update functionality for printer test
2009-07-08 Robert Griesemercomment change
2009-07-08 Robert GriesemerWriteFile util function
2009-07-08 Russ Coxreflection for maps
2009-07-08 Rob Pikebug fix: encOpFor etc. need to indirect
2009-07-08 Robert Griesemerprinter_test: first cut
2009-07-08 Russ Coxthe ld-supplied typestrings are now obsolete
2009-07-07 Robert Griesemer- print comments associated with declarations
2009-07-07 Russ Coxmethod expansion bugs
2009-07-07 Austin ClementsAdd entry points for parsing statements and expressions.
2009-07-07 Ian Lance TaylorUpdate the unsafe docs for the new type implementation.
2009-07-07 Ian Lance Taylortypestring.c is no longer needed.
2009-07-07 Robert Griesemer- ast.FilterExports: filter non-exported anonymous...
2009-07-07 Russ Coxbug167
2009-07-07 Russ Coxupdate tests for new reflect
2009-07-07 Russ Coxgob: use new reflect
2009-07-07 Russ Coxtemplate: use new reflect interface (CL 31107)
2009-07-07 Russ Coxnet: use new reflect interface (CL 31107)
2009-07-07 Russ Coxjson: use new reflect interface (CL 31107)
2009-07-07 Russ Coxgo/printer: use new reflect interface (CL 31107)
2009-07-07 Russ Coxdatafmt: use new reflect interface (CL 31107)
2009-07-07 Russ Coxbase64_test: use new reflect interface (CL 31107)
2009-07-07 Russ Coxfmt: use new reflect interface (CL 31107)
2009-07-07 Russ Coxupdate reflect supporting functions,
2009-07-07 Russ Cox6g, 8g: generate data structures for new reflect interf...
2009-07-07 Russ Coxruntime: use new reflect data structures (CL 31107)
2009-07-07 Russ Coxinstall new reflect:
2009-07-07 Robert Griesemerbug167: types declared in different scopes should
2009-07-07 Robert Griesemerfix test
2009-07-07 Ian Lance TaylorAvoid race condition. Following the left to right...
2009-07-07 Russ Coxmove 6c/pgen.c, 6c/pswt.c into cc
2009-07-07 Robert Griesemer- removed implementation restrictions for creation...
2009-07-07 Russ Coxinsert ODCL in type switch case.
2009-07-07 Russ Coxshift typechecking bugs
2009-07-07 Kai Backmancleaned up data generation in 5g, reverted 5l handling...
2009-07-07 David SymondsAdd support for v7 tar.
2009-07-07 Russ Coxvarious 6g cleanup:
2009-07-07 Russ Coxstatements after panicln are unreachable, just like...
2009-07-07 Russ Coxnew reflect Value implementations.
2009-07-07 Russ Coxanother piece for cross-file forward struct declarations.
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
next