]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-02-02 Marcel van... exp/norm: Added some benchmarks for form-specific perfo...
2012-02-02 Nigel Taovet: fix comment typo.
2012-02-02 Jongmin Kimgophertool: fix link to the build status dashboard
2012-02-02 Andrew Gerrandgodoc: update metadata in appinit.go
2012-02-02 Ian Lance Tayloros/exec: make sure file is not closed early in leaked...
2012-02-02 Robert Griesemerall packages: fix various typos
2012-02-01 Russ Coxsyscall: fix build directive in types_linux.go
2012-02-01 Russ Coxlib9: make safe for automatic builds
2012-02-01 Ian Lance Taylortest: test append with two different named types with...
2012-02-01 Wei Guangjingos: file windows use syscall.InvalidHandle instead...
2012-02-01 Brad Fitzpatricknet/http/httputil: fix race in DumpRequestOut
2012-02-01 Andrew Gerrandgo/printer: remove package comment from testdata/parser.go
2012-02-01 David Symondsos/signal: move to exp/signal.
2012-02-01 Andrew Gerrandgo/build: put a space between 'generated by make' and...
2012-02-01 Robert Griesemermat/big: add raw access to Int bits
2012-02-01 Gustavo Niemeyercmd/go: fix including of _cgo_export.h
2012-02-01 Ian Lance Taylortest: test that x := <-c accepts a general expression
2012-02-01 Luuk van Dijkpkg/math: undo manual inlining of IsInf and IsNaN
2012-02-01 Sameer Ajmanigodoc: fix redirect loop for URL "/".
2012-02-01 Anthony Martingc, cc: avoid using the wrong library when building...
2012-02-01 David Symondsencoding/base64: ignore new line characters during...
2012-02-01 Mikio Haranet, syscall: add IPv4 multicast helpers for windows
2012-02-01 Andrew Gerrandgo/build: update syslist.go package comment
2012-02-01 Anthony Martinbuild: move the "-c" flag into HOST_CFLAGS
2012-02-01 Anthony Martingc: use octal escapes in mkopnames
2012-02-01 Anthony Martinbuild: add include files for Plan 9
2012-02-01 Anthony Martinsyscall: cache environment variables on Plan 9.
2012-02-01 Anthony Martinlibmach: add stubs for Plan 9
2012-02-01 Alex Brainmannet: fix windows build
2012-02-01 Ian Lance Taylortest: add test which crashed gccgo compiler
2012-01-31 Russ Coxcmd/go: improvements
2012-01-31 Robert Griesemergo/doc: added error, rune to list of predeclared types
2012-01-31 Russ Coxfmt: fix caching bug in Scan
2012-01-31 Brad Fitzpatricknet: remove types InvalidConnError and UnknownSocketError
2012-01-31 Russ Coxcmd/go: improvements
2012-01-31 Rémy Oudomphenggo: record location of failed imports for error reporting.
2012-01-31 Russ Coxgc: diagnose \ in import path
2012-01-31 Russ Coxbuild: remove ./ from buildscripts
2012-01-31 Brad Fitzpatricknet: move DNSConfigError to a portable file
2012-01-31 Russ Coxcmd/go: improvements
2012-01-31 Rémy Oudomphengcmd/go: fix handling of gccgo standard library.
2012-01-31 Robert Griesemergo/doc: enable AllMethods flag (and fix logic)
2012-01-31 Brad Fitzpatricknet/http: close client fd sooner on response read error
2012-01-31 Mikio Haranet: disable normal multicast testing on linux/arm
2012-01-31 Adam Langleycrypto/elliptic: p224Contract could produce a non-minim...
2012-01-31 Mikio Haranet: ListenMulticastUDP to listen concurrently across...
2012-01-31 Adam Langleycrypto/tls: better error message when connecting to...
2012-01-31 Russ Coxnet: fix windows build
2012-01-31 Adam Langleycrypto/x509: use case-insensitive hostname matching.
2012-01-31 Shenghou Ma5l: optimize the common case in patch()
2012-01-31 Shenghou Ma5l: make -v option output less nonessential clutter
2012-01-31 Russ Coxbuild: move goapi, quietgcc, cgo, gotype, ebnflint...
2012-01-31 Joel Singcmd/go: clean test directories as they complete
2012-01-31 Mikio Haranet: replace error variable name e, errno with err
2012-01-31 Wei Guangjingcmd/ld: fix gdbscript
2012-01-31 Joel Singos/exec: TestExtraFiles - close any leaked file descriptors
2012-01-31 Ian Lance Taylortest: float to integer test case
2012-01-31 Damian Gryskiruntime: use per-map hash seeds
2012-01-31 Russ CoxA+C: Damian Gryski (individual CLA)
2012-01-31 Russ Coxbuild: fix again
2012-01-31 Russ Coxbuild: fix buildscripts
2012-01-31 Russ Coxbuild: remove Make.pkg, Make.tool
2012-01-31 Russ Coxgo: improvements
2012-01-31 Russ Coxbuild: force numerical comparison in version.bash
2012-01-31 Brad Fitzpatricktest: attempt at making a test more robust
2012-01-31 Russ Coxruntime: fix mkasmh.sh for arm?
2012-01-31 Anthony Martinruntime: fix mkasmh.h
2012-01-31 Nigel Taoimage: remove image/bmp and image/tiff from std.
2012-01-31 Nigel Taodoc: add image/{bmp,tiff} renames to go1.tmpl.
2012-01-31 Nigel Taofix: add image/{bmp,tiff} to go1pkgrename.
2012-01-31 Andrew Gerranddoc: update weekly snapshot notes with subrepo changes
2012-01-31 Andrew Gerranddashboard: better ui layout for subrepo status
2012-01-30 Rob Pikecmd/pack: change gopack to pack in error messages
2012-01-30 Rob Pikerun.bash: s/make/gomake
2012-01-30 Robert Griesemergo/spec: Update language on map types.
2012-01-30 Rob Pikego: move compilers into the go-tool directory
2012-01-30 Alex Brainmanbuildscript.sh: now works correctly on windows
2012-01-30 Robert Griesemergodoc: sort list of "other packages"
2012-01-30 Robert Griesemergodoc: add URL mode m=methods
2012-01-30 Brad Fitzpatrickbuild: fix buildscript breakage after all.bash
2012-01-30 Brad Fitzpatrickdoc: use consistent receiver names, when it makes sense.
2012-01-30 Brad Fitzpatrickjson: remove old optimization that inlining covers now
2012-01-30 Anthony Martingo: don't clobber command install paths
2012-01-30 Russ Coxtest: add test of NaN in map
2012-01-30 Russ Coxcodereview: ignore test files during 'hg gofmt'
2012-01-30 Gustavo Niemeyerencoding/xml: fix decoding of xml.Name with sub-elements
2012-01-30 Rob Pikegopack: rename pack, move to go-tool directory
2012-01-30 Russ Coxcompress/flate: undo misuse of skipNever
2012-01-30 Russ Coxfmt: add test of NaN map keys
2012-01-30 Russ Cox8g: use uintptr for local pc
2012-01-30 Rob Pikemake.bash: don't remove hgpatch
2012-01-30 Gustavo Niemeyercmd/go: fix including of _cgo_export.h
2012-01-30 Olivier Duperraypkg/go/scanner: Fix Typical use output
2012-01-30 Russ Coxruntime: fix float64 hash
2012-01-30 Volker Doblernet/http: Fix nil pointer dereference in error case.
2012-01-30 Alex Brainmanos/user: windows implementation
2012-01-30 Alex Brainmanbuild: use correct go-tool directory location
2012-01-30 Brad Fitzpatrickcmd/goapi: expand embedded interfaces
2012-01-30 Andrew Gerrandbuilder: drop recover blocks
2012-01-30 Andrew Gerranddashboard: ask builders to re-build Go tip to freshen...
next