]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-08-03 Rémy Oudomphengcmd/gc: accept switches on comparable arrays.
2012-08-03 Adam Langleycrypto/elliptic: explicitly handle P+P, ∞+P and P+∞
2012-08-03 Russ Coxcmd/ld: add PT_PAX_FLAGS ELF header
2012-08-03 Mike Rossetdebug/elf: Add support for getting DynTag string table...
2012-08-03 Robert Griesemergo/build: tiny cleanup
2012-08-03 Adam Langleycrypto/tls: remove flakey tests
2012-08-03 Adam Langleycrypto/x509: support ECDSA keys when generating certifi...
2012-08-03 Marcel van... exp/locale/collate: changed API of Builder to be more...
2012-08-03 Alex Brainmanos: test that IsExist and IsNotExist handle PathError...
2012-08-03 Robert Griesemergo/scanner: fix minor typo
2012-08-03 Robert Griesemergo/ast: ast.Print must not crash with unexported fields
2012-08-02 Andrew Balholmexp/html: in parse tests, discard only one trailing...
2012-08-02 Nigel Taohtml: make the low-level tokenizer also skip end-tag...
2012-08-02 Rémy Oudomphengexp/types: set non-embedded method type during GcImport.
2012-08-01 Robert Griesemerexp/types: enable cycle checks again
2012-08-01 Andrew Balholmexp/html: implement escaping and double-escaping in...
2012-08-01 Shenghou Matest/run.go: fix compiledir test on windows
2012-08-01 Shenghou Maruntime: round return value address in runtime.equal
2012-08-01 Alex Brainmanos: Rename error to fit IsExist
2012-08-01 Robert Griesemerexp/types: Replace String method with TypeString function
2012-08-01 Robert Griesemerexp/types: implement Type.String methods for testing...
2012-07-31 Andrew Balholmexp/html: tokenize attributes of end tags
2012-07-31 Nigel Taoimage/png: tRNS chunk is *non*-alpha-premultiplied.
2012-07-31 Rémy Oudomphengcmd/gc: fix inlining bug with receive operator.
2012-07-31 Mikio Haramisc/cgo/test: fix darwin build
2012-07-31 Mikio Haranet: disable IPv6 multicast tests unless external IPv6...
2012-07-30 Shenghou Macmd/5l, cmd/ld: add support for R_ARM_GOT_PREL
2012-07-30 Shenghou Macmd/cgo: use 1 as last entry for __cgodebug_data
2012-07-30 Bobby Powershttputil: accumulate X-Forwarded-For header info
2012-07-30 Rob Piketext/template/parse/lex.go: fix typo
2012-07-30 Han-Wen Nienhuyspkg/syscall: unexport Prlimit.
2012-07-30 Rob Piketext/template/parse: fix data race
2012-07-30 Rob Pikeregexp: fix glitch in doc for FindReaderIndex
2012-07-30 Rémy Oudomphengtest: add a compiledir pattern in run.go
2012-07-30 Russ Coxmisc/dashboard/codereview: add LastUpdate field to CL
2012-07-30 Rémy Oudomphengcmd/gc: fix initialization order involving method calls.
2012-07-30 Andrew Gerranddoc: remove mention of weekly tag from source install doc
2012-07-30 David Symondsmisc/dashboard/codereview: pass user information to...
2012-07-30 Russ Coxcmd/go: show $GOPATH in 'go env' output
2012-07-30 David Symondsmisc/dashboard/codereview: switch to using gobot to...
2012-07-30 David Symondsmisc/dashboard/codereview: bump user-specific table...
2012-07-30 Brad Fitzpatricknet/http: don't allow zero byte in FileServer paths
2012-07-30 David Symondsmisc/dashboard/codereview: interpret zero reviewers...
2012-07-30 Daniel Morsingcmd/gc: point "no new variables" error at right line...
2012-07-30 David Symondsmisc/dashboard/codereview: make all active CL tables...
2012-07-30 David Symondsmisc/dashboard/codereview: fix tag nesting.
2012-07-30 David Symondsmisc/dashboard/codereview: recognize "NOT LGTM".
2012-07-30 Brad Fitzpatricknet/http: don't modify Request Method's case
2012-07-29 Russ Coxsyscall: apply comment from Mikioh
2012-07-29 Alexey Borzenkovsyscall: workaround accept() bug on Darwin
2012-07-29 Benny Siegertruntime/cgo: fix netbsd build
2012-07-29 David Symondsmisc/vim: fix :Import insertion heuristic.
2012-07-29 Han-Wen Nienhuyssyscall: don't clobber source files if mksyscall.pl...
2012-07-29 Andrew Balholmexp/html: replace NUL with U+FFFD in text in foreign...
2012-07-28 Ian Lance Taylormisc/cgo/test: only run setgid test on GNU/Linux
2012-07-28 Marcel van... exp/locale/collate: changed trie in first step towards...
2012-07-27 Rob Pikeflag: fix bug in handling of booleans on error
2012-07-27 Shenghou Malog/syslog: don't append \n if there is one
2012-07-27 Alex Brainmanos: move epipecheck from file_posix.go and into file_un...
2012-07-27 Dmitriy Vyukovos: fix data race in epipecheck()
2012-07-27 Ian Lance Taylormisc/cgo/test: add test for issue 3871: cgo setgid...
2012-07-27 Andrew Balholmexp/html: parse CDATA sections in foreign content
2012-07-27 Ian Lance Taylorruntime: ignore signal 33 == SIGSETXID on GNU/Linux
2012-07-27 Robert Griesemergo/printer: don't crash if ast.FuncType.Params is nil
2012-07-26 Andrew Balholmexp/html: replace NUL bytes in plaintext, raw text...
2012-07-26 Andrew Wilkinsexp/types: process ast.Fun in checkObj; fix variadic...
2012-07-26 Robert GriesemerA+C: added Andrew Wilkins (individual contributor)
2012-07-26 Andrew Balholmexp/html: don't insert empty text nodes
2012-07-25 Ian Lance Taylorcgo: fix declarations in _cgo_export.c
2012-07-25 Dave Cheneycmd/godoc: delete -path flag
2012-07-25 Brad Fitzpatricktesting: allow concurrent use of T and B
2012-07-25 Andrew Balholmexp/html: allow frameset if body contains whitespace
2012-07-24 David Symondsencoding/gob: test for type registration name.
2012-07-24 Mikio Haranet: fix comment
2012-07-23 Rob Piketext/template: fix bug in map indexing
2012-07-23 Rob Pikeencoding/gob: revert 6348067, which broke compatibility
2012-07-23 David Symondsmisc/dashboard/codereview: add admin-only link to force...
2012-07-23 Andrew Balholmexp/html: special handling for entities in attributes
2012-07-22 Andrew Gerranddoc: add two I/O talks to "Talks" section
2012-07-22 Patrick Mylund... encoding/binary: fix typo: ReadVarint returns an int64...
2012-07-21 Mikio Haranet: remove unnecessary newline in testing.Logf from...
2012-07-21 Mikio Haranet: fix file descriptor leak on FileListener, FileConn...
2012-07-20 Ian Lance Taylorcgo: add -gccgopkgpath option to match gccgo -fgo-pkgpath
2012-07-20 Gustavo Niemeyerbytes: make Join return a new buffer on len(a) == 1
2012-07-19 Mikio Haranet: fix typo
2012-07-19 Rob Pikeunicode/utf8: reject out-of-range runes.
2012-07-19 Rob Pikesync: mention that WaitGroup.Add panics
2012-07-18 Brad Fitzpatricknet/http: revert back to (and test) Go 1 CheckRedirect...
2012-07-17 Rémy Oudomphengtesting: fix memory blowup when formatting many lines.
2012-07-16 Rob Pikecmd/vet: provide flags to control which tests to run
2012-07-16 Rob Pikefaq: add status section
2012-07-16 Adam LangleyA+C: Peter Armitage (individual CLA)
2012-07-16 Nigel Taocompress/flate: fix panic when nlit is out of bounds.
2012-07-15 Benny Siegertos: add missing full stop in comment
2012-07-14 Dmitriy Vyukovbuild: revert 61d1d72136f7 (add few tests with GOMAXPRO...
2012-07-14 Dmitriy Vyukovbuild: add few tests with GOMAXPROCS=32 to run.bash
2012-07-13 Rob Pikeencoding/gob: disable fuzz tests unless command-line...
2012-07-13 Marcel van... exp/locale/collate: This CL includes the following...
2012-07-13 Marcel van... exp/locale/collate: adjusted contraction trie to suppor...
2012-07-13 Rémy Oudomphengcmd/gc: reject use of ... with multiple-valued expressions.
next