]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-06-26 Rob Pikecmd/go: log compilation errors when scanning directorie...
2013-06-26 Dmitriy Vyukovmisc/dashboard: show all race builders as "race"
2013-06-26 Rémy Oudomphengtest: match gccgo error strings.
2013-06-26 Ian Lance Taylortest/shift1.go: recognize gccgo errors
2013-06-26 Rob Pikecrypto/sha1: provide a top-level Sum function
2013-06-25 Russ Coxcmd/gc: fix escape analysis ordering
2013-06-25 Russ Coxcmd/ld: fix line numbers when using fieldtrack
2013-06-25 Russ Coxcodereview: force hg update after hg pull -u during...
2013-06-25 Ian Lance Taylorlib9: avoid all -Wconversion warnings
2013-06-25 Dmitriy Vyukovsync: fix race instrumentation of WaitGroup
2013-06-25 Alex Brainmanruntime: do not mark os memory as executable on windows
2013-06-25 Rémy Oudomphengtest: add shift expression incorrectly rejected by...
2013-06-25 Dave Cheneylibmach: trivial: resolve unused parameter warnings
2013-06-25 Alex Brainmanruntime: change netpoll in preparation for windows...
2013-06-25 Dave Cheneylibmach: trivial: resolve unused parameter warnings
2013-06-25 Rob Pikecrypto/sha1: mark block as non-escaping
2013-06-25 Dave Cheneysyscall: reduce duplication between *bsd and linux
2013-06-24 Rob Pikehash: tweak the package docs
2013-06-24 Brad Fitzpatricknet/http: Transport should return an error when respons...
2013-06-24 ChaiShushannet/rpc: fix RegisterName rejects "." character.
2013-06-24 ChaiShushannet/rpc: call client.Close() when test exit
2013-06-24 ChaiShushanmisc/{bbedit|IntelliJIDEA|kate}: add missing delete...
2013-06-24 Dmitriy Vyukovruntime/pprof: disable testing under race detector
2013-06-24 Russ Coxtime: avoid garbage collector aliasing bug
2013-06-24 Adam Langleycompress/bzip2: don't panic on invalid input.
2013-06-24 Alex Brainmanruntime: do not generate code during runtime in windows...
2013-06-24 ChaiShushanmisc/notepadplus: add missing operator keyword
2013-06-24 ChaiShushanmisc/notepadplus: add missing delete keyword
2013-06-24 Andrew GerrandA+C: ChaiShushan (individual CLA)
2013-06-24 Dave Cheneyos: rename error_posix.go to error_unix.go
2013-06-23 Rémy Oudomphengcmd/gc: fix pointer composite literals in exported...
2013-06-22 Rick Arnoldtime: handle integer overflow in Sub
2013-06-22 Dave Cheneysyscall: reduce duplication between *bsd and linux
2013-06-21 Robert Griesemerspec: fix spec on conversions to match implementations
2013-06-21 Robert Griesemergo/parser: always provide a non-nil path for imports
2013-06-21 Rob Piketesting: include cover mode in cover profile
2013-06-21 Robert Griesemergo/*: support for slices with cap: s[:j:k] and s[i...
2013-06-21 Adam Langleycmd/6a, cmd/6l: add PCLMULQDQ instruction.
2013-06-21 Dave Cheneyall: avoid leaking fds during tests
2013-06-20 Rob Pikeall: excise some warts found by vet -shadow
2013-06-20 Ian Lance Taylordoc: update gccgo docs
2013-06-20 Brad Fitzpatricknet/http: fix confusing shadowing in ProxyFromEnvironment
2013-06-20 Rob Pikeall: fix shadowing bugs found by go tool vet -shadow
2013-06-20 Rob Pikecmd/go: put the coverage information on the summary...
2013-06-20 Adam Langleycrypto/x509: add function to marshal EC private keys.
2013-06-20 Rémy Oudomphengtest: match gccgo error messages
2013-06-20 Andrew Gerrandcmd/go: document that files beginning with . or _ are...
2013-06-19 Adam Langleycrypto/tls: change advertised ciphersuite order.
2013-06-19 Rob Pikecmd/go: another attempt at flag handling for coverage
2013-06-19 Rob Pikecmd/go: simplify flags for coverage
2013-06-18 Rob Pikecmd/go: write coverage to file, add percentage statistic
2013-06-18 Robert Griesemermath/big: fix Errorf verb
2013-06-18 Russ Coxcmd/gc: fix race detector on tail-call wrappers
2013-06-18 Cosmos Nicolaouos/exec: make exec_test.go:TestExtraFilesFDShuffle...
2013-06-18 Dave Cheneycmd/cgo: avoid leaking fds
2013-06-18 Andrew Gerranddoc: style tweaks in preparation for Google Feedback...
2013-06-18 David Bürginmisc/vim: Added filetype settings for comments.
2013-06-18 David SymondsA+C: David Bürgin (individual CLA)
2013-06-17 Alex Jinnet/smtp: close conn in SendMail; add Client.Close...
2013-06-17 Brad FitzpatrickA+C: Alex Jin (individual CLA)
2013-06-17 Paul van Brouwershavencrypto/x509: Added RFC 5280, section 4.2.1.14 to parseC...
2013-06-17 Brad FitzpatrickA+C: Paul van Brouwershaven (individual CLA)
2013-06-17 Nicolas Owensnet: fix LookupNS on Plan 9
2013-06-17 Brad FitzpatrickA+C: Nicolas Owens (individual CLA)
2013-06-17 Dan Petersontesting: use -bench flag and fix flags doc link
2013-06-17 Brad FitzpatrickA+C: Dan Peterson (individual CLA)
2013-06-17 Brad Fitzpatrickcrypto/cipher: StreamWriter.Closer docs + behavior...
2013-06-17 Dmitriy Vyukovruntime/race: add tests for method thunks
2013-06-17 Dmitriy Vyukovruntime: fix test for new closure representation
2013-06-17 Benny Siegertrun.bash: raise ulimit for the number of threads.
2013-06-15 Dmitriy Vyukovruntime: fix race condition between GC and setGCPercent
2013-06-15 Dmitriy Vyukovruntime: improve scheduler fairness
2013-06-15 Dmitriy Vyukovruntime: remove unused moreframesize_minalloc field
2013-06-14 Jonathan Rudenbergcmd/godoc: don't link unexported identifiers
2013-06-14 Keith Randallruntime: garbage collector runs on g0 now.
2013-06-14 Brad Fitzpatrickapi: update next.txt
2013-06-14 Brad Fitzpatricknet: coalesce duplicate in-flight DNS lookups
2013-06-14 Rémy Oudomphengcmd/gc: instrument arrays properly in race detector.
2013-06-14 Caleb Sparestrconv: corrected several bad references to err.Error...
2013-06-13 Rob Pikecmd/go: change to use struct in go test -cover
2013-06-13 Alan Donovango/ast: add {L,R}paren token.Pos field to ast.TypeAsser...
2013-06-13 Dmitriy Vyukovruntime: fix bug introduced in cl/10256043
2013-06-13 Dmitriy Vyukovruntime/race: remove now unused step parameter from...
2013-06-13 Dmitriy Vyukovcmd/gc: properly race-instrument for loops
2013-06-13 Dmitriy Vyukovruntime: use ROUND macro for rounding
2013-06-13 Dmitriy Vyukovruntime/race: update runtime to r183644
2013-06-13 Josh Hoakmisc/vim: Adding flag-guarding for Vim commands
2013-06-13 Andrew Gerrandtag go1.1.1
2013-06-13 Andrew Gerranddoc: add go1.1.1 to the release notes
2013-06-13 Rob Piketesting: add -outputdir flag so "go test" controls...
2013-06-12 Ian Lance Taylorruntime: update runtime·gogo comment in asm files
2013-06-12 Russ Coxruntime: add lr, ctxt, ret to Gobuf
2013-06-12 Dmitriy Vyukovruntime: more flexible heap memory mapping on 64-bits
2013-06-12 Dmitriy Vyukovruntime: fix scheduler race condition
2013-06-12 Russ Coxruntime: fix plan9, windows builds
2013-06-12 Russ Coxruntime: fix build
2013-06-12 Russ Coxruntime: adjust traceback / garbage collector boundary
2013-06-12 Russ Coxcmd/go: diagnose invalid coverage runs
2013-06-12 Shenghou Macmd/go: clarify test filenames in help messages
2013-06-12 David SymondsC: add Josh Hoak (Google CLA).
next