]>
Cypherpunks repositories - gostls13.git/log 
Rob Pike [Fri, 28 Aug 2009 01:23:45 +0000 (18:23 -0700)] 
 
add Sort methods for convenience types
Rob Pike [Fri, 28 Aug 2009 00:04:23 +0000 (17:04 -0700)] 
 
add scripts tables to the unicode package
Robert Griesemer [Thu, 27 Aug 2009 23:45:42 +0000 (16:45 -0700)] 
 
doc fixes (no lang changes)
Robert Griesemer [Thu, 27 Aug 2009 23:44:17 +0000 (16:44 -0700)] 
 
tweaks
Ken Thompson [Thu, 27 Aug 2009 21:59:26 +0000 (14:59 -0700)] 
 
bug in arrayslice
Robert Griesemer [Thu, 27 Aug 2009 21:22:51 +0000 (14:22 -0700)] 
 
- modified type switches (replacement for CL 32659)
Ken Thompson [Thu, 27 Aug 2009 20:19:44 +0000 (13:19 -0700)] 
 
inline slicearray
Austin Clements [Thu, 27 Aug 2009 20:11:06 +0000 (13:11 -0700)] 
 
Utilities to bridge native types and functions into
Robert Griesemer [Thu, 27 Aug 2009 18:25:16 +0000 (11:25 -0700)] 
 
Cleanups:
Austin Clements [Thu, 27 Aug 2009 18:24:13 +0000 (11:24 -0700)] 
 
Debugger architecture interface and definitions for AMD64.
Austin Clements [Thu, 27 Aug 2009 18:21:52 +0000 (11:21 -0700)] 
 
Make the statement compiler not use the AST visitor.
Russ Cox [Thu, 27 Aug 2009 18:20:15 +0000 (11:20 -0700)] 
 
remove Line in bufio.ReadLine(Bytes|Slice|String)
Russ Cox [Thu, 27 Aug 2009 18:17:14 +0000 (11:17 -0700)] 
 
add and use Make.cmd
Russ Cox [Thu, 27 Aug 2009 18:16:34 +0000 (11:16 -0700)] 
 
clean up ideal handling; reject attempts
Rob Pike [Thu, 27 Aug 2009 16:58:43 +0000 (09:58 -0700)] 
 
fix build. changing var to const, which it should be anyway,
Rob Pike [Thu, 27 Aug 2009 16:14:32 +0000 (09:14 -0700)] 
 
unicode tables for all categories
Nigel Tao [Thu, 27 Aug 2009 04:51:03 +0000 (21:51 -0700)] 
 
Introduce the image package.
Ken Thompson [Thu, 27 Aug 2009 02:19:07 +0000 (19:19 -0700)] 
 
bug slicing array - cap is huge
David Symonds [Thu, 27 Aug 2009 01:30:13 +0000 (18:30 -0700)] 
 
template: Support iterables for repeated fields.
Rob Pike [Wed, 26 Aug 2009 23:53:07 +0000 (16:53 -0700)] 
 
change IsDecimalDigit to IsDigit because Decimal is redundant
Ian Lance Taylor [Wed, 26 Aug 2009 23:24:51 +0000 (16:24 -0700)] 
 
Cascading errors lead to a compiler crash.
Russ Cox [Wed, 26 Aug 2009 23:23:54 +0000 (16:23 -0700)] 
 
add io.LimitReader.
Russ Cox [Wed, 26 Aug 2009 23:23:34 +0000 (16:23 -0700)] 
 
fix bufio bugs involving readers that return os.EOF with
Russ Cox [Wed, 26 Aug 2009 23:19:59 +0000 (16:19 -0700)] 
 
fix codec test bug - uint -> uint8
Ian Lance Taylor [Wed, 26 Aug 2009 23:14:17 +0000 (16:14 -0700)] 
 
Implement divWW_g in Go.
Rob Pike [Wed, 26 Aug 2009 23:01:31 +0000 (16:01 -0700)] 
 
generate the unicode tables directly from web database
Russ Cox [Wed, 26 Aug 2009 22:26:09 +0000 (15:26 -0700)] 
 
recycle G structs
Ian Lance Taylor [Wed, 26 Aug 2009 21:40:34 +0000 (14:40 -0700)] 
 
Restore comment line accidentally dropped in CL 33097.
Robert Griesemer [Wed, 26 Aug 2009 19:55:54 +0000 (12:55 -0700)] 
 
cleanups before making larger changes
Russ Cox [Wed, 26 Aug 2009 19:42:22 +0000 (12:42 -0700)] 
 
finish ChanValue: Len and Cap.
Russ Cox [Wed, 26 Aug 2009 17:47:18 +0000 (10:47 -0700)] 
 
add Close() and Closed() to ChanValue
Robert Griesemer [Wed, 26 Aug 2009 16:46:12 +0000 (09:46 -0700)] 
 
added Newton-Raphson Division as an additional bignum testcase
Austin Clements [Wed, 26 Aug 2009 00:57:40 +0000 (17:57 -0700)] 
 
Make the expression compiler not use the AST visitor.  The
Rob Pike [Tue, 25 Aug 2009 22:54:25 +0000 (15:54 -0700)] 
 
rename runtime internals to have modern names (array->slice etc)
Russ Cox [Tue, 25 Aug 2009 22:37:22 +0000 (15:37 -0700)] 
 
checkpoint & test (pidigits) before trying to automate.
Russ Cox [Tue, 25 Aug 2009 04:16:15 +0000 (21:16 -0700)] 
 
cgocall bug fix.
David Symonds [Tue, 25 Aug 2009 00:31:35 +0000 (17:31 -0700)] 
 
Wrap kludge text in HTML comments so the text/html output will remain valid HTML.
Russ Cox [Tue, 25 Aug 2009 00:30:00 +0000 (17:30 -0700)] 
 
start of FFI support, and a demo.
Russ Cox [Tue, 25 Aug 2009 00:27:55 +0000 (17:27 -0700)] 
 
ffi -> dynld.
Russ Cox [Tue, 25 Aug 2009 00:06:10 +0000 (17:06 -0700)] 
 
bug132
Russ Cox [Tue, 25 Aug 2009 00:04:12 +0000 (17:04 -0700)] 
 
change reflect test to avoid bug132
Russ Cox [Mon, 24 Aug 2009 23:15:21 +0000 (16:15 -0700)] 
 
first attempt at real FFI support.
Rob Pike [Mon, 24 Aug 2009 23:12:59 +0000 (16:12 -0700)] 
 
fix duplicated word
Ian Lance Taylor [Mon, 24 Aug 2009 22:56:39 +0000 (15:56 -0700)] 
 
Match gccgo error messages.
Robert Griesemer [Mon, 24 Aug 2009 22:45:51 +0000 (15:45 -0700)] 
 
- fix for multiple fields at same depth error
Russ Cox [Mon, 24 Aug 2009 22:20:37 +0000 (15:20 -0700)] 
 
gc: handle iface == nil in back end
Kai Backman [Mon, 24 Aug 2009 20:57:04 +0000 (13:57 -0700)] 
 
64bit literal RSH
Austin Clements [Mon, 24 Aug 2009 20:48:16 +0000 (13:48 -0700)] 
 
Make it only necessary to exit blocks, not scopes.  Allow
Russ Cox [Mon, 24 Aug 2009 20:41:47 +0000 (13:41 -0700)] 
 
bug197
Russ Cox [Mon, 24 Aug 2009 18:03:23 +0000 (11:03 -0700)] 
 
avoid duplicate field names, so that bug132 can be fixed
Russ Cox [Mon, 24 Aug 2009 17:19:31 +0000 (10:19 -0700)] 
 
linker work
Russ Cox [Mon, 24 Aug 2009 16:23:04 +0000 (09:23 -0700)] 
 
bug189
Russ Cox [Mon, 24 Aug 2009 01:09:44 +0000 (18:09 -0700)] 
 
half of bug193
Russ Cox [Mon, 24 Aug 2009 01:03:14 +0000 (18:03 -0700)] 
 
linker work
Rob Pike [Sun, 23 Aug 2009 21:00:28 +0000 (14:00 -0700)] 
 
semicolons, ifs, switches
Rob Pike [Sat, 22 Aug 2009 07:04:04 +0000 (00:04  -0700)] 
 
allow "comma ok" in initializers
Russ Cox [Sat, 22 Aug 2009 04:30:24 +0000 (21:30 -0700)] 
 
more interface embedding tests
Austin Clements [Sat, 22 Aug 2009 01:37:38 +0000 (18:37 -0700)] 
 
Implement map types
Austin Clements [Sat, 22 Aug 2009 01:30:20 +0000 (18:30 -0700)] 
 
Decode overlapping section names correctly.
Austin Clements [Sat, 22 Aug 2009 01:13:35 +0000 (18:13 -0700)] 
 
Implement line-to-PC mapping.  Add unit tests for
Russ Cox [Sat, 22 Aug 2009 01:07:11 +0000 (18:07 -0700)] 
 
fix bug195
Russ Cox [Sat, 22 Aug 2009 00:54:07 +0000 (17:54 -0700)] 
 
fix crash in bug194; add bug196
Ian Lance Taylor [Sat, 22 Aug 2009 00:42:41 +0000 (17:42 -0700)] 
 
A test for an interface which uses a forward declared type
Ian Lance Taylor [Sat, 22 Aug 2009 00:41:18 +0000 (17:41 -0700)] 
 
If the compiler dumps core, bash will print a useless error
Kai Backman [Fri, 21 Aug 2009 23:29:19 +0000 (16:29 -0700)] 
 
mostly 64 bit support.
Ian Lance Taylor [Fri, 21 Aug 2009 23:09:17 +0000 (16:09 -0700)] 
 
Test composite literals with undeclared types.  This crashed
Austin Clements [Fri, 21 Aug 2009 22:54:54 +0000 (15:54 -0700)] 
 
Make stop causes pointers so users outside the package can
Ian Lance Taylor [Fri, 21 Aug 2009 22:43:23 +0000 (15:43 -0700)] 
 
Enable these tests.  Fix divconst.go and modconst.go to
Rob Pike [Fri, 21 Aug 2009 21:18:08 +0000 (14:18 -0700)] 
 
rewrite type rules for expressions and add shift examples
Robert Griesemer [Fri, 21 Aug 2009 21:14:25 +0000 (14:14 -0700)] 
 
unexpected shift conversion behavior
Russ Cox [Fri, 21 Aug 2009 20:08:11 +0000 (13:08 -0700)] 
 
linker work
Robert Griesemer [Fri, 21 Aug 2009 18:25:00 +0000 (11:25 -0700)] 
 
- unifying rules for var decls, short var decls, and assignments
Kai Backman [Fri, 21 Aug 2009 17:53:31 +0000 (10:53 -0700)] 
 
fix 386/arm builds
Russ Cox [Fri, 21 Aug 2009 00:36:21 +0000 (17:36 -0700)] 
 
fix build
Russ Cox [Fri, 21 Aug 2009 00:33:28 +0000 (17:33 -0700)] 
 
symbol bugs.
Russ Cox [Thu, 20 Aug 2009 23:09:38 +0000 (16:09 -0700)] 
 
FFI step 2: can ask for libc.so.6.
Russ Cox [Thu, 20 Aug 2009 23:06:06 +0000 (16:06 -0700)] 
 
add #include for time and ctime
Nigel Tao [Thu, 20 Aug 2009 23:03:34 +0000 (16:03 -0700)] 
 
Fix inflate.go's decompressing of a fixed Huffman block that has
Rob Pike [Thu, 20 Aug 2009 22:39:41 +0000 (15:39 -0700)] 
 
names
Russ Cox [Thu, 20 Aug 2009 18:12:04 +0000 (11:12 -0700)] 
 
len and cap on chans
Russ Cox [Thu, 20 Aug 2009 18:11:03 +0000 (11:11 -0700)] 
 
introduce meaningful section names, so that
Russ Cox [Thu, 20 Aug 2009 17:47:40 +0000 (10:47 -0700)] 
 
clean up multifile package section.
Russ Cox [Thu, 20 Aug 2009 17:22:52 +0000 (10:22 -0700)] 
 
simplifications.
Russ Cox [Thu, 20 Aug 2009 17:18:48 +0000 (10:18 -0700)] 
 
naming cleanup.
Russ Cox [Thu, 20 Aug 2009 16:49:05 +0000 (09:49 -0700)] 
 
exclude _test from godoc as well as _obj.
Kai Backman [Thu, 20 Aug 2009 03:17:09 +0000 (20:17 -0700)] 
 
more work on adding in pieces. fixed my bad assumptions about
Kai Backman [Thu, 20 Aug 2009 02:19:57 +0000 (19:19 -0700)] 
 
change from using /tmp to local directory
Rob Pike [Thu, 20 Aug 2009 00:37:23 +0000 (17:37 -0700)] 
 
add bug to capture double declaration of name in file and package block
Russ Cox [Thu, 20 Aug 2009 00:27:08 +0000 (17:27 -0700)] 
 
produce diagnostic for
Robert Griesemer [Wed, 19 Aug 2009 23:44:04 +0000 (16:44 -0700)] 
 
new scope rules
Rob Pike [Wed, 19 Aug 2009 23:39:25 +0000 (16:39 -0700)] 
 
section about comments
Russ Cox [Wed, 19 Aug 2009 22:18:08 +0000 (15:18 -0700)] 
 
try to do better line number reporting
Ian Lance Taylor [Wed, 19 Aug 2009 21:40:48 +0000 (14:40 -0700)] 
 
With the changes to support automatic forward declarations of
Kai Backman [Wed, 19 Aug 2009 20:57:11 +0000 (13:57 -0700)] 
 
genembedtramp for arm
Rob Pike [Wed, 19 Aug 2009 20:24:24 +0000 (13:24 -0700)] 
 
start of a rewrite with a different tone
Russ Cox [Wed, 19 Aug 2009 18:32:46 +0000 (11:32 -0700)] 
 
fix import dot bug
Kai Backman [Wed, 19 Aug 2009 18:31:27 +0000 (11:31 -0700)] 
 
temporarily fix linux-arm by building less
Rob Pike [Wed, 19 Aug 2009 17:07:31 +0000 (10:07 -0700)] 
 
fix spelling that is correct but bothers me anyway
Austin Clements [Wed, 19 Aug 2009 17:05:11 +0000 (10:05 -0700)] 
 
ELF reader and Go symbol table and PC/line table decoder.
Kai Backman [Wed, 19 Aug 2009 02:20:33 +0000 (19:20 -0700)] 
 
pkg/sort compiling and some progress on syscall. mostly