2019-02-27 |
Clément Chigot | archive/tar, syscall: add statUnix for aix/ppc64 |
commit | commitdiff | tree |
2019-02-27 |
Clément Chigot | cmd/link: set correct sizes for XCOFF outer symbols |
commit | commitdiff | tree |
2019-02-27 |
Clément Chigot | cmd/link: improve XCOFF symbol table |
commit | commitdiff | tree |
2019-02-27 |
Ian Lance Taylor | doc/go1.12: new go line in go.mod can break builds... |
commit | commitdiff | tree |
2019-02-27 |
Valentin Vidic | regexp: add ReplaceAllStringFunc example |
commit | commitdiff | tree |
2019-02-27 |
Clément Chigot | cmd/link: fix -a with external linker |
commit | commitdiff | tree |
2019-02-27 |
ZZMarquis | crypto/x509: remove the redundant type declaration |
commit | commitdiff | tree |
2019-02-27 |
Daniel Martí | cmd/go: avoid compiling most regexes at init |
commit | commitdiff | tree |
2019-02-27 |
Arash Bina | crypto/x509: improve error when PKCS1, PKCS8, EC keys... |
commit | commitdiff | tree |
2019-02-27 |
Marcel van... | fmt: add frame info to Errorf and support %w |
commit | commitdiff | tree |
2019-02-27 |
Marcel van... | errors: add Unwrap, Is, and As |
commit | commitdiff | tree |
2019-02-27 |
Marcel van... | errors: add Frame and Formatter/Printer interfaces |
commit | commitdiff | tree |
2019-02-27 |
Juraj Sukop | math/big: better initial guess for nat.sqrt |
commit | commitdiff | tree |
2019-02-27 |
Marcel van... | internal/reflectlite: lite version of reflect package |
commit | commitdiff | tree |
2019-02-27 |
Marcel van... | encoding/json: remove use of DeepEqual for testing... |
commit | commitdiff | tree |
2019-02-27 |
Marcel van... | net/http: remove use of DeepEqual for testing errors |
commit | commitdiff | tree |
2019-02-27 |
Marcel van... | strconv: remove use of DeepEqual for testing errors |
commit | commitdiff | tree |
2019-02-27 |
Bryan C. Mills | cmd/dist: execute cgo_stdio and cgo_life as host tests |
commit | commitdiff | tree |
2019-02-27 |
Josh Bleecher... | time: reject tzdata with no zones |
commit | commitdiff | tree |
2019-02-27 |
Josh Bleecher... | cmd/compile: add types.SoleComponent, use in convFuncName |
commit | commitdiff | tree |
2019-02-27 |
Josh Bleecher... | runtime: speed up ifaceeq for direct ifaces |
commit | commitdiff | tree |
2019-02-27 |
Elias Naur | cmd/dist: fix variable name |
commit | commitdiff | tree |
2019-02-27 |
Bryan C. Mills | misc: add go.mod file |
commit | commitdiff | tree |
2019-02-27 |
Bryan C. Mills | cmd/link: do not close over the loop variable in testDWARF |
commit | commitdiff | tree |
2019-02-27 |
Bryan C. Mills | cmd/dist: execute misc/cgo/testso{,var} as regular... |
commit | commitdiff | tree |
2019-02-27 |
Bryan C. Mills | misc/cgo/test: skip TestCrossPackageTests on Android |
commit | commitdiff | tree |
2019-02-27 |
Bryan C. Mills | cmd/go: expand tests for standard-library vendoring... |
commit | commitdiff | tree |
2019-02-27 |
Alberto Donizetti | doc: add 1.10.8 and 1.11.5 to the releases list |
commit | commitdiff | tree |
2019-02-27 |
Daniel Martí | cmd/go: add benchmark that execs 'go env GOARCH' |
commit | commitdiff | tree |
2019-02-27 |
erifan01 | cmd/compile: optimize math/bits Len32 intrinsic on... |
commit | commitdiff | tree |
2019-02-27 |
Daniel Martí | internal/lazyregexp: add a lazy Regexp package |
commit | commitdiff | tree |
2019-02-27 |
Clément Chigot | cmd/go: fix -Wl,--whole-archive for aix/ppc64 |
commit | commitdiff | tree |
2019-02-27 |
Mikio Hara | Revert "net: add missing error check in test" |
commit | commitdiff | tree |
2019-02-27 |
Agniva De Sarker | syscall/js: add a note about a bug in TypedArray |
commit | commitdiff | tree |
2019-02-27 |
Bryan C. Mills | math/cmplx: avoid panic in Pow(x, NaN()) |
commit | commitdiff | tree |
2019-02-27 |
Clément Chigot | syscall: add missing Setrlimit and Termios on aix/ppc64 |
commit | commitdiff | tree |
2019-02-27 |
Gergely Brautigam | cmd/compile: suppress typecheck errors in a type switch... |
commit | commitdiff | tree |
2019-02-27 |
Tobias Klauser | debug/pe: prevent slice out of bounds access in (*File... |
commit | commitdiff | tree |
2019-02-27 |
Tobias Klauser | debug/pe: omit panic in (*File).ImportedSymbols on... |
commit | commitdiff | tree |
2019-02-27 |
Filippo Valsorda | crypto/tls: enable TLS 1.3 by default |
commit | commitdiff | tree |
2019-02-27 |
Filippo Valsorda | Revert "crypto/tls: disable RSA-PSS in TLS 1.2" |
commit | commitdiff | tree |
2019-02-27 |
Josh Bleecher... | cmd/asm: improve DATA size operand validation |
commit | commitdiff | tree |
2019-02-27 |
Ian Lance Taylor | cmd/go: preserve more env vars for TestScript child... |
commit | commitdiff | tree |
2019-02-27 |
Leon Klingele | net: add missing error check in test |
commit | commitdiff | tree |
2019-02-27 |
Mikio Hara | net: use EUI-48/EUI-64 reserved address blocks for... |
commit | commitdiff | tree |
2019-02-27 |
Rob Pike | time: rewrite ExampleDuration_Nanoseconds to be more... |
commit | commitdiff | tree |
2019-02-27 |
Matthew Dempsky | cmd/compile: unify duplicate const detection logic |
commit | commitdiff | tree |
2019-02-27 |
Matthew Dempsky | cmd/compile/internal/ssa: fix bad CL rebase |
commit | commitdiff | tree |
2019-02-27 |
Brian Kessler | math/big: handle alias of cofactor inputs in GCD |
commit | commitdiff | tree |
2019-02-27 |
go101 | go/ast: break out after first variable in ExampleCommentMap |
commit | commitdiff | tree |
2019-02-26 |
Francesc Campoy | regexp: limit the capacity of slices of bytes returned... |
commit | commitdiff | tree |
2019-02-26 |
Ian Lance Taylor | go/types: add gccgo sizes information |
commit | commitdiff | tree |
2019-02-26 |
WhisperRain | container/heap: avoid memory leak in example |
commit | commitdiff | tree |
2019-02-26 |
Ian Lance Taylor | cmd/link: use SeekPC in testDWARF |
commit | commitdiff | tree |
2019-02-26 |
Ian Lance Taylor | net: remove unixgram test sockets |
commit | commitdiff | tree |
2019-02-26 |
Ian Lance Taylor | os: clarify that mode argument is only used if file... |
commit | commitdiff | tree |
2019-02-26 |
Leon Klingele | net: explain why we ignore the first line of Plan 9... |
commit | commitdiff | tree |
2019-02-26 |
Leon Klingele | bytes: clean up a test |
commit | commitdiff | tree |
2019-02-26 |
Ian Lance Taylor | time: read 64-bit data if available |
commit | commitdiff | tree |
2019-02-26 |
Iskander Sharipov | cmd/compile: don't generate newobject call for 0-sized... |
commit | commitdiff | tree |
2019-02-26 |
Bryan Heden | fmt: fix an error in documentation for fmt |
commit | commitdiff | tree |
2019-02-26 |
Dmitry Mottl | net/http: add godoc for Dir.Open function |
commit | commitdiff | tree |
2019-02-26 |
Ian Lance Taylor | test: add test case that caused a gccgo compiler crash |
commit | commitdiff | tree |
2019-02-26 |
Jeremy Jay | compress/gzip: clarify that Multistream gzip requires... |
commit | commitdiff | tree |
2019-02-26 |
Leon Klingele | all: fix typos as reported by 'misspell' |
commit | commitdiff | tree |
2019-02-26 |
Derek Phan | io: align style of test comments in multi_test.go |
commit | commitdiff | tree |
2019-02-26 |
Alessandro... | cmd/compile: avoid collisions between statictmps and... |
commit | commitdiff | tree |
2019-02-26 |
Austin Clements | cmd/link: delete stale deadcode reference |
commit | commitdiff | tree |
2019-02-26 |
Marcel van... | bytes: hoist error creation out of function |
commit | commitdiff | tree |
2019-02-26 |
Tobias Klauser | runtime: use hw.ncpuonline sysctl in getncpu on openbsd |
commit | commitdiff | tree |
2019-02-26 |
Ggicci | net/http: clean the path of the stripped URL by StripPrefix |
commit | commitdiff | tree |
2019-02-26 |
Yasser Abdolmaleki | crypto/tls: fix typo |
commit | commitdiff | tree |
2019-02-26 |
Tobias Klauser | syscall: add empty line before marker comments in zsysc... |
commit | commitdiff | tree |
2019-02-26 |
Tooru Takahashi | cmd/internal/src: fix typo in pos.go |
commit | commitdiff | tree |
2019-02-26 |
Keith Randall | cmd/compile: don't bother compiling functions named "_" |
commit | commitdiff | tree |
2019-02-26 |
Keith Randall | cmd/compile: treat slice pointers as non-nil |
commit | commitdiff | tree |
2019-02-26 |
Keith Randall | cmd/compile: update comment about x86 nop instruction... |
commit | commitdiff | tree |
2019-02-26 |
Alex Brainman | runtime: fix syscall.NewCallback to return all bits... |
commit | commitdiff | tree |
2019-02-26 |
Josh Bleecher... | html/template: use strings.Builder |
commit | commitdiff | tree |
2019-02-26 |
Josh Bleecher... | cmd/compile: remove badgerbadgerbadger optimization |
commit | commitdiff | tree |
2019-02-26 |
Russ Cox | math/big: add %#b and %O integer formats |
commit | commitdiff | tree |
2019-02-26 |
Russ Cox | math/big: add %x float format |
commit | commitdiff | tree |
2019-02-26 |
Josh Bleecher... | cmd/compile: inline checknil |
commit | commitdiff | tree |
2019-02-26 |
Daniel Martí | encoding/base32: simplify and speed up decoder |
commit | commitdiff | tree |
2019-02-26 |
Agniva De Sarker | go/doc: skip escaping comments in pre-formatted blocks |
commit | commitdiff | tree |
2019-02-26 |
Agniva De Sarker | cmd/compile: fix a typo in assignment mismatch error |
commit | commitdiff | tree |
2019-02-26 |
Marat Khabibullin | crypto/x509: remove redundant check for nil in tests |
commit | commitdiff | tree |
2019-02-26 |
Michael Fraenkel | cmd/compile: confusing error if composite literal field... |
commit | commitdiff | tree |
2019-02-26 |
Marat Khabibullin | net/textproto: prevent test from failing with nil point... |
commit | commitdiff | tree |
2019-02-26 |
Filippo Valsorda | crypto/tls: remove superfluous for label |
commit | commitdiff | tree |
2019-02-26 |
Josh Bleecher... | cmd/compile: cull dead code |
commit | commitdiff | tree |
2019-02-26 |
Elias Naur | cmd/dist: skip Fortran tests on Android |
commit | commitdiff | tree |
2019-02-26 |
Ketan Parmar | encoding/json: add example for json.HTMLEscape |
commit | commitdiff | tree |
2019-02-26 |
Daniel Martí | text/template: error on method calls on nil interfaces |
commit | commitdiff | tree |
2019-02-26 |
Daniel Martí | cmd/compile: remove unused func eqtypenoname |
commit | commitdiff | tree |
2019-02-26 |
Elias Naur | misc/android: copy testdata directories to device befor... |
commit | commitdiff | tree |
2019-02-26 |
Elias Naur | misc/android: serialize adb commands on android emulators |
commit | commitdiff | tree |
2019-02-26 |
Elias Naur | misc/android,cmd/dist: move $GOROOT copying to the... |
commit | commitdiff | tree |
2019-02-26 |
Elias Naur | cmd/vendor/golang.org/x/sys: re-vendor |
commit | commitdiff | tree |
2019-02-26 |
Elias Naur | cmd/dist: build exec wrappers during bootstrap |
commit | commitdiff | tree |
next |