go /
go /
a370fbaac64ccd8cb665552caa0f66f163cc8f42 - a370fba math/big: use more direct formatting in ExampleRoundingMode, cosmetic changes by Robert Griesemer · 10 years ago
- 3ed6e83 mime: fix docs for WordDecoder.Decode by Brad Fitzpatrick · 10 years ago
- 7d48573 cmd/internal/obj: map/slice literals janitoring by Didier Spezia · 10 years ago
- 63ee321 strconv: fix comment by Robert Griesemer · 10 years ago
- 4779974 doc: in go1.6.txt, small changes to fmt and time by Rob Pike · 10 years ago
- a00cec9 fmt: allow any type in a format's width argument by Rob Pike · 10 years ago
- 8b96be1 time: allow any one- or two-digit day of the month when parsing. by Rob Pike · 10 years ago
- e216735 math/big: add example for RoundingMode by Konstantin Shaposhnikov · 10 years ago
- b0344e9 cmd/internal/obj, cmd/link, runtime: a saner model for TLS on arm by Michael Hudson-Doyle · 10 years ago
- b456aac cmd/objdump: skip TestDisasm* for mips64{,le} by Yao Zhang · 10 years ago
- 1153737 cmd/go: skip part of TestNoteReading for mips64{,le} by Yao Zhang · 10 years ago
- d8384e9 cmd/vet: diagnose plain assignment in copylock detector by Russ Cox · 10 years ago
- 81a4bbf cmd/go: use RawToken to parse remote package metadata by Dave Cheney · 10 years ago
- bab01a0 cmd/compile: convert typecheckdefstack to []*Node by Dave Cheney · 10 years ago
- 1cf05ee runtime: move arch1_$GOARCH.go into arch_$GOARCH.go by Shenghou Ma · 10 years ago
- 91ddc07 hash/*: document the byte order used by the Sum methods by Shenghou Ma · 10 years ago
- bf21643 encoding/xml: Return SyntaxError for unmatched root start elements. by Robert Stepanek · 10 years ago
- da7e9e4 A+C: automated updates by Brad Fitzpatrick · 10 years ago
- 918c823 html/template: preserve attr in stateBeforeValue by Nodir Turakulov · 10 years ago
- 6599450 text/template: perform value validity checks by Nodir Turakulov · 10 years ago
- 00c638d runtime: on map update, don't overwrite key if we don't need to. by Keith Randall · 10 years ago
- af7c9a4 syscall: implement getwd on Solaris by Shawn Walker-Salas · 10 years ago
- cf3134a cmd/doc: the builtin package should always show unexported symbols by Rob Pike · 10 years ago
- c12e38a time: fixed handling of "5" in Format's layout string by Marvin Stenger · 10 years ago
- 1fbff65 doc: go1.6.txt: text/template and space trimming by Rob Pike · 10 years ago
- 1ca7a64 cmd/compile/internal/gc: handle weird map literals in key dedup by Keith Randall · 10 years ago
- 05c35ac cmd/compile/internal/gc: convert fields of TempVar to bool by Marvin Stenger · 10 years ago
- a20fbe8 cmd/compile/internal/gc: convert fields of Symlink to bool by Marvin Stenger · 10 years ago
- d862753 doc: fix typo in go1.6.txt by Rob Pike · 10 years ago
- e6ee26a text/template: provide a way to trim leading and trailing space between actions by Rob Pike · 10 years ago
- 49fb8cc all: minor documentation tweaks for constants by Konstantin Shaposhnikov · 10 years ago
- 0cf7331 image/png: reject zero-width and zero-height images. by Nigel Tao · 10 years ago
- e5d9caf compress/lzw: tidy up some flush calls. by Nigel Tao · 10 years ago
- f7b66ff cmd/dist, cmd/link: force external linking for shared libs on arm by Michael Hudson-Doyle · 10 years ago
- e9089e4 runtime: add high-level description of how stack barriers work by Austin Clements · 10 years ago
- 92e68c8 runtime: move stack barrier code to its own file by Austin Clements · 10 years ago
- 84a8648 doc: document go1.5.1 by Chris Broadfoot · 10 years ago
- fd50db2 cmd/internal/obj: remove unused code by Dave Cheney · 10 years ago
- 5cbca8d cmd/internal/ld: put read-only relocated data into .data.rel.ro when making a shared object by Michael Hudson-Doyle · 10 years ago
- 14f9195 cmd/compile/internal/mips64: copy cmd/compile/internal/ppc64 by Shenghou Ma · 10 years ago
- 5cc86c6 cmd/internal/obj/mips: copy cmd/internal/obj/ppc64 by Shenghou Ma · 10 years ago
- 69a143e cmd/internal/obj: remove dead code and small cleanups by Michael Hudson-Doyle · 10 years ago
- 74a123f AUTHORS: add Oracle as corporate copyright holder by Brad Fitzpatrick · 10 years ago
- 4315662 doc: mention that go install removes binaries built by go build by Rob Pike · 10 years ago
- c82c212 doc: strconv.QuoteToGraphic in go1.6.txt by Rob Pike · 10 years ago
- 74288f0 strconv: add QuoteToGraphic and friends by Rob Pike · 10 years ago
- 9ac0fff cmd/compile/internal/gc: convert fields of Type to bool by Marvin Stenger · 10 years ago
- e03c789 cmd/compile/internal/gc: convert fields of Pkg to bool by Marvin Stenger · 10 years ago
- 2594664 cmd/compile/internal/gc: unexport and make Hasdefer a bool by Håvard Haugen · 10 years ago
- 704e05c cmd/compile/internal/gc: remove unused field Type.Siggen by Marvin Stenger · 10 years ago
- 391cc54 cmd/compile: make importlist a []*Node instead of *NodeList by Håvard Haugen · 10 years ago
- 8937780 cmd/compile/internal/gc: convert Type.Broke into a bool by Dave Cheney · 10 years ago
- 8712e18 cmd/compile/internal/gc: convert Label.Used to bool by Dave Cheney · 10 years ago
- 0388d43 runtime: remove unused FUNCDATA_DeadValueMaps by Michael Hudson-Doyle · 10 years ago
- 932c1e3 cmd/compile/internal: some janitoring by Marvin Stenger · 10 years ago
- 3132299 runtime: add stub sigreturn on arm by Michael Hudson-Doyle · 10 years ago
- 60f0345 cmd/dist: fix mkzversion to produce gofmt'd output by Dave Cheney · 10 years ago
- dab0dac cmd/compile: convert typecheck_stack to []*Node by Dave Cheney · 10 years ago
- 63e2bed cmd/asm: fix another infinite loop in register list parser by Didier Spezia · 10 years ago
- 22452ac cmd/compile: use []*Node instead of NodeList in bottomUpVisitor by Dave Cheney · 10 years ago
- 5a3ff6c net: Make Listen(":port") use IPv6 when IPv4 is not supported. by Paul Marks · 10 years ago
- 703bd83 cmd/compile: use []*Node instead of NodeList in sinit by Dave Cheney · 10 years ago
- 928fe05 reflect: record unsafe.Pointer, not uintptr, during DeepEqual by Russ Cox · 10 years ago
- ace3032 cmd/compile/internal/gc: fix go.y (rename of Fatal -> Fatalf) by Robert Griesemer · 10 years ago
- 4f74de1 cmd/go: fix Go buildid reading on Solaris by Shawn Walker-Salas · 10 years ago
- e49b246 Revert "cmd/internal/ld: put read-only relocated data into .data.rel.ro when making a shared object" by Dave Cheney · 10 years ago
- ced0646 net: make DNSError.Temporary return true on SERVFAIL by Dan Peterson · 10 years ago
- 6fd82d8 net/http: optimize some io.Copy calls by reusing buffers by Artyom Pervukhin · 10 years ago
- 8c2c35d net/http/httptest: ResponseRecorder.WriteString by Nodir Turakulov · 10 years ago
- 3c37a61 cmd/compile/internal: slice/map literals janitoring by Didier Spezia · 10 years ago
- 220b5f7 image/gif: map/slice literals janitoring by Didier Spezia · 10 years ago
- 876b7cc cmd/compile, cmd/go: generate position independent code with -buildmode=c-shared on arm by Michael Hudson-Doyle · 10 years ago
- 40af15f runtime: teach softfloat interpreter about "add r11, pc, r11" by Michael Hudson-Doyle · 10 years ago
- 821e124 cmd/link/internal/ld: align PE .text section to 32-byte when external linking by Shenghou Ma · 10 years ago
- 2c2cbb6 cmd/internal/ld: put read-only relocated data into .data.rel.ro when making a shared object by Michael Hudson-Doyle · 10 years ago
- eaea5ad cmd/asm: fix handling of nested #if[n]defs by Michael Hudson-Doyle · 10 years ago
- 13e06d8 internal/syscall/windows/registry: do not panic when data is large by Alex Brainman · 10 years ago
- b8efc00 all: remove executable bit from several files by Andrew Gerrand · 10 years ago
- 06da8fd cmd/link: only embed runtime.goarm in the module that contains the runtime package by Michael Hudson-Doyle · 10 years ago
- dac87e9 cmd/compile/internal/gc: allow //go:systemstack only in runtime by Shenghou Ma · 10 years ago
- e16d803 hash: update documentation for MakeTable in crc32 and crc64 by Joe Tsai · 10 years ago
- c788a8e Revert "cmd/link: only embed runtime.goarm in the module that contains the runtime package" by Michael Hudson-Doyle · 10 years ago
- 3702553 net/rpc: don't exit if Accept gets an error by Rob Pike · 10 years ago
- d5e32eb syscall: fix formatting calls in tests by Alexander Morozov · 10 years ago
- 36af087 cmd/asm: handle CMPF and CMPD on ARM by Rob Pike · 10 years ago
- d737639 database/sql: close bad connections in commit or rollback: by Chris Hines · 10 years ago
- bf99d8f cmd/link: only embed runtime.goarm in the module that contains the runtime package by Michael Hudson-Doyle · 10 years ago
- 9e6ba37 cmd/internal/obj: some platform independent bits of proper toolchain support for thread local storage by Michael Hudson-Doyle · 10 years ago
- 499c827 doc: add Go Security Policy document by Andrew Gerrand · 10 years ago
- 7bf959c cmd/internal/obj: remove Link.Tlsoffset by Michael Hudson-Doyle · 10 years ago
- 5c78589 compress/flate: simplify inflate logic by Joe Tsai · 10 years ago
- 9f0baca runtime: fixes for arm64 shared libraries by Michael Hudson-Doyle · 10 years ago
- df37c4b cmd/asm: fix several panics with erroneous input by Didier Spezia · 10 years ago
- dc3540d compile/internal/gc: make typecheckok a bool by Håvard Haugen · 10 years ago
- 45537d8 cmd/doc: document that json.Decode documents encoding/json.Decoder.Decode by Rob Pike · 10 years ago
- 43a7a9c cmd/vet: diagnose using Printf on a function value by Rob Pike · 10 years ago
- 5f2cda5 doc: only show Share button when enabled by Andrew Gerrand · 10 years ago
- dd42eff cmd/compile/internal/gc: use slice instead of NodeList for Label.Use by Håvard Haugen · 10 years ago
- e8da46f cmd/compile/internal/gc: remove dead code found by vet by Håvard Haugen · 10 years ago
- 25b0017 net/http: make FileServer sort directory entries by Dan Peterson · 10 years ago