]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-09-25 Rob Pikebufio: fix scanning with a final empty token.
2015-09-25 Shawn Walker... cmd/go: elide -rpath when not applicable and used via...
2015-09-24 Robert Griesemermath/big: faster string conversion routines
2015-09-24 Rob Pikecmd/doc: don't stop after first package if the symbol...
2015-09-24 Robert Griesemermath/big: fix test for denormalized inputs and enable...
2015-09-24 Marvin Stengercompile/internal/gc,internal/obj: remove some usages...
2015-09-24 Marvin Stengercmd/link/internal/ld: removed some uses of stringsCompare
2015-09-24 Marvin Stengercmd/compile/internal/gc: move functions from util.go...
2015-09-24 Marvin Stengercmd/compile/internal/gc: convert return values from...
2015-09-24 Francisco Claudemultipart: fixes problem parsing mime/multipart of...
2015-09-23 Joe Tsaiarchive/tar: remove dead code with USTAR path splitting
2015-09-23 Shenghou Macmd/dist: fix build after "go test" argument order...
2015-09-23 Robert Griesemerspec: minor adjustment of prose in composite literal...
2015-09-23 Rob Pikedoc: go1.6.txt: go test flag changes
2015-09-23 Rob Pikecmd/go: fix processing of flags for test binaries.
2015-09-23 Robert Griesemerstrconv: slightly simplified roundShortest; better...
2015-09-23 Robert Griesemermath/big: factored out an internal accessor method...
2015-09-23 Shenghou Maos: document that behavior of Seek on O_APPEND files...
2015-09-23 Shenghou Maruntime: fix incomplete sentence in comment
2015-09-23 Robert Griesemermath/big: implement negative precision for Float.Append...
2015-09-23 Alex Brainmanruntime: test that timeBeginPeriod succeeds
2015-09-23 Joe Tsaicompress/gzip: detect truncated streams
2015-09-23 Joe Tsaicompress/flate: detect truncated streams
2015-09-23 Alex Brainmanos: add check for ERROR_BAD_NETPATH in windows IsNotExist
2015-09-23 Chris Broadfootdoc: document go1.4.3
2015-09-23 Seth Hoenigregexp: add runnable example to regex.Split
2015-09-23 Andrew Gerrandencoding/json: spell "marshaling" and "unmarshaling...
2015-09-22 Robert Griesemertest/fixedbugs: update overly restrictive test case
2015-09-22 Austin Clementsruntime: fix offset in invalidptr panic message
2015-09-22 Ilya Tocarruntime: optimize duffcopy on amd64
2015-09-22 Robert Griesemermath/big: add test cases for min/max exponent values
2015-09-22 Robert Griesemermath/big: optimize Float.Parse by reducing powers of...
2015-09-22 Robert Griesemersrc/cmd/compile/internal/gc: remove now unnecessary...
2015-09-21 Nathan Otternessimage/png: integer underflow when decoding
2015-09-21 Rob Pikecmd/asm: fix crash triggered by nested #define
2015-09-21 Håvard Haugencmd/compile/internal/gc: use sort.Interface for reflect...
2015-09-21 Rob Pikecmd/vet: build the binary only once in the test
2015-09-21 Tarmigan Caseboltgo/printer: avoid stomping on err before checking it
2015-09-21 Rob Pikecmd/vet: copy changes from golang.org/x/tools to cmd/vet
2015-09-21 Rob Pikecmd/doc: don't drop const/var block if first entry...
2015-09-21 Marvin Stengerencoding/json: scanner: use byte, more consistent
2015-09-20 Håvard Haugencmd/compile/internal/gc: eliminate stringsCompare for...
2015-09-20 Rob Pikebufio: fix overflow calculation in Scan
2015-09-20 Tarmigan Caseboltnet: check 'ok' return in dnsmsg when initially packing...
2015-09-19 Dmitry Vyukovruntime: race instrument read of convT2E/I arg
2015-09-19 Brad Fitzpatrickcmd/dist: skip spectralnorm shootout test on the linux...
2015-09-19 Dave Cheneycmd/compile/internal/gc: move intLiteral to gc.Node
2015-09-19 Austin Clementsruntime: remove flaky TestInvalidptrCrash to fix build
2015-09-18 Austin Clementsruntime: avoid debug prints of huge objects
2015-09-18 Austin Clementsruntime: improve invalid pointer error message
2015-09-18 Tarmigan Caseboltcrypto/x509: return err if marshalPublicKey fails to...
2015-09-18 Rob Pikedoc: go1.6.txt: template.IsTrue, bufio.Scanner.Buffer
2015-09-18 Rob Pikebufio: allow Scanner to accept a user-provided buffer
2015-09-18 Brad Fitzpatrickcmd/dist: shard shootout test units
2015-09-18 Rob Pikeasm: handle EOF better
2015-09-18 Rob Pikeasm: give error message for unadorned symbol reference
2015-09-18 Robert Griesemergo/types: handle import "C" more like cmd/compile
2015-09-18 Robert Griesemergo/types: unified handling of assignment errors
2015-09-18 Robert Griesemergo/types: cleanup handling of multi-valued expressions
2015-09-18 Robert Griesemergo/types: better error message when using multi-valued...
2015-09-18 Robert Griesemergo/types: enable disabled test
2015-09-18 Robert Griesemergo/types: report detailed reason in error messages...
2015-09-18 Dave Cheneycmd/compile: convert externdecl to []*Node
2015-09-18 Shenghou Macmd/go: provide full path as os.Args[0] when invoking...
2015-09-18 Håvard Haugencmd/compile/internal/gc: avoid stringsCompare for strin...
2015-09-17 Håvard Haugencmd/compile/internal/gc: add unit test for cmpstackvar
2015-09-17 Marvin Stengercmd/compile/internal/gc: cleaning; use range when appro...
2015-09-17 Rob Piketext/template: export isTrue
2015-09-17 Rob Pikeencoding/gob: document allocation/merge behavior
2015-09-17 David Crawshawmisc/ios: skip revoked certificates
2015-09-17 Aram Hăvărneanucmd/asm/internal/asm: add aliases for ARM64 condition...
2015-09-17 Aaron Jacobsos: touch up the EINTR retry loop in OpenFile
2015-09-17 Shawn Walker... runtime/trace: fix tracing of blocking system calls
2015-09-17 Alex Brainmanruntime: print errno and byte count before crashing...
2015-09-17 Aaron Jacobsos: handle EINTR from open(2).
2015-09-16 David Crawshawruntime/debug: more explicit Stack docs
2015-09-16 Michael Hudson... cmd/link: fix addition of -Wl,-z,relro
2015-09-16 Robert Griesemergo/parser: better error message for incorrect type...
2015-09-16 Robert Griesemergo/parser: comma is not permitted at the end of a struc...
2015-09-16 Rob Pikedoc: go1.6.txt: add math/rand.Read
2015-09-16 Spencer Nelsonmath/rand: make Rand fulfill the Reader interface
2015-09-16 Ilya Tocarruntime: optimize duffzero for amd64.
2015-09-16 Klaus Posthash/crc32: add AMD64 optimized IEEE CRC calculation
2015-09-16 Tormod Erevik Leacmd/go: indent first test binary flag description for...
2015-09-16 David Crawshawruntime/debug: implement Stack using runtime.Stack
2015-09-16 David Crawshawruntime: preserve R11 in darwin/arm entrypoint
2015-09-16 Michael Hudson... test: move allocation before munmap in recover4
2015-09-16 Håvard Haugencmd/compile/internal/gc: remove dead code
2015-09-16 Håvard Haugencmd/compile/internal/gc: remove unnecessary stringsCompare
2015-09-15 Ian Lance Taylorcmd/go: don't run TestIssue7573 if cgo not supported
2015-09-15 Rob Pikeinternal/obj: protect against nil addr.Sym
2015-09-15 Robert Griesemersrc/cmd/compile/internal/gc: fix type assertion in...
2015-09-15 Austin Clementsdebug/dwarf: add test for split DWARF
2015-09-15 Austin Clementsdebug/dwarf: return ClassUnknown if attribute class...
2015-09-15 Ian Lance Taylorruntime: on unexpected netpoll error, throw instead...
2015-09-15 Keith Randallruntime: fix aeshash of empty string
2015-09-15 Alberto Donizettimath/big: Add small complete example of big.Rat usage
2015-09-15 Rob Pikedoc: go1.6.txt: template.Funcs checks names
2015-09-15 Rob Pikeasm: more early returns on errors
2015-09-15 Rob Piketext/template: verify that names in FuncMap are valid...
next