]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2008-07-10 Ken Thompsonbug in offsets in imported struct fields
2008-07-10 Robert Griesemer- minor bug fix
2008-07-09 Rob Pikeredefinition fix for autolib: if first ATEXT is already...
2008-07-09 Robert Griesemer- initial better error reporting
2008-07-09 Rob Pikebuild packages automatically
2008-07-09 Rob Pikeenable autolib
2008-07-09 Robert Griesemer- replaced recursive parsing of binary expressions...
2008-07-09 Robert Griesemer- completed parser - accepts full language (modulo...
2008-07-09 Ken Thompsondefined external registers g and m
2008-07-09 Robert Griesemer- more fixes to parser
2008-07-09 Robert Griesemer- fixed scanner and parser issues to be able to parse...
2008-07-09 Ken Thompsonconverted double to float64
2008-07-09 Robert Griesemer- more work on Go parser
2008-07-09 Rob Pikefix ldexp, frexp, and make math package compile and...
2008-07-09 Ken Thompsonunique import/export names
2008-07-08 Robert Griesemer- go parser parses itself
2008-07-08 Robert Griesemer- added missing keyword 'iota'
2008-07-08 Rob Pikeadd a disclaimer
2008-07-08 Rob Pikedisambiguate typedefs in export blocks of .6 files
2008-07-08 Rob Piketest update. also remove two duplicates
2008-07-08 Rob Piketest update. some tests now run; no change to output
2008-07-08 Rob Pikeadd bytestorune and stringtorune to sys.
2008-07-08 Rob Pikefixed three-way decl
2008-07-08 Ken Thompsonmore coroutine
2008-07-08 Rob Pikek,l,m := 0,0,0 doesn't compile
2008-07-08 Robert Griesemer- first cut a Go parser in Go
2008-07-07 Ken Thompsonremove incorrect (!) consts
2008-07-07 Rob Pikeupdate to Unicode 5
2008-07-07 Ken Thompsonstart of coroutine
2008-07-07 Rob Pikebug update
2008-07-07 Rob Piketest cleanup
2008-07-06 Ken Thompsontook out vlong/uvlong/rune conversions
2008-07-06 Ken Thompsonrandom little bugs
2008-07-05 Ken Thompsonoutput args declared
2008-07-05 Ken Thompsonfloating point print
2008-07-04 Rob Pikeone bug fixed
2008-07-04 Robert Griesemer- more work on Go scanner
2008-07-04 Ken Thompsonbetter recovery after syntax error
2008-07-04 Ken Thompson a,b := fun()
2008-07-04 Rob Pikeimproved iota test for new form
2008-07-03 Robert Griesemer- minor update
2008-07-03 Rob Pikefix some tests
2008-07-03 Ken Thompsonnew iota
2008-07-03 Robert Griesemer- filed a bug w/ constant evaluation
2008-07-03 Rob Pikefix typo in file name
2008-07-03 Rob Pikedrop some superfluous file prefixes in runtime
2008-07-03 Robert GriesemerA small but powerful change in constant declarations...
2008-07-03 Robert Griesemer- more Go scanner work
2008-07-03 Robert Griesemer- implemented first cut at Go scanner in Go
2008-07-02 Robert Griesemer- filed a bug
2008-07-02 Robert Griesemer- more minor fixes
2008-07-01 Robert Griesemer- fixed .x file permissions
2008-07-01 Robert Griesemer- minor update
2008-07-01 Robert Griesemer- updated doc
2008-06-30 Rob Pikeadd test that was mistakenly not checked in, now fixed
2008-06-30 Rob Pikeupdate golden
2008-06-30 Rob Pikeclean up rearrangement of runtime functions in the...
2008-06-30 Rob Pikemakes stack traces work for segmented stacks
2008-06-30 Rob PikeBreak runtime.c into separate pieces for maps, strings...
2008-06-30 Ken Thompsonsegmented stacks
2008-06-29 Ken Thompsonmore line numbers
2008-06-28 Ken Thompsonmore line numbers
2008-06-28 Rob Pikefix two (!) bugs printing floating point zero
2008-06-28 Rob Pikeslice doesn't work on a string literal
2008-06-28 Rob Pikenew test - map failure
2008-06-28 Rob Pikeupdate: hashmap compiles now
2008-06-28 Ken Thompsonanother both sides functions
2008-06-28 Ken Thompsonline numbers
2008-06-28 Rob Pikeupdate to new world. still can't use it but it's a...
2008-06-27 Ken Thompsonfixed fncall both sides
2008-06-27 Ken Thompsonsametype message
2008-06-27 Ken Thompsonmap index of index bug
2008-06-27 Rob Piketest wasn't being run. it works fine.
2008-06-27 Rob Pikeexport sys.exit
2008-06-27 Rob Pikeupdate darwin for segmented stacks
2008-06-27 Ken Thompsonsegmented stack
2008-06-27 Rob Pikeadd a test
2008-06-27 Rob Pikefix a few spelling mistakes in messages
2008-06-27 Robert Griesemer- added calc cmd
2008-06-27 Ken Thompsonbetter line numbers
2008-06-27 Rob Pikeadd readfile test
2008-06-26 Robert Griesemer- moved integer code into src/pkg
2008-06-26 Ken Thompsonsimultaneous assignment test
2008-06-26 Robert Griesemer- a couple of fixes for integer.go
2008-06-26 Rob Pikerepair struct definition
2008-06-26 Rob Pikeslight change to file names
2008-06-26 Rob Pikemake readfile work on darwin
2008-06-26 Robert Griesemer- added bug against maps
2008-06-26 Ken Thompsonadd pointer to val type of maps
2008-06-26 Rob Pikeadd sys.readfile()
2008-06-26 Robert Griesemer- filed a bug against len()
2008-06-26 Rob Pikeruntime needs runtime.c
2008-06-26 Rob Pikemaybe now $O is right
2008-06-26 Rob PikeO=6 not O=o
2008-06-26 Rob Pikeput a makefile into runtime
2008-06-26 Rob Pikeadd plan 9 ar, which understands our symbol tables
2008-06-26 Ken Thompsonautolib (#pragma lib)
2008-06-26 Robert Griesemer- dump registers in case of signal (linux)
2008-06-25 Rob Pikeimprove bug054.go
2008-06-25 Rob Pikeadd new bug: can't compile a, b := sys.frexp(1.0)
next