]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-02-07 Rob Pikefstat used wrong system call, lstat used wrong type...
2009-02-07 Robert Griesemer- removed todo and restriction from spec (closures)
2009-02-07 Robert Griesemerbug: empty statement not properly recognized in conjunc...
2009-02-06 Ian Lance TaylorRecognize gccgo error messages:
2009-02-06 Robert Griesemersnapshot:
2009-02-06 Rob Pikepowser cleanup.
2009-02-06 Russ Coxtgs's gc bug.
2009-02-06 Rob Pikeadd a trivial visitor method, just for fun
2009-02-06 Russ Coxclosures - 6g support
2009-02-06 Russ Coxclosures - runtime and debugger support, test case
2009-02-06 Robert Griesemer- preparation for setting up types
2009-02-06 Russ Cox6c: byte* - byte* should be int64, not int32.
2009-02-06 Robert Griesemermaking go-spec conform with 6g:
2009-02-05 Rob Pikefurther pedagogy: a channel that satisfies the HTTP...
2009-02-05 Russ Coxbug064
2009-02-05 Russ Coxtake advantage of methods on funcs
2009-02-05 Russ Coxdo not generate Init proto for sys and unsafe.
2009-02-05 Robert Griesemer- caseify parser functions (all but a few should not...
2009-02-05 Russ Coxheuristic to stop pulling .6 in from .a
2009-02-05 Russ Coxallow methods on funcs.
2009-02-05 Russ Coxfix build on thresher - missing constants
2009-02-05 Ian Lance TaylorRename function to avoid function redefinition error...
2009-02-05 Robert Griesemersnapshot:
2009-02-05 Robert Griesemertoday's snapshot: steps towards using interfaces for...
2009-02-04 Rob Pikea few tweaks triggered by tgs's comments
2009-02-04 Rob Pikeclean up flags package a bit.
2009-02-04 Russ Coxfix interface not satisifed message:
2009-02-04 Robert Griesemer- converted expr representation of ast into a new repre...
2009-02-04 Rob Pikebugs cleanup, including deleting one near-identical...
2009-02-03 Russ Coxfix build. missed this file
2009-02-03 Russ Coxlibmach:
2009-02-03 Russ Coxbufio:
2009-02-03 Russ Coxminor tweaks
2009-02-03 Russ Coxflesh out http server.
2009-02-02 Russ Cox6g return struct fix:
2009-02-02 Russ Coxmarginally better thread debugging on Linux.
2009-02-02 Robert Griesemer- added experimental flag '-def': will print (not parse!)
2009-02-01 Rob Pikeslightly better code for the frog fix
2009-02-01 Rob PikeComplain about control characters that are not white...
2009-01-31 Russ Coxcan finally close this TODO - 6l was broken
2009-01-31 Russ Coxkeep line number history even when
2009-01-31 Russ Coxavoid memcpy(x, x),
2009-01-30 Robert Griesemer- changed pretty parser to parse and print new function...
2009-01-30 Russ Coxtwo uses of uninitialized memory,
2009-01-30 Rob Pikeneedless semicolons
2009-01-30 Russ Coxprint format bug
2009-01-30 Robert GriesemerTest balloon: Changed the spec to see the implications...
2009-01-30 Russ Coxupdate compiler to new func rules
2009-01-30 Russ Coxupdate go code tree to new func rules.
2009-01-30 Rob Pikerename variable at rsc's request
2009-01-30 Rob Pikeclean up server code in tutorial
2009-01-30 Russ Coxif take address of local, move to heap.
2009-01-30 Robert Griesemer- removed obsolete files from repository
2009-01-29 Robert Griesemer- make test work with 6g
2009-01-29 Ken Thompsonoptimizer bug w STOstring
2009-01-29 Russ Coxadd stack test
2009-01-29 Russ Coxfix possible infinite recursion in eqtype.
2009-01-28 Russ Coxclean up range grammar
2009-01-28 Russ CoxUse explicit allspan list instead of
2009-01-28 Robert Griesemeradditions to array container:
2009-01-28 Rob Pikebug135 is fixed
2009-01-28 Ken Thompsonbug 135
2009-01-27 Russ Coxmake "size 6.out" work on mac.
2009-01-27 Rob Piketest for defer
2009-01-27 Russ Coxchange dotdotdot interfaces to be structs,
2009-01-27 Robert Griesemer- added missing sections on comparisons for some types
2009-01-27 Ken Thompsonpragma textflag
2009-01-27 Russ Coxvarious race conditions.
2009-01-27 Ken Thompsonspelling
2009-01-27 Ken Thompsondefer
2009-01-27 Robert Griesemer defer statement
2009-01-27 Rob Pikef, ok := i.(Foo) does not compile if i already is equiv...
2009-01-27 Robert Griesemerdefer statement
2009-01-27 Russ Coxgc #0. mark and sweep collector.
2009-01-27 Russ Coxassignment count mismatch: 2 = 1.
2009-01-27 Russ Coxbug134
2009-01-27 Russ Coxbug133
2009-01-26 Russ Coxin hash implementation, if data >= 8, align to 8.
2009-01-26 Russ Coxprint(map) and print(chan) as pointers.
2009-01-26 Rob Pikeimproved logging formats.
2009-01-26 Russ Coxinterface speedups and fixes.
2009-01-26 Ken Thompsonremoved a:b in range syntax
2009-01-26 Russ Coxmake time fields public
2009-01-26 Ian Lance TaylorAdd an accessor function os.FD.Fd() to get the file
2009-01-26 Ian Lance TaylorAdd a test for a case where 6g thinks that a field...
2009-01-26 Russ Coximplement new restrictions on what
2009-01-26 Robert Griesemer- clarified slice index bounds rules
2009-01-26 Rob Pikeadd start to a logging package.
2009-01-24 Ken Thompsonbug in async select read
2009-01-24 Russ Coxmake test/chan/nonblock work even with real os threads
2009-01-23 Rob Pikefix typo in comment. s/put/Put/
2009-01-23 Rob Pikeremove the "open" concept from reflect and go with...
2009-01-23 Robert Griesemer- snapshot before making larger change
2009-01-23 Rob Pikechange the representation of arrays in protobufs from...
2009-01-23 Robert Griesemersnapshot before making more changes:
2009-01-23 Russ Coxfix build - missed this file
2009-01-23 Russ Coxmove math routines from package sys to package math,
2009-01-22 Russ Coxuse $GC, $GL in gotest, to match gccgo's gotest.
2009-01-22 Robert Griesemercosmetic change only:
2009-01-22 Russ Coxlet test sources specify commands to run
next