]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-02-03 David Symondsencoding/base32: ignore new line characters during...
2012-02-03 David Symonds.hgignore: update to ignore tmpltohtml.
2012-02-03 Gustavo Niemeyeros: turn FileStat.Sys into a method on FileInfo
2012-02-03 Gary Burdgo/doc: Fix URL linking in ToHTML.
2012-02-03 David Symondsencoding/base32: add DecodeString and EncodeToString...
2012-02-03 Robert Griesemergo/scanner: idiomatic receiver names
2012-02-03 Russ Coxsyscall: fix // +build comments in types_*.go
2012-02-03 Russ Coxcmd/dist: new command
2012-02-03 David Symondsencoding/json: call (*T).MarshalJSON for addressable...
2012-02-02 Nigel Taostd: add struct field tags to untagged literals.
2012-02-02 Rémy Oudomphengcmd/go: fix error message on non-existing tools.
2012-02-02 Robert Griesemermath/big: document Word type
2012-02-02 Mikio Haranet: tweak variable declarations
2012-02-02 Anthony Martingc: describe debugging flags
2012-02-02 Brad Fitzpatrickcodereview: explain how to get hgpatch in error message
2012-02-02 Brad Fitzpatricktest: make map nan timing test more robust
2012-02-02 Andrew Gerrandcodereview: don't check default paths when codereview...
2012-02-02 Damian Gryskiruntime: add runtime.cputicks() and seed fastrand with it
2012-02-02 Wei Guangjingos: Process.handle use syscall.Handle
2012-02-02 Ian Lance Taylortest: add import test that caused an incorrect gccgo...
2012-02-02 Marcel van... exp/norm: a few minor changes in prepration for a table...
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
next