]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2015-04-15 Michael Hudson... go/build: support -installsuffix with gccgo
2015-04-15 Michael Hudson... cmd/go, go/build: add build.Package.PkgTargetRoot
2015-04-15 Michael Hudson... cmd/internal/ld: allow -r to override rpath when -links...
2015-04-15 Josh Bleecher... cmd/6g, runtime: improve duffzero throughput
2015-04-15 Josh Bleecher... cmd/internal/gc, cmd/gc: move Reg from Val to Node
2015-04-15 Michael Hudson... runtime: merge slice and sliceStruct
2015-04-15 Michael Hudson... cmd/dist: fix bootstrapping with gccgo on 386
2015-04-15 Rob Pikedoc/go1.5.txt: io.CopyBuffer and new reflect.Value...
2015-04-15 Rob Pikefmt: treat reflect.Value specially - as the value it...
2015-04-15 Rob Pikeio: add CopyBuffer, a version of Copy in which the...
2015-04-15 Dave Cheneycmd/internal/gc, cmd/7g: use zero register in Componentgen
2015-04-15 Mikio Haranet: add Listen system call hook for testing
2015-04-15 Mikio Haranet/internal/socktest: add hook for Listen, failed...
2015-04-15 Dave Cheneyruntime: mark all runtime.cputicks implementations...
2015-04-15 Alex Brainmanruntime: really pass return value to Windows in externa...
2015-04-15 Nigel Taoimage/png: reject multiple tRNS chunks.
2015-04-15 Robert Griesemergo/importer: added go/importer package, adjusted go...
2015-04-15 Josh Bleecher... misc/ios: read codesign info from environment variables
2015-04-14 Josh Bleecher... cmd/internal/gc: convert Bval to bool
2015-04-14 Austin Clementsruntime: make time slice a const
2015-04-14 Austin Clementsruntime: fix freed page accounting in mHeap_ReclaimList
2015-04-14 Austin Clementsruntime: remove unnecessary traceNextGC
2015-04-14 Marius Nuennerichio/ioutil: fix locking of the tempfile random state
2015-04-14 Matthew Dempskyreflect: document reflect.TypeOf((*Foo)(nil)).Elem...
2015-04-14 Rob Pikecmd/go: do not cover package unsafe
2015-04-14 Dmitry Vyukovcmd/gc: fix crash during escape analysis
2015-04-14 David Crawshawruntime: make cgocallback wait on package init
2015-04-14 David Crawshawruntime: rename close to closefd
2015-04-14 Nigel Taoimage/jpeg: don't assume that an ensureNBits failure...
2015-04-14 Brad Fitzpatrickcmd/5g, etc: remove outdated float type alias comment
2015-04-14 Brad Fitzpatricknet: remove old comment
2015-04-13 Shenghou Macmd/dist: detect sse2 even with gccgo
2015-04-13 Srdjan Petroviccmd: -buildmode=c-shared for linux/arm
next