]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-01-09 Rob Pikeupdate tutorial to new language.
2009-01-09 Ian Lance TaylorUse make instead of new to allocate a channel.
2009-01-09 Russ Coxnow that TCHAN, TMAP, and TSTRING are real types,
2009-01-09 Rob Pikesimplify flag interface. no more BVal etc. you just...
2009-01-09 Russ Coxtypo
2009-01-09 Russ Coxsilence gcc warnings.
2009-01-09 Russ Cox6g cleanup suggested by ken.
2009-01-09 Russ Coxupdate sys.reflect and sys.unreflect to accomodate
2009-01-09 Russ Coxbug046 and bug080 are fixed
2009-01-09 Russ Coxsecond pass on interface fixes and tests.
2009-01-09 Robert Griesemer- removed temporary work-arounds from bignum_test,...
2009-01-08 Rob Pikenew sort interface - no structs, just slices.
2009-01-08 Russ Coxfix:
2009-01-08 Robert Griesemer- first (global) idents with proper links to declaratio...
2009-01-08 Russ Coxtypo
2009-01-08 Russ Coxmany interface bug fixes.
2009-01-08 Robert Griesemer- fixed a bug with building right-recursive trees itera...
2009-01-08 Ian Lance TaylorRemove duplicate typedef declarations.
2009-01-08 Robert Griesemer- more steps towards tracking idents in scopes
2009-01-08 Rob PikeCache *os.Error values across all users.
2009-01-07 Ken Thompsonmore
2009-01-07 Ken Thompsonconversion from closed array to slice
2009-01-07 Robert Griesemer- enabling tracking of declarations
2009-01-07 Russ Coxcorrect signature generation decision
2009-01-07 Ken Thompson[...] bug
2009-01-07 Russ Coxiscomposite test in OCONV is unnecessary
2009-01-07 Ken Thompsonclear automatic arrays created with literals
2009-01-07 Rob Pikeuncomment a BUG that is now fixed
2009-01-07 Robert GriesemerAdjusted language for literals:
2009-01-07 Rob Pike18 tests are behaving incorrectly
2009-01-07 Ken Thompsonfixed and added more tests
2009-01-07 Robert Griesemer- support for [...] parsing and pretty printing
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
next