]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-02-01 Brad Fitzpatricksort: delete now-duplicate example, fix build
2013-02-01 Miek Giebensort: add Reverse as a function
2013-02-01 Brad Fitzpatrickbytes, strings: add TrimPrefix and TrimSuffix
2013-02-01 Elias Naurcmd/6c, cmd/6g: add flag to support large-model code...
2013-02-01 Russ Coxruntime: cgo-related fixes
2013-02-01 Russ Coxcmd/go: clean cgo compiler errors
2013-02-01 Russ Coxcmd/cgo: fix line number annotations in generated C...
2013-02-01 Russ Coxcmd/cgo: document //export preamble restriction
2013-02-01 Russ Coxcmd/dist: fix build
2013-02-01 Russ Coxcmd/dist: redirect acid output to file to separate...
2013-02-01 Russ Coxcmd/8l: fix build
2013-01-31 Ian Lance Taylortest: add test that caused a gccgo compilation failure
2013-01-31 Volker Doblerexp/cookiejar: remove external storage
2013-01-31 Russ Coxencoding/base64: fix test for ReadFull change
2013-01-31 Russ Coxcmd/vet: add missing -all logic
2013-01-31 Russ Coxcmd/ld: support for linking with host linker
2013-01-31 Russ Coxcmd/vet: check for misplaced and malformed build tags
2013-01-31 Russ Coxio: guarantee err == nil for full reads in ReadFull...
2013-01-31 Russ Coxnet/url: normalize scheme to lower case (http not HTTP)
2013-01-31 Russ Coxdoc/codewalk: gofmt pig.go
2013-01-31 Adam Langleycrypto/x509: test for negative RSA parameters.
2013-01-31 Russ Coxcmd/go: many bug fixes
2013-01-31 Russ Coxcmd/vet: handle added string constants in printf format...
2013-01-31 Russ Coxos: use signal strings where possible in ProcessState...
2013-01-31 Russ Coxcmd/ld: retry short writes, to get error detail
2013-01-31 Russ Coxencoding/json: document case-insensitive Unmarshal...
2013-01-31 Rémy Oudomphengcmd/8l: fix misassembling of MOVB involving (AX)(BX*1)
2013-01-31 Rémy Oudomphengcmd/gc: inlining of variadic functions.
2013-01-31 Caleb Sparecontainer/heap: split example into two
2013-01-31 Alex Brainmanos: provide access to file LastAccessTime and CreationT...
2013-01-31 Nigel Taoexp/cookiejar: update PublicSuffixList doc comment...
2013-01-31 Robert Daniel... fmt: improve go syntax handling of byte-derived arrays...
2013-01-31 Rick Arnoldencoding/json: improve performance of Unmarshal on...
2013-01-31 Russ CoxA+C: Robert Daniel Kortschak (individual CLA)
2013-01-30 Alan Donovanmath/big: make tests faster by reducing coverage in...
2013-01-30 Brad Fitzpatricknet/http: fix race
2013-01-30 Anthony Martincmd/go: fix build -n for cgo enabled packages
2013-01-30 Anthony Martincmd/gc: support GNU Bison 2.7 in bisonerrors
2013-01-30 Russ Coxcrypto/cipher: avoid out of bounds error in CryptBlocks
2013-01-30 Brad Fitzpatrickcmd/godoc: fix buggy use of strings.HasSuffix
2013-01-30 Marcel van... exp/locale/collate/tools/colcmp: fixes some discrepanci...
2013-01-30 Rémy Oudomphengcmd/gc: fix export data for aggressive inlining.
2013-01-30 Daniel Morsingcmd/gc: Error out on division by constant zero.
2013-01-30 Jeff R. Allensyscall: handle empty address in ReadFrom better
2013-01-30 Akshat Kumaros: don't hold ForkLock across opens on Plan 9
2013-01-30 Michael Teichgräbernet: SplitHostPort: adjust error message for missing...
2013-01-30 Russ CoxA+C: Michael Teichgräber (individual CLA)
2013-01-30 Russ Coxdoc/go1.1.html: document division by zero change from...
2013-01-30 Andrey Mirtchovskiencoding/json: properly unmarshal empty arrays.
2013-01-30 Russ Coxcmd/5l: reestablish uniform union field naming
2013-01-30 Jan Ziakruntime: local allocation in mprof.goc
2013-01-30 Elias Naur6l/5l: PIC and shared library support for the linkers.
2013-01-30 Russ Coxcmd/dist: fix code example in README
2013-01-30 Russ CoxA+C: Elias Naur (individual CLA)
2013-01-30 James Graycmd/cgo: allow for stdcall decorated dynimport names
2013-01-30 Adam Langleycrypto/rc4: add simple amd64 asm implementation.
2013-01-30 Russ Coxencoding/xml: add (*Encoder).Indent
2013-01-30 Rodrigo Rafael... cmd/vet: detect misuse of atomic.Add*
2013-01-30 Akshat Kumarinclude: Plan 9: hide any previous definition of Runemax
2013-01-30 Akshat Kumarruntime: add support for panic/recover in Plan 9 note...
2013-01-30 Andrew GerrandC: add Hossein Sheikh Attar (Google CLA)
2013-01-30 Rémy Oudomphengruntime: implement range access functions in race detector.
2013-01-29 Russ CoxA+C: Rodrigo Rafael Monti Kochenburger (individual...
2013-01-29 Francesc Campoygo/misc/dist: Keep file modes when copying.
2013-01-29 Andrew Gerrandgo/build: clean up after rollback
2013-01-29 Russ Coxencoding/json: add test for Unmarshal of malformed...
2013-01-29 Russ Coxruntime: clear up lr comments
2013-01-29 Russ Coxcodereview: show 'not lgtms' in hg p output (with lgtms)
2013-01-29 Gustavo Francocmd/go: add helpful error message when vcs is not found.
2013-01-29 Alan Donovanexp/ssa: make Parameters values, not addresses.
2013-01-29 Dmitriy Vyukovruntime: dump the full stack of a throwing goroutine
2013-01-29 Francesc Campoygo/misc: Adding go-tour to the generated packages for...
2013-01-29 Carl Shapirocmd/gc: document more of the declaration context enumer...
2013-01-29 Brad Fitzpatrickcmd/api: normalize byte to uint8 and rune to int32
2013-01-29 Brad Fitzpatrickencoding/json: add Decoder.Buffered accessor to get...
2013-01-29 Alan Donovanexp/ssa: fix breakage due to https://code.google.com...
2013-01-29 Ian Lance Taylortest: add test case miscompiled by gccgo
2013-01-28 Carl Shapirocmd/ld: avoid a segfault when dumping the symbol table
2013-01-28 Alan Donovanexp/gotype: fix build breakage due to https://code...
2013-01-28 Alan Donovanexp/ssa: (#3 of 5): Function, BasicBlock and optimisations
2013-01-28 Alan Donovanexp/ssa: (#2 of 5): core utilities
2013-01-28 Alan Donovanmath/big: add Rat.{,Set}Float64 methods for IEEE 754...
2013-01-28 Rémy Oudomphengtest: add support for build tags.
2013-01-28 Vega Garcia... xml: differentiate between float32 and float64 for...
2013-01-28 Sébastien Paolacciruntime: earlier detection of unused spans.
2013-01-28 Russ Coxgo/build: undo CL 7129048
2013-01-28 Ian Lance Taylornet: fix windows build
2013-01-28 Ian Lance Taylornet, syscall: use accept4 and SOCK_CLOEXEC on Linux
2013-01-28 Dave Cheneysrc: add race.bash
2013-01-28 Vega Garcia... go/ast: Fix typo for the godoc of ObjKind
2013-01-28 Brad FitzpatrickCONTRIBUTORS: Add Gustavo Franco (Google CLA)
2013-01-27 Ian Lance Taylorruntime: use new CNT_MASK in lfstack
2013-01-26 Rémy Oudomphengall: make tests able to run multiple times.
2013-01-26 Dave Cheneycmd/go: add missing tests
2013-01-26 Shenghou Maruntime: avoid defining the same variable in more than...
2013-01-25 Brad FitzpatrickCONTRIBUTORS: add Carl Shapiro's golang.org address
2013-01-25 John Graham... net/http: fix Content-Length/Transfer-Encoding on HEAD...
2013-01-24 Andrew Gerrandmisc/dashboard/builder: synchronize accesses to goroot...
2013-01-24 Alan Donovanexp/ssa: API and documentation.
2013-01-24 Andrew Gerranddoc: add mention of the Go+ community
next