]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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,...
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:
next