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 |
2015-09-09 |
Austin Clements | runtime: move stack barrier code to its own file |
commit | commitdiff | tree |
2015-09-09 |
Chris Broadfoot | doc: document go1.5.1 |
commit | commitdiff | tree |
2015-09-09 |
Dave Cheney | cmd/internal/obj: remove unused code |
commit | commitdiff | tree |
2015-09-08 |
Michael Hudson... | cmd/internal/ld: put read-only relocated data into... |
commit | commitdiff | tree |
2015-09-08 |
Shenghou Ma | cmd/compile/internal/mips64: copy cmd/compile/internal... |
commit | commitdiff | tree |
2015-09-08 |
Shenghou Ma | cmd/internal/obj/mips: copy cmd/internal/obj/ppc64 |
commit | commitdiff | tree |
2015-09-08 |
Michael Hudson... | cmd/internal/obj: remove dead code and small cleanups |
commit | commitdiff | tree |
2015-09-08 |
Brad Fitzpatrick | AUTHORS: add Oracle as corporate copyright holder |
commit | commitdiff | tree |
2015-09-08 |
Rob Pike | doc: mention that go install removes binaries built... |
commit | commitdiff | tree |
2015-09-08 |
Rob Pike | doc: strconv.QuoteToGraphic in go1.6.txt |
commit | commitdiff | tree |
2015-09-08 |
Rob Pike | strconv: add QuoteToGraphic and friends |
commit | commitdiff | tree |
2015-09-08 |
Marvin Stenger | cmd/compile/internal/gc: convert fields of Type to... |
commit | commitdiff | tree |
2015-09-08 |
Marvin Stenger | cmd/compile/internal/gc: convert fields of Pkg to bool |
commit | commitdiff | tree |
2015-09-08 |
Håvard Haugen | cmd/compile/internal/gc: unexport and make Hasdefer... |
commit | commitdiff | tree |
2015-09-08 |
Marvin Stenger | cmd/compile/internal/gc: remove unused field Type.Siggen |
commit | commitdiff | tree |
2015-09-08 |
Håvard Haugen | cmd/compile: make importlist a []*Node instead of ... |
commit | commitdiff | tree |
2015-09-08 |
Dave Cheney | cmd/compile/internal/gc: convert Type.Broke into a... |
commit | commitdiff | tree |
2015-09-07 |
Dave Cheney | cmd/compile/internal/gc: convert Label.Used to bool |
commit | commitdiff | tree |
2015-09-07 |
Michael Hudson... | runtime: remove unused FUNCDATA_DeadValueMaps |
commit | commitdiff | tree |
2015-09-07 |
Marvin Stenger | cmd/compile/internal: some janitoring |
commit | commitdiff | tree |
2015-09-07 |
Michael Hudson... | runtime: add stub sigreturn on arm |
commit | commitdiff | tree |
2015-09-07 |
Dave Cheney | cmd/dist: fix mkzversion to produce gofmt'd output |
commit | commitdiff | tree |
2015-09-06 |
Dave Cheney | cmd/compile: convert typecheck_stack to []*Node |
commit | commitdiff | tree |
2015-09-05 |
Didier Spezia | cmd/asm: fix another infinite loop in register list... |
commit | commitdiff | tree |
2015-09-05 |
Dave Cheney | cmd/compile: use []*Node instead of NodeList in bottomU... |
commit | commitdiff | tree |
2015-09-05 |
Paul Marks | net: Make Listen(":port") use IPv6 when IPv4 is not... |
commit | commitdiff | tree |
2015-09-05 |
Dave Cheney | cmd/compile: use []*Node instead of NodeList in sinit |
commit | commitdiff | tree |
2015-09-05 |
Russ Cox | reflect: record unsafe.Pointer, not uintptr, during... |
commit | commitdiff | tree |
2015-09-05 |
Robert Griesemer | cmd/compile/internal/gc: fix go.y (rename of Fatal... |
commit | commitdiff | tree |
2015-09-04 |
Shawn Walker... | cmd/go: fix Go buildid reading on Solaris |
commit | commitdiff | tree |
2015-09-04 |
Dave Cheney | Revert "cmd/internal/ld: put read-only relocated data... |
commit | commitdiff | tree |
2015-09-04 |
Dan Peterson | net: make DNSError.Temporary return true on SERVFAIL |
commit | commitdiff | tree |
2015-09-04 |
Artyom Pervukhin | net/http: optimize some io.Copy calls by reusing buffers |
commit | commitdiff | tree |
2015-09-04 |
Nodir Turakulov | net/http/httptest: ResponseRecorder.WriteString |
commit | commitdiff | tree |
2015-09-04 |
Didier Spezia | cmd/compile/internal: slice/map literals janitoring |
commit | commitdiff | tree |
2015-09-04 |
Didier Spezia | image/gif: map/slice literals janitoring |
commit | commitdiff | tree |
2015-09-04 |
Michael Hudson... | cmd/compile, cmd/go: generate position independent... |
commit | commitdiff | tree |
2015-09-04 |
Michael Hudson... | runtime: teach softfloat interpreter about "add r11... |
commit | commitdiff | tree |
2015-09-04 |
Shenghou Ma | cmd/link/internal/ld: align PE .text section to 32... |
commit | commitdiff | tree |
2015-09-04 |
Michael Hudson... | cmd/internal/ld: put read-only relocated data into... |
commit | commitdiff | tree |
2015-09-04 |
Michael Hudson... | cmd/asm: fix handling of nested #if[n]defs |
commit | commitdiff | tree |
2015-09-04 |
Alex Brainman | internal/syscall/windows/registry: do not panic when... |
commit | commitdiff | tree |
2015-09-04 |
Andrew Gerrand | all: remove executable bit from several files |
commit | commitdiff | tree |
2015-09-04 |
Michael Hudson... | cmd/link: only embed runtime.goarm in the module that... |
commit | commitdiff | tree |
2015-09-04 |
Shenghou Ma | cmd/compile/internal/gc: allow //go:systemstack only... |
commit | commitdiff | tree |
2015-09-04 |
Joe Tsai | hash: update documentation for MakeTable in crc32 and... |
commit | commitdiff | tree |
2015-09-03 |
Michael Hudson... | Revert "cmd/link: only embed runtime.goarm in the modul... |
commit | commitdiff | tree |
2015-09-03 |
Rob Pike | net/rpc: don't exit if Accept gets an error |
commit | commitdiff | tree |
2015-09-03 |
Alexander Morozov | syscall: fix formatting calls in tests |
commit | commitdiff | tree |
2015-09-03 |
Rob Pike | cmd/asm: handle CMPF and CMPD on ARM |
commit | commitdiff | tree |
2015-09-03 |
Chris Hines | database/sql: close bad connections in commit or rollback: |
commit | commitdiff | tree |
2015-09-03 |
Michael Hudson... | cmd/link: only embed runtime.goarm in the module that... |
commit | commitdiff | tree |
2015-09-03 |
Michael Hudson... | cmd/internal/obj: some platform independent bits of... |
commit | commitdiff | tree |
2015-09-03 |
Andrew Gerrand | doc: add Go Security Policy document |
commit | commitdiff | tree |
2015-09-03 |
Michael Hudson... | cmd/internal/obj: remove Link.Tlsoffset |
commit | commitdiff | tree |
2015-09-03 |
Joe Tsai | compress/flate: simplify inflate logic |
commit | commitdiff | tree |
2015-09-03 |
Michael Hudson... | runtime: fixes for arm64 shared libraries |
commit | commitdiff | tree |
2015-09-02 |
Didier Spezia | cmd/asm: fix several panics with erroneous input |
commit | commitdiff | tree |
2015-09-02 |
Håvard Haugen | compile/internal/gc: make typecheckok a bool |
commit | commitdiff | tree |
2015-09-02 |
Rob Pike | cmd/doc: document that json.Decode documents encoding... |
commit | commitdiff | tree |
2015-09-02 |
Rob Pike | cmd/vet: diagnose using Printf on a function value |
commit | commitdiff | tree |
2015-09-02 |
Andrew Gerrand | doc: only show Share button when enabled |
commit | commitdiff | tree |
2015-09-01 |
Håvard Haugen | cmd/compile/internal/gc: use slice instead of NodeList... |
commit | commitdiff | tree |
2015-09-01 |
Håvard Haugen | cmd/compile/internal/gc: remove dead code found by vet |
commit | commitdiff | tree |
2015-09-01 |
Dan Peterson | net/http: make FileServer sort directory entries |
commit | commitdiff | tree |
2015-09-01 |
Fabian Wickborn | build: Fix bootstrap.bash for official source tarballs |
commit | commitdiff | tree |
2015-09-01 |
Michael Hudson... | cmd/link: remove some dead code |
commit | commitdiff | tree |
2015-09-01 |
Brad Fitzpatrick | io: add WriteString support to MultiWriter |
commit | commitdiff | tree |
2015-09-01 |
Nigel Tao | io/ioutil: clarify docs for ReadDir sort order. |
commit | commitdiff | tree |
next |