]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-01-13 Matthew Dempsky[dev.inline] cmd/compile: reorganize file parsing logic
2017-01-13 Matthew Dempsky[dev.inline] cmd/compile: split mkpackage into separate...
2017-01-09 Robert Griesemer[dev.inline] cmd/internal/obj: remove vestiges of LineH...
2017-01-09 Robert Griesemer[dev.inline] cmd/internal/src: introduce compact source...
2017-01-09 Robert Griesemer[dev.inline] cmd/internal/src: replace src.Pos with...
2016-12-10 Robert Griesemer[dev.inline] cmd/compile/internal/syntax: add predicate...
2016-12-09 Robert Griesemer[dev.inline] cmd/compile/internal/syntax: add tests...
2016-12-09 Robert Griesemer[dev.inline] cmd/compile/internal/syntax: report byte...
2016-12-09 David Lazar[dev.inline] cmd/internal/obj: rename Prog.Lineno to...
2016-12-09 David Lazar[dev.inline] cmd/internal/obj: use src.Pos in obj.Prog
2016-12-09 Robert Griesemer[dev.inline] cmd/compile/internal/syntax: remove gcComp...
2016-12-09 Robert Griesemer[dev.inline] cmd/compile/internal/syntax: use syntax...
2016-12-09 Robert Griesemer[dev.inline] cmd/compile/internal/syntax: clean up...
2016-12-09 Robert Griesemer[dev.inline] cmd/compile/internal/syntax: simplified...
2016-12-09 Robert Griesemer[dev.inline] cmd/compile/internal/syntax: process ...
2016-12-09 Robert Griesemer[dev.inline] cmd/compile/internal/syntax: introduce...
2016-12-09 Robert Griesemer[dev.inline] cmd/internal/src: introduce NoPos and...
2016-12-08 Robert Griesemer[dev.inline] cmd/compile/internal/ssa: another round...
2016-12-08 Robert Griesemer[dev.inline] cmd/compile/internal/ssa: rename various...
2016-12-08 Robert Griesemer[dev.inline] cmd/compile: rename various fields from...
2016-12-08 Robert Griesemer[dev.inline] cmd/internal/src: make Pos implementation...
2016-12-08 Robert Griesemer[dev.inline] cmd/compile: introduce cmd/internal/src...
2016-12-07 Brad Fitzpatrickcmd/go: ensure streaming test's stdout, stderr are...
2016-12-06 Brad Fitzpatrickdoc: mention more binary download architectures
2016-12-06 Keith Randalldoc: mention concurrent map write/iterate detector
2016-12-06 Sebastien Binetreflect: add example for StructOf
2016-12-06 Brad Fitzpatricknet/http: update bundled http2
2016-12-06 David Crawshawcmd/link: hash packages after loading all symbols
2016-12-06 Shenghou Madoc/go1.8: remove mention of #16396
2016-12-06 Matthew Dempskycmd/compile: fix static-initialization compilation...
2016-12-06 Shenghou Madoc: document the mips port in install-source.html
2016-12-06 Ian Lance Taylormisc/cgo/test: ignore "too many open files" in issue...
2016-12-06 Chris Broadfootnet/http: fix typo in Request.GetBody's doc string
2016-12-05 Ian Lance Taylorruntime/cgo: retry pthread_create on EAGAIN for OpenBSD
2016-12-05 Ian Lance Taylormisc/cgo/test: skip Test18146 on DragonFly
2016-12-05 Shenghou Madoc/go1.8: document mips port requirements
2016-12-05 Ian Lance Taylorruntime/cgo: retry pthread_create on EAGAIN
2016-12-05 Ian Lance Taylorruntime: don't skip TestCgoCallbackGC on FreeBSD
2016-12-05 Russ Coxruntime: check that Version does not contain \r \n
2016-12-05 Cherry Zhangcmd/compile: find last StoreWB explicitly
2016-12-04 Dhananjay Nakranicmd/go: give useful error when msan isn't supported
2016-12-04 Emmanuel Odekehtml/template: lock in application/json as valid JS...
2016-12-04 Nodir Turakulovhtml/template: escape JS in application/json script tag
2016-12-03 Brad Fitzpatrickcmd/dist: remove special test timeout scale for Windows
2016-12-03 Brad Fitzpatrickruntime: skip GDB tests on mips64
2016-12-03 Josh Bleecher... cmd/go: add missing newline at end of error message
2016-12-02 Ian Lance Taylortest: add test case for which gccgo generated incorrect...
2016-12-02 Filippo Valsordadoc: fix grammar in go1.8.html > crypto/tls
2016-12-02 Ian Lance Taylorcmd/link: don't overalign ELF reloc sections
2016-12-02 Brad Fitzpatrickdoc: correct the number of changes to the language...
2016-12-02 Robert Griesemercmd/compile/internal/syntax: remove dead type declaration
2016-12-02 Shenghou Mavendor/golang_org/x/crypto/chacha20poly1305: revendor...
2016-12-02 Kevin Burkedoc: update suggested Go installation version
2016-12-02 Ian Lance Taylordoc: CL 32796 was reverted, so remove it from go1.8...
2016-12-01 Brad Fitzpatricknet/http: revert change making NewRequest set ContentLe...
2016-12-01 Brad Fitzpatrickcmd/dist: adjust default timeout scale for mips
2016-12-01 Ian Lance Taylorcmd/go: check MustHaveExternalNetwork before `go get...
2016-12-01 Matthew Dempskycmd/internal/obj: rename obj.go to line.go
2016-12-01 Daniel Theophanesdatabase/sql: ensure Commit and Rollback return ErrTxDone
2016-12-01 Robert Griesemercmd/compile: correctly parse //line filename:line where...
2016-12-01 Chris Broadfootdoc: fix typo in go1.8.html
2016-12-01 Brad Fitzpatricknet/http: teach NewRequest that NoBody has ContentLengt...
2016-12-01 Chris Broadfootdoc: document go1.7.4 and go1.6.4
2016-12-01 Chris Broadfootdoc: document go1.7.3 and add note to go1.7.2 that...
2016-12-01 Elias Naurnet: fix writev tests on Android
2016-12-01 Keith Randallcmd/compile: generate frame pointers for otherwise...
2016-12-01 Quentin Smithcrypto/x509: read Darwin trust settings for root CAs
2016-12-01 David Lazarcmd/compile: do not inline functions marked cgo_unsafe_args
2016-12-01 Keith Randallcmd/objdump: copy gosym.PCValue into internal package
2016-12-01 Mohit Agarwalcmd/go: hide the "TERM" environment variable from ...
2016-12-01 Brad Fitzpatricknet/http: clarify Request.Context's lifetime
2016-12-01 Daniel Theophanesdatabase/sql: document expectations for named parameters
2016-12-01 Austin Clementsruntime: fix incorrect comment about bitvector layout
2016-12-01 Brad Fitzpatrickdoc: remove space in "Go 1. 8"
2016-12-01 Brad Fitzpatrickdoc: clarify zip behavior in go1.8.html
2016-12-01 Daniel Theophanesdoc: update go1.8 release notes to say NamedArg not...
2016-12-01 Elias NaurRevert "runtime: handle SIGPIPE in c-archive and c...
2016-12-01 Shenghou Madoc/go1.8.html: announce 1.8 will be the last to suppor...
2016-12-01 Shenghou Macmd/dist: add -check-armv6k command to check for ARMv6K
2016-12-01 Brad Fitzpatricksort: add Slice example
2016-12-01 Chris Broadfootapi: promote next.txt to go1.8.txt, update go tool go1.8beta1
2016-12-01 Chris Broadfootapi: update next.txt (remove database/sql.NamedParam)
2016-12-01 Ian Lance Taylorcmd/cgo: fix cgo checking when fetching errno value
2016-12-01 Brad Fitzpatrickdoc: go1.8.html review feedback
2016-12-01 Brad Fitzpatrickencoding/binary: document the new bool support
2016-11-30 Russ Coxcmd/go: document GOPATH default exception
2016-11-30 Russ Coxdoc, cmd/go: adjust documentation for default GOPATH
2016-11-30 David Lazarcmd/compile: generate code that type checks when inlini...
2016-11-30 Brad Fitzpatrickdoc: document default GOPATH in go1.8.html
2016-11-30 Daniel Theophanesdatabase/sql: deflake query cancel tests
2016-11-30 Austin Clementsruntime: fix undead arguments in cgocall
2016-11-30 Austin Clementsruntime: use standard comment style in cgocall
2016-11-30 Daniel Theophanesdatabase/sql: rename NamedParam to NamedArg and Param...
2016-11-30 Joe Tsainet/http: document how headers are forwarded by Client
2016-11-30 Brad Fitzpatrickdoc: update go1.8.html to remove mention of logging...
2016-11-30 Brad Fitzpatrickdoc: remove two go1.8.txt items
2016-11-30 Brad Fitzpatrickdoc: more go1.8.html
2016-11-30 Brad Fitzpatrickdoc: remove some TODOs from go1.8.html
2016-11-30 Shenghou Manet/http: fix test TestServeMuxHandlerRedirects
2016-11-30 Brad Fitzpatrickdoc: add tool sections to go1.8.html
next