]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2010-04-27 Robert Griesemerfix build
2010-04-27 Russ Coxgc: fix islocalname on windows
2010-04-27 Russ Coxrpc/jsonrpc: support for jsonrpc wire encoding
2010-04-27 Russ Coxjson: delete obsolete code
2010-04-27 Russ Coxrpc: abstract client and server encodings
2010-04-27 Robert Griesemergofmt: fine-tune stripping of parentheses
2010-04-27 Robert Griesemer6g bug: no need for parens around array index expression
2010-04-27 Robert Griesemergo/parser: don't require parens around composite litera...
2010-04-27 Robert Griesemergofmt: don't strip mandatory ()'s around composite...
2010-04-27 Russ Coxjson: streaming
2010-04-27 Christopher... godoc: use int64 for timestamps
2010-04-27 Russ Coxjson: preserve field name case by default
2010-04-27 Russ Coxpipe: implementation #3; this time for sure!
2010-04-27 Andrew Gerrandhomepage: removed animation, use custom js instead...
2010-04-27 Micah Stetsontime: remove incorrect time.ISO8601 and add time.RFC3339
2010-04-27 Alex Brainmansyscall: fix mingw build
2010-04-27 Alex Brainmanos, syscall: more mingw
2010-04-27 Giles Leanos: create sys_bsd.go
2010-04-27 Evan Shawos: Fix build for MinGW
2010-04-27 Alex Brainmanrename cgo2c to goc2c in ignored list
2010-04-27 Kyle ConsalusAdded fannkuch-parallel.go
2010-04-27 Charles L.... math: more special cases for signed zero
2010-04-27 Russ Coxgc: more specific error for statements at top level
2010-04-27 Russ Coxgodoc: add codewalk support
2010-04-27 Russ Coxcrypto/tls: simpler implementation of record layer
2010-04-27 Russ Coxnet: introduce net.Error interface
2010-04-27 Andrew Gerranddoc/root.html: remove key from jsapi src
2010-04-26 Russ Coxnet: add Pipe
2010-04-26 Russ Coxbytes: add Next method to Buffer, simplify Read.
2010-04-26 Russ Coxxml: fix innerxml handling of & escapes
2010-04-26 Russ Coxtemplate: fix handling of pointer inside interface
2010-04-26 Russ Coxregexp: allow escaping of any punctuation
2010-04-26 Russ Coxlibmach: disassemble MOVLQZX correctly
2010-04-23 Russ Coxruntime: closures, defer bug fix for Native Client
2010-04-23 Rob Pikeos/stat_freebsd.go: maybe fix build for freebsd
2010-04-23 Andrew Gerrandgo_faq: typo fix
2010-04-22 Evan Shawbig: Create type nat
2010-04-22 Rob PikeFileInfo: regularize the types of some fields.
2010-04-22 Evan Shawspec: Fix run-time panic header id
2010-04-22 Evan Shawvector: Don't always regenerate {int,string}vector.go
2010-04-22 Evan Shawbig: Add some tests
2010-04-21 Russ Coxjson: Marshal, Unmarshal using new scanner
2010-04-21 Russ Coxruntime: switch state back to Grunning after recovery
2010-04-21 Russ Coxxml: new "innerxml" tag to collect inner XML
2010-04-21 Russ Coxutf16: add DecodeRune, EncodeRune
2010-04-21 Andrew Gerrandfaq: more up-to-date info about the Windows port
2010-04-21 Rob Piketest/bench: reenable chameneosredux for gccgo.
2010-04-21 Russ Coxbig: fix build - start with zero in scanN
2010-04-21 Kyle Consalusstrings: add ReadRune to Reader
2010-04-21 Evan Shawbig: eliminate redundant array lookups
2010-04-21 Evan Shawbig: reduce the number of allocations
2010-04-21 Andrew Gerrandgo_faq: add question: Why does Go perform badly on...
2010-04-21 Russ Cox6l, 8l: include ELF header in PT_LOAD mapping for text...
2010-04-21 Evan Shawbig: Add Lsh and Value; convert pidigits to use big
2010-04-21 Russ Coxgc: print x[y:] correctly
2010-04-21 Russ Coxruntime: rename cgo2c, *.cgo to goc2c, *.goc
2010-04-21 Russ Coxreflect: implement Set(nil), SetValue(nil) for PtrValue...
2010-04-20 Evan Shawbig: Get rid of function pointers and init function
2010-04-20 Andrew Gerrandgodashboard: remove obselete data models and conversion...
2010-04-19 Kyle ConsalusAdded strings.FieldsFunc, a generalization of strings...
2010-04-19 Andrew Gerrandgodashboard: bz2 compress logs in data store
2010-04-19 Evan Shawgc benchmark: Update package list
2010-04-19 Russ Coxgc: cmplx typecheck bug fix
2010-04-19 Andrew Gerrandsyscall: match linux Setsid function signature to darwin
2010-04-18 Raif S. Naffahreflect: add FieldByNameFunc
2010-04-18 Michael Hoisienet: fix bugs in packStructValue
2010-04-18 Russ Coxjson: scanner, Compact, Indent, and tests
2010-04-16 Rob Pikerpc: Add Close() method to rpc.Client to allow graceful...
2010-04-16 Kai Backman the android runner script
2010-04-16 Andrew Gerrandadd Sam Thorogood (of Google Inc.) to CONTRIBUTORS
2010-04-16 Evan Shawexp/eval: Always read float literals as base 10
2010-04-16 Evan Shawgo/ast: Update comment to mention imaginary literals
2010-04-16 Evan Shawexp/eval: Implement x[lo:]
2010-04-15 Russ Coxflag: eliminate unnecessary structs
2010-04-15 Andrei Vieru"godoc -src pkg_name" excludes duplicates entries
2010-04-15 Kai Backmansynchronize ARM runner environment variable with run-arm
2010-04-15 Kai Backmansupport for printing floats:
2010-04-15 Robert Griesemerscanner: implement Peek() to look at the next char...
2010-04-14 Russ Coxbytes: shuffle implementation, making WriteByte 50...
2010-04-14 Andrew Gerrandrelease.2010-04-13 part two
2010-04-14 Russ Coxruntime: better trace for fault due to nil pointer...
2010-04-14 Alex Brainmanos, syscall: mingw bug fixes
2010-04-14 Russ Coxgo_spec updates weekly.2010-04-13
2010-04-14 Andrew Gerrandrelease.2010-04-13
2010-04-13 Alex Brainmanos: mingw version of Readdir() and Stat() implemented
2010-04-13 Evan Shaw8l: add DOS stub to PE binaries
2010-04-13 Rob Pikenetchan: allow client to send as well as receive.
2010-04-13 Rob Piketemplate: use panic/recover to simplify internal error...
2010-04-13 Ian Lance TaylorUse the copy function rather than a loop.
2010-04-13 Christopher... test: minor updates to avoid bitrot
2010-04-13 Christopher... Remove exp/exception as it's no longer relevant
2010-04-13 Rob Pikefixes for rpc:
2010-04-12 Russ Coxgc: zero unnamed return values on entry if func has...
2010-04-12 Christopher... xml: update documentation to match current coding style
2010-04-12 Andrei Vierufmt format verb %b bug
2010-04-12 Rob PikeCLA: Andrei Vieru
2010-04-12 Christopher... json: update documentation to match current coding...
2010-04-11 Russ Coxgc: compile s == "" as len(s) == 0
2010-04-11 Russ Coxgc: distinguish fatal compiler bug from error+exit
2010-04-11 Russ Coxgc: make sure main.main has correct type
next