]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-06-25 Amir Mohammad... misc/chrome/gophertool: Support for manifest version...
2012-06-25 Thomas Alan... encoding/base32, encoding/base64: removed unneeded...
2012-06-25 Russ CoxA+C: Amir Mohammad Saied, Thomas Alan Copeland (both...
2012-06-25 Robert Griesemergofmt: handle comments correctly in rewrites
2012-06-25 Micah Stetsonencoding/json: simplify (*decodeState).indirect
2012-06-25 Jan Ziakencoding/csv, encoding/xml: report write errors
2012-06-25 Robert Griesemerspec: clarify receive operator
2012-06-25 Robert Griesemergo/ast: minor comment maps API change
2012-06-25 Jan Ziakexp/inotify: prevent data race
2012-06-25 Brad Fitzpatricknet/http: speed up Header.WriteSubset
2012-06-25 Dave Cheneyruntime: remove memset/memclr shim
2012-06-25 Dmitriy Vyukovruntime: fix potential GC deadlock
2012-06-24 Russ Coxruntime: detect hash map collision problems
2012-06-24 Charles L.... math: improve Atan, Asin and Acos accuracy
2012-06-24 Han-Wen Nienhuysos: make POSIX StartProcess work with chroot again.
2012-06-24 Russ CoxCONTRIBUTORS: add Han-Wen Nienhuys (Google CLA)
2012-06-24 Jan Ziaktest/bench/shootout: remove dependency on C libraries...
2012-06-24 Jan Ziakexp/inotify: prevent data race during testing
2012-06-24 Dave Cheneyruntime: avoid r9/r10 during memmove
2012-06-24 Dave Cheneyruntime: avoid r9/r10 during memset
2012-06-24 David Symondsflag: fix indexing doc.
2012-06-24 Brad Fitzpatricknet/http: fix doc inaccuracy and typo; tighten test
2012-06-23 Shenghou Maruntime: fix struct Sigaction for Linux/386
2012-06-22 David G. Andersennet/rpc: fix typo in documentation, clarify semantics...
2012-06-22 David G. Andersenencoding/json: fix minor typo in documentation for...
2012-06-22 Andrew Gerranddoc: put A Tour of Go video on the front page
2012-06-21 Mats Lidellmisc/emacs: Replace replace-{string|regexp} for XEmacs...
2012-06-20 Adam Langleycrypto/x509: add extended key usage support.
2012-06-19 Marcel van... exp/locale/collate: added regression test for collate...
2012-06-19 Shenghou Madoc/articles/slices_usage_and_internals: fix typo
2012-06-19 Shenghou Maruntime: fix struct Sigaction for Linux/ARM
2012-06-19 Brad Fitzpatricknet/http: make client await response concurrently with...
2012-06-19 Brad Fitzpatricknet/http: clarify client return values in docs
2012-06-19 Robert Griesemergo/ast: multiple "blank" imports are permitted
2012-06-19 Marcel van... bytes: fixed typo.
2012-06-18 Brad Fitzpatricknet/url: sort keys in Encode; don't enumerate map randomly
2012-06-18 Adam LangleyA+C: Christine Hansmann (individual CLA)
2012-06-15 Robert Griesemergo/ast: Walk: do not walk comment list
2012-06-15 Shenghou Madoc: delete Mercurial Queues doc
2012-06-15 Nigel Taoexp/html/atom: add some more atoms.
2012-06-14 Shenghou Maexp/types: clean up objects after test
2012-06-14 Shenghou Macrypto/elliptic: fix doc typo
2012-06-14 Andrew Gerrandtag go1.0.2
2012-06-14 Andrew Gerranddoc: document go1.0.2
2012-06-14 Nigel Taocmd/gc: inline convT2E when T is uintptr-shaped.
2012-06-13 Rob Pikeencoding/gob: don't cache broken encoding engines.
2012-06-13 Brad Fitzpatricknet/http: use index.html modtime (not directory) for...
2012-06-13 Rémy Oudomphengstrconv: extend fast parsing algorithm to ParseFloat...
2012-06-13 Robert Griesemermath/big: correctly test for positive inputs in Int.GCD
2012-06-13 Russ Coxsyscall: fix windows copyFindData
2012-06-13 Robert Griesemergodoc: show comments in various filtered views
2012-06-13 Robert Griesemergo/ast: comment map implementation
2012-06-13 Russ Coxgo/build: fix boolean negation
2012-06-13 Jan Ziakruntime: improved continuity in hash computation
2012-06-13 Robert Griesemermath/big: fix binaryGCD
2012-06-13 Robert Griesemermath/big: various cleanups
2012-06-13 Christopher... math/big: Implemented binary GCD algorithm
2012-06-13 Jean-Marc Eurinmisc/emacs: Fix a failure when /tmp/<file>.go exists.
2012-06-13 Robert GriesemerCONTRIBUTORS: added Christopher Swenson (Google CLA)
2012-06-13 Andrew Gerranddoc/install: mention GOPATH and point to code.html
2012-06-13 Nigel Taoexp/html: simplify some of the parser's internal methods.
2012-06-12 Robert Griesemermath/big: optimize common case of Int.Bit(0)
2012-06-12 Rob Pikeencoding/gob: better handling of nil pointers
2012-06-11 Rob Pikefmt.Fscanf: don't read past newline
2012-06-11 Robert Griesemerexp/types: testing resolution of qualified identifiers
2012-06-11 Jean-Marc Eurinmisc/emacs: Fix the automatic gofmt when creating a...
2012-06-10 Brad Fitzpatrickencoding/gob: fix doc typo
2012-06-08 Dave Cheneyruntime: use uintptr where possible in malloc stats
2012-06-08 Robert Griesemermath/big: added nat.trailingZeroBits, simplified some...
2012-06-08 Russ Coxsyscall: unexport GetCurrentProcessId on Windows
2012-06-08 Russ Coxsyscall: fix windows build
2012-06-08 Russ Coxsyscall: revert API changes in Windows Win32finddata...
2012-06-08 Russ Coxcmd/api: handle empty API file, ignore -next in release
2012-06-08 Russ Coxregexp/syntax: unexport ErrUnexpectedParen
2012-06-08 Nigel Taoexp/html: check the context node for consistency when...
2012-06-08 Dave Cheneycmd/5c, cmd/5g, cmd/5l: fix cross compilation failure...
2012-06-07 Shenghou Matest/bench/shoutout: fix compliation
2012-06-07 Shenghou Macmd/5a, cmd/5l: add MULW{T,B} and MULAW{T,B} support...
2012-06-07 Russ Coxcmd/cgo: make Go code order deterministic
2012-06-07 Russ Coxcmd/gc: limit data disassembly to -SS
2012-06-07 Russ Coxcmd/gc: fix LEAQ $0, SI bug
2012-06-07 Russ Coxcmd/gc: run escape analysis in call graph dependency...
2012-06-07 Russ Coxcmd/gc: fix type checking loop
2012-06-07 Russ Coxcmd/gc: delete dead code
2012-06-07 Russ Coxcmd/gc: do not crash on struct with _ field
2012-06-07 Russ Coxcmd/gc: preserve side effects during inlining of functi...
2012-06-07 Russ Coxencoding/json: fix panic unmarshaling into non-nil...
2012-06-07 Russ Coxcmd/gc: mark output of typename as type-checked
2012-06-07 Nigel Taoexp/html: when parsing, compare atoms (ints) instead...
2012-06-07 Nigel Taoexp/html: make the tokenizer return atoms for tag tokens.
2012-06-07 Dave Cheneytest/bench/go1: add go/parser benchmark
2012-06-06 Alex Brainmanruntime: include "typekind.h" to fix windows build
2012-06-06 Nigel Taoexp/html/atom: add more atoms.
2012-06-06 Andrew Gerrand misc/dashboard/app: fix build failure notifications
2012-06-06 Fazlul Shahriarnet: pass tests on Plan 9 again
2012-06-06 Jan Ziakruntime: move type kinds into a separate file
2012-06-06 Daniel Morsingfmt: fix doc typo
2012-06-06 Russ CoxA+C: Daniel Morsing (individual CLA)
2012-06-06 Markus Sondereggercrypto/rand: enable rand.Reader on plan9
2012-06-06 Russ CoxA+C: Markus Sonderegger (individual CLA)
next