2015-09-18 |
Shenghou Ma | cmd/go: provide full path as os.Args[0] when invoking... |
commit | commitdiff | tree |
2015-09-18 |
Håvard Haugen | cmd/compile/internal/gc: avoid stringsCompare for strin... |
commit | commitdiff | tree |
2015-09-17 |
Håvard Haugen | cmd/compile/internal/gc: add unit test for cmpstackvar |
commit | commitdiff | tree |
2015-09-17 |
Marvin Stenger | cmd/compile/internal/gc: cleaning; use range when appro... |
commit | commitdiff | tree |
2015-09-17 |
Rob Pike | text/template: export isTrue |
commit | commitdiff | tree |
2015-09-17 |
Rob Pike | encoding/gob: document allocation/merge behavior |
commit | commitdiff | tree |
2015-09-17 |
David Crawshaw | misc/ios: skip revoked certificates |
commit | commitdiff | tree |
2015-09-17 |
Aram Hăvărneanu | cmd/asm/internal/asm: add aliases for ARM64 condition... |
commit | commitdiff | tree |
2015-09-17 |
Aaron Jacobs | os: touch up the EINTR retry loop in OpenFile |
commit | commitdiff | tree |
2015-09-17 |
Shawn Walker... | runtime/trace: fix tracing of blocking system calls |
commit | commitdiff | tree |
2015-09-17 |
Alex Brainman | runtime: print errno and byte count before crashing... |
commit | commitdiff | tree |
2015-09-17 |
Aaron Jacobs | os: handle EINTR from open(2). |
commit | commitdiff | tree |
2015-09-16 |
David Crawshaw | runtime/debug: more explicit Stack docs |
commit | commitdiff | tree |
2015-09-16 |
Michael Hudson... | cmd/link: fix addition of -Wl,-z,relro |
commit | commitdiff | tree |
2015-09-16 |
Robert Griesemer | go/parser: better error message for incorrect type... |
commit | commitdiff | tree |
2015-09-16 |
Robert Griesemer | go/parser: comma is not permitted at the end of a struc... |
commit | commitdiff | tree |
2015-09-16 |
Rob Pike | doc: go1.6.txt: add math/rand.Read |
commit | commitdiff | tree |
2015-09-16 |
Spencer Nelson | math/rand: make Rand fulfill the Reader interface |
commit | commitdiff | tree |
2015-09-16 |
Ilya Tocar | runtime: optimize duffzero for amd64. |
commit | commitdiff | tree |
2015-09-16 |
Klaus Post | hash/crc32: add AMD64 optimized IEEE CRC calculation |
commit | commitdiff | tree |
2015-09-16 |
Tormod Erevik Lea | cmd/go: indent first test binary flag description for... |
commit | commitdiff | tree |
2015-09-16 |
David Crawshaw | runtime/debug: implement Stack using runtime.Stack |
commit | commitdiff | tree |
2015-09-16 |
David Crawshaw | runtime: preserve R11 in darwin/arm entrypoint |
commit | commitdiff | tree |
2015-09-16 |
Michael Hudson... | test: move allocation before munmap in recover4 |
commit | commitdiff | tree |
2015-09-16 |
Håvard Haugen | cmd/compile/internal/gc: remove dead code |
commit | commitdiff | tree |
2015-09-16 |
Håvard Haugen | cmd/compile/internal/gc: remove unnecessary stringsCompare |
commit | commitdiff | tree |
2015-09-15 |
Ian Lance Taylor | cmd/go: don't run TestIssue7573 if cgo not supported |
commit | commitdiff | tree |
2015-09-15 |
Rob Pike | internal/obj: protect against nil addr.Sym |
commit | commitdiff | tree |
2015-09-15 |
Robert Griesemer | src/cmd/compile/internal/gc: fix type assertion in... |
commit | commitdiff | tree |
2015-09-15 |
Austin Clements | debug/dwarf: add test for split DWARF |
commit | commitdiff | tree |
2015-09-15 |
Austin Clements | debug/dwarf: return ClassUnknown if attribute class... |
commit | commitdiff | tree |
2015-09-15 |
Ian Lance Taylor | runtime: on unexpected netpoll error, throw instead... |
commit | commitdiff | tree |
2015-09-15 |
Keith Randall | runtime: fix aeshash of empty string |
commit | commitdiff | tree |
2015-09-15 |
Alberto Donizetti | math/big: Add small complete example of big.Rat usage |
commit | commitdiff | tree |
2015-09-15 |
Rob Pike | doc: go1.6.txt: template.Funcs checks names |
commit | commitdiff | tree |
2015-09-15 |
Rob Pike | asm: more early returns on errors |
commit | commitdiff | tree |
2015-09-15 |
Rob Pike | text/template: verify that names in FuncMap are valid... |
commit | commitdiff | tree |
2015-09-15 |
Marvin Stenger | cmd/compile/internal/gc: cleaning lex.go |
commit | commitdiff | tree |
2015-09-15 |
Brad Fitzpatrick | net: remove named parameters in Listener.Accept doc... |
commit | commitdiff | tree |
2015-09-15 |
Dave Cheney | cmd/go: skip external tests on linux/arm |
commit | commitdiff | tree |
2015-09-15 |
Alex Brainman | runtime: provide room for first 4 syscall parameters... |
commit | commitdiff | tree |
2015-09-14 |
Robert Griesemer | go/parser: better error message for unexpected ','... |
commit | commitdiff | tree |
2015-09-14 |
Ian Lance Taylor | runtime: unblock special glibc signals on each thread |
commit | commitdiff | tree |
2015-09-14 |
Austin Clements | runtime: minor clarifications of markroot |
commit | commitdiff | tree |
2015-09-14 |
Austin Clements | runtime: remove unused g.readyg field |
commit | commitdiff | tree |
2015-09-14 |
Austin Clements | runtime: simplify mSpan_Sweep |
commit | commitdiff | tree |
2015-09-14 |
Austin Clements | runtime: split marking of span roots into 128 subtasks |
commit | commitdiff | tree |
2015-09-14 |
Austin Clements | runtime: fix hashing of trace stacks |
commit | commitdiff | tree |
2015-09-14 |
Håvard Haugen | cmd/compiler/internal/gc: make Type.Copyto a []*Node |
commit | commitdiff | tree |
2015-09-14 |
Andrew Gerrand | database/sql: fix typo |
commit | commitdiff | tree |
2015-09-13 |
Håvard Haugen | cmd/compile/internal/gc: clean up errcmp |
commit | commitdiff | tree |
2015-09-13 |
Dave Cheney | runtime: reduce pthread stack size in TestCgoCallbackGC |
commit | commitdiff | tree |
2015-09-12 |
Shenghou Ma | runtime/cgo: explicitly link msvcrt on windows |
commit | commitdiff | tree |
2015-09-12 |
Dave Cheney | cmd/compile/internal/gc: avoid allocation in bnum |
commit | commitdiff | tree |
2015-09-12 |
Robert Griesemer | spec: fix composite literal syntax to match prose |
commit | commitdiff | tree |
2015-09-11 |
Michal Bohuslávek | go/printer: fix indentation of *ast.CallExpr parameters |
commit | commitdiff | tree |
2015-09-11 |
Rob Pike | all: use one 'l' when cancelling everywhere except... |
commit | commitdiff | tree |
2015-09-11 |
Didier Spezia | encoding/base64,xml: map/slice literals janitoring |
commit | commitdiff | tree |
2015-09-11 |
Didier Spezia | cmd/doc: slice/map literals janitoring |
commit | commitdiff | tree |
2015-09-11 |
Didier Spezia | crypto/x509: map/slice literals janitoring |
commit | commitdiff | tree |
2015-09-11 |
Didier Spezia | runtime,internal/trace: map/slice literals janitoring |
commit | commitdiff | tree |
2015-09-11 |
Didier Spezia | cmd/compile/internal/ppc64: map/slice literals janitoring |
commit | commitdiff | tree |
2015-09-11 |
Rob Pike | cmd/asm: fix some fuzz bugs |
commit | commitdiff | tree |
2015-09-11 |
alexander demakin | archive/zip: fixes unexpected EOF when reading archive |
commit | commitdiff | tree |
2015-09-10 |
Shenghou Ma | cmd/dist: re-enable GOARM auto-detection |
commit | commitdiff | tree |
2015-09-10 |
Robert Griesemer | math/big: use more direct formatting in ExampleRounding... |
commit | commitdiff | tree |
2015-09-10 |
Brad Fitzpatrick | mime: fix docs for WordDecoder.Decode |
commit | commitdiff | tree |
2015-09-10 |
Didier Spezia | cmd/internal/obj: map/slice literals janitoring |
commit | commitdiff | tree |
2015-09-10 |
Robert Griesemer | strconv: fix comment |
commit | commitdiff | tree |
2015-09-10 |
Rob Pike | doc: in go1.6.txt, small changes to fmt and time |
commit | commitdiff | tree |
2015-09-10 |
Rob Pike | fmt: allow any type in a format's width argument |
commit | commitdiff | tree |
2015-09-10 |
Rob Pike | time: allow any one- or two-digit day of the month... |
commit | commitdiff | tree |
2015-09-10 |
Konstantin... | math/big: add example for RoundingMode |
commit | commitdiff | tree |
2015-09-10 |
Michael Hudson... | cmd/internal/obj, cmd/link, runtime: a saner model... |
commit | commitdiff | tree |
2015-09-10 |
Yao Zhang | cmd/objdump: skip TestDisasm* for mips64{,le} |
commit | commitdiff | tree |
2015-09-10 |
Yao Zhang | cmd/go: skip part of TestNoteReading for mips64{,le} |
commit | commitdiff | tree |
2015-09-10 |
Russ Cox | cmd/vet: diagnose plain assignment in copylock detector |
commit | commitdiff | tree |
2015-09-10 |
Dave Cheney | cmd/go: use RawToken to parse remote package metadata |
commit | commitdiff | tree |
2015-09-10 |
Dave Cheney | cmd/compile: convert typecheckdefstack to []*Node |
commit | commitdiff | tree |
2015-09-10 |
Shenghou Ma | runtime: move arch1_$GOARCH.go into arch_$GOARCH.go |
commit | commitdiff | tree |
2015-09-10 |
Shenghou Ma | hash/*: document the byte order used by the Sum methods |
commit | commitdiff | tree |
2015-09-10 |
Robert Stepanek | encoding/xml: Return SyntaxError for unmatched root... |
commit | commitdiff | tree |
2015-09-10 |
Brad Fitzpatrick | A+C: automated updates |
commit | commitdiff | tree |
2015-09-09 |
Nodir Turakulov | html/template: preserve attr in stateBeforeValue |
commit | commitdiff | tree |
2015-09-09 |
Nodir Turakulov | text/template: perform value validity checks |
commit | commitdiff | tree |
2015-09-09 |
Keith Randall | runtime: on map update, don't overwrite key if we don... |
commit | commitdiff | tree |
2015-09-09 |
Shawn Walker... | syscall: implement getwd on Solaris |
commit | commitdiff | tree |
2015-09-09 |
Rob Pike | cmd/doc: the builtin package should always show unexpor... |
commit | commitdiff | tree |
2015-09-09 |
Marvin Stenger | time: fixed handling of "5" in Format's layout string |
commit | commitdiff | tree |
2015-09-09 |
Rob Pike | doc: go1.6.txt: text/template and space trimming |
commit | commitdiff | tree |
2015-09-09 |
Keith Randall | cmd/compile/internal/gc: handle weird map literals... |
commit | commitdiff | tree |
2015-09-09 |
Marvin Stenger | cmd/compile/internal/gc: convert fields of TempVar... |
commit | commitdiff | tree |
2015-09-09 |
Marvin Stenger | cmd/compile/internal/gc: convert fields of Symlink... |
commit | commitdiff | tree |
2015-09-09 |
Rob Pike | doc: fix typo in go1.6.txt |
commit | commitdiff | tree |
2015-09-09 |
Rob Pike | text/template: provide a way to trim leading and traili... |
commit | commitdiff | tree |
2015-09-09 |
Konstantin... | all: minor documentation tweaks for constants |
commit | commitdiff | tree |
2015-09-09 |
Nigel Tao | image/png: reject zero-width and zero-height images. |
commit | commitdiff | tree |
2015-09-09 |
Nigel Tao | compress/lzw: tidy up some flush calls. |
commit | commitdiff | tree |
2015-09-09 |
Michael Hudson... | cmd/dist, cmd/link: force external linking for shared... |
commit | commitdiff | tree |
2015-09-09 |
Austin Clements | runtime: add high-level description of how stack barrie... |
commit | commitdiff | tree |
next |