]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2010-05-04 Russ Coxtest: test of static initialization (fails)
2010-05-03 Russ Coxgc: bug267
2010-05-03 Russ Coxgc: error for nested functions, one semicolon problem
2010-05-03 Russ Coxbig: fix memory corruption in nat.shr
2010-05-03 Russ Coxruntime/arm: fix build
2010-05-03 Russ Coxtest: fix run-arm to count bugs correctly
2010-05-03 Evan Shawbig: Add bitwise methods for Int
2010-05-03 Russ Coxnacl: another attempt at fixing build
2010-05-03 Russ Coxsyscall: fix arm build (fix bugs in generator, to add...
2010-05-03 Ian Lance TaylorAdd _cgo_export.[ch] targets so that make knows how...
2010-05-03 Rob Pikebytes: Change IndexAny to look for UTF-8 encoded charac...
2010-05-03 Andrew Gerranddashboard: fix benchmark json output
2010-05-03 Giles Leanruntime: update godefs usage comment for GOARCH=386...
2010-05-03 Russ Coxfix nacl build
2010-05-03 Charles L.... math: fix typo in Cbrt description
2010-05-03 Andrew Gerrandcodelab/wiki: switch edit/view, as they were backwards
2010-05-01 Robert Griesemerbig: cleanup and removal of redundant functionality
2010-05-01 Russ Coxgc: be pickier about slice, chan, array, and map sizes
2010-05-01 Russ Coxgmp: fix bug in SetString
2010-05-01 Russ Coxvector: use correct capacity in call to make
2010-05-01 Robert Griesemerbig: use fast shift routines
2010-04-30 Robert Griesemerbig/arith: assembly routines for 386 long shifts (2nd...
2010-04-30 Russ Cox8g: bug272
2010-04-30 Russ Coxgc: bug271
2010-04-30 Russ Coxgc: bug270
2010-04-30 Russ Cox8l: fix absolute path detection on Windows
2010-04-30 Alex Brainmansyscall: handle EOF on pipe - special case on Windows
2010-04-30 Robert Griesemerfix build
2010-04-30 Robert Griesemerbig: improved computation of "karatsuba length" for...
2010-04-30 Robert Griesemerbig: assembly routines for 386 long shifts
2010-04-30 Robert Griesemerbig: implemented core shift routines in arith.go and
2010-04-30 Nigel TaoAdd EWOULDBLOCK to sycall_nacl.go.
2010-04-30 Alex Brainmanrename GOOS=mingw to GOOS=windows
2010-04-30 Russ Coxsyscall: force O_LARGEFILE in Linux open system call
2010-04-30 Joe Poiriersyscall: mingw Sleep
2010-04-29 Russ Coxgc: never include ( ) on singleton func return type
2010-04-29 Russ Coxgc: bug268
2010-04-29 Christopher... net: use short variable declaration
2010-04-29 Christopher... net: parser should handle EOF without newline properly.
2010-04-29 Robert Griesemergo spec: fix iota description
2010-04-29 Andrey Mirtchovskicodelab/index.html: a few typos.
2010-04-29 Andrey Mirtchovskicodelab/index.html "os" needs to be imported because...
2010-04-29 Russ Coxdarwin: bsdthread_create can fail; print good error
2010-04-29 Russ Coxnet: do not require newline at end of resolv.conf
2010-04-29 Russ Coxxml: allow text segments to end at EOF
2010-04-28 Rob Pikespec: clarify "continue" with label. the text was obvio...
2010-04-28 Christopher... fmt: %T print <nil> for nil
2010-04-28 Ian Lance TaylorRemove destination of symlink test in case it got left...
2010-04-28 Russ Cox5l, 6l, 8l, runtime: make -s binaries work
2010-04-28 Andrew Gerrandrelease.2010-04-27 tags
2010-04-28 Andrew Gerrandrelease.2010-04-27 weekly.2010-04-27
2010-04-28 Andrew Gerrandwiki codelab: typo fix
2010-04-28 Andrew GerrandWiki codelab, complete with tests.
2010-04-28 Robert Griesemerbig: implemented Karatsuba multiplication
2010-04-28 Russ Coxnet: drop non-RHEL-4.6 ports from test
2010-04-28 Russ Coxiterable: expose iterFunc as iterable.Func
2010-04-28 Russ Coxnet: fix bug in internetSocket introduced by error...
2010-04-28 Robert Griesemergo spec: fix wrong comment
2010-04-28 Andrew Gerrandgo_tutorial: removed outdated use of semicolons
2010-04-28 Russ Coxgc: better windows detection
2010-04-28 Andrew Gerrandtemplate: remove reference to json-template
2010-04-27 Robert Griesemerpidigits: ~10% performance win by using adds instead...
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.
next