]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2013-07-31 Russ Coxruntime: rewrite map size test
2013-07-31 Pieter Droogendijkpath/filepath: Panic in Match when parsing invalid...
2013-07-31 Robert Daniel... fmt: make all errors begin with the string "%!", always.
2013-07-31 Ulf Holm Nielsentime: Allow Parse and Format to handle time zone offset...
2013-07-31 Rob PikeA+C: Ulf Holm Nielsen (individual CLA)
2013-07-31 Rob Piketext/template/parse: print TextNodes using %s not %q
2013-07-31 Rob Pikefmt: treat \r\n as \n in Scan
2013-07-31 Keith Randallruntime: optimize some hash lookups.
2013-07-31 Rob Pikefmt: remove "Scan:" prefix from error messages
2013-07-31 Rob Pikefmt: put a ! in all error output generated by Printf...
2013-07-31 Mikio Haranet: add simple SetKeepAlivePeriod call test
2013-07-31 Russ Coxruntime: fix build on FreeBSD
2013-07-31 Rob Piketext/template: fix type of ComplexZero in test
2013-07-31 Russ Coxruntime: ARM _sfloat has no arguments
2013-07-31 Russ Coxcmd/go: send timed out test SIGQUIT before SIGKILL
2013-07-31 Russ Coxruntime: cut struct Hmap back to 48-byte allocation
2013-07-31 Shivakumar GNnet/http: skip TestDirJoin on Windows, even if /etc...
2013-07-30 Robert Griesemercontainer/list: document complexity of Len
2013-07-30 Dmitriy Vyukovruntime: fix code formatting
2013-07-30 Dmitriy Vyukovruntime: enable goroutine preemption
2013-07-30 Dmitriy Vyukovruntime: fix race builders
2013-07-30 Dmitriy Vyukovnet: fix memory leak on unix
2013-07-30 Russ Coxcmd/gc: don't report mark if other things are broken
2013-07-30 Russ Coxcmd/gc: insert \n at end of every input file
2013-07-30 Mikio Haranet: fix comment on SetKeepAlivePeriod
2013-07-30 Mikio Haranet: add missing SetKeepAlivePeriod for Plan 9
2013-07-30 Andrew Gerranddoc: don't block page load on JavaScript fetch
2013-07-30 Alex A Skinnerencoding/xml: Do not pass through invalid utf8 bytes
2013-07-30 Andrew GerrandA+C: Alex A Skinner (individual CLA)
2013-07-30 Rémy Oudomphengcmd/gc: make bisonerrors compatible with GNU Bison 3.0
2013-07-29 Andrew Gerranddoc/codewalk: test source code
2013-07-29 Robert Griesemergo/parser: don't report name errors if DeclarationError...
2013-07-29 Russ Coxbuild: fix build
2013-07-29 Robert Griesemergo/parser: selectors may be method expressions
2013-07-29 Russ Coxbuild: break builds
2013-07-29 Russ Coxruntime: adjust timediv to avoid _vasop; mark _subv...
2013-07-29 Russ Coxruntime: fix timediv calls on NetBSD, OpenBSD
2013-07-29 Dmitriy Vyukovruntime: fix arm build
2013-07-29 Robert Griesemermath/big: better documentation for Rat.Float64
2013-07-29 Dmitriy Vyukovruntime: fix arm build
2013-07-29 Dmitriy Vyukovruntime: fix linux/arm build
2013-07-29 Dmitriy Vyukovruntime: fix openbsd build
2013-07-29 Dmitriy Vyukovruntime: fix freebsd build
2013-07-29 Dmitriy Vyukovruntime: do not split stacks in syscall status
2013-07-29 Dmitriy Vyukovnet: fix memory leaks on windows
2013-07-29 Pieter Droogendijkruntime: allow SetFinalizer with a func(interface{})
2013-07-29 Mikio Haranet: remove redundant comment on isWildcard
2013-07-29 Mikio Haranet: document sockaddr interface
2013-07-29 Andrew Gerranddoc/articles: state that slices/arrays start at the...
2013-07-29 Alex Brainmanmisc/dashboard/builder: increase cmdTimeout to 10 minutes
2013-07-29 David Symondsmisc/dashboard: don't update tip tag for release branch...
2013-07-28 Rémy Oudomphengall: move examples into package *_test.
2013-07-28 Rémy Oudomphengeffective_go.html: make snippets look formatted.
2013-07-28 Rémy Oudomphengcompress/flate: reduce tiny allocs done by encoder.
2013-07-28 Mikio Haranet: make UnixAddr implement sockaddr interface
2013-07-28 Mikio Haranet: extend sockaddr interface to the all address families
2013-07-28 Mikio Haranet: simplify socket option helpers
2013-07-27 Dmitriy Vyukovmisc/dashboard: fix typo in comment
2013-07-27 Dmitriy Vyukovcmd/dist: fix crash on windows
2013-07-27 Dmitriy Vyukovruntime: fix potential deadlock in netpoll on windows
2013-07-27 Dmitriy Vyukovnet: temporary skip hanging test on windows
2013-07-26 ChaiShushanmisc/notepadplus: use new User Defined Language system...
2013-07-26 Russ Coxruntime: handle runtime.Goexit during init
2013-07-26 Dmitriy Vyukovruntime: refactor mallocgc
2013-07-26 Rémy Oudomphengcrypto/des: faster block expansion.
2013-07-26 Alex Brainmancmd/pack: support removing of leading file prefix on...
2013-07-26 Alex Brainmangc: fix line directive processing on windows
2013-07-26 Keith Randallundo CL 11788043 / 62d06cccc261
2013-07-26 Keith Randall5c: fix pc recalculation in the presence of AFUNCDATA
2013-07-25 Robert Griesemergo/parser: restrict ParseDir to files with suffix ...
2013-07-25 Robert Griesemerspec: update prose in Constants section
2013-07-25 Mikio Haranet: give more detail when test panics
2013-07-25 Peter Mundysyscall: prlimit argument error for Getrlimit and Setrl...
2013-07-25 Ian Lance Taylorcmd/cgo: gccgo fixes
2013-07-25 Rémy Oudomphengcmd/gc: avoid passing unevaluated constant expressions...
next