]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2008-10-22 Ian Lance TaylorMatch gccgo error messages.
2008-10-22 Russ Coximport/export of embedded types
2008-10-22 Russ Coxfix handling of *f() = 1
2008-10-22 Rob PikeAdd names to types to avoid recursive explosion and...
2008-10-22 Robert Griesemer- exclude newfn.go from tests - cannot be parsed syntac...
2008-10-22 Rob PikeMore reflection code.
2008-10-22 Ken Thompsonelided dots
2008-10-22 Russ Coxreject new of function type
2008-10-22 Rob Pikefix a couple of inconsequential glitches in regexp...
2008-10-21 Russ Coxrewrite &Point{1, 2} as allocation
2008-10-21 Russ Coxinclude local types in typestrings
2008-10-21 Russ Cox6g: use full type in sigt[0].name
2008-10-21 Ken Thompsonchanges to imbedded
2008-10-21 Russ Coxstop looking for type names beginning with _.
2008-10-21 Russ Cox6g:
2008-10-21 Russ Cox6l: invent gotypestrings if needed
2008-10-21 Robert Griesemer- remove inconsistent directory from tests
2008-10-21 Russ Cox6l:
2008-10-21 Robert Griesemerenable tests that verify that pretty-printed code can...
2008-10-21 Ian Lance TaylorMatch error messages generated by gccgo:
2008-10-20 Robert Griesemer- fixed missing parens in some cases of unary expressions
2008-10-20 Russ Coxfix compiler warnings
2008-10-20 Russ Coxuse Biobuf not fd for reading objects.
2008-10-20 Russ Coxadd nuke
2008-10-20 Russ Coxrun.bash: do not make test in gosrc
2008-10-20 Robert Griesemer- use stringtorune library function for faster rune...
2008-10-20 Russ Cox6g:
2008-10-20 Rob Pikeadd primitive ftoa, dtoa to strings library.
2008-10-20 Robert Griesemer- removed double-declaration of len()
2008-10-20 Russ Coxadd io.ReadWriteClose and use it in http
2008-10-20 Robert Griesemer- be even more explicit about ideal number conversion...
2008-10-20 Robert Griesemer- removed need for lhs field in stat node
2008-10-20 Ken Thompsonunnamed substructures - not complete
2008-10-19 Robert Griesemer- simplified parsing of composite literals and slices by
2008-10-18 Robert GriesemerAdded mechanism for very precise self-testing:
2008-10-18 Rob Pikebeginnings of reflection values.
2008-10-18 Rob Pikefix typo causing infinite recursion
2008-10-18 Russ Coxdo not set t->recur on basic types.
2008-10-18 Russ Coxcleanup - delete unneeded vargen++
2008-10-18 Rob Pikeadd atol and ltoa. probably want unsigned at some...
2008-10-17 Robert Griesemer- fixed bug that wasn't caught by 6g (but by gccgo)
2008-10-17 Robert Griesemer- fixed a couple of corner cases (empty statements...
2008-10-17 Russ Coxexport prereq for interface types
2008-10-17 Ian Lance TaylorLink against -lm so that we can find the function ...
2008-10-17 Rob Pikeupdate fixed bugs (and delete an irrelevant one)
2008-10-17 Rob Pikeadd simple synchronization mechanism.
2008-10-17 Russ Coxmake sure errchk only says BUG once,
2008-10-17 Robert Griesemer- stronger syntax checks
2008-10-17 Robert Griesemer- added test script
2008-10-17 Rob Piketype string parser; now handles all types
2008-10-16 Russ Coxnew convert code found error
2008-10-16 Rob Pikeparsing of type strings. still missing: func, struct...
2008-10-16 Russ Coxdiagnose various conversion problems
2008-10-16 Robert Griesemer- more robust TokenString implementation
2008-10-16 Robert Griesemerclarification of conversion rules for ideal numbers
2008-10-16 Robert Griesemersnapshot:
2008-10-16 Russ Coxput toplevel & check back and add test
2008-10-16 Ken Thompsondiagnosed some incorrect
2008-10-16 Robert Griesemer- composites, receivers, various add. checks
2008-10-16 Rob PikeChange file name from "print" to "tostring" and update...
2008-10-16 Rob Pikeconvert print to ToString.
2008-10-16 Robert Griesemersnapshot:
2008-10-16 Russ Coxdiagnose export of incomplete type
2008-10-16 Rob Pikeremove hack now that vector of int works.
2008-10-16 Ken Thompsonbasic types/interfaces test
2008-10-16 Robert Griesemer- updated makefile for gccgo
2008-10-16 Rob Pikereflection type structure. no parsing etc. yet.
2008-10-16 Russ Coxerror about & at top level until it is safe
2008-10-16 Ken Thompsoninterface on arbitrary types
2008-10-16 Robert Griesemersnapshot of pretty printer:
2008-10-15 Rob Pikebug is fixed
2008-10-15 Robert Griesemersnapshot
2008-10-15 Rob PikeMake regexp build and install officially
2008-10-15 Rob Pikeupdate bug list
2008-10-15 Rob Pikemove regexp to lib
2008-10-15 Russ Coxsimplify comma code per ken's suggestion
2008-10-15 Robert Griesemer- snapshot of pretty printer work
2008-10-15 Rob Pikeadd some tests
2008-10-15 Russ Coxallow trailing comma in braced initialized list
2008-10-14 Rob Pikedelete hack for interface equality now that it supporte...
2008-10-14 Rob Pikeimplement matching
2008-10-14 Ken Thompsoninterface equality (strings specifically)
2008-10-14 Ken Thompsoninterface equality
2008-10-14 Ken Thompsonbug with struct-type { 1 }
2008-10-14 Ken Thompsonstack allocation for the init function
2008-10-13 Rob Pike6g thinks a struct with one entry yields a composite...
2008-10-11 Rob Pikeadd character classes.
2008-10-11 Rob Pikeconvert from integer indexes to interface variables.
2008-10-10 Robert Griesemer- added language re: interface compparison using =...
2008-10-10 Russ Coxhandle zeroed interface in ifaceI2I
2008-10-10 Robert Griesemer- added missing ';' according to new rules
2008-10-10 Russ Coxuntil 6g implements it, warn about using int in interface.
2008-10-10 Robert Griesemer- implemented heuristic for composite literals starting...
2008-10-10 Russ Coxadd sys.BUG_intereq to compare interfaces for equality
2008-10-10 Robert Griesemer- removed extra package clause
2008-10-10 Robert Griesemer- Fixed bug in spec: PrimaryExpr is too restrictive...
2008-10-10 Rob Pikecat unmatched )
2008-10-10 Robert Griesemer- added missing case for opt. semicolons (labels)
2008-10-10 Rob Pikebeginnings of regular expression library.
2008-10-10 Robert Griesemer- more cleanups (simpler code for optional semi's,...
next