]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-06-07 Austin Clementsruntime: fix checkmarks to rescan stacks
2015-06-07 Dominik Honnefdoc/go1.5.txt: correct CL for LookupEnv addition
2015-06-06 Shenghou Matest: fix build on GOARCH=ppc64/ppc64le
2015-06-06 Alex Brainmandatabase/sql: refer correct issue in TestErrBadConnReco...
2015-06-06 Austin Clementscmd/asm: drop legacy RETURN mnemonic on ppc64
2015-06-06 Austin Clementscmd/compile: use obj.ARET instead of ppc64.ARETURN
2015-06-06 Austin Clementsall: use RET instead of RETURN on ppc64
2015-06-05 Robert Griesemercmd/go: update documentation: use 'go doc' rather than...
2015-06-05 Robert Griesemercmd/go: use new vet location
2015-06-05 Robert Griesemergo/types: remove unused return value
2015-06-05 Alan Donovanruntime: add blank assignment to defeat "declared but...
2015-06-05 Robert Griesemergo/types: remove MethodSetCache - not needed
2015-06-05 Austin Clementsruntime: use correct SP when installing stack barriers
2015-06-05 Brad Fitzpatrickcmd/dist: add more logging details when go list std...
2015-06-05 Russ Coxcmd/vet: skip exec tests on systems that can't exec
2015-06-05 Alexis Imperial... debug/gosym: avoid calling the shell in test
2015-06-05 Russ Coxcmd/go: fix detection of ELF binaries
2015-06-05 Aaron Jacobsflag: Describe the ErrorHandling enum values.
2015-06-05 Rob Pikecmd/go: add -tags option to go vet
2015-06-05 Russ Coxdoc/go1.5.txt: mention go test -count
2015-06-05 Russ Coxcmd/compile: document Node fields used by each Op
2015-06-05 Russ Coxcmd/link: delete dead flags
2015-06-05 Russ Coxcmd/link: deprecate -X name value in favor of -X name...
2015-06-05 Russ Coxcmd/compile, cmd/link: add docs
2015-06-05 Russ Coxdoc/go1.5.txt: GOMAXPROCS change
2015-06-05 Russ Coxruntime: default GOMAXPROCS to NumCPU(), not 1
2015-06-05 Russ Coxcmd/pprof: use copy of svgpan library instead of link...
2015-06-05 Russ Coxtesting: add -test.count flag to run tests and benchmar...
2015-06-05 Russ Coxcmd/go: read new non-ELF build ID in binaries
2015-06-05 Russ Coxcmd/link: implement -buildid for non-ELF binaries
2015-06-05 Russ Coxcmd/go: use ELF note instead of binary stamp on ELF...
2015-06-05 Russ Coxcmd/link: add -buildid flag to write Go build ID to...
2015-06-05 Russ Coxcmd/link: add -h flag, for debugging, same as cmd/compile
2015-06-05 Russ Coxcmd/go, cmd/link: use "Go" not "GO" as ELF note identifier
2015-06-05 Russ Coxcmd/go: simplify ELF note reading and enable during...
2015-06-04 Robert Griesemercmd/go: fix fmt.Errorf call sites (latent bug)
2015-06-04 Rob Pikecmd/doc: do not show unexported constants
2015-06-04 Robert Griesemercmd/vet: adjust vet to use go/types and friends from...
2015-06-04 Robert Griesemercmd/vet: move cmd/vet into std repo
2015-06-04 David Crawshawcmd/dist: use -tags=lldb for iOS tests
2015-06-04 Brad Fitzpatricknet/http: the Set-Cookie Expiration time zone should...
2015-06-04 Brad Fitzpatricktest: make test/run.go support sharding
2015-06-04 Josh Bleecher... cmd/internal/obj/arm64: make function prologue more...
2015-06-04 Josh Bleecher... runtime, cmd/internal/obj/arm: improve arm function...
2015-06-04 Josh Bleecher... cmd/internal/obj/x86: make function prologue more predi...
2015-06-04 Hajime Hoshiencoding/xml: Reset the parent stack before printing...
2015-06-04 Russ Coxcmd/go: clean up after 'go build' during 'go install'
2015-06-04 Russ Coxcmd/go: always rebuild GOPATH code that looks out of...
2015-06-04 Russ Coxcmd/go: detect when package or binary is stale due...
2015-06-04 Russ Coxcmd/compile: merge Node.Opt and Node.Val behind access...
2015-06-04 Russ Coxcmd/compile: cleanups for Node trimming sequence
2015-06-04 Josh Bleecher... cmd/link: make stkcheck more flexible
2015-06-04 Russ Coxcmd/internal/gc: accept map literals with omitted key...
2015-06-03 Brad Fitzpatrickruntime: fix TestFixedGOROOT to properly restore the...
2015-06-03 Robert Griesemersrc/cmd/compile/internal/gc: re-vendor math/big, manual...
2015-06-03 Robert Griesemermath/big: turn off debug mode
2015-06-03 Dave Cheneymath/big: trim trailing zeros before hex printing
2015-06-03 Russ Coxcmd/internal/gc: add -buildid flag to write build ID...
2015-06-03 Russ Coxcmd/dist: one more file for CL 9152
2015-06-03 Russ Coxcmd/dist: do not rewrite files that already have the...
2015-06-03 Russ Coxcmd/dist: fix build tag parser
2015-06-03 Russ Coxcmd/go: make test.bash pass again
2015-06-03 Russ Coxdoc/go1.5.txt: add note about internal
2015-06-03 Russ Coxcmd/go: expand 'internal' rule to all repositories
2015-06-03 Russ Coxcmd/compile: remove Node.Nname, now unused
2015-06-03 Aamir Khantext/template: refactor code to accomodate bi-state...
2015-06-03 Russ Coxcmd/compile: remove use of Node.Nname in initplan
2015-06-03 Russ Coxcmd/compile: move OCASE/OXCASE Node.Nname into Node...
2015-06-03 Russ Coxcmd/compile: move ODCLFUNC Node.Nname into Node.Func...
2015-06-03 Russ Coxcmd/compile, cmd/internal: replace %P with %v in a...
2015-06-03 Russ Coxcmd/compile: move Node.Curfn into both Node.Func and...
2015-06-03 Russ Coxcmd/compile: move Node.Param, Node.Funcdepth into Node...
2015-06-03 Russ Coxcmd/compile: move Node.Vargen, Node.Iota into Node...
2015-06-03 Russ Coxcmd/compile: remove Node.Escflowsrc, Node.Escretval...
2015-06-03 Russ Coxcmd/compile: move Node.Pkg to Node.Name.Pkg
2015-06-03 Russ Coxcmd/compile: move Node.Pack to Node.Name.Pack
2015-06-03 Rob Pikestrings: mention UTF-8 in the package comment.
2015-06-03 Andrew Gerranddoc: move pre-go1 release notes to separate file
2015-06-03 Ian Lance Taylorcmd/go: convert one test from test.bash to Go
2015-06-03 Russ Coxcmd/compile: remove Node.Alloc
2015-06-03 Russ Coxcmd/compile: remove Val.Ctype
2015-06-03 Russ Coxcmd/compile: move Node.Defn to Node.Name.Defn
2015-06-03 Russ Coxcmd/compile: move Node.Paramfld to Node.Param.Field
2015-06-03 Russ Coxcmd/compile: remove Node.Ntest, Node.Stkdelta
2015-06-03 Russ Coxcmd/compile: remove Node.Nincr, Node.Nelse, Node.Initplan
2015-06-03 Shenghou Macmd/dist: enable extlink test on linux/arm64
2015-06-03 Austin Clementsruntime: print start of GC cycle in gctrace, rather...
2015-06-02 Rob Piketext/template: clarify the documentation around templat...
2015-06-02 Austin Clementsruntime: implement GC stack barriers
2015-06-02 Austin Clementsruntime: avoid double-scanning of stacks
2015-06-02 Austin Clementsruntime: steal space for stack barrier tracking from...
2015-06-02 Austin Clementsruntime: decouple stack bounds and stack allocation...
2015-06-02 Austin Clementsruntime: clean up signalstack API
2015-06-02 Austin Clementsruntime: increase precision of gctrace times
2015-06-02 Andrew Gerrandnet/http: set nosniff header when serving Error
2015-06-02 HÃ¥vard Haugenfmt: fix buffer underflow for negative integers
2015-06-02 Mikio Haranet: fix parsing literal IP addresses in local database
2015-06-02 Mikio Hararuntime: fix data race in BenchmarkChanPopular
2015-06-02 Robert Griesemermath/big: implement fmt.Formatter-compatible (*Float...
2015-06-02 Dave Cheneynet: fix undetected set and not used error
next