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 |
2019-02-26 |
Michael Munday | math/bits: optimize Reverse32 and Reverse64 |
commit | commitdiff | tree |
2019-02-26 |
Iskander Sharipov | net/rpc: fix args order in strings.Contains call |
commit | commitdiff | tree |
2019-02-26 |
Daniel Martí | text/template: improve nil errors in evalField |
commit | commitdiff | tree |
2019-02-26 |
Daniel Martí | cmd/compile: don't crash on -d=ssa/ |
commit | commitdiff | tree |
2019-02-26 |
Alberto Donizetti | doc: add 1.12 to the project history |
commit | commitdiff | tree |
2019-02-26 |
Alberto Donizetti | time: parse 1us in Nanoseconds example |
commit | commitdiff | tree |
2019-02-26 |
Bryan C. Mills | misc/cgo: skip cgotest.TestCrossPackageTests on iOS... |
commit | commitdiff | tree |
2019-02-26 |
Russ Cox | text/template: accept new number syntax |
commit | commitdiff | tree |
2019-02-26 |
Russ Cox | fmt: scan new number syntax |
commit | commitdiff | tree |
2019-02-26 |
Russ Cox | fmt: format 0b, 0o prefixes in %#b and %O |
commit | commitdiff | tree |
2019-02-26 |
Russ Cox | fmt: format hex floats and complexes |
commit | commitdiff | tree |
2019-02-26 |
Bryan C. Mills | cmd/go: allow "stdout" and "stderr" as inputs to script... |
commit | commitdiff | tree |
2019-02-26 |
Bryan C. Mills | test: add a go.mod file in the working directory of... |
commit | commitdiff | tree |
2019-02-26 |
Bryan C. Mills | misc/cgo/testgodefs: move source files into testdata |
commit | commitdiff | tree |
2019-02-26 |
Bryan C. Mills | misc/cgo/testso{,var}: fix tests in module mode |
commit | commitdiff | tree |
2019-02-25 |
Andrew | doc: document Go 1.12 |
commit | commitdiff | tree |
2019-02-25 |
Andrew | doc/go1.12: remove draft notice |
commit | commitdiff | tree |
2019-02-25 |
Andrew | doc/go1.12: change go install to go get |
commit | commitdiff | tree |
2019-02-25 |
Lynn Boger | cmd/compile: call ginsnop, not ginsnop2 on ppc64le... |
commit | commitdiff | tree |
2019-02-24 |
Elias Naur | misc: wait for device readyness in the exec wrapper |
commit | commitdiff | tree |
2019-02-24 |
Elias Naur | Revert "androidtest.bash: wait for device to be ready... |
commit | commitdiff | tree |
2019-02-24 |
Bryan C. Mills | misc/cgo/life: fix tests in module mode |
commit | commitdiff | tree |
2019-02-24 |
Bryan C. Mills | misc/cgo/stdio: fix tests in module mode |
commit | commitdiff | tree |
2019-02-24 |
Bryan C. Mills | misc/cgo/testplugin: convert test.bash to Go and fix... |
commit | commitdiff | tree |
2019-02-24 |
Bryan C. Mills | misc/cgo/test: fix tests in module mode |
commit | commitdiff | tree |
2019-02-23 |
Bryan C. Mills | cmd/go/internal/imports: use the full path to resolve... |
commit | commitdiff | tree |
2019-02-22 |
Bryan C. Mills | misc/cgo/testsanitizers: move test source files into... |
commit | commitdiff | tree |
2019-02-22 |
Bryan C. Mills | misc/cgo/testcshared: fix tests in module mode |
commit | commitdiff | tree |
2019-02-22 |
Bryan C. Mills | misc/cgo/testshared: fix tests in module mode |
commit | commitdiff | tree |
2019-02-22 |
Bryan C. Mills | misc/cgo/testcarchive: fix tests in module mode |
commit | commitdiff | tree |
2019-02-22 |
Elias Naur | androidtest.bash: wait for device to be ready before... |
commit | commitdiff | tree |
2019-02-22 |
Bryan C. Mills | misc/cgo/errors: fix tests in module mode |
commit | commitdiff | tree |
2019-02-22 |
Filippo Valsorda | crypto/rc4: remove false guarantees from Reset docs... |
commit | commitdiff | tree |
2019-02-22 |
Bryan C. Mills | misc/android: add build constraints on files intended... |
commit | commitdiff | tree |
2019-02-22 |
fanzha02 | cmd/internal/obj/arm64: fix the bug assembling TSTW |
commit | commitdiff | tree |
2019-02-21 |
Cherry Zhang | cmd/compile: flow interface data to heap if CONVIFACE... |
commit | commitdiff | tree |
2019-02-20 |
Herbie Ong | go/build: add go1.13 release tag |
commit | commitdiff | tree |
2019-02-20 |
Robert Griesemer | text/scanner: don't liberally consume (invalid) floats... |
commit | commitdiff | tree |
2019-02-20 |
Ian Lance Taylor | path/filepath: revert "fix Windows-specific Clean bug" |
commit | commitdiff | tree |
2019-02-20 |
Bryan C. Mills | cmd/vet: make vet_test module-agnostic |
commit | commitdiff | tree |
2019-02-20 |
Bryan C. Mills | cmd/link/internal/ld: make dwarf_test and associated... |
commit | commitdiff | tree |
2019-02-20 |
Bryan C. Mills | cmd/cover: fix TestHtmlUnformatted in module mode |
commit | commitdiff | tree |
2019-02-19 |
Bryan C. Mills | cmd/link: fix TestUnresolved in module mode |
commit | commitdiff | tree |
2019-02-19 |
Bryan C. Mills | cmd/internal/goobj: make the buildGoobj test helper... |
commit | commitdiff | tree |
2019-02-19 |
Robert Griesemer | cmd/compile: accept 'i' suffix orthogonally on all... |
commit | commitdiff | tree |
2019-02-19 |
Robert Griesemer | go/scanner: accept 'i' suffix orthogonally on all numbers |
commit | commitdiff | tree |
2019-02-19 |
Robert Griesemer | cmd/compile: don't mix internal float/complex constants... |
commit | commitdiff | tree |
2019-02-19 |
Bryan C. Mills | cmd/vet: do not write test vet binary to GOROOT |
commit | commitdiff | tree |
2019-02-19 |
Bryan C. Mills | cmd/nm: fix testGoLib helper to be module-agnostic |
commit | commitdiff | tree |
2019-02-19 |
Bryan C. Mills | cmd/internal/obj/x86: fix issue19518_test in module... |
commit | commitdiff | tree |
2019-02-19 |
Robert Griesemer | src, misc: apply gofmt |
commit | commitdiff | tree |
2019-02-19 |
Robert Griesemer | cmd/gofmt: normalize integer imaginary literals startin... |
commit | commitdiff | tree |
2019-02-19 |
Bryan C. Mills | cmd/go: set GO111MODULE=off explicitly in tests that... |
commit | commitdiff | tree |
2019-02-19 |
Bryan C. Mills | runtime: make tests that invoke 'go build' module-agnostic |
commit | commitdiff | tree |
2019-02-17 |
Robert Griesemer | spec: document signed integer shift counts |
commit | commitdiff | tree |
2019-02-17 |
Robert Griesemer | go/types: include test/fixedbugs/bug073.go again in... |
commit | commitdiff | tree |
2019-02-16 |
Cherry Zhang | cmd/compile: guard against loads with negative offset... |
commit | commitdiff | tree |
2019-02-15 |
Brad Fitzpatrick | doc/go1.12: document net/url.Parse now rejecting ASCII... |
commit | commitdiff | tree |
2019-02-15 |
Keith Randall | cmd/compile: implement shifts by signed amounts |
commit | commitdiff | tree |
2019-02-15 |
Ian Lance Taylor | cmd/go: add newline after module-requires-version message |
commit | commitdiff | tree |
2019-02-15 |
Brad Fitzpatrick | syscall: skip TestSyscallNoError when temp dir is mount... |
commit | commitdiff | tree |
2019-02-15 |
Bryan C. Mills | cmd/go: only generate a go.mod file during 'go mod... |
commit | commitdiff | tree |
2019-02-15 |
Zhou Peng | database/sql/driver: fix typo |
commit | commitdiff | tree |
2019-02-13 |
Brad Fitzpatrick | doc/go1.12: note that Go 1.12 is the last release to... |
commit | commitdiff | tree |
2019-02-13 |
Brad Fitzpatrick | crypto/tls, runtime: document GODEBUG TLS 1.3 option |
commit | commitdiff | tree |
2019-02-13 |
Emmanuel T... | net/http/httputil: make TestDumpRequest idempotent |
commit | commitdiff | tree |
2019-02-13 |
Cherry Zhang | runtime: scan gp._panic in stack scan |
commit | commitdiff | tree |
2019-02-13 |
Ian Lance Taylor | doc: don't use "go tool vet" as an example |
commit | commitdiff | tree |
2019-02-12 |
Brad Fitzpatrick | doc/go1.12: soften, expand crypto/rc4 assembly removal... |
commit | commitdiff | tree |
2019-02-12 |
Ian Lance Taylor | os: don't return ENOENT if directory removed before... |
commit | commitdiff | tree |
2019-02-12 |
Russ Cox | strconv: add 0b, 0o integer prefixes in ParseInt, ParseUint |
commit | commitdiff | tree |
2019-02-12 |
Russ Cox | strconv: accept underscores in ParseInt, ParseUint... |
commit | commitdiff | tree |
2019-02-12 |
Russ Cox | strconv: format hex floats |
commit | commitdiff | tree |
2019-02-12 |
Russ Cox | strconv: parse hex floats |
commit | commitdiff | tree |
2019-02-12 |
berkant ipek | net/http/httptrace: fix typo |
commit | commitdiff | tree |
2019-02-12 |
Robert Griesemer | cmd/compile: update compiler's format test (fix long... |
commit | commitdiff | tree |
next |