]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-09-19 Alex Brainmanmisc/cgo/test and test/bench/go1: enable these tests...
2012-09-18 Mikio Haracmd/api: fix signatures like func(x, y, z int)
2012-09-18 Andrew Gerrandvet: add range variable misuse detection
2012-09-18 Andrew Gerrandgo/doc: synthesize "package main" for examples
2012-09-18 Dmitriy Vyukovrace: linker changes
2012-09-18 Russ Coxcmd/api: allow extension of interfaces with unexported...
2012-09-18 Dmitriy Vyukovrace: build system changes
2012-09-18 Dmitriy Vyukovrace: cmd/cgo changes
2012-09-18 Russ Coxbytes, strings: add Fields benchmarks
2012-09-18 Jan Ziakruntime: hide the semaphore table from garbage collector
2012-09-18 Robert Griesemerspec: clarify expression statements
2012-09-18 Jan Ziakreflect: use []unsafe.Pointer instead of []*int
2012-09-18 Russ Coxencoding/json: do not read beyond array literal
2012-09-18 Russ Coxreflect: add Select
2012-09-18 Anthony Eufemiobuiltin: Changed documentation for rune type.
2012-09-18 Brad FitzpatrickA+C: Add Anthony Eufemio (Individual CLA)
2012-09-18 Dmitriy Vyukovruntime: refactor goroutine blocking
2012-09-18 Mikio Haraundo CL 6395055 / 2518eee18c4f
2012-09-18 Oling Catdoc/effective_go: Closed some tags; removed extra spaces.
2012-09-18 Daniel Morsingcmd/gc: fix double evaluation in interface comparison
2012-09-18 Nigel Taoimage/jpeg: ignore an incorrect but harmless trailing...
2012-09-18 Alex Brainmansyscall: attempt to find error message in "local" langu...
2012-09-18 Andrew Gerranddoc: document OS X tarballs
2012-09-17 Andrew Gerrandmisc/dist: generate tarballs for Mac OS X
2012-09-17 Dave Cheneyruntime: arm: abort if VFPv3 support missing
2012-09-17 Eric Roshan... A+C: update Eric Roshan-Eisner
2012-09-17 Lucio De Rebuild: fix various 'set and not used' for Plan 9
2012-09-17 Jan Ziakcmd/ld: fix compilation when GOARCH != GOHOSTARCH
2012-09-17 Charles L.... math: Faster Tanh
2012-09-17 Francisco Souzacmd/go: reject relative values for GOPATH
2012-09-17 Daniel Morsingcmd/gc: add missing conversion from bool to interface...
2012-09-17 Robert Griesemerspec: unsafe.Alignof/Sizeof also accept non-variable...
2012-09-17 Andrew Gerrandmisc/dashboard/builder: reinstate 'go get -d' error...
2012-09-17 Sanjay Menakuruunicode/utf8: add Examples
2012-09-17 Andrew Gerrandmisc/dashboard/builder: increase default command timeout
2012-09-17 Andrew Gerrandmisc/dashboard/builder: add timeout to all external...
2012-09-17 Eric Eisnerstrings: implement a faster generic Replacer
2012-09-16 Shenghou Marun.bash: fix a typo (fix build)
2012-09-16 Shenghou Marun.bash: set appropriate ulimits
2012-09-16 Shenghou Maruntime: fix SI_USER for FreeBSD
2012-09-14 Rob Piketext/template: towards better errors
2012-09-14 Brad Fitzpatrickos/exec: don't crash when out of fds
2012-09-14 Robert Griesemerspec: clarify section on string types
2012-09-14 Russ Coxgo/build: use custom file readers to avoid I/O
2012-09-14 Russ Coxcmd/go: fix build
2012-09-14 Russ Coxcmd/go: treat all commands in exp/ as tools
2012-09-14 Marcel van... exp/locale/collate: changed API to allow access to...
2012-09-14 Alex Brainmanmisc/dashboard/builder: use c:\ as default buildroot...
2012-09-14 Andrew GerrandA+C: add Xing Xing (individual CLA)
2012-09-13 Rob Pikecmd/yacc: allow utf-8 token values
2012-09-13 Rob Pikeeffective_go: use html/template instead of text/template
2012-09-13 Jan Ziakld: add .gcdata and .gcbss sections
2012-09-13 Brad Fitzpatrickbuild: print go banner before restoring windows PATH
2012-09-13 Daniel Morsingcmd/gc: Specify which package import caused an redeclar...
2012-09-13 Adam Langleycrypto/tls: allow certificates and key to be in either...
2012-09-13 Russ Coxhtml/template: fix URL doc
2012-09-13 Russ Coxcrypto/rsa: reject PublicKey.E if it won't fit in a...
2012-09-13 Russ Coxcmd/pack: rename __.SYMDEF to __.GOSYMDEF
2012-09-13 Francisco Souzago/build: reject empty strings in Import
2012-09-13 Nigel Taoimage/png: optimize encoding image.Gray and image.NRGBA...
2012-09-13 Andrew Gerrand undo CL 6493071 / 56c7453d488f
2012-09-12 Russ Coxnet/rpc/jsonrpc: fix test error message
2012-09-12 Jan Ziakgc: generate garbage collection info for types
2012-09-12 Russ Coxcmd/dist: emit \r in env -w output
2012-09-12 Russ Coxspec: make bitwise operators stand out
2012-09-12 Andreas Jellinghaussyscall: add linux specific Getsockopt for Ucred struct
2012-09-12 Ian Lance TaylorC: Add Andreas Jellinghaus (Google CLA)
2012-09-12 Nigel Taocmd/6g, cmd/8g: clean up unnecessary switch code in...
2012-09-12 Alex Brainmanos: detect and handle console in File.Write on windows
2012-09-12 Nigel Taostrings: fix NewReplacer(old0, new0, old1, new1, ....
2012-09-12 Nigel Taosync/atomic: add package doc for AddT, LoadT and StoreT.
2012-09-11 Daniel Morsingcmd/gc: Inline pointer sized T2I interface conversions
2012-09-11 Nigel Taocmd/gc: recognize small TPTR64 values as small integer...
2012-09-11 Andrew GerrandC: add Francesc Campoy (Google CLA)
2012-09-11 Rémy Oudomphengcmd/6g, cmd/8g: do not LEA[LQ] interfaces when calling...
2012-09-11 Rémy Oudomphengcmd/6g, cmd/8g: eliminate extra agen for nil comparisons.
2012-09-11 Nigel Taostrings: more thorough Replacer tests.
2012-09-11 Andrew GerrandC: spell Brian's name correctly
2012-09-11 Alex Brainmanmisc/cgo/life: disable it temporarily on windows, becau...
2012-09-11 Russ Coxencoding/json: handle anonymous fields
2012-09-11 Brian Slesinskyadoc css: topbar sticks to the top of large windows.
2012-09-11 Andrew GerrandC: add Brian Slesinsky (Google CLA)
2012-09-10 Mikio Haranet: delete unused IP-level socket option helpers
2012-09-10 David Symondsdoc: Don't imply incorrect guarantees about data races.
2012-09-10 Mikio Haranet: rename files to clarify platform dependency
2012-09-10 Robert Griesemerexp/types/staging: typechecker API
2012-09-10 Rob Pikegc: initial BOM is legal.
2012-09-10 Adam Langleyundo CL 6498092 / 4ff71bc1a199
2012-09-10 Adam Langley6l/8l: emit correct opcodes to F(SUB|DIV)R?D.
2012-09-10 Brad Fitzpatricknet/http: add If-None-Match and If-Range support to...
2012-09-10 Nigel Tao6g: delete unnecessary OXXX initialization.
2012-09-10 Adam Langleycrypto/rand: typo fix from a69e30463bf4
2012-09-10 Adam Langleycrypto/rand: zero length reads shouldn't crash on Windows.
2012-09-09 Rémy Oudomphengcmd/8g: import componentgen from 6g.
2012-09-09 Mikio Haranet: change cname lookup test target to iana.org
2012-09-08 Marcel van... exp/locale/collate: added indices to builder for reusin...
2012-09-08 Marcel van... exp/locale/collate: switch from DUCET to CLDR for the...
2012-09-08 Robert Griesemertext/scanner: skip first character if it's a BOM
2012-09-07 Robert Griesemergo/scanner: add missing BOM test
2012-09-07 Rob Pikefaq: go does not have duck typing
next