]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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"
2015-03-05 Russ Coxcmd/5l etc: restore comments lost during C -> Go conversion
2015-03-05 Russ Coxcmd/internal/gc: start syntax.go for syntax tree defini...
2015-03-05 Russ Coxruntime: start GC background sweep eagerly
2015-03-05 Matthew Dempskycmd/internal/gc: statically initialize function pointers
2015-03-05 Rob Pikecmd/internal/obj: delete all Pconv, replace with Prog...
2015-03-05 Martin Möhrmannstrconv: simplify code for binary exponent float format
2015-03-05 Russ Coxruntime: apply comments from CL 3742
2015-03-05 Russ Coxcmd/internal/obj/x86: fix nacl/amd64p32
2015-03-05 Dmitry Vyukovruntime: cleanup
2015-03-05 Rob Pikecmd/asm: fix (printing of) TEXT flags
2015-03-05 Russ Coxcmd/internal/obj/x86: fix PINSRD with mem in from3
2015-03-05 Russ Coxcmd/internal/obj/x86: add CALL *name(SB)
2015-03-05 Russ Coxcmd/8g, cmd/old8a: stop renaming x86 import to i386
2015-03-05 Russ Coxcmd/internal/obj/i386: delete
2015-03-05 Russ Coxcmd/internal/gc: simplify some indexing
2015-03-05 Rob Pikecmd/asm: update to use new encoding for x86 instructions
2015-03-05 Russ Coxcmd/internal/obj/x86: accept TYPE_MEM in CMPPS 3rd...
2015-03-05 Russ Coxruntime: poison pcln.frame value
2015-03-05 Russ Coxcmd/internal/obj/x86: take over i386 duty, clean up...
2015-03-05 Russ Coxcmd/internal/obj/x86: prep for next CL
2015-03-05 Dave Cheneycmd/internal/gc: make Node.Needzero a bool
2015-03-05 Shenghou Macmd/internal/gc: do not show original expression for...
2015-03-05 Shenghou Ma.gitignore: remove obselete entries
2015-03-05 Russ Coxcmd/internal/ld: cache file name construction in linkge...
2015-03-05 Russ Coxcmd/5g etc: tweak import blocks
2015-03-05 Russ Coxcmd/internal: rewrite fmt.Sprintf("%s", x) to x
2015-03-05 Robert Griesemermath/big: added more comprehensive mul/quo test
2015-03-05 Michael Hudson... cmd/internal/ld, runtime: halve tlsoffset on ELF/intel
2015-03-04 David Crawshawnet: fix darwin/amd64 build
2015-03-04 Nigel Taoimage/jpeg: check for component uniqueness and total...
2015-03-04 Alex Brainmancmd/dist: execute misc/cgo/testso again on windows
2015-03-04 David Crawshawlog/syslog: avoid unix sockets on darwin/arm
2015-03-04 Shenghou Manet: skip unsupported tests (unix and unixgram) on...
next