]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2015-06-02 Dave Cheneycmd/pprof/internal/profile: fix missing error check
2015-06-02 Dave Cheneycmd/cover: fix missing error check in test
2015-06-01 Alexandre Cesaromime: fix names of examples
2015-06-01 Didier Speziatext/template: fix variadic function call corner case
2015-06-01 Didier Speziahtml/template: prevent panic when escaping actions...
2015-06-01 Rob Pikeregexp: suggest go doc, not godoc
2015-06-01 Konstantin... cmd/doc: try better when looking for package dir
2015-06-01 Aamir Khantext/template: template must be initialized at the...
2015-06-01 Rob Pikeencoding/gob: fix infinite recursion caused by ignoring...
2015-06-01 Austin Clementsruntime: document that runtime.GC() blocks until GC...
2015-05-31 Michael Käuflpath: fix a typo in documentation of Split
2015-05-31 Adam Langleyencoding/pem: be more permissive about decoding empty...
2015-05-30 Dmitry Vyukovdoc/go1.5.txt: mention bugs found by go-fuzz
2015-05-30 Josh Bleecher... cmd/internal/obj: combine Pcrel and Comefrom
2015-05-30 Josh Bleecher... cmd/asm: delete Addr.Reg2
2015-05-29 Brad Fitzpatrickcmd/internal/obj: shrink Prog, remove two unused fields
2015-05-29 Brad Fitzpatrickcmd/internal/obj: fix build breakage from making From3...
2015-05-29 Russ Coxcmd/old5a, cmd/old8a, cmd/old9a: rebuild y.go
2015-05-29 Robert Griesemermath/big: remove (*Float).Scan, ScanFloat; more robust...
2015-05-29 Robert Griesemermath/big: rename (*Float).Format to (*Float).Text
2015-05-29 Russ Coxcmd/internal/obj: make Prog.From3 a pointer
2015-05-29 David Symondsio: minor improvements to doc comment on WriteString.
2015-05-28 Håvard Haugenarchive/tar: terminate when reading malformed sparse...
2015-05-28 Andrew Gerrandcmd/dist: only test packages and commands that have...
2015-05-28 Robert Griesemergo/types: fix error message for embedded non-interface...
2015-05-28 Josh Bleecher... test: re-enable rotate tests
2015-05-28 David Chasecmd/compile: reject p-notation floats in Go source...
2015-05-28 Josh Bleecher... cmd/internal/gc: unembed Param field
2015-05-28 Austin Clementsruntime: disable GC around TestGoroutineParallelism
2015-05-28 Austin Clementscmd/compile: avoid temporary in race mode with slice...
2015-05-28 Austin Clementsruntime: use stripped test environment for TestGdbPython
2015-05-28 Robert Griesemermath/big: fix latent decimal conversion bug
2015-05-28 Ryan Browncmd/link/internal/ld: Skip combining dwarf for darwin...
2015-05-28 Josh Bleecher... test: remove arch char from nosplit
2015-05-28 Shenghou Macmd/internal/obj: make arm64 use RegTo2 instead of...
2015-05-28 Brad Fitzpatrickcmd/dist: don't run go list when running a specific...
2015-05-27 Robert Griesemermath/big: more cleanups (msbxx, nlzxx functions)
2015-05-27 Robert Griesemermath/big: removed TODO, cleanups
2015-05-27 Robert Griesemerstrconv: minor internal comment fix
2015-05-27 Brad Fitzpatrickarchive/zip: sanity check the TOC's declared number...
2015-05-27 David Chasecmd/compile: propagate correct line numbers in treecopy
2015-05-27 Brad Fitzpatrickdoc: update go1.5.txt
2015-05-27 Michael Hudson... cmd/internal/ld: do not depend on local symbols to...
2015-05-27 Michael Hudson... cmd/internal/ld: store the libraries a shared library...
2015-05-27 Håvard Haugenarchive/tar: don't panic on negative file size
2015-05-27 Michael Hudson... cmd/link/internal/ld: put abi hash into a note
2015-05-27 Michael Hudson... misc/cgo/testshared: do not capture output of go comman...
2015-05-27 Michael Hudson... cmd/link: replace interface{} fields with concrete...
2015-05-26 Ryan Browncmd/internal/objfile: Skip mach-o debug symbols.
2015-05-26 Brad Fitzpatrickarchive/zip: verify number of File bytes read at EOF
next