]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-07-07 Josh Bleecher... net/rpc: use html/template to render html
2014-07-07 Rob Pikecmd/ld: fix off-by-one in DWARF frame tables
2014-07-07 David Crawshawruntime: export _rt0 for android
2014-07-07 Tetsuo Kisodoc/contribute.html: capitalize the first letter
2014-07-05 Dmitriy Vyukovdebug/elf: fix nil deref in test
2014-07-05 Dmitriy Vyukovimage/gif: fix nil deref in test
2014-07-04 David Crawshawruntime/cgo: replace fprintf(stderr, ...) with fatalf...
2014-07-03 Bill Thiededoc/contribute: reorder documented steps to match norma...
2014-07-03 David Crawshawruntime/cgo: revert use of undefined logging function
2014-07-03 David Crawshawcmd/go, cmd/ld, runtime, os/user: TLS emulation for...
2014-07-03 Dmitriy Vyukovruntime: delete unnecessary confusing code
2014-07-03 Dmitriy Vyukovcrypto/x509: fix format strings in test
2014-07-03 Aram Hăvărneanuruntime: make runtime·usleep and runtime·osyield callab...
2014-07-02 Cristian Staretuarchive/tar: reuse temporary buffer in readHeader
2014-07-02 Cristian Staretuarchive/tar: reuse temporary buffer in writeHeader
2014-07-02 Adam Langleycrypto/rsa: fix out-of-bound access with short session...
2014-07-02 Russ Coxbuild: annotations and modifications for c2go
2014-07-02 Preetam Jinkacrypto/cipher: fix typo in example comment
2014-07-02 Timo Truytsbufio: Fixed call to Fatal, should be Fatalf.
2014-07-02 Brad FitzpatrickA+C: Timo Truyts (individual CLA)
2014-07-02 Brad FitzpatrickA+C: Cristian Staretu (individual CLA)
2014-07-02 Aram Hăvărneanuliblink, runtime: preliminary support for plan9/amd64
2014-07-01 Aram Hăvărneanuruntime: properly restore registers in Solaris runtime...
2014-07-01 Shenghou Mamisc/nacl, syscall: lazily initialize fs on nacl.
2014-07-01 David Crawshawall: add GOOS=android
2014-07-01 Russ Coxencoding/gob: fewer decAlloc calls
2014-07-01 Robert Griesemercmd/gofmt: fix gofmt -s for 3-index slices
2014-07-01 Robert Griesemersrc, misc: applied gofmt -w -s
2014-07-01 Simon Whiteheadgofmt/main: Added removal of empty declaration groups.
2014-07-01 Brad FitzpatrickA+C: Simon Whitehead (individual CLA)
2014-07-01 Brad Fitzpatrickcodereview: update name of the a+c tool
2014-07-01 Rob Pikedoc/go1.4.txt: delete editor and shell support
2014-07-01 Rob Pikemisc: delete editor and shell support
2014-07-01 Rémy Oudomphengcmd/8g: don't allocate a register early for cap(CHAN).
2014-07-01 Keith Randallundo CL 104200047 / 318b04f28372
2014-07-01 Keith Randallruntime: stack allocator, separate from mallocgc
2014-06-30 David Crawshawruntime: update arm comments now register m is gone
2014-06-30 Rob Pikeencoding/gob: simplify allocation in decode.
2014-06-30 Robert Griesemergofmt: remove redundant check in rewriter
2014-06-30 Rob Pikedoc/go1.4.txt: encoding/gob is now safe
2014-06-30 Rob Pikeencoding/gob: remove unsafe, use reflection.
2014-06-29 Dave Cheneytest/fixedbugs: fix typo in comment
2014-06-29 Dmitriy Vyukovruntime: fix GC bitmap corruption
2014-06-28 Evan Shawstrings: Replacer is safe for concurrent use
2014-06-28 Preetam Jinkacrypto/cipher: Fix typo in example comment
2014-06-28 David Symondsflag: add a little more doc comment to Duration.
2014-06-28 Dmitriy Vyukovnet/http: add TLS benchmark
2014-06-28 Dmitriy Vyukovruntime: make garbage collector faster by deleting...
2014-06-28 Russ Coxruntime: fix nacl amd64p32 flakiness
2014-06-27 Andrew Gerrandcmd/go: build non-runnable examples in xtests
2014-06-27 Evan Shawnet/http: [Post]FormValue ignores parse errors
2014-06-27 Anthony Martinruntime: fix Plan 9 build
2014-06-27 Dmitriy Vyukovruntime: improve scheduler trace
2014-06-26 Josh Bleecher... strings: avoid pointless slice growth in makeBenchInputHard
2014-06-26 Dmitriy Vyukovruntime: say when a goroutine is locked to OS thread
2014-06-26 Evan Kroskecmd/gc: moved usefield to correct section of go.h,...
2014-06-26 Ian Lance TaylorC: add Evan Kroske (Google CLA)
2014-06-26 Robert Griesemergo/parser: permit parentheses in receiver types
2014-06-26 Russ Coxall: remove 'extern register M *m' from runtime
2014-06-25 Russ Coxcmd/gc: drop parenthesization restriction for receiver...
2014-06-25 Dmitriy Vyukovindex/suffixarray: reduce size of a benchmark
2014-06-25 Andrew Gerrandundo CL 107320046 / 97cd07dcb9d8
2014-06-25 Dmitriy Vyukovregexp: skip TestOnePassCutoff in short mode
2014-06-24 Mihai Boroboceafmt: fix typo in help doc
2014-06-24 Ian Lance TaylorA+C: add Tetsuo Kiso (personal CLA)
2014-06-24 Robert Griesemerspec: receiver declaration is just a parameter declaration
2014-06-24 Dmitriy Vyukovrace.bash: support freebsd
2014-06-24 Andrew Gerrandcmd/go: build test files containing non-runnable examples
2014-06-24 William Orrsyscall: implement setresuid(2) and setresgid(2) on...
2014-06-24 Mikio Harasyscall: add source-specific multicast socket options...
2014-06-24 Glenn LewisC: add Glenn Lewis (Google CLA)
2014-06-24 Rob Pikedoc/go1.4.txt: text/scanner: IsIdentRune
2014-06-24 Dave Cheneystrings: additional tests
2014-06-24 Josh Bleecher... testing: make benchmarking faster
2014-06-24 Robert Obryknet/http: remove a duplicated check
2014-06-24 Mikio Harasyscall: regenerate z-files for darwin
2014-06-23 Dave Cheneydoc/go1.4: add note about Set{uid,gid} change
2014-06-23 Dave Cheneysyscall: disable Setuid/Setgid on linux
2014-06-23 Mikio Harasyscall: add source-specific multicast socket options...
2014-06-23 Rui Ueyamaruntime: speed up amd64 memmove
2014-06-23 Mikio Harasyscall: consolidate, simplify socket options for Unix...
2014-06-23 Mikio Harasyscall: don't display syscall prototype lines on godoc
2014-06-23 Rui Ueyamaimage/png: remove unnecessary function call
2014-06-22 Rui Ueyamaundo CL 101330053 / c19c9a063fe8
2014-06-22 Dave Cheneytest: add test case for issue 8074.
2014-06-22 Rui Ueyamastrings: use sync.Pool to cache buffer
2014-06-21 Dmitriy Vyukovdoc: say that race detector is supported on freebsd
2014-06-21 Dmitriy Vyukovdoc: say that race detector is supported on freebsd
2014-06-21 Dmitriy Vyukovrun.bash: run race tests on freebsd
2014-06-21 Dmitriy Vyukovruntime/race: support freebsd
2014-06-20 Dmitriy Vyukovruntime/race: update linux runtime
2014-06-20 Dmitriy Vyukovruntime/race: update runtime to tip
2014-06-20 Rui Ueyamastrings: speed up byteReplacer.Replace
2014-06-20 Dmitriy Vyukovsync: detect incorrect usages of RWMutex
2014-06-20 Dmitriy Vyukovnet: simplify code
2014-06-20 Dmitriy Vyukovruntime: remove obsolete afterprologue check
2014-06-20 Rui Ueyamastrings: define byteBitmap.isSet
2014-06-19 Rui Ueyamaencoding/base64, encoding/base32: speed up Encode
2014-06-19 Rui Ueyamastrings: reduce allocation in byteStringReplacer.WriteS...
2014-06-19 Bill Thiedeimage/jpeg: encode *image.Gray as grayscale JPEGs.
next