]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-02-18 Russ Coxruntime: clear f, arg to avoid leak in timerproc
2014-02-17 Dave Cheneyundo CL 64820044 / 4f9dee8402af
2014-02-17 ChaiShushancrypto/md5: add example for Sum
2014-02-17 Ian Lance Taylorcmd/gc: correct function name in internal error messages
2014-02-17 Dmitriy Vyukovtesting: ease writing parallel benchmarks
2014-02-17 Dmitriy Vyukovnet/http: close body in benchmarks
2014-02-16 Dave Cheneygo/build: temporarily disable cgo for freebsd/arm
2014-02-16 Russ Coxbuild: disable race detector test in run.bat on windows
2014-02-16 Russ Coxcmd/gc: record &x[0] as taking address of x, if x is...
2014-02-16 Russ Coxcmd/gc: avoid pointer beyond array in range loop
2014-02-16 Russ Coxdebug/elf: correct test failure print
2014-02-15 Russ Coxcmd/gc: correct liveness for fat variables
2014-02-15 Rémy Oudomphengcmd/gc: do not lower copy to a value node in go/defer.
2014-02-15 Rob Piketext/template: don't panic when function call evaluates...
2014-02-14 Anthony Martincodereview: fix for Mercurial 2.9
2014-02-14 Adam Langleycompress/bzip2: support superfluous Huffman levels.
2014-02-14 David du Colombierruntime: fix "invalid address in sys call" on Plan 9
2014-02-14 Michael T.... math/big: Add text marshaller interface to Int
2014-02-14 Elias Naurcmd/go: remove cross compiling restriction on cgo
2014-02-14 Ian Lance Taylorruntime: if traceback sees a breakpoint, don't change...
2014-02-14 Mikio Haranet: handle IP interface stack correctly on linux
2014-02-14 Mikio Harasyscall: make use of include/linux when generating...
2014-02-14 Dmitriy Vyukovruntime: remove misleading message during crash
2014-02-14 Dmitriy Vyukovruntime: fix mem profile when both large and small...
2014-02-14 Russ Coxcmd/gc: fix build for 'default unsigned char' compilers
2014-02-14 Shenghou Macmd/go: hide the "TERM" environment variable from ...
2014-02-14 Russ Coxcmd/gc: correct liveness for various non-returning...
2014-02-14 Dmitriy Vyukovruntime: fix windows cpu profiler
2014-02-14 Russ Coxcmd/gc: correct liveness for func ending in panic
2014-02-14 Russ Coxcmd/gc: correct liveness for wrappers containing tail...
2014-02-14 Russ Coxcmd/gc: handle variable initialization by block move...
2014-02-14 Russ Coxcmd/5g, cmd/8g: fix build
2014-02-14 Mikio Harasyscall: fix system calls with misaligned arguments...
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
next