]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-02-03 Shenghou Macmd/5l, cmd/ld: support generating ELF binaries for...
2013-02-03 Shivakumar GNxml: omit newline at beginning of MarshalIndent output
2013-02-03 Russ Coxcmd/gc: make inlined labels distinct
2013-02-03 Russ Coxcmd/gc: clean up string index errors
2013-02-03 Russ Coxcmd/gc: update ideal bool rules to match latest spec
2013-02-03 Russ Coxexp/gotype: disable broken test
2013-02-03 Russ Coxcmd/gc: remove reference to ? and @ symbols in error...
2013-02-03 Russ Coxcmd/gc: elide self-assignment during return
2013-02-03 Russ Coxcmd/gc: allow new conversion syntax
2013-02-03 Russ Coxcmd/gc: treat &T{} like new(T): allocate on stack if...
2013-02-03 Russ Coxcmd/gc: avoid duplicate allocation during inlining
2013-02-03 Russ Coxcmd/gc: remove spurious newline from node dump
2013-02-03 Kyle Lemonstesting: add AllocsPerRun
2013-02-02 Shenghou Malib9/main.c: don't show the crash dialog on windows
2013-02-02 Russ Coxcmd/go: run examples in source order, not name order
2013-02-02 Ian Lance Taylorruntime: fix windows build
2013-02-02 Shenghou Masyscall: (*Proc).Call should return nil error when...
2013-02-02 Shenghou Masrc: add race.bat
2013-02-02 Daniel Morsingcmg/gc: Fix evaluation order of map indexing during...
2013-02-02 Russ Coxcmd/gc: reject non-Go constants
2013-02-02 Russ Coxcmd/gc: silence redundant error prints for misuse of...
2013-02-02 Russ Coxcmd/gc: put 'not used' message on correct line
2013-02-02 Russ Coxcmd/gc: clearer error for defer/go of conversion or...
2013-02-02 Russ Coxreflect: explain StructField.Anonymous field as 'embedded'
2013-02-02 Russ Coxtesting: SkipNow, FailNow must be called from test...
2013-01-18 Alex Brainmannet: use windows GetAddrInfoW in LookupPort when possible
2013-02-01 Elias Naurruntime, cmd/ld: make code more position-independent
2013-02-01 Robert Daniel... reflect: document that Value.Slice panics on an unaddre...
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...
next