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 |
2015-05-28 |
Brad Fitzpatrick | cmd/dist: don't run go list when running a specific... |
commit | commitdiff | tree |
2015-05-27 |
Robert Griesemer | math/big: more cleanups (msbxx, nlzxx functions) |
commit | commitdiff | tree |
2015-05-27 |
Robert Griesemer | math/big: removed TODO, cleanups |
commit | commitdiff | tree |
2015-05-27 |
Robert Griesemer | strconv: minor internal comment fix |
commit | commitdiff | tree |
2015-05-27 |
Brad Fitzpatrick | archive/zip: sanity check the TOC's declared number... |
commit | commitdiff | tree |
2015-05-27 |
David Chase | cmd/compile: propagate correct line numbers in treecopy |
commit | commitdiff | tree |
2015-05-27 |
Brad Fitzpatrick | doc: update go1.5.txt |
commit | commitdiff | tree |
2015-05-27 |
Michael Hudson... | cmd/internal/ld: do not depend on local symbols to... |
commit | commitdiff | tree |
2015-05-27 |
Michael Hudson... | cmd/internal/ld: store the libraries a shared library... |
commit | commitdiff | tree |
2015-05-27 |
Håvard Haugen | archive/tar: don't panic on negative file size |
commit | commitdiff | tree |
2015-05-27 |
Michael Hudson... | cmd/link/internal/ld: put abi hash into a note |
commit | commitdiff | tree |
2015-05-27 |
Michael Hudson... | misc/cgo/testshared: do not capture output of go comman... |
commit | commitdiff | tree |
2015-05-27 |
Michael Hudson... | cmd/link: replace interface{} fields with concrete... |
commit | commitdiff | tree |
2015-05-26 |
Ryan Brown | cmd/internal/objfile: Skip mach-o debug symbols. |
commit | commitdiff | tree |
2015-05-26 |
Brad Fitzpatrick | archive/zip: verify number of File bytes read at EOF |
commit | commitdiff | tree |
2015-05-26 |
Ian Lance Taylor | cmd/link/internal/amd64: -buildmode=c-archive forces... |
commit | commitdiff | tree |
2015-05-26 |
Robert Griesemer | spec: removed TODOs (invisible html comment) in favor... |
commit | commitdiff | tree |
2015-05-26 |
Alexandre Cesaro | net/mail: add AddressParser type |
commit | commitdiff | tree |
2015-05-26 |
Russ Cox | cmd/compile: don't cater to race detector in write... |
commit | commitdiff | tree |
2015-05-26 |
Ian Lance Taylor | cmd/link/internal/ld: if -v, display external linker... |
commit | commitdiff | tree |
2015-05-26 |
Ian Lance Taylor | cmd/go: permit C files if the package uses SWIG |
commit | commitdiff | tree |
2015-05-25 |
David Crawshaw | androidtest.bash: clean up stale GOROOT |
commit | commitdiff | tree |
2015-05-25 |
David Crawshaw | misc/android: cleaner to remove stale GOROOT files |
commit | commitdiff | tree |
2015-05-23 |
Elias Naur | runtime: don't always block all signals on OpenBSD |
commit | commitdiff | tree |
2015-05-23 |
Mikio Hara | net: adjust dual stack support on dragonfly |
commit | commitdiff | tree |
2015-05-23 |
Mikio Hara | net: don't show verbose information when -test.v=false |
commit | commitdiff | tree |
2015-05-22 |
Robert Griesemer | math/big: Always print exponent sign when using 'p... |
commit | commitdiff | tree |
2015-05-22 |
Elias Naur | misc/cgo/test: fix build for CC=clang |
commit | commitdiff | tree |
2015-05-22 |
Robert Griesemer | cmd/compile/internal/big: update and apply vendor.bash |
commit | commitdiff | tree |
2015-05-22 |
Robert Griesemer | cmd/compile/internal/gc: simplify mpgetflt (remove... |
commit | commitdiff | tree |
2015-05-22 |
Robert Griesemer | cmd/compile/internal/gc: correctly use Float32 in mpgetfltN |
commit | commitdiff | tree |
2015-05-22 |
Shenghou Ma | go/build: make ArchChar always return "?" to match... |
commit | commitdiff | tree |
2015-05-22 |
Robert Griesemer | cmd/compile/internal/big: update to latest version... |
commit | commitdiff | tree |
2015-05-22 |
Robert Griesemer | math/big: fix Float.Float64 conversion for denormal... |
commit | commitdiff | tree |
2015-05-22 |
Robert Griesemer | math/big: add more Float.Float64 conversion tests |
commit | commitdiff | tree |
2015-05-22 |
Robert Griesemer | math/big: fix Float.Float32 conversion for denormal... |
commit | commitdiff | tree |
2015-05-22 |
Elias Naur | runtime: don't always unblock all signals |
commit | commitdiff | tree |
2015-05-22 |
Dave Cheney | net: fix panic in TestDialerDualStack |
commit | commitdiff | tree |
2015-05-22 |
David Chase | cmd/internal/gc: move check for large-hence-heap-alloca... |
commit | commitdiff | tree |
2015-05-22 |
David Chase | cmd/internal/gc: make indirect calls properly escape-y |
commit | commitdiff | tree |
2015-05-22 |
Robert Griesemer | math/big: gofmt nat_test.go |
commit | commitdiff | tree |
2015-05-22 |
Vlad Krasnov | math/big: Simple Montgomery Multiplication to accelerat... |
commit | commitdiff | tree |
2015-05-21 |
Russ Cox | runtime: fix callwritebarrier |
commit | commitdiff | tree |
2015-05-21 |
Austin Clements | runtime: eliminate write barrier from adjustpointers |
commit | commitdiff | tree |
2015-05-21 |
Josh Bleecher... | cmd/internal/obj: remove F3t field from Prog |
commit | commitdiff | tree |
2015-05-21 |
Russ Cox | cmd/go: set correct install location for cmd/compile... |
commit | commitdiff | tree |
2015-05-21 |
Russ Cox | all: retire architecture letter in file names, public API |
commit | commitdiff | tree |
2015-05-21 |
Russ Cox | all: build and use go tool compile, go tool link |
commit | commitdiff | tree |
next |