2015-06-04 |
Robert Griesemer | cmd/go: fix fmt.Errorf call sites (latent bug) |
commit | commitdiff | tree |
2015-06-04 |
Rob Pike | cmd/doc: do not show unexported constants |
commit | commitdiff | tree |
2015-06-04 |
Robert Griesemer | cmd/vet: adjust vet to use go/types and friends from... |
commit | commitdiff | tree |
2015-06-04 |
Robert Griesemer | cmd/vet: move cmd/vet into std repo |
commit | commitdiff | tree |
2015-06-04 |
David Crawshaw | cmd/dist: use -tags=lldb for iOS tests |
commit | commitdiff | tree |
2015-06-04 |
Brad Fitzpatrick | net/http: the Set-Cookie Expiration time zone should... |
commit | commitdiff | tree |
2015-06-04 |
Brad Fitzpatrick | test: make test/run.go support sharding |
commit | commitdiff | tree |
2015-06-04 |
Josh Bleecher... | cmd/internal/obj/arm64: make function prologue more... |
commit | commitdiff | tree |
2015-06-04 |
Josh Bleecher... | runtime, cmd/internal/obj/arm: improve arm function... |
commit | commitdiff | tree |
2015-06-04 |
Josh Bleecher... | cmd/internal/obj/x86: make function prologue more predi... |
commit | commitdiff | tree |
2015-06-04 |
Hajime Hoshi | encoding/xml: Reset the parent stack before printing... |
commit | commitdiff | tree |
2015-06-04 |
Russ Cox | cmd/go: clean up after 'go build' during 'go install' |
commit | commitdiff | tree |
2015-06-04 |
Russ Cox | cmd/go: always rebuild GOPATH code that looks out of... |
commit | commitdiff | tree |
2015-06-04 |
Russ Cox | cmd/go: detect when package or binary is stale due... |
commit | commitdiff | tree |
2015-06-04 |
Russ Cox | cmd/compile: merge Node.Opt and Node.Val behind access... |
commit | commitdiff | tree |
2015-06-04 |
Russ Cox | cmd/compile: cleanups for Node trimming sequence |
commit | commitdiff | tree |
2015-06-04 |
Josh Bleecher... | cmd/link: make stkcheck more flexible |
commit | commitdiff | tree |
2015-06-04 |
Russ Cox | cmd/internal/gc: accept map literals with omitted key... |
commit | commitdiff | tree |
2015-06-03 |
Brad Fitzpatrick | runtime: fix TestFixedGOROOT to properly restore the... |
commit | commitdiff | tree |
2015-06-03 |
Robert Griesemer | src/cmd/compile/internal/gc: re-vendor math/big, manual... |
commit | commitdiff | tree |
2015-06-03 |
Robert Griesemer | math/big: turn off debug mode |
commit | commitdiff | tree |
2015-06-03 |
Dave Cheney | math/big: trim trailing zeros before hex printing |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/internal/gc: add -buildid flag to write build ID... |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/dist: one more file for CL 9152 |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/dist: do not rewrite files that already have the... |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/dist: fix build tag parser |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/go: make test.bash pass again |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | doc/go1.5.txt: add note about internal |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/go: expand 'internal' rule to all repositories |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile: remove Node.Nname, now unused |
commit | commitdiff | tree |
2015-06-03 |
Aamir Khan | text/template: refactor code to accomodate bi-state... |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile: remove use of Node.Nname in initplan |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile: move OCASE/OXCASE Node.Nname into Node... |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile: move ODCLFUNC Node.Nname into Node.Func... |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile, cmd/internal: replace %P with %v in a... |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile: move Node.Curfn into both Node.Func and... |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile: move Node.Param, Node.Funcdepth into Node... |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile: move Node.Vargen, Node.Iota into Node... |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile: remove Node.Escflowsrc, Node.Escretval... |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile: move Node.Pkg to Node.Name.Pkg |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile: move Node.Pack to Node.Name.Pack |
commit | commitdiff | tree |
2015-06-03 |
Rob Pike | strings: mention UTF-8 in the package comment. |
commit | commitdiff | tree |
2015-06-03 |
Andrew Gerrand | doc: move pre-go1 release notes to separate file |
commit | commitdiff | tree |
2015-06-03 |
Ian Lance Taylor | cmd/go: convert one test from test.bash to Go |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile: remove Node.Alloc |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile: remove Val.Ctype |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile: move Node.Defn to Node.Name.Defn |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile: move Node.Paramfld to Node.Param.Field |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile: remove Node.Ntest, Node.Stkdelta |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile: remove Node.Nincr, Node.Nelse, Node.Initplan |
commit | commitdiff | tree |
2015-06-03 |
Shenghou Ma | cmd/dist: enable extlink test on linux/arm64 |
commit | commitdiff | tree |
2015-06-03 |
Austin Clements | runtime: print start of GC cycle in gctrace, rather... |
commit | commitdiff | tree |
2015-06-02 |
Rob Pike | text/template: clarify the documentation around templat... |
commit | commitdiff | tree |
2015-06-02 |
Austin Clements | runtime: implement GC stack barriers |
commit | commitdiff | tree |
2015-06-02 |
Austin Clements | runtime: avoid double-scanning of stacks |
commit | commitdiff | tree |
2015-06-02 |
Austin Clements | runtime: steal space for stack barrier tracking from... |
commit | commitdiff | tree |
2015-06-02 |
Austin Clements | runtime: decouple stack bounds and stack allocation... |
commit | commitdiff | tree |
2015-06-02 |
Austin Clements | runtime: clean up signalstack API |
commit | commitdiff | tree |
2015-06-02 |
Austin Clements | runtime: increase precision of gctrace times |
commit | commitdiff | tree |
2015-06-02 |
Andrew Gerrand | net/http: set nosniff header when serving Error |
commit | commitdiff | tree |
2015-06-02 |
Håvard Haugen | fmt: fix buffer underflow for negative integers |
commit | commitdiff | tree |
2015-06-02 |
Mikio Hara | net: fix parsing literal IP addresses in local database |
commit | commitdiff | tree |
2015-06-02 |
Mikio Hara | runtime: fix data race in BenchmarkChanPopular |
commit | commitdiff | tree |
2015-06-02 |
Robert Griesemer | math/big: implement fmt.Formatter-compatible (*Float... |
commit | commitdiff | tree |
2015-06-02 |
Dave Cheney | net: fix undetected set and not used error |
commit | commitdiff | tree |
2015-06-02 |
Dave Cheney | cmd/pprof/internal/profile: fix missing error check |
commit | commitdiff | tree |
2015-06-02 |
Dave Cheney | cmd/cover: fix missing error check in test |
commit | commitdiff | tree |
2015-06-01 |
Alexandre Cesaro | mime: fix names of examples |
commit | commitdiff | tree |
2015-06-01 |
Didier Spezia | text/template: fix variadic function call corner case |
commit | commitdiff | tree |
2015-06-01 |
Didier Spezia | html/template: prevent panic when escaping actions... |
commit | commitdiff | tree |
2015-06-01 |
Rob Pike | regexp: suggest go doc, not godoc |
commit | commitdiff | tree |
2015-06-01 |
Konstantin... | cmd/doc: try better when looking for package dir |
commit | commitdiff | tree |
2015-06-01 |
Aamir Khan | text/template: template must be initialized at the... |
commit | commitdiff | tree |
2015-06-01 |
Rob Pike | encoding/gob: fix infinite recursion caused by ignoring... |
commit | commitdiff | tree |
2015-06-01 |
Austin Clements | runtime: document that runtime.GC() blocks until GC... |
commit | commitdiff | tree |
2015-05-31 |
Michael Käufl | path: fix a typo in documentation of Split |
commit | commitdiff | tree |
2015-05-31 |
Adam Langley | encoding/pem: be more permissive about decoding empty... |
commit | commitdiff | tree |
2015-05-30 |
Dmitry Vyukov | doc/go1.5.txt: mention bugs found by go-fuzz |
commit | commitdiff | tree |
2015-05-30 |
Josh Bleecher... | cmd/internal/obj: combine Pcrel and Comefrom |
commit | commitdiff | tree |
2015-05-30 |
Josh Bleecher... | cmd/asm: delete Addr.Reg2 |
commit | commitdiff | tree |
2015-05-29 |
Brad Fitzpatrick | cmd/internal/obj: shrink Prog, remove two unused fields |
commit | commitdiff | tree |
2015-05-29 |
Brad Fitzpatrick | cmd/internal/obj: fix build breakage from making From3... |
commit | commitdiff | tree |
2015-05-29 |
Russ Cox | cmd/old5a, cmd/old8a, cmd/old9a: rebuild y.go |
commit | commitdiff | tree |
2015-05-29 |
Robert Griesemer | math/big: remove (*Float).Scan, ScanFloat; more robust... |
commit | commitdiff | tree |
2015-05-29 |
Robert Griesemer | math/big: rename (*Float).Format to (*Float).Text |
commit | commitdiff | tree |
2015-05-29 |
Russ Cox | cmd/internal/obj: make Prog.From3 a pointer |
commit | commitdiff | tree |
2015-05-29 |
David Symonds | io: minor improvements to doc comment on WriteString. |
commit | commitdiff | tree |
2015-05-28 |
Håvard Haugen | archive/tar: terminate when reading malformed sparse... |
commit | commitdiff | tree |
2015-05-28 |
Andrew Gerrand | cmd/dist: only test packages and commands that have... |
commit | commitdiff | tree |
2015-05-28 |
Robert Griesemer | go/types: fix error message for embedded non-interface... |
commit | commitdiff | tree |
2015-05-28 |
Josh Bleecher... | test: re-enable rotate tests |
commit | commitdiff | tree |
2015-05-28 |
David Chase | cmd/compile: reject p-notation floats in Go source... |
commit | commitdiff | tree |
2015-05-28 |
Josh Bleecher... | cmd/internal/gc: unembed Param field |
commit | commitdiff | tree |
2015-05-28 |
Austin Clements | runtime: disable GC around TestGoroutineParallelism |
commit | commitdiff | tree |
2015-05-28 |
Austin Clements | cmd/compile: avoid temporary in race mode with slice... |
commit | commitdiff | tree |
2015-05-28 |
Austin Clements | runtime: use stripped test environment for TestGdbPython |
commit | commitdiff | tree |
2015-05-28 |
Robert Griesemer | math/big: fix latent decimal conversion bug |
commit | commitdiff | tree |
2015-05-28 |
Ryan Brown | cmd/link/internal/ld: Skip combining dwarf for darwin... |
commit | commitdiff | tree |
2015-05-28 |
Josh Bleecher... | test: remove arch char from nosplit |
commit | commitdiff | tree |
2015-05-28 |
Shenghou Ma | cmd/internal/obj: make arm64 use RegTo2 instead of... |
commit | commitdiff | tree |
next |