]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-03-19 Austin Clementsruntime: remove pointless harvestwbufs
2015-03-19 Austin Clementsruntime: remove out of date comment
2015-03-18 Josh Bleecher... runtime: delete old .h files
2015-03-18 Josh Bleecher... cmd/internal/gc: speed up large string switches
2015-03-18 Josh Bleecher... runtime: fix minor typo
2015-03-18 Josh Bleecher... all: use "reports whether" in place of "returns true...
2015-03-18 Dmitry Vyukovruntime: add a select test
2015-03-18 Aaron Jacobsbufio: fix incorrect comment on Scanner.Scan
2015-03-18 Adam Langleycrypto/tls: disable RC4 by default.
2015-03-18 Adam Langleycrypto/tls: panic with unknown hash functions.
2015-03-18 Adam Langleycrypto/{ecdsa,rsa}: always use io.ReadFull with crypto...
2015-03-18 Ian Lance Taylorcmd/go: don't crash on unknown GOARCH unless we actuall...
2015-03-17 Robert Griesemermath/big: clearer semantics for Float.Scan
2015-03-17 David Chasecmd/internal/gc: add a comment to esc.go
2015-03-17 Russ Coxruntime: fix writebarrier throw in lock_sema
2015-03-17 Rick Hudsonruntime: Remove write barriers during STW.
2015-03-17 David Crawshawruntime: copy env strings on startup
2015-03-17 Robert Griesemermath/big: cleaner handling of exponent under/overflow
2015-03-17 Dmitry Vyukovruntime: fix comment
2015-03-17 Dmitry Vyukovruntime: remove futile wakeups from trace
2015-03-17 David Crawshawruntime/cgo: catch EXC_BAD_ACCESS on darwin/arm
2015-03-17 Dave Cheneytest: fix recover4 test on 64kb systems
2015-03-17 Jeremy Jackinscmd/yacc: fix path in documentation
2015-03-17 Dave CheneyRevert "test: disable recover4 test to fix ppc64 builds"
2015-03-17 Dave Cheneytest: disable recover4 test to fix ppc64 builds
2015-03-17 Austin Clementsruntime: factor object dumping code out of greyobject
2015-03-17 Austin Clementsruntime: fix out of date comment
2015-03-17 Russ Coxcmd/internal/gc: mv builtins builtin
2015-03-17 Russ Coxcmd/6g: make proginfo register bits constants
2015-03-17 Russ Coxcmd/internal/obj/x86: minor optimization
2015-03-17 Russ Coxcmd/internal/gc: fmt.Sprintf elimination and minor...
2015-03-17 Russ Coxcmd/...: remove use of func() { ... }() in loop increment
2015-03-17 Russ Coxcmd/internal/gc: add -d disablenil debug option to...
2015-03-17 Russ Coxcmd/gc: rewrite argtype to substitute in a single pass
2015-03-17 Russ Coxcmd/dist: show reason for command failure
2015-03-17 Russ Coxcmd/internal/obj: reimplement line history
2015-03-16 Joël Stemmercrypto/tls: return correct hash function when using...
2015-03-16 Nick Sullivancrypto/rsa: implement crypto.Decrypter
2015-03-16 Russ Coxcmd/internal/obj: add basic test of line history
2015-03-16 Russ Coxcmd/internal/obj: use map for symbol table
2015-03-16 Russ Coxcmd/pprof/internal/profile: insert blank line after...
2015-03-16 Russ Coxtest: add test that variables captured by deferred...
2015-03-16 Rob Piketext/template: protect against explicit nil in field...
2015-03-16 Shenghou Madoc/go_mem.html: correct the channel example
2015-03-16 Josh Bleecher... cmd/internal/gc: remove dead code
2015-03-16 Aram Hăvărneanucmd/objdump: disable TestDisasm.* on arm64
2015-03-16 Aram Hăvărneanuos/signal, hash/crc32: add arm64 build tags
2015-03-16 Aram Hăvărneanutest: fix nosplit test, and disable nilptr3 test on...
2015-03-16 Aram Hăvărneanureflect: add support for GOARCH=arm64
2015-03-16 Aram Hăvărneanusync/atomic: add support for GOARCH=arm64
2015-03-16 Aram Hăvărneanumath, math/big: add support for GOARCH=arm64
2015-03-16 Aram Hăvărneanusyscall: add support for GOARCH=arm64
2015-03-16 Aram Hăvărneanuruntime: add support for linux/arm64
2015-03-16 Aram Hăvărneanucmd/dist: add support for GOARCH=arm64
2015-03-16 Aram Hăvărneanucmd/cgo: add support for GOARCH=arm64
2015-03-16 Aram Hăvărneanucmd/7g: add ARM64 Go compiler, based on 9g
2015-03-16 Aram Hăvărneanucmd/7l: add the ARM64 linker
2015-03-16 Aram Hăvărneanucmd/asm: add support for ARM64
2015-03-16 Aram Hăvărneanucmd/internal/obj, cmd/internal/obj/arm64: add support...
2015-03-16 Aram Hăvărneanucmd/go: disable verifyAsm for arm64
2015-03-16 Aram Hăvărneanugo/build: add GOARCH=arm64
2015-03-16 Aram Hăvărneanu.gitignore: ignore ARM64 build products
2015-03-15 Shenghou Madoc/go1.5: correct archive/zip change
2015-03-15 Joel Singsync/atomic: add support for openbsd/arm
2015-03-15 Joel Singcmd/dist: use GOARM=5 for openbsd/arm
2015-03-15 Joel Singsyscall: add support for openbsd/arm
2015-03-15 Joel Singruntime: add support for openbsd/arm
2015-03-15 Joel Singdoc: note removal of dragonfly/386 port
2015-03-15 Shenghou Maruntime: skip TestStdcallAndCDeclCallbacks when gcc...
2015-03-14 Joel Singall: remove dragonfly/386 port
2015-03-14 Josh Bleecher... encoding/binary: cull dead code
2015-03-14 Ian Lance Taylordebug/elf: support reading debug info from 32-bit PPC...
2015-03-14 Ian Lance Taylordebug/gosym: fix typo in comment
2015-03-14 Michael Hudson... cmd/internal/ld: remove some dead code
2015-03-14 Matthew Dempskycmd/internal/gc: remove unused fields
2015-03-14 Robert Griesemermath/big: wrap Float.Cmp result in struct to prevent...
2015-03-14 Mikio Harasyscall: add missing Syscall9 for darwin/amd64
2015-03-13 Matthew Dempskycmd/internal/gc: remove namebuf variable
2015-03-13 Dave Cheneycmd/7g: fix build breakage
2015-03-13 Michael Hudson... cmd/internal/gc, etc: remove canemitecode of Naddr
2015-03-13 Ian Lance Taylortest: add test that gccgo failed to compile
2015-03-13 Robert Griesemermath/big: fix minor documentation issue
2015-03-13 Robert Griesemermath/big: fix silly bug in Int64 accessor
2015-03-13 Nigel Taoimage/jpeg: reject bad Tq values in SOF data.
2015-03-13 Joel Singruntime: remove reference to openbsd kern.rthreads...
2015-03-13 Joel Singcmd/5l: make 5l work on openbsd
2015-03-12 Andrew Gerranddoc/go1.5.txt: mention zip.WriterAt
2015-03-12 Andrew Gerrandarchive/zip: remove WriterOptions and replace with...
2015-03-12 Robert Griesemermath/big: handle NaNs in Float.Cmp
2015-03-12 Russ Coxflag: use four spaces before tab, not three
2015-03-12 Robert Griesemermath/big: added (internal) Float.form field for easier...
2015-03-12 Robert Griesemermath/big: make validate a method of Float (cleanup)
2015-03-12 Robert Griesemermath/big: introduce Bits abstraction instead of using...
2015-03-12 Rob Pikedoc/go1.5.txt: new format for flag.PrintDefaults
2015-03-12 Rob Pikeflag: nicer usage messages
2015-03-12 Rob Pikecmd/asm: add MRC and MCR to end-to-end test for arm
2015-03-12 Shenghou Madoc/go1.5: mention the ${SRCDIR} in cgo line change
2015-03-12 Michael Vetterdoc/effective_go.html: add missing newline
2015-03-12 Michael Hudson... cmd/asm/internal/asm: report arch if assembly fails
2015-03-12 Michael Hudson... cmd/internal/obj/x86: implement -shared computation...
next