]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2008-12-15 Russ Coxadd test for once
2008-12-15 Ken Thompsoneven more code improvement
2008-12-15 Ken Thompsonmore code optimization
2008-12-14 Ken Thompsoncode generation
2008-12-13 Ken Thompsoncode improvement
2008-12-12 Rob Piketest update
2008-12-12 Ken Thompsonbug104
2008-12-12 Robert Griesemerclosing a TODO:
2008-12-12 Russ Coxbug129
2008-12-12 Robert Griesemer- support for range clauses
2008-12-12 Russ Coxremove implicit int -> string
2008-12-12 Russ Coxprint field names on struct members.
2008-12-12 Ken Thompsonrestrict declarations of type map/chan/string
2008-12-11 Russ Coxreject struct to interface conversion for now
2008-12-11 Rob Pikeadd uintptr to reflect and print
2008-12-11 Rob Pikeif the typestring gives a field name of "?", drop it.
2008-12-11 Rob Pikehandle the nil interface better in reflect and print
2008-12-11 Russ Coxadd JSON library
2008-12-11 Russ Coxfix race with fresh perforce checkouts
2008-12-11 Russ Coxonly generate non-trivial signatures in the
2008-12-11 Russ Coxlooks like i broke the build
2008-12-11 Russ CoxDNS messages
2008-12-11 Ken Thompsonbug
2008-12-10 Russ Coxassorted cleanup and fixes
2008-12-10 Rob PikeStringBytes help routine, common functionality put...
2008-12-10 Rob Pikeanother bug cleanup.
2008-12-10 Ken Thompsonbug120
2008-12-10 Rob Pikeupdate tests: nil is no longer integer-compatible
2008-12-10 Robert GriesemerSnapshot:
2008-12-10 Ken Thompsonstring hash function faults w empty string
2008-12-10 Ken Thompson2 minor bugs
2008-12-10 Ken Thompsonbug126
2008-12-10 Ken Thompsonbug127
2008-12-10 Rob Pikefix historical editing glitch
2008-12-10 Rob Pikeimplement two TODOs in reflect:
2008-12-10 Russ Coxchans and maps of interfaces
2008-12-09 Rob Pikeuse unsafe.pointer in reflection objects
2008-12-09 Robert Griesemer- snapshot if current state
2008-12-09 Robert Griesemer- fixed bug with unicode text formatting: the number...
2008-12-09 Ken Thompsonrobs bug converting unsafe.pointer
2008-12-09 Russ Coxreplace assembly casts with unsafe.pointer
2008-12-09 Russ Coxmore impossible time errors
2008-12-09 Ken Thompsonconversion to/from
2008-12-09 Ken Thompsonfoundation for import unsafe
2008-12-09 Russ Coxavoid skew in time.Tick; remove errors from time.Second...
2008-12-09 Russ Coxuse Note sched.stopped correctly
2008-12-08 Russ Coxpick up symbol for JMP main(SB)
2008-12-08 Ian Lance TaylorTweak comments so that this test passes with gccgo.
2008-12-06 Ken Thompsonallowed syntax for range
2008-12-06 Ken Thompsonrange statement
2008-12-05 Rob Piketest pairwise iota assignment
2008-12-05 Russ Coxadd support for ref counts to memory allocator.
2008-12-05 Rob Pikeuse sync.Mutex instead of a channel for locking
2008-12-05 Ian Lance TaylorThe DejaGNU testsuite harness used by the gccgo testsui...
2008-12-05 Robert Griesemer- handle UTF-8 text in tabwriter
2008-12-05 Russ Coxmalloc fixes.
2008-12-05 Russ Coxstrings.utflen -> utf8.RuneCount, RuneCountInString
2008-12-05 Rob Pikebug128 is fixed
2008-12-05 Robert Griesemer- adjusted const decl grammar to reflect spec changes
2008-12-05 Robert GriesemerRevised proposal for const/var cleanup, with
2008-12-05 Ken Thompsonempty switches -- bug128
2008-12-04 Ken Thompsonconst/var/iota declarations as discussed
2008-12-04 Russ Coxdon't warn anymore about missing imports
2008-12-04 Russ Coxemit dynamically linked 6.out on darwin instead of...
2008-12-04 Ian Lance TaylorMake run.bash run all the current tests.
2008-12-04 Russ Coxadd mutex.Mutex
2008-12-04 Russ Coxfix build - forgot these files
2008-12-04 Russ Coxadd stub routines stackalloc() and stackfree().
2008-12-04 Russ Coxadd time.Tick()
2008-12-03 Robert Griesemer- fixed a bug with import printing (missing separator...
2008-12-03 Russ Coxpreparation for exec.
2008-12-03 Russ Coxclean stack trace code.
2008-12-03 Russ CoxMake strconv.atof("-0") return -0
2008-12-03 Ken Thompsonimport/export of exact mp floating constants
2008-12-03 Russ Coxgolden.out drift
2008-12-03 Robert Griesemer- bug: empty switches don't compile
2008-12-03 Ken Thompsonsmall code improvement to
2008-12-03 Ken Thompsontruncating of float constants when
2008-12-03 Robert Griesemer- oversight: extra allow source-level line breaks insid...
2008-12-03 Robert Griesemer- fine-tuning of white space
2008-12-03 Russ Cox6g gives no error on "0 != nil"
2008-12-02 Ian Lance TaylorThe flag and fmt libraries are now available from gccgo by
2008-12-02 Russ Coxremove reference to non-existent mparith.h
2008-12-02 Robert Griesemerbug: constants should not be redeclarable
2008-12-02 Ken Thompsonmulti precision floating point
2008-12-02 Robert Griesemer- enabled comment printing by default
2008-12-02 Russ Coxbe more precise in ftoa_test.
2008-12-01 Robert Griesemer- better comment formatting, starting to look good
2008-12-01 Russ Coxadd blank line (response to post-submit review of CL...
2008-11-27 Robert Griesemer- collect addition source position information in parser
2008-11-26 Robert Griesemer- snapshot of state before trying yet another, hopefull...
2008-11-26 Russ Coxnew stacktrace format
2008-11-26 Russ Coxchange meaning of $GOMAXPROCS to number of cpus to...
2008-11-25 Robert Griesemer- fixed a problem with flushing
2008-11-25 Russ Coxgotest: change pattern to Test([^a-z].*)?
2008-11-25 Robert Griesemer- delete vector.go - not needed anymore
2008-11-25 Rob Pikemake a (rudimentary) ByteBuffer and put it in package...
2008-11-25 Russ Coxuse pc/ln table to print source lines in traceback
2008-11-25 Russ Cox% x inserts spaces between hex bytes in string/*[]byte
2008-11-25 Russ Coxadd author lines
next