]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2008-12-17 Ken Thompsonsmall bug
2008-12-17 Russ Coxtrailing white space
2008-12-17 Robert Griesemerfix syntax error (syntax accepted by 6g, but not by...
2008-12-17 Robert Griesemer- added missing file
2008-12-17 Robert GriesemerSnapshot.
2008-12-17 Russ Coxfix type/name thing, again
2008-12-17 Russ Coxanother "want type got name" error case
2008-12-16 Robert Griesemer- Add introduction section (1 page), essentially a...
2008-12-16 Russ Coxclear flags so that %+v does not pass the +
2008-12-16 Rob PikeIf ByteBuffer has never been used, b.buf is nil but...
2008-12-16 Robert Griesemerlanguage for range clause
2008-12-16 Robert Griesemer- fixed minor bug in example (found by ken)
2008-12-16 Rob Pikeupdate tests - 119 is fixed
2008-12-15 Ken Thompsonnew convention, direction bit is
2008-12-15 Ken Thompsonrange clause must have = or :=
2008-12-15 Russ Coxoff-by-one error assigning src files to functions
2008-12-15 Russ Coxcheck printf format strings
2008-12-15 Russ Coxcorrect arg register in bsdthread_create
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
next