]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2008-10-29 Russ Coxadapt to new compiler types
2008-10-29 Ken Thompsonthe end of life as we know it
2008-10-29 Robert Griesemer- update test.sh (caused an error since src/pkg dir...
2008-10-29 Robert Griesemer- steps towards implementation of div and mod
2008-10-28 Russ CoxUncomment the name/type error checking.
2008-10-28 Robert Griesemer- bug fixes, cleanups
2008-10-27 Robert Griesemer- created staging area for getting bignum package up...
2008-10-27 Rob Pikeupdate golden.out
2008-10-27 Robert Griesemer- added simple facility to print Makefile dependency...
2008-10-26 Ken Thompsonallow len := 0
2008-10-26 Rob Pikeuse embedded types to save boilerplate - almost 300...
2008-10-26 Rob Pikefix top-level comments
2008-10-26 Rob Pikedelete unused reflection playpen
2008-10-25 Ken Thompsontest
2008-10-25 Ken Thompsonbug
2008-10-25 Ken Thompsonbug
2008-10-25 Ken Thompsonembedded methods
2008-10-25 Ian Lance TaylorPer discussion earlier today with r and gri: when an...
2008-10-25 Rob Pikereplaced baked-in address with @ so test passes on...
2008-10-25 Ken Thompsonanother step toward interface subtypes
2008-10-25 Russ Coxavoid JMP to ATEXT in xfol
2008-10-24 Russ Coxfix JMP main(SB)
2008-10-24 Rob Pikeadd printf to fmt.
2008-10-24 Russ Coxfix method function type compare bug (again)
2008-10-24 Russ CoxAutomated g4 rollback of changelist 17815.
2008-10-24 Russ Coxfix method function type compare bug
2008-10-24 Robert Griesemer- missing file
2008-10-24 Robert Griesemer- set initial value in flag variable if provided
2008-10-24 Robert Griesemer- some factoring of scan/parse phase so we can attach...
2008-10-24 Robert GriesemerPreparation for varargs: Proposal for syntax.
2008-10-24 Rob Pikemake fmt a directory
2008-10-24 Robert Griesemer- expanded parsing heuristics to deal with new(T, ...)
2008-10-24 Rob Pikemake reflect compile again
2008-10-24 Robert Griesemer- clarified that composites are values created every...
2008-10-24 Rob Pikeadd reflect to build, clean up test
2008-10-23 Russ Coxuse &T{1,2,3} constructor for simple new cases
2008-10-23 Robert GriesemerFirst cut at incorporating anonymous fields of pointer...
2008-10-23 Russ Coxupdate golden.out
2008-10-23 Ken Thompsonembedded types
2008-10-23 Russ Coxdo not use fake names on anonymous function return...
2008-10-23 Ken Thompsonembedded types
2008-10-23 Rob Pikemove reflection code into final place.
2008-10-22 Rob PikeReflection values.
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
next