]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-12-16 Robin Eklindstrings: Update Trim example.
2013-12-16 Russ Coxruntime: fix test
2013-12-16 Brad Fitzpatrickapi: update next.txt
2013-12-16 Russ Coxdebug/goobj: add package for reading new Go object...
2013-12-16 Russ Coxcmd/nm: reimplement in Go
2013-12-16 Russ Coxcmd/ld: move instruction selection + layout into compil...
2013-12-16 Russ Coxcmd/cc, cmd/gc: update compilers, assemblers for liblin...
2013-12-16 Robin Eklindstrings: Add FieldsFunc example.
2013-12-16 Shenghou Madoc/install-source.html: mention make.bash to skip...
2013-12-16 Dave Cheneyunicode/utf16: add explicit test for decoding invalid...
2013-12-16 Dave Cheneyunicode/utf16: add explicit tests for IsSurrogate
2013-12-15 Aram Hăvărneanudoc/articles/wiki: remove GNU make dependency
2013-12-15 Adam Langleycrypto/tls: generate random serial numbers.
2013-12-15 Adam Langleycrypto/cipher: fix CFB mode.
2013-12-13 Andrew GerrandA+C: Aram Hăvărneanu (individual CLA)
2013-12-13 Russ Coxruntime: fix crash in runtime.GoroutineProfile
2013-12-13 Shenghou Mabytes: fix description of FieldsFunc
2013-12-13 Ian Lance Taylortest: match gccgo import error messages
2013-12-13 Ian Lance Taylor.hgignore: remove duplicate entry
2013-12-13 Ian Lance Taylordebug/dwarf: remove unused field addrsize from Data
2013-12-13 Ian Lance Taylorreflect: correct function name in panic string
2013-12-13 Ian Lance Taylordoc: change "threads" to "goroutines"
2013-12-13 Ian Lance Taylor.hgignore: remove merge markers
2013-12-13 Ian Lance Taylortest: match gccgo error messages
2013-12-13 Ian Lance Taylortest: match gccgo error messages
2013-12-13 Ian Lance Taylortest: add []rune case to string_lit.go
2013-12-13 Ian Lance Taylortest: adjust issue4618 for gccgo allocation behaviour
2013-12-13 Ian Lance Taylortest: disable large type/stack frame tests for gccgo
2013-12-13 Ian Lance Taylortest: disable a couple of precise GC tests for gccgo
2013-12-12 Andrew Gerranddoc: add Go 1.2 to release history page
2013-12-12 Richard Musiolcrypto/rc4: fix type errors in pure Go implementation
2013-12-12 Nick Craig... crypto/sha1: Optimise FUNC1 with alternate formulation
2013-12-12 ChaiShushanimage: add RGB and RGB48
2013-12-12 Rob Pikedoc/go1.3.txt: first checkins: makerelease, liblink
2013-12-12 Han-Wen Nienhuyscrypto/cipher: speed up gcmInc32.
2013-12-12 Felix Geisendörferfmt: Fix signed zero-padding for positive floats
2013-12-12 Rob PikeA+C: Felix Geisendörfer (individual CLA)
2013-12-12 Josh Bleecher... net, text/tabwriter: use cap arg to make
2013-12-12 Josh Bleecher... net: don't leave hostsPath unrestored on error in TestL...
2013-12-11 Adam Langleycrypto/x509: fix typo in comment.
2013-12-11 Han-Wen Nienhuyscrypto/cipher: speed up xor operations in CBC, CFB...
2013-12-11 Russ Coxcmd/5a, cmd/6a, cmd/8a: fix .y files to match y.tab...
2013-12-11 Joel Singcrypto/sha256: block implementation in amd64 assembly
2013-12-11 Shenghou Manet/http: document that body is closed after (*Request...
2013-12-11 Andrew Gerrandmisc/dist: rename to makerelease
2013-12-10 Oling Catdoc/effective_go.html: close some tags.
2013-12-10 Ian Lance Taylortest: don't rely on order of unrelated imports in bug191
2013-12-10 Carl Shapiroruntime: remove outdated comment and related indentation
2013-12-10 Adam Langleycrypto/x509: fix behaviour of KeyUsageAny.
2013-12-10 Russ Coxtest/run: make -v output look like go test output
2013-12-10 Ian Lance Taylortest: add some test cases that were miscompiled by...
2013-12-10 David du Colombierliblink, cmd/gc: fix incompatible type signatures on...
2013-12-10 Joel Singsyscall: skip routing messages with mismatched version
2013-12-10 Alberto García... database/sql: Remove redundant condition in if
2013-12-10 Mikio Haranet: fix nits found by go tool vet
2013-12-10 Shenghou Maos: fix build.
2013-12-10 Shenghou Macrypto/rand: support generation of 2-5 bit primes,...
2013-12-10 Shenghou Maos: clarify docs for Rename.
2013-12-10 Shenghou Mastrconv: add example for Unquote.
2013-12-10 Carl Shapiroruntime: check for signed zero in printfloat
2013-12-10 Alex Brainmanmisc/cgo/testcdefs: rm correct file in test.bash
2013-12-10 Russ Coxcmd/pack: stop parsing object files to generate __...
2013-12-10 Russ Coxruntime: remove non-extern decls of runtime.goarm
2013-12-10 Alex Brainmancmd/cgo: use __gcc_struct__ for go exported functions
2013-12-09 Anthony Martinliblink: fix extern register accesses on Plan 9 (386)
2013-12-09 David du Colombiercmd/8c, cmd/8g, cmd/8l: fix Plan 9 warnings
2013-12-09 Anthony Martinruntime: do not use memmove in the Plan 9 signal handler
2013-12-09 Russ Cox.hgignore: ignore liblink/anames?.c
2013-12-09 Anthony Martinbuild: do not use the host's libbio on Plan 9
2013-12-09 Carl Shapirocmd/gc, runtime: correct a misnomer regarding dead...
2013-12-09 Russ Coxcmd/gc: fix windows build, probably
2013-12-09 Russ Coxcmd/6l: fix linux/amd64
2013-12-09 Russ Coxcmd/dist, cmd/go: pass -fmessage-length always
2013-12-09 Russ Coxcmd/gc: print more information for windows failure
2013-12-09 Russ Coxcmd/ld: fix linux/386 build
2013-12-09 Russ Coxcmd/dist, cmd/go: pass -fmessage-length=0 when using...
2013-12-09 David du Colombierliblink: fix Plan 9 build
2013-12-09 Russ Coxruntime: remove cross-function jump in vlop_arm.s
2013-12-09 Russ Coxcmd/5g, cmd/6g, cmd/8g: use liblink
2013-12-09 Russ Coxcmd/5c, cmd/6c, cmd/8c: use liblink
2013-12-09 Russ Coxcmd/5a, cmd/6a, cmd/8a: use liblink
2013-12-09 Russ Coxliblink: create new library based on linker code
2013-12-09 Russ Coxcmd/dist: add liblink build information
2013-12-06 Carl Shapirocmd/gc: do not generate dead value maps yet
2013-12-06 Carl Shapirocmd/gc: clarify a TODO regarding variables used in...
2013-12-06 Carl Shapiroruntime: add GODEBUG option for an electric fence like...
2013-12-06 Peter Collingbournedoc: update list of gccgo import search paths
2013-12-06 Ian Lance TaylorCONTRIBUTORS: add Peter Collingbourne (Google CLA)
2013-12-06 Carl Shapirocmd/dist: revert an accidental change to the optimizati...
2013-12-06 Carl Shapirocmd/5g, cmd/5l, cmd/6g, cmd/6l, cmd/8g, cmd/8l, cmd...
2013-12-04 Andrew GerrandA+C: add Dmitri Shuralyov
2013-12-04 Rob Pikedoc/go1.3.txt: add file to track significant CLs for 1.3
2013-12-03 Carl Shapiroencoding/gob: do not hide an unsafe.Pointer in a uintptr
2013-12-03 Carl Shapiroruntime: add an allocation and free tracing for gc...
2013-12-03 Keith Randallcmd/gc: fix special-casing of the printed names of...
2013-12-03 Carl Shapiroruntime: move stack scanning into the parallel mark...
2013-12-03 Keith Randallruntime: get rid of concatstring's vararg C argument.
2013-12-03 Keith Randallruntime: fix race detector when map keys/values are...
2013-12-03 Keith Randallreflect: test to make sure big Zero()-obtained objects...
2013-12-03 Keith Randallreflect: fix Zero() implementation - not every type...
next