]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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,...
2008-10-10 Robert GriesemerMore spec progress:
2008-10-09 Cary HullAdding Mkdir.
2008-10-09 Robert Griesemer- make optional semicolons explicit in grammar in all...
2008-10-08 Russ Coxtest of new empty productions
2008-10-08 Russ Coxadd empty var ( ), type ( ), const ( ) factorings
2008-10-08 Russ Coxsplit all.bash into make.bash and run.bash
2008-10-08 Russ Coxadd http to lib build
2008-10-08 Russ Coxcheck $GOROOT before diving into build
2008-10-08 Cary HullFixes breakage caused by semicolon restriction.
2008-10-08 Russ Coxmore interface checks:
2008-10-08 Robert Griesemer- don't allow empty decl lists (e.g. const ())
2008-10-08 Robert Griesemer- accept new semicolon syntax (at the moment,
2008-10-08 Cary HullUnterminated declaration breaks build.
2008-10-08 Robert Griesemer- precise scope rules
2008-10-07 Russ Coxremove support for *T as an implicit declaration of T
2008-10-07 Russ Coxremove uses of *T as an implicit forward declaration...
2008-10-07 Russ Coxfix bug:
2008-10-07 Russ Coxtest that mutually recursive interfaces compile
2008-10-07 Russ Coximplement new semicolon rules:
2008-10-07 Russ Coxupdate code to follow new semicolon rules:
2008-10-07 Rob Pikesys.stringtorune doesn't need a length parameter.
2008-10-06 Russ Coxchange type names to go live at the name, so that
2008-10-06 Rob Pikechange in spec results in non-error
2008-10-06 Russ Coxsilence gcc warning - initialize two variables
2008-10-06 Ian Lance TaylorChange old-style export declaration to new style export of
2008-10-05 Rob Pikebug026 and bug060 are fixed. update.
2008-10-05 Russ Coxfix method use bug in powser1.
2008-10-05 Ken Thompsonbug060
2008-10-04 Ken Thompsonbug 026
2008-10-04 Russ Coxchange *a1++; to plain a1++
2008-10-04 Russ Coxadd method test & fix method name bugs
2008-10-04 Russ Coxconst bug, name bug - working on both
2008-10-03 Russ Coxsilence gcc warnings
2008-10-03 Russ Coxnew import/export format
2008-10-03 Ken Thompsoninterfaces of all types
2008-10-03 Rob Pikeallow prof to launch the process
2008-10-03 Robert Griesemer- precise scope rules
2008-10-03 Rob PikeRevised wording about sends.
2008-10-03 Ken Thompsonmore on arbitrary receiver types
next