]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2015-03-04 Rick Hudsonruntime: Remove boundary bit logic.
2015-03-04 Robert Griesemermath/big: reenable TestFloatAdd32 (used to fail on...
2015-03-04 Robert Griesemermath/big: use stringer for enum String() methods
2015-03-04 Robert Griesemermath/big: added Float.Add example, remove warning from...
2015-03-04 Robert Griesemermath/big: remove Float.Lsh/Rsh; added shift example
2015-03-04 Robert Griesemermath/big: introduce Undef Accuracy, use for NaN operand...
2015-03-04 Robert Griesemermath/big: modified MantExp semantics to enable fast...
2015-03-04 Robert Griesemermath/big: implement NaN
2015-03-04 Russ Coxruntime: use multiply instead of divide in heapBitsForO...
2015-03-04 Matthew Dempskycmd/internal/gc, runtime: change growslice to use int...
2015-03-04 Russ Coxcmd/internal/obj/x86: change SHRQ to store second sourc...
2015-03-04 Dmitry Vyukovruntime: bound defer pools (try 2)
2015-03-04 Dmitry Vyukovruntime: bound sudog cache
2015-03-04 Shenghou Macmd/internal/ld: fix symbol visibility for external...
2015-03-04 Michael Hudson... liblink, cmd/6l: re-enable -shared on amd64
2015-03-04 Brad Fitzpatrickbuild: don't run a cgo test when cgo is disabled
2015-03-04 Nigel Taoimage: make Rectangle implement Image.
2015-03-04 Rob Pikecmd/asm: move some machine-dependent code out of the...
2015-03-04 Rob Pikecmd/internal/obj: print g for the g register on arm...
2015-03-03 Brad Fitzpatrickbuild: convert run.bash, run.bat, and run.rc into a...
2015-03-03 David Crawshawnet/http: disable segfaulting test on darwin/arm
2015-03-03 David Crawshawmisc/ios: run lldb commands much more carefully
2015-03-03 Rob Pikecmd/asm: LOOP is a branch instruction on x86
2015-03-03 Dave Cheneycmd/internal/obj/ppc64: fix ppc64 build
2015-03-03 Michael Hudson... cmd/internal/ld: make ELF constants explicit
2015-03-03 Russ Coxcmd/internal/gc: clean up liveness code
2015-03-03 Russ Coxcmd/internal/gc: manual goto removal + grind to move...
2015-03-03 Russ Coxcmd/internal/gc: replace hash tables with Go maps
2015-03-03 Russ Coxcmd/internal/gc: delete Strlit, Zconv
2015-03-03 Russ Coxcmd/internal/gc: change proginfo to return ProgInfo...
2015-03-03 Russ Coxcmd/5g etc: mechanical cleanup
2015-03-03 David Crawshawmisc/ios: extra stdout check before run
2015-03-03 David Crawshawgo/build: skip GOROOT tests on darwin/arm
2015-03-03 Rob Pikecmd/internal/obj/arm: fix arm build
next