]>
Cypherpunks repositories - gostls13.git/log 
Russ Cox [Wed, 16 Sep 2009 23:38:49 +0000 (16:38 -0700)] 
 
make String work on Position values, to enable
Rob Pike [Wed, 16 Sep 2009 22:15:00 +0000 (15:15 -0700)] 
 
rename bytes.Buffer.Data() to bytes.Buffer.Bytes()
Rob Pike [Wed, 16 Sep 2009 22:14:12 +0000 (15:14 -0700)] 
 
use /bin/ed to avoid portability issues
Rob Pike [Wed, 16 Sep 2009 18:49:35 +0000 (11:49 -0700)] 
 
slight refinement of select: evaluation is top to bottom, as in switches.
Robert Griesemer [Wed, 16 Sep 2009 18:05:14 +0000 (11:05 -0700)] 
 
- added syntax for conversions (was missing)
Russ Cox [Wed, 16 Sep 2009 17:43:49 +0000 (10:43 -0700)] 
 
add heap.Remove
Russ Cox [Wed, 16 Sep 2009 17:43:27 +0000 (10:43 -0700)] 
 
parse and present DWARF type information
Russ Cox [Wed, 16 Sep 2009 04:58:45 +0000 (21:58 -0700)] 
 
basic DWARF reading.
Russ Cox [Wed, 16 Sep 2009 00:29:08 +0000 (17:29 -0700)] 
 
make 6g match spec:
Robert Griesemer [Tue, 15 Sep 2009 23:16:34 +0000 (16:16 -0700)] 
 
bug fix: allow function types as operands
Kai Backman [Tue, 15 Sep 2009 23:15:17 +0000 (16:15 -0700)] 
 
fixed register usage and removed some dead code.
Kai Backman [Tue, 15 Sep 2009 23:14:49 +0000 (16:14 -0700)] 
 
patch in proper branch address in zaddr output
Kai Backman [Tue, 15 Sep 2009 23:12:47 +0000 (16:12 -0700)] 
 
use register intermediate
Rob Pike [Tue, 15 Sep 2009 22:56:44 +0000 (15:56 -0700)] 
 
Deriving functions from methods
Russ Cox [Tue, 15 Sep 2009 21:11:43 +0000 (14:11 -0700)] 
 
declared and not used; this time for sure
Robert Griesemer [Tue, 15 Sep 2009 20:53:10 +0000 (13:53 -0700)] 
 
consider each case in a switch independent from the previous one for alignment purposes
Russ Cox [Tue, 15 Sep 2009 20:51:33 +0000 (13:51 -0700)] 
 
final batch for "declared and not used"
Robert Griesemer [Tue, 15 Sep 2009 20:33:16 +0000 (13:33 -0700)] 
 
fix build: added missing files
Robert Griesemer [Tue, 15 Sep 2009 20:06:24 +0000 (13:06 -0700)] 
 
go/printer:
Russ Cox [Tue, 15 Sep 2009 19:42:24 +0000 (12:42 -0700)] 
 
last round: non-package code
Rob Pike [Tue, 15 Sep 2009 18:56:39 +0000 (11:56 -0700)] 
 
an attempt to define initialization order within a package.
Rob Pike [Tue, 15 Sep 2009 16:54:22 +0000 (09:54 -0700)] 
 
minutiae: pass 1
Russ Cox [Tue, 15 Sep 2009 16:41:59 +0000 (09:41 -0700)] 
 
more "declared and not used".
Russ Cox [Tue, 15 Sep 2009 04:03:53 +0000 (21:03 -0700)] 
 
fix "declared and not used" in tests;
Russ Cox [Tue, 15 Sep 2009 01:38:30 +0000 (18:38 -0700)] 
 
declared and not used error, but disabled.
Rob Pike [Tue, 15 Sep 2009 00:39:17 +0000 (17:39 -0700)] 
 
make SimpleStmt include EmptyStmt and the grammar simplifies a bit.
Russ Cox [Tue, 15 Sep 2009 00:20:29 +0000 (17:20 -0700)] 
 
fix "declared and not used" errors in non-test code.
Russ Cox [Mon, 14 Sep 2009 23:46:48 +0000 (16:46 -0700)] 
 
do not crash on nil data value
Russ Cox [Mon, 14 Sep 2009 23:45:35 +0000 (16:45 -0700)] 
 
do not crash printing the zero value for time.Time.
Russ Cox [Mon, 14 Sep 2009 21:27:19 +0000 (14:27 -0700)] 
 
make 5g, 8g build again by disabling init code.
Rob Pike [Mon, 14 Sep 2009 20:09:53 +0000 (13:09 -0700)] 
 
add tests for the func()() case
Rob Pike [Mon, 14 Sep 2009 17:40:44 +0000 (10:40 -0700)] 
 
functions
Nigel Tao [Mon, 14 Sep 2009 04:47:54 +0000 (21:47 -0700)] 
 
When decoding a paletted PNG, require that a PLTE chunk is seen before
Rob Pike [Mon, 14 Sep 2009 04:35:18 +0000 (21:35 -0700)] 
 
Add and AddByte
Rob Pike [Fri, 11 Sep 2009 18:51:00 +0000 (11:51 -0700)] 
 
correct and clarify the rules about integer conversions.
Nigel Tao [Fri, 11 Sep 2009 04:33:44 +0000 (21:33 -0700)] 
 
PNG decoder for go.
Robert Griesemer [Fri, 11 Sep 2009 01:26:14 +0000 (18:26 -0700)] 
 
fix build
Russ Cox [Fri, 11 Sep 2009 00:33:01 +0000 (17:33 -0700)] 
 
fix bug206.
Ken Thompson [Fri, 11 Sep 2009 00:32:48 +0000 (17:32 -0700)] 
 
minor changes
Robert Griesemer [Fri, 11 Sep 2009 00:27:06 +0000 (17:27 -0700)] 
 
better gofmt formatting:
Russ Cox [Thu, 10 Sep 2009 21:47:10 +0000 (14:47 -0700)] 
 
rename units -> units.txt.
Russ Cox [Thu, 10 Sep 2009 21:18:53 +0000 (14:18 -0700)] 
 
fix indentation
Ken Thompson [Thu, 10 Sep 2009 20:53:35 +0000 (13:53 -0700)] 
 
sample goyacc program
Russ Cox [Thu, 10 Sep 2009 20:43:15 +0000 (13:43 -0700)] 
 
fix bug206 output on different platforms
Ken Thompson [Thu, 10 Sep 2009 20:19:46 +0000 (13:19 -0700)] 
 
goyacc command
Rob Pike [Thu, 10 Sep 2009 17:47:11 +0000 (10:47 -0700)] 
 
gccgo does not yet implement _
Robert Griesemer [Thu, 10 Sep 2009 17:30:36 +0000 (10:30 -0700)] 
 
bug206
Robert Griesemer [Thu, 10 Sep 2009 17:14:00 +0000 (10:14 -0700)] 
 
- blank identifier
Ken Thompson [Thu, 10 Sep 2009 00:48:55 +0000 (17:48 -0700)] 
 
composit literal under
Russ Cox [Wed, 9 Sep 2009 23:59:41 +0000 (16:59 -0700)] 
 
a few more blank tests
Russ Cox [Wed, 9 Sep 2009 23:45:23 +0000 (16:45 -0700)] 
 
exit with non-zero status for incompatible pointer type warnings
Rob Pike [Wed, 9 Sep 2009 17:32:26 +0000 (10:32 -0700)] 
 
use the new type switch multicase to clean up a little.
Russ Cox [Wed, 9 Sep 2009 08:31:10 +0000 (01:31  -0700)] 
 
check type of string/map/array index expressions
Russ Cox [Wed, 9 Sep 2009 08:21:20 +0000 (01:21  -0700)] 
 
error message fixes
Russ Cox [Wed, 9 Sep 2009 08:01:39 +0000 (01:01  -0700)] 
 
defining package block names must override
universe block names.
BUG=
2097244 
R=ken
OCL=34295
CL=34473
Russ Cox [Wed, 9 Sep 2009 07:18:16 +0000 (00:18  -0700)] 
 
update type switch to match spec.
Russ Cox [Wed, 9 Sep 2009 06:16:19 +0000 (23:16 -0700)] 
 
write-only variable _
Rob Pike [Wed, 9 Sep 2009 00:11:57 +0000 (17:11 -0700)] 
 
string range
Ken Thompson [Tue, 8 Sep 2009 22:52:27 +0000 (15:52 -0700)] 
 
init context for composit literals
Robert Griesemer [Tue, 8 Sep 2009 22:41:14 +0000 (15:41 -0700)] 
 
cosmetic changes:
Russ Cox [Tue, 8 Sep 2009 21:40:27 +0000 (14:40 -0700)] 
 
add -S flag to print size of symbol
Robert Griesemer [Tue, 8 Sep 2009 21:29:41 +0000 (14:29 -0700)] 
 
- clarify vector comment
Ken Thompson [Tue, 8 Sep 2009 21:26:39 +0000 (14:26 -0700)] 
 
compound literal test
Russ Cox [Tue, 8 Sep 2009 20:46:54 +0000 (13:46 -0700)] 
 
pass Type* to makechan and makemap so that
Russ Cox [Tue, 8 Sep 2009 19:27:09 +0000 (12:27 -0700)] 
 
documentation edits:
Ken Thompson [Tue, 8 Sep 2009 00:36:47 +0000 (17:36 -0700)] 
 
maps in static initialization
Ken Thompson [Sun, 6 Sep 2009 22:03:51 +0000 (15:03 -0700)] 
 
more static init
Ken Thompson [Sun, 6 Sep 2009 03:32:24 +0000 (20:32 -0700)] 
 
composit literals
Austin Clements [Fri, 4 Sep 2009 23:12:50 +0000 (16:12 -0700)] 
 
Don't crash in Sym.ReceiverName for symbols like "x.x"
Russ Cox [Fri, 4 Sep 2009 20:04:11 +0000 (13:04 -0700)] 
 
script for running test programs in interpreter.
Austin Clements [Fri, 4 Sep 2009 19:55:25 +0000 (12:55 -0700)] 
 
Make world.Define{Const,Var} indicate if the definition was
Austin Clements [Fri, 4 Sep 2009 18:58:00 +0000 (11:58 -0700)] 
 
Update debugger to use Abort interface
Austin Clements [Fri, 4 Sep 2009 00:41:25 +0000 (17:41 -0700)] 
 
s/Thread/Goroutine/
Russ Cox [Fri, 4 Sep 2009 00:22:20 +0000 (17:22 -0700)] 
 
top-level func
Austin Clements [Fri, 4 Sep 2009 00:14:49 +0000 (17:14 -0700)] 
 
Thread Thread into Value Get/Set/Assign so other Value
Russ Cox [Fri, 4 Sep 2009 00:01:10 +0000 (17:01 -0700)] 
 
add ParseDeclList
Austin Clements [Thu, 3 Sep 2009 23:59:41 +0000 (16:59 -0700)] 
 
Implement Go threads.  Implement a general event system
Russ Cox [Thu, 3 Sep 2009 23:37:02 +0000 (16:37 -0700)] 
 
parse expression statements beginning with
Russ Cox [Thu, 3 Sep 2009 23:20:49 +0000 (16:20 -0700)] 
 
convert testing to World.
Russ Cox [Thu, 3 Sep 2009 23:18:03 +0000 (16:18 -0700)] 
 
missed in last compiler change
Russ Cox [Thu, 3 Sep 2009 23:17:21 +0000 (16:17 -0700)] 
 
fix linux 386 build
Russ Cox [Thu, 3 Sep 2009 23:17:06 +0000 (16:17 -0700)] 
 
corrected bug187; dropped on the floor somehow
Russ Cox [Thu, 3 Sep 2009 22:45:43 +0000 (15:45 -0700)] 
 
nil in DeepEqual
Russ Cox [Thu, 3 Sep 2009 22:23:21 +0000 (15:23 -0700)] 
 
stop using filename for disambiguation within a package.
Russ Cox [Thu, 3 Sep 2009 20:56:06 +0000 (13:56 -0700)] 
 
fix range on invalid utf8 bug
Rob Pike [Thu, 3 Sep 2009 20:33:16 +0000 (13:33 -0700)] 
 
partial rune at end makes string range loop forever
Rob Pike [Thu, 3 Sep 2009 18:41:01 +0000 (11:41 -0700)] 
 
new benchmark results.
Russ Cox [Thu, 3 Sep 2009 17:59:52 +0000 (10:59 -0700)] 
 
fix bug187 (itself buggy)
Austin Clements [Thu, 3 Sep 2009 17:55:20 +0000 (10:55 -0700)] 
 
Fix uninstalling of breakpoints when a process exits.  Process
Robert Griesemer [Thu, 3 Sep 2009 17:53:27 +0000 (10:53 -0700)] 
 
simplify extractEBNF code
Robert Griesemer [Thu, 3 Sep 2009 17:35:09 +0000 (10:35 -0700)] 
 
silence hlint
Rob Pike [Thu, 3 Sep 2009 17:24:38 +0000 (10:24 -0700)] 
 
use %L in listings so we see source line number in easy format
Robert Griesemer [Thu, 3 Sep 2009 16:58:13 +0000 (09:58 -0700)] 
 
linkify EBNF sections in spec when served via godoc
Russ Cox [Thu, 3 Sep 2009 16:46:24 +0000 (09:46 -0700)] 
 
unsafe is not declared in the outermost scope
Russ Cox [Thu, 3 Sep 2009 06:26:13 +0000 (23:26 -0700)] 
 
fix one bug involving [...] constructors.
Stephen Ma [Thu, 3 Sep 2009 03:09:25 +0000 (20:09 -0700)] 
 
Update restriction on declarations of methods.
Russ Cox [Thu, 3 Sep 2009 00:15:43 +0000 (17:15 -0700)] 
 
convenience wrapper
Rob Pike [Thu, 3 Sep 2009 00:14:30 +0000 (17:14 -0700)] 
 
fix initialization of noreturn
Rob Pike [Wed, 2 Sep 2009 23:41:41 +0000 (16:41 -0700)] 
 
for loops
Russ Cox [Wed, 2 Sep 2009 21:11:40 +0000 (14:11 -0700)] 
 
move abortChan into Thread.