]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-10-15 Nigel Taoimage/jpeg: decode progressive JPEGs.
2012-10-14 David Symondstime: accept numbers larger than 2^32 in ParseDuration.
2012-10-13 Shenghou Maio/ioutil: use pathname instead of name in docs to...
2012-10-12 Anthony Martincompress/bzip2: use io.ByteReader instead of internal...
2012-10-12 Shenghou Maruntime: FreeBSD/ARM support
2012-10-12 Shenghou Madoc: remove ExpressivenessOfGo.pdf
2012-10-12 Shenghou Masyscall: FreeBSD/ARM support
2012-10-12 Shenghou Macmd/5l: reorder some struct fields to reduce memory...
2012-10-12 Shenghou Macmd/dist: fix superfluous and confusing "binaries ...
2012-10-12 Rob Pikefmt: document some undocumented details
2012-10-12 Evan Shawbytes, strings: add (*Reader).WriteTo
2012-10-12 Rob Piketime: delete erroneous word from documentation.
2012-10-11 Andrew Gerrandos/signal: add Notify example
2012-10-11 Robert Griesemermath/big: more conservative use of lock for divisor...
2012-10-11 Adam Langleycrypto/rsa: fix decryption benchmark.
2012-10-11 Dave Cheneynet/http: fix data race on countReader.n
2012-10-11 Dave Cheneynet/http: fix race on bodyEOFSignal.isClosed
2012-10-11 Adam Langleycrypto/hmac: add Equal function.
2012-10-11 Shenghou Madoc/contribute.html: assorted fixes
2012-10-11 Andrew Gerrandgodoc: update favicon
2012-10-11 Andrew Gerranddoc/faq: discuss virtual memory use by go processes
2012-10-11 Jimmy Zelinskie doc/articles/wiki: numerous fixes
2012-10-11 Andrew GerrandA+C: add Jimmy Zelinskie (Individual CLA)
2012-10-10 Andrew Gerrandgodoc: restore toy selection to playground widget
2012-10-10 Shenghou Madoc/godoc.js: assign tmp. id to nodes without id in...
2012-10-10 Andrew Gerrandgodoc: fix site for large displays
2012-10-10 Rémy Oudomphengtest: convert tests to run.go whenever possible.
2012-10-10 Taj Khattracontainer/heap: optimization in case heap has many...
2012-10-10 Robert GriesemerC+A: added Taj Khattra (individual CLA)
2012-10-10 Shenghou Macmd/go: don't ignore error when 'go clean'
2012-10-10 Dmitriy Vyukovruntime/debug: fix the test
2012-10-10 Uriel Mangadocodereview.py: Fix crash on auth error handling.
2012-10-10 Dmitriy Vyukovcmd/gc: fix compiler crash during race instrumentation
2012-10-10 Dmitriy Vyukovruntime: fix race detector handling of stackalloc()
2012-10-10 Rob Pikespec: clarify defer semantics
2012-10-10 Andrew GerrandA+C: change Sergio Correia's email address
2012-10-10 Andrew Gerrandbytes: fix tests and fix build
2012-10-10 Andrew Gerrandgodoc: add dropdown playground to nav bar
2012-10-10 Andrew Gerrandbytes: make examples work in playground
2012-10-10 Robert Griesemergo/printer: idempotent comment formatting
2012-10-10 Robert Griesemergofmt: apply gofmt -w -s src misc
2012-10-09 Ian Lance Taylorcmd/ld: add -B option to set build ID
2012-10-09 Brad Fitzpatricknet/http: fix name of result parameter in a comment
2012-10-09 Shenghou Mamisc/cgo/test: add -ldl to LDFLAGS on Linux, ignore...
2012-10-09 Adam Langleycrypto/tls: fix NPN extension parsing.
2012-10-09 Dmitriy Vyukovio/ioutil: fix data race on rand
2012-10-09 Shenghou Macmd/5l: generate FreeBSD compatible ELF
2012-10-09 Shenghou Macmd/ld, cmd/6l, cmd/8l: sort exported dynamic symbols...
2012-10-09 Dmitriy Vyukovrace: syscall changes
2012-10-09 Russ Coxcmd/ld: use 64-bit alignment for large data and bss...
2012-10-09 Dmitriy Vyukovcmd/fix: disable reflect test under race detector ...
2012-10-09 Dmitriy Vyukovcmd/go: fix handling of build tags for standard commands
2012-10-09 Dmitriy Vyukovencoding/gob: add test case for issue 4214.
2012-10-09 Rob Pikeencoding/gob: fix data race in Register
2012-10-09 Robin Eklinddebug/pe: support PE files which contain no symbol...
2012-10-09 Robert GriesemerA+C: added Robin Eklind (individual CLA)
2012-10-08 Andrew Gerrandgodoc: support Playground examples on App Engine
2012-10-08 David Symondstesting: change -test.benchtime to a flag.Duration.
2012-10-08 David Symondsencoding/base{32,64}: add examples.
2012-10-08 David Symondsnet/url: report first error from ParseQuery.
2012-10-08 Daniel Morsingtest: Make run.go's errorcheck behave like testlib.
2012-10-08 David Symondsdoc: update text about hgrc and environment variables.
2012-10-08 Robert Griesemerfix build: use temporary variable to avoid compiler...
2012-10-08 Robert Griesemerexp/types/staging: more flexible API, cleanups
2012-10-08 Robert Griesemer/exp/types/staging: expression and statement type checking
2012-10-08 Robert Griesemerexp/types/staging: test drivers
2012-10-08 Robert Griesemerexp/locale/collate: use gofmt -w -s (rather than just...
2012-10-08 Robert Griesemergo/parser: fix object kind
2012-10-08 Brad Fitzpatrickgophertool: make work with latest Chrome extension...
2012-10-07 Andrew Gerrandgodoc: fetch jQuery via https
2012-10-07 Dave Cheneycmd/5g: avoid temporaries during gcmp(reg, constant)
2012-10-07 Rémy Oudomphengtest: convert more tests to rundir/compiledir conventions
2012-10-07 Rémy Oudomphengtest/testlib: don't forget stderr for rundircmpout.
2012-10-07 Russ Coxcmd/8a: add SSE2 instructions
2012-10-07 Russ Coxcmd/8l: add SSE2 instructions
2012-10-07 Russ Coxcmd/gc: skip over reported BOMs
2012-10-07 Shenghou Macmd/ld, cmd/5l: support R_ARM_PC24 and R_ARM_JUMP24...
2012-10-07 Shenghou Macodereview: more mercurial interface fixes
2012-10-07 Rémy Oudomphengtest: correct type in declbad.go
2012-10-07 Russ Coxtest/bench/shootout: match gcc architecture to GOARCH
2012-10-07 Rémy Oudomphengcmd/gc: more graceful handling of invalid fields in...
2012-10-07 Russ Coxcmd/gc: avoid crash in %N print
2012-10-07 Dmitriy Vyukovio/ioutil: fix data race under the race detector
2012-10-07 Dmitriy Vyukovrace: sync/atomic changes
2012-10-07 Dmitriy Vyukovrace: sync changes
2012-10-07 Dmitriy Vyukovrace: runtime changes
2012-10-07 Shenghou Maruntime: disable TestParForParallel for now on 32-bit...
2012-10-07 Shenghou Matest/run.go: use correct executable filename on Windows...
2012-10-07 Brad Fitzpatrickos: make TestMkdirAllWithSymlink more robust
2012-10-07 Brad Fitzpatricknet/http/httptest: mimic the normal HTTP server's Respo...
2012-10-07 Rémy Oudomphengtest: use rundir and errorcheckdir for a few more tests.
2012-10-07 Shenghou Matesting: fix extra tabs when t.Log("string")
2012-10-07 Shenghou Masyscall: fix Statfs and Fstatfs on Linux/ARM
2012-10-07 Rémy Oudomphengcmd/gc: replace "typechecking loop" by nicer errors...
2012-10-07 Daniel Morsingcmd/gc: Don't accept qualified names as literal keys
2012-10-07 Nigel Taoimage/jpeg: move the huffman bit decoder state higher...
2012-10-07 Shenghou Macmd/gc: fix output filename generation on Windows
2012-10-07 Akshat Kumarcmd/gc: don't dereference a nil Type pointer in widstruct
2012-10-07 Daniel Morsingcmd/gc: Don't export embedded builtins
2012-10-07 Dave Cheneycmd/5g: avoid temporary in slice bounds check
next