]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2015-09-15 Marvin Stengercmd/compile/internal/gc: cleaning lex.go
2015-09-15 Brad Fitzpatricknet: remove named parameters in Listener.Accept doc...
2015-09-15 Dave Cheneycmd/go: skip external tests on linux/arm
2015-09-15 Alex Brainmanruntime: provide room for first 4 syscall parameters...
2015-09-14 Robert Griesemergo/parser: better error message for unexpected ','...
2015-09-14 Ian Lance Taylorruntime: unblock special glibc signals on each thread
2015-09-14 Austin Clementsruntime: minor clarifications of markroot
2015-09-14 Austin Clementsruntime: remove unused g.readyg field
2015-09-14 Austin Clementsruntime: simplify mSpan_Sweep
2015-09-14 Austin Clementsruntime: split marking of span roots into 128 subtasks
2015-09-14 Austin Clementsruntime: fix hashing of trace stacks
2015-09-14 Håvard Haugencmd/compiler/internal/gc: make Type.Copyto a []*Node
2015-09-14 Andrew Gerranddatabase/sql: fix typo
2015-09-13 Håvard Haugencmd/compile/internal/gc: clean up errcmp
2015-09-13 Dave Cheneyruntime: reduce pthread stack size in TestCgoCallbackGC
2015-09-12 Shenghou Maruntime/cgo: explicitly link msvcrt on windows
2015-09-12 Dave Cheneycmd/compile/internal/gc: avoid allocation in bnum
2015-09-12 Robert Griesemerspec: fix composite literal syntax to match prose
2015-09-11 Michal Bohuslávekgo/printer: fix indentation of *ast.CallExpr parameters
2015-09-11 Rob Pikeall: use one 'l' when cancelling everywhere except...
2015-09-11 Didier Speziaencoding/base64,xml: map/slice literals janitoring
2015-09-11 Didier Speziacmd/doc: slice/map literals janitoring
2015-09-11 Didier Speziacrypto/x509: map/slice literals janitoring
2015-09-11 Didier Speziaruntime,internal/trace: map/slice literals janitoring
2015-09-11 Didier Speziacmd/compile/internal/ppc64: map/slice literals janitoring
2015-09-11 Rob Pikecmd/asm: fix some fuzz bugs
2015-09-11 alexander demakinarchive/zip: fixes unexpected EOF when reading archive
2015-09-10 Shenghou Macmd/dist: re-enable GOARM auto-detection
2015-09-10 Robert Griesemermath/big: use more direct formatting in ExampleRounding...
2015-09-10 Brad Fitzpatrickmime: fix docs for WordDecoder.Decode
2015-09-10 Didier Speziacmd/internal/obj: map/slice literals janitoring
2015-09-10 Robert Griesemerstrconv: fix comment
2015-09-10 Rob Pikedoc: in go1.6.txt, small changes to fmt and time
2015-09-10 Rob Pikefmt: allow any type in a format's width argument
2015-09-10 Rob Piketime: allow any one- or two-digit day of the month...
next