]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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)
2012-06-06 Russ Coxfmt: fix inadvertent change to %#v
2012-06-06 Shenghou Manet: fix cgoAddrInfoFlags() on FreeBSD
2012-06-06 Shenghou Mabuild: restore PATH before "dist banner"
2012-06-06 Joel Singruntime: fix tv_sec handling for netbsd/386
2012-06-05 Dave Cheneycmd/5c, cmd/5g, cmd/5l: fix array indexing warning...
2012-06-05 Dave Cheneytest/bench/go1: reduce fasta data size for linux/arm
2012-06-05 Russ Coxruntime: use OS X vsyscall for gettimeofday (amd64)
2012-06-05 Russ Coxruntime: use OS X vsyscall for gettimeofday (386)
2012-06-05 Dave Cheneyruntime: use uintptr for block length in scanblock
2012-06-05 Rémy Oudomphengcmd/[568]g: correct freeing of allocated Regs.
2012-06-05 Nigel Taogc: fix typo.
2012-06-05 Rob Pikenet/http/httputil: fix typo in comment.
2012-06-04 Rémy Oudomphengtest: avoid interface conversion in rotate.go
2012-06-04 Robert Griesemergo spec: clarify promotion rules for methods/fields...
2012-06-04 Russ Coxcmd/gc: introduce hidden closure functions earlier
2012-06-04 Shenghou Malib9: fix memory leak in p9getwd()
2012-06-04 Russ Coxtime: accept .999 in Parse
2012-06-04 Robert Griesemermath/big: improved karatsuba calibration code, better...
2012-06-04 Marcel van... exp/locale/collate: somehow an incorrect version of...
2012-06-04 Shenghou Matest/bench/go1: fix gzip test
2012-06-04 Joel Singnet: fix botched cgo netbsd merge
2012-06-04 Joel Singcgo: enable cgo on netbsd/386 and netbsd/amd64
2012-06-04 Joel Singmisc/cgo/stdio: split stdout/stderr into a separate...
2012-06-04 Benny Siegertsyscall: use pipe instead of pipe2 on NetBSD
2012-06-04 Brad Fitzpatricknet/http: add new Server benchmark
2012-06-04 Andrew Gerrand doc: mention 'hg update default' in contribution...
2012-06-04 Russ Coxdoc/install: we don't print 'The compiler is 6g' anymore
2012-06-04 Ryan Barrettmisc/emacs: make compilation-mode's next-error understa...
2012-06-04 Brad Fitzpatricknet/textproto: add benchmark, cleanup, update comment
2012-06-04 Brad Fitzpatricknet/http: simplify ParseHTTPVersion
2012-06-04 Nigel Taocmd/gc: recognize u<<1 op u>>31 as a rotate when op...
2012-06-04 Shenghou Maapi: add Linux/ARM to go1 API
2012-06-04 Brad Fitzpatricknet/http: change a Del to delete
2012-06-04 Mikio Harapath/filepath: fix test
2012-06-03 Russ Coxtime: make Format 2.7x faster
2012-06-03 Joel Singnet: move cgo address info flags to per-platform files
2012-06-03 Alex Brainmansyscall: correct Win32finddata definition
2012-06-03 Russ Coxcmd/5g: fix typo
2012-06-03 Russ Coxapi: add net.UnixConn's CloseRead and CloseWrite methods
2012-06-03 Luuk van Dijkcmd/gc: inline slice[arr,str] in the frontend (mostly).
2012-06-03 Russ Coxexp/html/atom: faster Lookup with smaller tables
2012-06-02 Shenghou Masyscall: fix 32-bit uid calls
next