]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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.
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
next