]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-04-21 Mikio Haranet: fix inconsistent error values on setters
2015-04-21 Mikio Haranet: fix inconsistent error values on File
2015-04-21 Michael Hudson... cmd/6l, cmd/internal/ld, cmd/internal/obj: remove Xsym...
2015-04-21 Mikio Haranet: add helpers for server testing
2015-04-20 Michael Hudson... cmd/internal/ld: set moduledatasize correctly when...
2015-04-20 Michael Hudson... cmd/6g: let the compiler use R15 when it is not needed...
2015-04-20 Brad Fitzpatrickcmd/internal: C->Go printf cleanup
2015-04-20 Rick Hudsonruntime: Speed up heapBitsForObject
2015-04-20 Matthew Dempskycmd/internal/obj: remove useless Trimpath field and...
2015-04-20 Brad Fitzpatricknet/http: fix Transport data race, double cancel panic...
2015-04-20 Russ Coxcmd/internal/gc: clean up componentgen
2015-04-20 Russ Coxruntime: replace func-based write barrier skipping...
2015-04-20 Matthew Dempskycmd/internal/ld: prefer constants from cmd/internal/obj
2015-04-20 Russ Coxcmd/dist: run commands in $GOROOT/src not $GOROOT when...
2015-04-20 Ian Lance Taylorruntime: save registers in linux/{386,amd64} lib entry...
2015-04-20 Ian Lance Taylorruntime: no deadlock error if buildmode=c-archive or...
2015-04-20 Brad Fitzpatrickcmd/internal/obj: manual C->Go cleanups
2015-04-20 David Crawshawcmd/dist: enable c-archive test on darwin/arm64
2015-04-20 David Crawshawmisc/cgo/testcarchive: enable test on darwin/arm
2015-04-20 Hyang-Ah Hana Kimcmd/dist: include misc/cgo/testcshared test for linux...
2015-04-19 Michael Hudson... cmd/internal/gc, cmd/go: fix value of importpath symbol
2015-04-19 Mikio Haranet: fix a nit found by vet
2015-04-18 Matthew Dempskydoc/progs: build test programs in temp directory
2015-04-18 Mikio Haranet: fix inconsistent error values on Accept
2015-04-18 Mikio Haranet: fix inconsistent error values on Close
2015-04-18 Mikio Haranet: fix inconsistent error values on Write
2015-04-18 Mikio Haranet: fix inconsistent error values on Read
2015-04-18 Josh Bleecher... cmd/...: fix vet issues and cull dead code
2015-04-18 Mikio Haranet: break up TestErrorNil into Test{Dial,Listen,Listen...
2015-04-18 Matthew Dempskycmd/cgo: more robust detection of clang
2015-04-18 Brad Fitzpatrickcmd/6g, etc: cleanup, moving code out of near-empty...
2015-04-17 Mikio Haranet: clean up cgo
2015-04-17 David Crawshawcmd/internal/ld: replace Diag;Errorexit with Exitf
2015-04-17 David Crawshawmisc/cgo/testcarchive: check that os.Args is set
2015-04-17 Matthew Dempskyencoding/gob: fix hang from skipping large slices
2015-04-17 Rob Pikedoc/go1.5.txt: go generate: add $GOLINE
2015-04-17 Rob Pikedoc/articles/go_command.html: mention go generate
2015-04-17 Rob Pikecmd/go: add $GOLINE to generate
2015-04-17 Josh Bleecher... cmd/internal/gc, cmd/6g: generate boolean values withou...
2015-04-17 Ian Lance Taylorruntime: add -buildmode=c-archive/c-shared support...
2015-04-17 Russ Coxcmd/internal/gc: make use of new String methods in...
2015-04-17 Russ Coxcmd/internal/gc: add String methods to *Mpint, *Mpflt...
2015-04-17 Russ Coxruntime: leave gccheckmark testing off by default
2015-04-17 Ian Lance Taylorcmd/internal/ld, cmd/dist: support -buildmode=c-archive...
2015-04-17 Austin Clementsruntime: fix dangling pointer in readyExecute
2015-04-17 Rob Pikedoc/go1.5.txt: go generate -run
2015-04-17 Rob Pikecmd/go: implement the long-promised -run flag for go...
2015-04-17 Brad Fitzpatrickcmd/internal/obj: cleanups from C transition and delete...
2015-04-17 Michael Matloobregexp: set b.cap[0] and b.cap[1] only when captures...
2015-04-17 Hyang-Ah Hana Kimmisc/cgo/testcshared: test -buildmode=c-shared
2015-04-17 Russ Coxcmd/internal/gc: fix node print
2015-04-17 Dave Cheneyruntime/pprof: disable TestTraceStressStartStop
2015-04-17 Russ Coxfmt: adjust formatting of invalid reflect.Value, add...
2015-04-17 David Crawshawruntime: export main.main for android
2015-04-17 David Crawshawruntime: do not run main when buildmode=c-shared
2015-04-17 Matthew Dempskygo/build: deps check all std packages
2015-04-17 Nigel Taocompress/flate: simplify the TestDegenerateHuffmanCodin...
2015-04-17 Josh Bleecher... cmd/internal/gc: clean up bgen
2015-04-17 Russ Coxruntime: delete cgo_allocate
2015-04-17 Mikio Haranet: fix inconsistent error values on Dial, Listen...
2015-04-17 Mikio Haranet: rename netFD.proto to netFD.net on Plan 9
2015-04-16 Nigel Taoimage/color: have Palette.Index honor alpha for closest...
2015-04-16 Shenghou Madoc: mention darwin/arm64 port in go1.5.txt
2015-04-16 David Crawshawcmd/internal/ld: use usual flooding for c-archive
2015-04-16 David Crawshawruntime: aeshash stubs for arm64
2015-04-16 Michael Hudson... cmd/go: have go run, go list respect -buildmode/-linkshared
2015-04-16 David Crawshawruntime: darwin/arm64 c-archive entry point
2015-04-16 David du Colombiernet: fix typo in comment
2015-04-16 Jonathan Rudenbergcrypto/tls: fix test data generation
2015-04-16 David Crawshawruntime/cgo: enable arm64 EXC_BAD_ACCESS handler
2015-04-16 Brad FitzpatrickRevert "fmt: add a few more reflect.Value tests"
2015-04-16 Shenghou Macrypto/x509: build the builtin root certs also for...
2015-04-16 Brad Fitzpatrickos: clarify that ModePerm permission bits are the Unix...
2015-04-16 Russ Coxfmt: add a few more reflect.Value tests
2015-04-16 Alexandre Cesaromime/quotedprintable: Return a Reader instead of an...
2015-04-16 Michael Hudson... reflect, cmd/internal/gc: look for pointer types by...
2015-04-16 Josh Bleecher... misc/ios: fix teamID and appID use in entitlements
2015-04-16 Josh Bleecher... cmd/internal/gc: registerize more in 7g and 9g
2015-04-16 Aram Hăvărneanucmd/7g: change CHECKNIL sequence
2015-04-16 Aram Hăvărneanucmd/7g: remove loads that only load an immediate to...
2015-04-16 Shenghou Maruntime: darwin/arm64 support
2015-04-16 Shenghou Mamisc/cgo/test: skip issue3261 test on darwin/arm64
2015-04-16 David Crawshawiostest.bash: run detect.go as part of iostest
2015-04-16 Shenghou Maruntime/cgo: darwin/arm64 support
2015-04-16 Shenghou Masyscall: darwin/arm64 support
2015-04-16 David Crawshawmisc/ios: adjust exec script for iOS 8.3
2015-04-16 Matthew Dempskycompress/flate: reject invalid Huffman bit sizes
2015-04-16 Dave DayAdd reflect.FuncOf to docs/go1.5.text
2015-04-16 Shenghou Macmd/internal/obj, cmd/internal/ld, cmd/7l: external...
2015-04-16 Shenghou Macmd/7g: disable duff's device on darwin
2015-04-16 Shenghou Macmd/internal/obj/arm64: add SVC to unary destination...
2015-04-16 Matthew Dempskycompress/flate: add optional runtime sanity checks
2015-04-16 Matthew Dempskycompress/flate: reject invalid Huffman encoding sequences
2015-04-16 Dave Dayreflect: add FuncOf function
2015-04-16 Nigel Taoimage: spell coordinate consistently, without the hyphen.
2015-04-16 Mikio Haranet: fix TestDialGoogle with -ipv6 when CGO_ENABLED=0
2015-04-15 Michael Hudson... cmd/6l: call runtime.addmoduledata from .init_array
2015-04-15 Michael Hudson... cmd/go: support -buildmode=shared
2015-04-15 Ian Lance Taylorinternal/syscall: move to unix subdirectory
2015-04-15 David Crawshawcmd/test: require external linking for c-archive
next