]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-01-26 Rob Pikefmt/doc: define width and precision for strings.
2011-01-26 Rob Pikefaq: fix minor errors in programs reported by Wojciech...
2011-01-26 Russ Coxcodelab/wiki: fix freebsd build
2011-01-26 Russ Coxcodelab/wiki: fix build
2011-01-26 Russ Coxnet: fix build
2011-01-26 Brad Fitzpatrickencoding/line: make it an io.Reader too
2011-01-26 Russ Coxruntime: remove tiny
2011-01-26 Andrew Gerranddoc/codelab/wiki: rename textarea name from Body to...
2011-01-26 Andrew Gerranddoc/codelab/wiki: update to work with template changes...
2011-01-25 Alex Brainmanruntime: fix windows build
2011-01-25 Russ Coxruntime: prefer fixed stack allocator over general...
2011-01-25 Robert Griesemerscanner: fix Position returned by Scan, Pos
2011-01-25 Roger Peppetime: allow cancelling of After events.
2011-01-25 Luuk van Dijkcc: fix -q and build break.
2011-01-25 Luuk van Dijkcc: mode to generate go-code for types and variables.
2011-01-25 Adam Langleycrypto/dsa: add support for DSA
2011-01-25 David Andersoncrypto/rsa: correct docstring for SignPKCS1v15.
2011-01-25 Russ CoxCONTRIBUTORS: add David Anderson (Google CLA)
2011-01-25 Russ Coxmake.bash: stricter selinux test
2011-01-25 Hector Churuntime: make Walk webbrowser example work
2011-01-25 Gustavo Niemeyermisc: Import/Drop commands for Vim
2011-01-24 Robert Griesemerscanner: error handler must be provided to Init
2011-01-24 Eric Eisnersuffixarray: use binary search for both ends of Lookup
2011-01-24 Luuk van Dijk[68]l: more robust decoding of reflection type info...
2011-01-24 Hector Chucodereview: fix windows
2011-01-24 Russ Coxcodereview: handle file patterns better
2011-01-24 Roger Peppetemplate: treat map keys as zero, not non-existent.
2011-01-24 Russ Coxnet: return cname in LookupHost
2011-01-24 Rob Pikeencoding/line: fix up a few typos and infelicities...
2011-01-24 Pieter Droogendijkjson: handle capital floating point exponent (1E100).
2011-01-24 Andrew GerrandA+C: Pieter Droogendijk
2011-01-22 Rob Pikegob: report an error when encoding a non-empty struct...
2011-01-22 Alex Brainmanruntime: implementation of callback functions for windows
2011-01-22 Rob Pikegob: fix the grammar comments to match the encoder
2011-01-21 Russ Coxgc: clearer error for struct == struct
2011-01-21 Ian Lance Taylornet: Fix race condition in test.
2011-01-21 Russ Coxspec, runtime, tests: send on closed channel panics
2011-01-21 Russ Coxtest/chan/doubleselect: fix various races
2011-01-21 Rob Pikegob: better debugging, commentary
2011-01-21 Luuk van Dijkcc: remove pickle generation code.
2011-01-21 Ian Lance Taylortest: s/float/float64/
2011-01-21 Anschel Schaffer... Use defer to unlock mutex in crypto/rand.
2011-01-21 Anschel Schaffer... Fixed documentation for netchan import()
2011-01-20 Robert Griesemergodoc: show line numbers for non-go files (bug fix)
2011-01-20 Russ Coxruntime: drop CLONE_PARENT
2011-01-20 Russ Coxgotest: new cgo does not require LD_LIBRARY_PATH
2011-01-20 Miek Giebenencoding/base32: new package
2011-01-20 Russ CoxA+C: Miek Gieben (individual CLA)
2011-01-20 Russ Coxunsafe: add missing case to doc for Pointer
2011-01-20 Russ Cox6g: fix uint64(uintptr(unsafe.Pointer(&x)))
2011-01-20 Russ Coxhttp: follow relative redirect in Get
2011-01-20 Russ Cox5l: document -F, force it on old ARMs
2011-01-20 Wei Guangjing8l: emit DWARF in Windows PE.
2011-01-20 Wei Guangjingcgo: windows/386 port
2011-01-20 Wei Guangjing6l: windows/amd64 port
2011-01-20 Hector Churuntime: fix tabs in windows/386/sys.s
2011-01-20 Russ Coxruntime: make select fairer
2011-01-20 Adam Langleycrypto/openpgp: add s2k
2011-01-20 Alex Brainmansyscall: include all, even duplictate, invented error...
2011-01-20 Alex Brainmannet: get tests working to fix windows build
2011-01-20 Russ Coxnet: fix windows build (?)
2011-01-20 Russ Coxtag release.2011-01-20
2011-01-20 Russ Coxrelease.2011-01-20 weekly.2011-01-20
2011-01-20 Russ Coxdelete float, complex - code changes
2011-01-20 Russ Coxgc: delete float, complex
2011-01-20 Russ Coxmisc: update type + builtin lists found in editor suppo...
2011-01-20 Rob Pikedocs: float->float64 plus a couple of other tweaks.
2011-01-20 Robert Griesemergo spec: remove float, complex in favor of float64...
2011-01-20 Andrew Gerrandtag release.2011-01-19
2011-01-20 Andrew Gerrandrelease.2011-01-19 weekly.2011-01-19
2011-01-20 Andrew Gerrandnet: remove duplicate import of runtime
2011-01-20 Andrew Gerrandsyscall: attempt to fix windows build, supply missing...
2011-01-20 Adam Langley crypto/twofish: update with rsc's comments
2011-01-20 Ken Thompsonarm bug with stack adjust
2011-01-20 Hector Chucodereview: fix hg change on Windows
2011-01-19 Robert Griesemergodoc: enable fulltext index by default
2011-01-19 Robert Griesemergodoc: enable qualified identifiers ("math.Sin") as...
2011-01-19 Gustavo Niemeyerxml: handle tag paths through the same element
2011-01-19 Rob Pikeruntime/debug: fix build (missing Makefile)
2011-01-19 Jeff R. Allen5a, 5l, 6a, 6l, 8a, 8l: handle out of memory, large...
2011-01-19 Russ CoxA+C: Jeff R. Allen (individual CLA)
2011-01-19 Roger Peppenetchan: do not block sends; implement flow control.
2011-01-19 Rob Pikeruntime/debug: new package
2011-01-19 Russ Coxnet: fix build on freebsd
2011-01-19 Brad Fitzpatrickhttp: support for relative URLs
2011-01-19 Kyle Lemonsnet: add LookupAddr
2011-01-19 Russ CoxCONTRIBUTORS: secondary email for Kyle Lemons
2011-01-19 Hector Chuwindows: implement exception handling
2011-01-19 Alex Brainman8l: pe changes
2011-01-19 Wei Guangjingnet: implement windows timeout
2011-01-19 Ryan Hitchmancodereview: don't mail change lists with no files
2011-01-19 Albert Strasheimnet, syscall: return source address in Recvmsg
2011-01-19 Sebastien Binetcgo: add complex float, complex double
2011-01-19 Eoghan Sherrymath: handle denormals in Frexp, Ilogb, Ldexp, and...
2011-01-19 Albert Strasheimnet: add unixpacket
2011-01-19 Ben Lynnregexp: reject bare ?
2011-01-19 Rob PikeCONTRIBUTORS: add Ben Lynn (Google employee)
2011-01-19 Russ Coxruntime: add per-pause gc stats
2011-01-19 Russ Coxfmt: document %X of string, []byte
2011-01-19 Robert Griesemergo spec: adjust language for constant typing
next