]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2008-07-18 Robert Griesemer- more front-end stuff: hooking up packages, preparing...
2008-07-17 Ken Thompsonone more time for divide
2008-07-17 Robert Griesemer- moved struct Compilation into globals.go, adjusted...
2008-07-17 Ken Thompsondiv bug
2008-07-17 Robert Griesemer- moved package code into globals.go, adjusted deps
2008-07-17 Rob Pikeupdate tests
2008-07-17 Rob Pikecompiler bug: infinite recursion in subtype()
2008-07-17 Rob Pikenew channel syntax
2008-07-17 Ken Thompsonparameter in fn literals
2008-07-17 Ken Thompsonparameter declartions in func literals
2008-07-17 Robert Griesemer- changed channel operators
2008-07-16 Rob Pikestrengthen test by checking values
2008-07-16 Rob Pikeadd test for non-blocking channel ops
2008-07-16 Ken Thompsonnew (more fifo) schedulint algorithm
2008-07-16 Ken Thompsonback out last chan fix
2008-07-16 Ken Thompsonchan bool offset bug
2008-07-16 Ken Thompsonnew chan syntax
2008-07-16 Rob Pikechannel tests with new syntax
2008-07-16 Robert Griesemer- more infrastructure
2008-07-16 Rob Pikeadd a couple of tests
2008-07-15 Robert Griesemer- added more code (package, export, compilation)
2008-07-15 Rob Pikeimprove the examples in the section on iota
2008-07-15 Rob Pikeupdate golden.out
2008-07-15 Rob Pikenested breaks handled wrong
2008-07-15 Rob Pikenew bug
2008-07-15 Robert Griesemer- func reorg to reduce forward decls and improve structure
next