]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-01-07 Ken Thompsonclosed arrays including [...]
2009-01-07 Robert Griesemer- make code in gosrc compile again, check in all pendin...
2009-01-06 Rob Pikemake the tutorial programs run again.
2009-01-06 Russ Coxfix newfn
2009-01-06 Robert Griesemer- fix parse heuristic: make(x) must accept a type for x
2009-01-06 Rob Pikeupdate utf8_test.go
2009-01-06 Russ Coxnew new &Point{1,2}
2009-01-06 Russ Coxnew new & make
2009-01-06 Robert Griesemer- adjusted pretty to use old new, make
2009-01-06 Robert Griesemer- steps towards augmenting ast with declaration info
2009-01-06 Ken Thompsonmake for slice/map/chan
2009-01-06 Rob PikeA richer interface for regexps. Simple boolean matcher...
2009-01-06 Rob Pikebug020 is fixed
2009-01-06 Robert Griesemer- documenting old "new()"
2009-01-06 Russ Coxmake 8a, 8c, 8l build in go environment.
2009-01-06 Russ Coxcomment sudoaddable;
2009-01-06 Russ Coxdelete blyacc
2009-01-06 Russ Coxmake acid build with bison.
2009-01-06 Russ Cox8a, 8c, and 8l from inferno distribution
2009-01-06 Russ Coxadd comments and delete dead code
2009-01-05 Rob Pikeclean up some tests
2009-01-05 Russ Coxchange time.Tick test to use 100ms intervals.
2009-01-05 Russ Coxfix 6a line number bug -
2009-01-05 Robert GriesemerA first attempt to capture the type changes.
2008-12-30 Ian Lance TaylorTest for a go statement which calls a method on an...
2008-12-30 Ken Thompsonone bignum test fails
2008-12-30 Ken Thompsonallow slices (open arrays) to be
2008-12-26 Ken Thompsondiagnostic to catch pointer to
2008-12-23 Rob Pikeput array test in table, with TODO to fix when arrays...
2008-12-22 Rob Pikeprint array (not just *array) using %v
2008-12-21 Rob Pikehilbert now runs.
2008-12-21 Rob Pikeupdate to new regime.
2008-12-21 Russ Coxfix new(T) if type T []int.
2008-12-21 Ken Thompsonregfree
2008-12-21 Rob Pikeupdate map test.
2008-12-21 Ken ThompsonLEAQ bug
2008-12-20 Rob Pikefix some tests. only 3 remain broken (complit, hilbert...
2008-12-20 Russ Cox[] and struct in interfaces.
2008-12-19 Russ Coxallow Listen on ":9999" as an alias for "0.0.0.0:9999"
2008-12-19 Ian Lance TaylorUpdate for source code changes.
2008-12-19 Ken Thompsonarray compare (except = != nil) are illegal
2008-12-19 Ken Thompsonportability bug
2008-12-19 Russ Coxfix new(bool) error message
2008-12-19 Russ Coxchan and map of [] and struct
2008-12-19 Russ Coxg4 open sysimport.c before writing it
2008-12-19 Russ Coxnew error messages
2008-12-19 Russ Coxmalloc bug fixes.
2008-12-19 Russ Coxfmt and reflect updates for recent changes
2008-12-19 Russ Coxcompiler changes for *chan -> chan; *map -> map; new...
2008-12-19 Russ Coxchange *map to map; *chan to chan; new(T) to new(*T)
2008-12-19 Russ Coxconvert *[] to [].
2008-12-19 Ken Thompsonprint(array)
2008-12-19 Ken Thompsonbug in [const]
2008-12-19 Russ Coxnew []int literal
2008-12-19 Ken Thompsoncmp [] to nil
2008-12-19 Russ Coxanother [] fix
2008-12-19 Russ Cox[] fixes
2008-12-19 Ken Thompsonarrays
2008-12-19 Russ Coxlibmach: always print 0x on hex numbers
2008-12-18 Russ Coxhost and port name lookup
2008-12-18 Russ Coxmalloc in runtime (not used by default)
2008-12-18 Robert Griesemer- receiver ident may be optional
2008-12-18 Robert Griesemer- fixed a bug in Natural.And()
2008-12-17 Robert Griesemer- ripped out excessively fancy way of describing grammar
2008-12-17 Ken Thompsonsmall bug
2008-12-17 Russ Coxtrailing white space
2008-12-17 Robert Griesemerfix syntax error (syntax accepted by 6g, but not by...
2008-12-17 Robert Griesemer- added missing file
2008-12-17 Robert GriesemerSnapshot.
2008-12-17 Russ Coxfix type/name thing, again
2008-12-17 Russ Coxanother "want type got name" error case
2008-12-16 Robert Griesemer- Add introduction section (1 page), essentially a...
2008-12-16 Russ Coxclear flags so that %+v does not pass the +
2008-12-16 Rob PikeIf ByteBuffer has never been used, b.buf is nil but...
2008-12-16 Robert Griesemerlanguage for range clause
2008-12-16 Robert Griesemer- fixed minor bug in example (found by ken)
2008-12-16 Rob Pikeupdate tests - 119 is fixed
2008-12-15 Ken Thompsonnew convention, direction bit is
2008-12-15 Ken Thompsonrange clause must have = or :=
2008-12-15 Russ Coxoff-by-one error assigning src files to functions
2008-12-15 Russ Coxcheck printf format strings
2008-12-15 Russ Coxcorrect arg register in bsdthread_create
2008-12-15 Russ Coxadd test for once
2008-12-15 Ken Thompsoneven more code improvement
2008-12-15 Ken Thompsonmore code optimization
2008-12-14 Ken Thompsoncode generation
2008-12-13 Ken Thompsoncode improvement
2008-12-12 Rob Piketest update
2008-12-12 Ken Thompsonbug104
2008-12-12 Robert Griesemerclosing a TODO:
2008-12-12 Russ Coxbug129
2008-12-12 Robert Griesemer- support for range clauses
2008-12-12 Russ Coxremove implicit int -> string
2008-12-12 Russ Coxprint field names on struct members.
2008-12-12 Ken Thompsonrestrict declarations of type map/chan/string
2008-12-11 Russ Coxreject struct to interface conversion for now
2008-12-11 Rob Pikeadd uintptr to reflect and print
2008-12-11 Rob Pikeif the typestring gives a field name of "?", drop it.
2008-12-11 Rob Pikehandle the nil interface better in reflect and print
2008-12-11 Russ Coxadd JSON library
next