]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-08-06 Kyle Lemonsflag: document the zero value of FlagSet
2013-08-06 Keith Randallruntime: Use old reflect.call implementation from cgo.
2013-08-06 Brad Fitzpatrickapi: update next.txt
2013-08-05 Russ Coxruntime/pprof: test multithreaded profile, remove OS...
2013-08-05 Brad Fitzpatrickundo CL 12486043 / ab644299d124
2013-08-05 Brad Fitzpatrickall: use strings.IndexByte instead of Index where possible
2013-08-05 Pieter Droogendijkcontainer/heap: add Fix and document the min is element 0.
2013-08-05 Brad Fitzpatricknet: use F_DUPFD_CLOEXEC when duping fds
2013-08-05 Keith Randallreflect: Get rid of the test for the error message...
2013-08-05 Brad Fitzpatrickstrings: use runtime assembly for IndexByte
2013-08-05 Dave Cheneyruntime: tune append crossover on amd64 and 386
2013-08-05 Keith Randallcmd/gc: get rid of redundant slice bound check.
2013-08-05 Rémy Oudomphengcmd/gc: fix inlining of unnamed structs with embedded...
2013-08-05 Russ Coxcompress/bzip2: support concatenated files
2013-08-05 Russ Coxruntime: remove debugging knob to turn off preemption
2013-08-05 Dmitriy Vyukovundo CL 12250043 / e911f94c4902
2013-08-05 Brad Fitzpatrickos, syscall: implement Getwd on darwin using getattrlist
2013-08-05 Dmitriy Vyukovruntime: remove singleproc var
2013-08-05 Dmitriy Vyukovruntime: use gcpc/gcsp during traceback of goroutines...
2013-08-05 Adam Langleycrypto/cipher: add GCM mode.
2013-08-05 Adam Langleycrypto: include hash number in panic message.
2013-08-05 ChaiShushanmisc/notepadplus: add Function List support
2013-08-05 Rob Pikedoc/progs/slices.go: fix typo in comment
2013-08-05 ChaiShushannet: fix some test bug
2013-08-05 Rob Pikedoc/effective_go.html: remove spurious word
2013-08-05 Rob Piketime: match month and day names only when not followed...
2013-08-04 Dmitriy Vyukovruntime: remove unused scheduler knob
2013-08-04 Dmitriy Vyukovruntime: remove dead code
2013-08-04 Dmitriy Vyukovnet: fix concurrent Accept on windows
2013-08-04 Josh Bleecher... net/http: fix Response.Header documentation for multipl...
2013-08-04 Dmitriy Vyukovruntime: disable dynamic priority boosting on windows
2013-08-03 Rob Pikehtml/template: delete panic recovery code from test
2013-08-03 Josh Bleecher... html/template: handle nils during indirection
2013-08-03 Rob PikeA+C: Josh Bleecher Snyder (individual CLA)
2013-08-03 Ian Lance Taylorlibbio: add casts to remove -Wconversion warnings
2013-08-03 Alex Brainmancmd/dist: generate cmd/cgo/zdefaultcc.go on windows...
2013-08-03 Rob Pikevarious: deleted unused items
2013-08-03 Mikio Haranet: reduce unnecessary syscall.Sockaddr conversions
2013-08-03 Mikio Haranet: make IP address selection work correctly on IPv6...
2013-08-03 Brad Fitzpatrickbuild: ignore new zfiles, delete temp goplay binary...
2013-08-02 Rémy Oudomphengcmd/dist: fix windows build.
2013-08-02 Brad Fitzpatrickcmd/go: fix build
2013-08-02 Alberto García... cmd/go: Fix go get when the fetched XML uses ASCII...
2013-08-02 Brad Fitzpatrickapi: update next.txt
2013-08-02 Keith Randallruntime: reimplement reflect.call to not use stack...
2013-08-02 Russ Coxcmd/dist: fix build again
2013-08-02 Russ Coxcmd/dist: fix build
2013-08-02 Russ Coxbuild: on OS X 10.8 and later, use clang instead of gcc
2013-08-02 Russ Coxtesting: make parsing of -cpu more lenient
2013-08-02 Russ Coxruntime: in newstack, double-check calling goroutine
2013-08-02 Brad Fitzpatrickmisc/dist: don't ship cmd/api
2013-08-02 Alex Brainmancmd/go: change error message to refer to correct bootst...
2013-08-02 Nigel Taoimage/draw: fix typos found by "go vet".
2013-08-02 Rob Pikefmt: clean up some errors found by vet
2013-08-02 Russ Coxruntime: disable preemption during software fp routines
2013-08-01 Brad Fitzpatrickbytes: move IndexByte assembly to pkg runtime
2013-08-01 Scott Fergusonnet/url: prepend slash to path in String()
2013-08-01 Russ Coxruntime: fix traceback across morestack
2013-08-01 Brad FitzpatrickA+C: Scott Ferguson (individual CLA)
2013-08-01 Pieter Droogendijkcompress/flate: Fixed two panics on bad data
2013-08-01 Brad Fitzpatricknet/http: don't write out invalid cookie lines
2013-08-01 Andrew Balholmnet/http: document that Error is to be used with plain...
2013-08-01 Brad Fitzpatrickstrings: add IndexByte, for consistency with bytes...
2013-08-01 Russ Coxcmd/ld: report pclntab, funcdata sizes in 6l -v output
2013-08-01 Russ Coxstrconv: fix doc comment for IntSize
2013-08-01 Dmitriy Vyukovruntime: print "created by" for running goroutines...
2013-08-01 Dmitriy Vyukovruntime: remove unused var
2013-08-01 Dmitriy Vyukovruntime: make new tests shorter in short mode
2013-08-01 Dmitriy Vyukovtesting: say what was the timeout if it fires
2013-08-01 Dmitriy Vyukovruntime: fix netbsd/arm build
2013-08-01 Andrew Gerranddoc: remove jquery.js and style.css
2013-08-01 Andrew Gerrandmisc/dist: include godoc from go.tools
2013-08-01 Brad Fitzpatricksyscall: add Dup3 on Linux
2013-08-01 Brad Fitzpatricknet/http: don't MIME sniff if handler set an empty...
2013-08-01 Rémy Oudomphengruntime: fix arm build.
2013-08-01 Robert Griesemerspec: clarify index and selector expressions
2013-08-01 Andrew Gerranddoc: remove godocs.js and playground.js from core repo
2013-08-01 Russ Coxruntime: mark arm _lsvh nosplit (may fix arm build)
2013-08-01 Russ Coxruntime: fix arm preemption
2013-08-01 Andrew Gerrandbuild: remove builder from test suite (fix build)
2013-08-01 Chris Manghanemisc/dashboard/app, misc/dashboard/builder: delete...
2013-08-01 Andrew GerrandC: add Chris Manghane (Google CLA)
2013-08-01 Andrew Gerrandcmd/godoc: delete from core repository
2013-08-01 Andrew Gerrandcmd/go: install go.tools/cmd/godoc to $GOROOT/bin/godoc
2013-08-01 Robert Daniel... doc: don't invoke go build with -o /dev/null during...
2013-08-01 Andrew GerrandC: add Folke Behrens (Google CLA)
2013-07-31 Brad Fitzpatrickundo CL 12193043 / cc5858966b08
2013-07-31 Rémy Oudomphengruntime: save 8 stack bytes in timediv on arm.
2013-07-31 Brad Fitzpatrickdoc/go1.2.txt: add time zone offsets with seconds
2013-07-31 Rob Pikespec: clarify a couple of issues about channels
2013-07-31 Pieter Droogendijkcontainer/list: added MoveBefore and MoveAfter
2013-07-31 Robert Griesemerundo CL 11884043 / bfd5ed8236d5
2013-07-31 Robert Griesemerspec: clarify index and selector expressions
2013-07-31 Rémy Oudomphengcrypto/des: faster permutation.
2013-07-31 Russ Cox cmd/ld: report pclntab, funcdata sizes in 6l...
2013-07-31 Dmitriy Vyukovruntime: better debug output for inconsistent Note
2013-07-31 Dmitriy Vyukovruntime: do not park sysmon thread if any goroutines...
2013-07-31 Dmitriy Vyukovundo CL 12167043 / 475e11851fc1
2013-07-31 Dmitriy Vyukovcmd/gc: record argument size for all indirect function...
2013-07-31 Dmitriy Vyukovruntime: do not park sysmon thread if any goroutines...
next