]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2008-08-05 Rob Pikeworkaround for compiler bug: len(a) is zero
2008-08-05 Russ Coxfix go build
2008-08-05 Russ Coxacid. works only on Linux for now
2008-08-05 Robert Griesemer- switched most of existing Go code to new export syntax
2008-08-04 Russ Coxfirst cut at multithreading. works on Linux.
2008-08-04 Rob Pikefix bug - need to read final message in daisy chain...
2008-08-04 Robert Griesemer- switch to new export syntax
2008-08-04 Rob Pikeuse new export syntax to avoid repetition
2008-08-04 Robert Griesemer- import/export cleanup: added comments, removed dead...
2008-08-04 Ken Thompsonexport external functions
2008-08-04 Robert Griesemer- more import/export stuff
2008-08-04 Robert Griesemer- adjust Make.conf to use cc instead of cc64 for now
2008-08-04 Russ Coxadd nm
2008-08-04 Russ CoxUse a single Make.conf for setting CC, etc.
2008-08-04 Ken Thompsonadd 'export' adjectives to external
2008-08-04 Russ Coxmake 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit...
2008-08-03 Ken Thompson6c delete .6 file on error
2008-08-03 Russ CoxRemove doubled #else
2008-08-03 Russ Coxslightly gratuitous reorg of scheduler code
2008-08-02 Rob Pikego method bug is fixed.
2008-08-02 Ken Thompsongo method
2008-08-01 Rob Pikenew bug: go on a method is wrong
2008-08-01 Robert Griesemerbug: non-exported type is accessible in client
2008-08-01 Robert Griesemer- simplified handling of primary types (types w/ names...
2008-08-01 Robert Griesemermore import/export stuff:
2008-08-01 Robert Griesemer- added import/export test cases
2008-07-31 Robert Griesemerfixed bug in FixExt routine
2008-07-31 Robert Griesemer- backward link from objs to containing scope
2008-07-31 Robert Griesemer- fixed a bug w/ exports (wrong package info)
2008-07-31 Robert Griesemer- added missing file
2008-07-31 Robert Griesemer- fixed import bug (import "...")
2008-07-31 Robert Griesemervarious fixes:
2008-07-30 Robert Griesemer- filed 2 bugs: unary ^ not implemented, compiler crash...
2008-07-30 Rob Pike- mark syscall support routines as non-stack-generating
2008-07-30 Robert Griesemer- addded interface pretty printer
2008-07-30 Robert Griesemer- bug in function invocation
2008-07-30 Robert Griesemer- import and export code, bug fixes
2008-07-29 Rob Pikefix a comment
2008-07-29 Rob Pikefixes for linux system call linkage
2008-07-29 Rob Pikerewrite system call interface to use less assembler.
2008-07-29 Rob Pikefix type error caused by recent change
2008-07-29 Robert Griesemer- handling of pointer forward decls
2008-07-28 Rob Pikeupdate tests
2008-07-28 Ken Thompsonlen now takes an expression
2008-07-28 Rob Pikeadd lstat
2008-07-28 Robert Griesemer- parameters must be named
2008-07-28 Rob Pikeuse real select
2008-07-28 Rob Pikeprint tracebacks for all goroutines, not just the crash...
2008-07-28 Rob Pikeupdate tests
2008-07-28 Rob Pikeupdate golden
2008-07-27 Rob Pikeupdate tests
2008-07-27 Rob Pikereally fix it this time
2008-07-27 Rob Pikecode had syntax error masking real bug
2008-07-27 Ken Thompsonrandom bug fixes
2008-07-27 Ken Thompsonselect
2008-07-26 Rob Pikeadd fstat, stat
2008-07-26 Rob Pikebeginnings of a low-level syscall library
2008-07-26 Ken Thompsonselect/chan
2008-07-26 Ken Thompsonselect
2008-07-25 Ken Thompsonselect
2008-07-25 Rob Pikebug: compiler crash on select receive without variable.
2008-07-25 Rob Pikeupdate tests
2008-07-25 Ken Thompsonread select
2008-07-25 Robert GriesemerExperiments with "export":
2008-07-25 Robert Griesemer- more work on SimpleStat production
2008-07-25 Rob Pikefix ordering problem: flag depends on fmt
2008-07-25 Robert Griesemer- fixed several parser issues
2008-07-24 Ken Thompsonselect
2008-07-24 Robert Griesemer- filed bug: label identifiers should not be allowed...
2008-07-24 Robert Griesemer- filed bug: label names in different scopes should...
2008-07-24 Rob Pikeadd usage message
2008-07-24 Rob PikeAdd a flags package.
2008-07-24 Rob Pikenew bug: x, ok = t.m[i] doesn't compile
2008-07-23 Robert Griesemer- parsing support for composite literals
2008-07-23 Robert Griesemer- more work on semantic checks - not yet enabled by...
2008-07-23 Rob Pikeslices and string/array concatenation
2008-07-23 Rob Pikedocument initialization
2008-07-22 Rob Pikemaintain __.PKGDEF files in archives if the 'g' flag...
2008-07-22 Rob Pikefix some bad spaces
2008-07-22 Rob PikeExpand section on compound literals.
2008-07-22 Rob Pikechange date
2008-07-22 Rob Pikehelp management of empty pkg and lib directories in...
2008-07-21 Rob Pikemap delete
2008-07-21 Rob Pikecompiler crash in string('a', 'b', '\n');
2008-07-21 Ken Thompsonstart of select
2008-07-20 Ken Thompsontweaks to init
2008-07-20 Ken Thompsoninit
2008-07-19 Rob Pikeadd an eval function (written by ken)
2008-07-19 Rob Piketest update
2008-07-19 Rob Pikeupdate fmt to use some initialization
2008-07-19 Ken Thompsoninit
2008-07-19 Ken Thompsoninit filename vs pkgname
2008-07-19 Ken Thompsoninitialization
2008-07-19 Robert Griesemer- scanner returns now triple (tok, tok_pos, tok_val)
2008-07-18 Robert Griesemer- missing changes from prev. commit
2008-07-18 Rob Pikeadd doug's power series package
2008-07-18 Robert Griesemer- made initial export work
2008-07-18 Robert Griesemer- added 2 bugs tests
2008-07-18 Ken Thompsonlen(fixed array)
2008-07-18 Ken Thompsonloop in subtype
next