]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2015-03-10 Austin Clementsdebug/elf: regularize DWARF section loading
2015-03-09 Nigel Taoimage/jpeg: support RGB JPEG images.
2015-03-09 Dave Cheneycmd/internal/gc: make Node.Isddd boolean
2015-03-09 David Crawshawruntime: do not share underlying envs/argv array
2015-03-09 David Crawshawnet: skip unixgram tests on darwin/arm
2015-03-09 David Crawshawsync/atomic: skip test on darwin/arm
2015-03-09 Roger Peppeencoding/xml: fix default namespace of tags
2015-03-09 Dave Cheneycmd/internal/gc: more Node cleanups
2015-03-09 Dave Cheneygo/build: disable cgo by default for freebsd/arm
2015-03-08 Minux MaRevert "cmd/internal/obj/x86: implement -shared computa...
2015-03-08 Michael Hudson... cmd/internal/obj/x86: implement -shared computation...
2015-03-08 Mikio Haranet: gofmt
2015-03-08 Andrew Pilloudnet: LookupHost and Resolve{TCP,UDP,IP}Addr should...
2015-03-07 Shenghou Macmd/internal/obj/x86: fix nacl/amd64p32 build
2015-03-07 Shenghou Maruntime: add argument sizes for asm functions for bytes...
2015-03-07 tntFixed wrong arguments to formatting functions
2015-03-06 Dave Cheneycmd/internal/gc: more int to bool cleanups
2015-03-06 Chris Manghanetest: add testcase for gccgo-specific issue 10047.
2015-03-06 Matthew Dempskycmd/internal/ld: change string vars into constants...
2015-03-06 Matthew Dempskycmd/internal/ld: remove unused files
2015-03-06 Joël Stemmercrypto/tls: fix typo in tls handshake error
2015-03-06 Ian Lance Taylordoc/go1.5: mention new SWIG requirement: must be 3...
2015-03-06 Ian Lance Taylorcmd/go: for gccgo run the located binary rather than...
2015-03-06 Ian Lance Taylormisc/swig/callback: fix test for SWIG -cgo support
2015-03-06 Dave Cheneycmd/internal/gc: make Addrtaken a bool
2015-03-06 Dave Cheneycmd/internal/gc: make Node.Hasbreak a bool
2015-03-06 Dave Cheneycmd/internal/gc: make Node.Readonly a bool
2015-03-06 Dave Cheneycmd/internal/gc: remove Node.Builtin
2015-03-06 Ian Lance Taylorcmd/go: use new SWIG -cgo option
2015-03-06 Robert Griesemermath/big: move "bits" operations used for Float tests...
2015-03-06 Alex Brainmanos: do not leave /go_os_test/dir after test
2015-03-05 Matthew Dempskycmd/internal/gc: use crypto/md5 instead of md5.go
2015-03-05 Russ Coxcmd/internal/obj: remove use of "iota - X"
next