]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2015-03-12 Matt Joinernet/http/pprof: Use relative links to profiles in index...
2015-03-12 Geert-Johan... archive/zip: add NewWriterWithOptions
2015-03-12 Shenghou Maruntime: don't return a slice with nil ptr but non...
2015-03-12 Shenghou Macmd/9g: use REGZERO instead of REG_R0 if we want the...
2015-03-11 Austin Clementsdebug/dwarf: factor parsing of unit lengths
2015-03-11 Matthew Dempskycmd/internal/ld: fix package data parsing
2015-03-11 Hyang-Ah (Hana... path/filepath: clarify the package doc about '/' in...
2015-03-11 Keith Randallruntime,reflect,cmd/internal/gc: Fix comments referring...
2015-03-11 Rob Pikecmd/internal/obj/*: go generate the slice of Anames...
2015-03-11 Rob Pikecmd/asm: implement MCR instruction on ARM
2015-03-11 Dmitry Vyukovcmd/trace: move goroutine analysis code to internal...
2015-03-11 Dmitry Vyukovcmd/trace: dump thread id on proc start
2015-03-11 Matthew Dempskycmd/yacc/testdata/expr: fix handling of negative numbers
2015-03-11 Dave Cheneycmd/internal/gc: more Node cleanups
2015-03-11 Dave Cheneydebug/elf: fix arm build
2015-03-11 Nigel Taoimage/jpeg: support chroma hv values other than 0x11.
2015-03-10 Dave Cheneysyscall: exec_linux.go: support platforms without SYS_DUP2
2015-03-10 Shenghou Macmd/7g, cmd/7l, cmd/go: copy 9g/9l to 7g/7l, and build...
2015-03-10 Robert Griesemergo/ast: fixed minor typo in comment
2015-03-10 Dmitry Vyukovruntime/pprof: fix trace test
2015-03-10 Rick Hudsonruntime: Adjust when write barriers are active
2015-03-10 Dmitry Vyukovruntime: remove runtime frames from stacks in traces
2015-03-10 Austin Clementsdebug/dwarf: add unit tests for line table reader
2015-03-10 Austin Clementsdebug/dwarf: add support for line tables
2015-03-10 Austin Clementsdebug/dwarf: factor finding unit containing entry offset
2015-03-10 Austin Clementsdebug/macho, debug/pe: load DWARF line section and...
2015-03-10 Austin Clementsdebug/elf: load .debug_line section and pass to dwarf.New
next