]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-02-14 Mikio Haranet: disable TestDNSThreadLimit even in non-short mode...
2014-02-14 Russ Coxcmd/gc: rename AFATVARDEF to AVARDEF
2014-02-14 Russ Coxcmd/gc: fix liveness for addressed results
2014-02-14 Shenghou Macmd/gc: rephrase the invalid indexing operation error...
2014-02-14 Russ Coxcmd/gc: distinguish unnamed vs blank-named return varia...
2014-02-14 Russ Coxcmd/gc: relax address-of escape analysis
2014-02-14 Markus Zimmermanncontainer/list: mark must be an element of the list
2014-02-14 Robert GriesemerA+C: Markus Zimmermann (individual CLA)
2014-02-14 Nick Craig... math/big: Optimise ARM assembler
2014-02-13 David Symondsnet/http: increase panic stack trace buffer size from...
2014-02-13 Shenghou Macrypto/rsa: explain random parameter for GenerateKey...
2014-02-13 Shenghou Macmd/go: fix cgo error output rewrite
2014-02-13 Russ Coxruntime: update malloc comment for MSpan.needzero
2014-02-13 David du Colombierlib9: fix Solaris build
2014-02-13 David du Colombierlib9: enable on Plan 9
2014-02-13 David du Colombierlib9: fix inconsistencies and warnings on Plan 9
2014-02-13 Daniel Morsingcmd/gc: for loop init statement misanalyzed by escape...
2014-02-13 Carlos Castillocmd/go, go/build: support .m files
2014-02-13 Kyle Isomcrypto/x509: Add certificate signature request (CSR...
2014-02-13 Michael T.... math/big: add support for general encoding interfaces
2014-02-13 Dmitriy Vyukovcmd/gc: fix windows build
2014-02-13 Russ Coxruntime: introduce MSpan.needzero instead of writing...
2014-02-13 Dmitriy Vyukovruntime: fix concurrent GC sweep
2014-02-13 David du Colombiercmd/gc: catch notes on Plan 9
2014-02-13 Nicolas Owensnet: only return unique hosts during hostname lookup...
2014-02-13 Alexander Larssonarchive/tar: support extended attributes
2014-02-13 Shenghou Macmd/6c, cmd/8c, cmd/8g: fix print of pc (which is vlong).
2014-02-13 David du Colombiercmd/gc: fix warnings on Plan 9
2014-02-13 Russ Coxruntime/pprof: fix arm build after CL 61270043
2014-02-13 Russ Coxcodereview: warn about 'hg upload' not uploading
2014-02-13 Andrew GerrandA+C: Mikhail Panchenko (individual CLA)
2014-02-13 Andrew GerrandA+C: Michael Pearson (individual CLA)
2014-02-13 Andrew GerrandA+C: Marc Weistroff (individual CLA)
2014-02-13 Andrew GerrandA+C: Alexey Palazhchenko (individual CLA)
2014-02-13 Russ Coxcmd/5g: fix regopt bug in copyprop
2014-02-13 Anthony Martincmd/5g: fix print format in peephole debugging
2014-02-13 Robert Sesekdebug/macho: Add support for opening fat/universal...
2014-02-12 Dave Cheneydebug/macho: add test file for CL 60190043
2014-02-12 Brad Fitzpatrickcrypto/md5: always test the portable block function too
2014-02-12 Russ Coxruntime: fix non-concurrent sweep
2014-02-12 Adam LangleyA+C: Kyle Isom (individual CLA)
2014-02-12 Dmitriy Vyukovruntime: temporary disable concurrent GC sweep
2014-02-12 Anthony Martincmd/cc, cmd/gc, cmd/ld: consolidate print format routines
2014-02-12 Brad Fitzpatrickcrypto/sha1: always test the portable block function too
2014-02-12 Dmitriy Vyukovruntime: more precise mprof sampling
2014-02-12 Dmitriy Vyukovruntime: improve cpu profiles for GC/syscalls/cgo
2014-02-12 Nick Craig... An ARM version of sha1block.go with a big improvement...
2014-02-12 Dmitriy Vyukovruntime: refactor level-triggered IO support
2014-02-12 Dmitriy Vyukovruntime: refactor chan code
2014-02-12 Dmitriy Vyukovruntime: concurrent GC sweep
2014-02-12 Dmitriy Vyukovencoding/json: fix test failure
2014-02-12 Adam Langleycrypto/subtle: panic if slices of different lengths...
2014-02-12 Adam Langleycrypto/tls: better error messages.
2014-02-12 Rick Arnoldnet/http: make responseAndError satisfy the net.Error...
2014-02-12 Robert Dinudebug/pe: delete unnecessary type conversions
2014-02-12 David SymondsA+C: Alexander Larsson (individual CLA)
2014-02-12 Robert Griesemergo/parser: better error messages for if/switch/for...
2014-02-12 Shenghou Maapi: update next.txt
2014-02-11 Shenghou Macmd/ld, cmd/6l: part 2 of solaris/amd64 linker changes.
2014-02-11 Robert Griesemergo/parser: check presence of 2nd and 3rd index in 3...
2014-02-11 Daniel Morsingcmd/6g, cmd/8g, cmd/5g: make the undefined instruction...
2014-02-11 Brad Fitzpatrickarchive/zip: re-use flate.Writers when writing compress...
2014-02-11 Dmitriy Vyukovruntime: do not profile blocked netpoll on windows
2014-02-11 David du Colombierruntime: homogenize panic strings on Plan 9
2014-02-11 Andrew GerrandA+C: Péter Szilágyi (individual CLA)
2014-02-11 Andrew Gerrandarchive/zip: use correct test, fix 32-bit build
2014-02-11 Andrew Gerrandarchive/zip: actually test uncompressed size
2014-02-11 Andrew Gerranddoc: remove "Code that grows with grace" video from...
2014-02-11 Brendan Daniel... cmd/gc: change compile error to "use of package %S...
2014-02-11 Russ CoxA+C: Brendan Daniel Tracey (individual CLA)
2014-02-10 Andrew Gerranddoc: restore race detector manual
2014-02-10 Robert Griesemercontainer/heap: avoid and/or ambiguity in documentation
2014-02-10 David du Colombierruntime: handle "sys: trap: divide error" note on Plan 9
2014-02-10 Russ Coxlib/codereview: allow addca CLs without LGTM
2014-02-10 Dmitriy Vyukovcmd/go: fix comment
2014-02-10 Dmitriy Vyukovruntime: fix crash during cpu profiling
2014-02-10 Dmitriy Vyukovcmd/go: better advice for heap profiling
2014-02-10 Dmitriy Vyukovruntime: do not cpu profile idle threads on windows
2014-02-10 Dmitriy Vyukovmisc/pprof: support web profiles on windows
2014-02-10 Dave Cheneycmd/go: skip $ORIGIN test on darwin systems
2014-02-09 Dave Cheneycmd/go: fix test.bash
2014-02-09 Brad Fitzpatrickarchive/zip: add flate writing benchmark
2014-02-09 Shenghou Mainclude, linlink, cmd/6l, cmd/ld: part 1 of solaris...
2014-02-09 Andrew GerrandC: add Robert Sesek (Google CLA)
2014-02-09 Mikio Harasyscall: add missing include statement to bootstrap...
2014-02-07 Rémy Oudomphengcmd/6g: faster memmove/memset-like code using unaligned...
2014-02-07 David du Colombiercmd/gc: revert CL 60740044
2014-02-07 David du Colombiercmd/gc: fix nil pointer dereference
2014-02-07 Alex Brainmannet: remove superfluous type conversion
2014-02-07 Keith Randallruntime: faster memclr on x86.
2014-02-07 Alex Brainmanos/exec: use filepath.Base in Command
2014-02-07 Mikio Harasyscall: make use of signed char explicit in generating...
2014-02-07 Mikio Harasyscall: regenerate EABI call convention compliant...
2014-02-07 Mikio Harasyscall: fix build on freebsd/arm
2014-02-07 Mikio Hararuntime/cgo: fix build on freebsd/arm
2014-02-07 Mikio Hararuntime: fix build on freebsd/arm
2014-02-06 Jakub Ryszard... net/mail: correctly handle whitespaces when formatting...
2014-02-06 Shenghou Macmd/go: do not create world-writable files.
2014-02-06 Richard Musiolmath/big: replace goto with for loop
2014-02-06 Shenghou Madoc/install.html: get rid of explicit version number...
next