2017-11-07 |
Russ Cox | cmd/go: include package source dir in build action... |
commit | commitdiff | tree |
2017-11-06 |
griesemer | cmd/compile/internal/syntax: better syntax errors for... |
commit | commitdiff | tree |
2017-11-06 |
Carlos Eduardo Seo | runtime: improve IndexByte for ppc64x |
commit | commitdiff | tree |
2017-11-06 |
Joe Tsai | archive/zip: add FileHeader.NonUTF8 field |
commit | commitdiff | tree |
2017-11-06 |
Emmanuel Odeke | cmd/compile: lock in test for column numbers in unused... |
commit | commitdiff | tree |
2017-11-06 |
Austin Clements | cmd/compile: []T where T is go:notinheap does not need... |
commit | commitdiff | tree |
2017-11-06 |
Cherry Zhang | cmd/dist: include "cmd/buildid" in toolchain in debug... |
commit | commitdiff | tree |
2017-11-06 |
Russ Cox | cmd/dist: do not reinstall runtime/cgo with -tags lldb... |
commit | commitdiff | tree |
2017-11-06 |
Russ Cox | cmd/dist, cmd/go: make GODEBUG=godebughash=1 ./make... |
commit | commitdiff | tree |
2017-11-06 |
Russ Cox | cmd/dist, cmd/cgo, cmd/go: allow per-goos/goarch default CC |
commit | commitdiff | tree |
2017-11-06 |
Russ Cox | cmd/go: ignore stderr from tool version checks |
commit | commitdiff | tree |
2017-11-06 |
Russ Cox | cmd/go: do not use cache when -a is specified |
commit | commitdiff | tree |
2017-11-06 |
Russ Cox | cmd/go: drop runtime, runtime/internal/sys, runtime... |
commit | commitdiff | tree |
2017-11-06 |
Cherry Zhang | cmd/compile: enable ssacheck for tests in ssa_test.go |
commit | commitdiff | tree |
2017-11-06 |
Joe Tsai | archive/zip: add FileHeader.Modified field |
commit | commitdiff | tree |
2017-11-06 |
Caleb Spare | strings: add Builder |
commit | commitdiff | tree |
2017-11-06 |
Radek Sohlich | time: example in doc for time.AppendFormat func |
commit | commitdiff | tree |
2017-11-06 |
Tim Wright | syscall: fix NaCl Link syscall error handling |
commit | commitdiff | tree |
2017-11-06 |
Filippo Valsorda | math/big: add security warning to (*Int).Rand |
commit | commitdiff | tree |
2017-11-06 |
Russ Cox | cmd/go: fix corner case missed rebuild of binary |
commit | commitdiff | tree |
2017-11-06 |
Russ Cox | cmd/dist: read dependencies from source files |
commit | commitdiff | tree |
2017-11-06 |
Russ Cox | cmd/go: do not print entire help text for unrecognized... |
commit | commitdiff | tree |
2017-11-06 |
Emmanuel Odeke | cmd/compile: test for omitted ICE diagnostics after... |
commit | commitdiff | tree |
2017-11-06 |
Michael Munday | crypto/aes: use s390x KMA instruction for AES-GCM if... |
commit | commitdiff | tree |
2017-11-06 |
David du Colombier | os: fix RemoveAll on large directories on Plan 9 and... |
commit | commitdiff | tree |
2017-11-06 |
Anmol Sethi | crypto/x509/pkix: consider now==NextUpdate to be expired. |
commit | commitdiff | tree |
2017-11-06 |
Paul Querna | syscall: add Token to Windows SysProcAttr |
commit | commitdiff | tree |
2017-11-05 |
Keith Randall | cmd/compile: fix test to use correct go binary |
commit | commitdiff | tree |
2017-11-05 |
Daniel Martí | cmd/go: skip "exclude all Go files" error in fmt |
commit | commitdiff | tree |
2017-11-05 |
David Chase | cmd/compile: adjust locationlist lifetimes |
commit | commitdiff | tree |
2017-11-05 |
David Chase | cmd/compile: repair name propagation into aggregate... |
commit | commitdiff | tree |
2017-11-05 |
Hugues Bruant | cmd/compile: inline closures with captures |
commit | commitdiff | tree |
2017-11-04 |
Keith Randall | bytes: reduce work in IndexNearPageBoundary test |
commit | commitdiff | tree |
2017-11-04 |
Alberto Donizetti | cmd/compile: add mul by ±2ⁿ code-generation tests for... |
commit | commitdiff | tree |
2017-11-04 |
Alex Brainman | internal/testenv: mark SkipFlaky and SkipFlakyNet as... |
commit | commitdiff | tree |
2017-11-04 |
Leigh McCulloch | all: change github.com issue links to golang.org |
commit | commitdiff | tree |
2017-11-04 |
Tim Cooper | hash: add marshaling, unmarshaling example |
commit | commitdiff | tree |
2017-11-04 |
Alex Brainman | runtime: skip flaky TestWindowsStackMemoryCgo |
commit | commitdiff | tree |
2017-11-04 |
Russ Cox | time: fix Time package doc paragraph order |
commit | commitdiff | tree |
2017-11-03 |
Russ Cox | cmd/go: do not install dependencies during "go install" |
commit | commitdiff | tree |
2017-11-03 |
Russ Cox | cmd/go: run vet automatically during go test |
commit | commitdiff | tree |
2017-11-03 |
Russ Cox | cmd/go: cache successful test results |
commit | commitdiff | tree |
2017-11-03 |
Tobias Klauser | math/bits: add examples for right rotation |
commit | commitdiff | tree |
2017-11-03 |
Hugues Bruant | cmd/compile: fix reassignment check |
commit | commitdiff | tree |
2017-11-03 |
griesemer | go/types: add missing documentation to Object factory... |
commit | commitdiff | tree |
2017-11-03 |
Ian Lance Taylor | bytes: set cap of slices returned by Split and Fields... |
commit | commitdiff | tree |
2017-11-03 |
Keith Randall | bytes: add more page boundary tests |
commit | commitdiff | tree |
2017-11-03 |
Lynn Boger | cmd/compile: add rules to improve consecutive byte... |
commit | commitdiff | tree |
2017-11-03 |
Hana (Hyang... | runtime/pprof: use new profile format for block/mutex... |
commit | commitdiff | tree |
2017-11-03 |
Russ Cox | cmd/go: make test binary builds reproducible |
commit | commitdiff | tree |
2017-11-03 |
Russ Cox | cmd/go: prefer $GOTMPDIR over operating system tmp... |
commit | commitdiff | tree |
2017-11-03 |
Russ Cox | cmd/go: do not print "go install" in errors from other... |
commit | commitdiff | tree |
2017-11-03 |
David du Colombier | cmd/vendor/github.com/google/pprof: refresh from upstream |
commit | commitdiff | tree |
2017-11-03 |
Russ Cox | cmd/go: cache built packages |
commit | commitdiff | tree |
2017-11-03 |
Russ Cox | cmd/go: disable implicit $GOCACHE when clearing $HOME... |
commit | commitdiff | tree |
2017-11-03 |
Russ Cox | cmd/go: add README and access log to cache directory |
commit | commitdiff | tree |
2017-11-03 |
Russ Cox | cmd/go: add "go clean -cache" |
commit | commitdiff | tree |
2017-11-03 |
Gabriel Aszalos | runtime: clarify GOROOT return value in documentation |
commit | commitdiff | tree |
2017-11-03 |
isharipo | cmd/internal/obj/x86: add most missing AVX1/2 insts |
commit | commitdiff | tree |
2017-11-03 |
Ben Shi | cmd/internal/obj/arm: add BFC/BFI to arm's assembler |
commit | commitdiff | tree |
2017-11-03 |
Alberto Donizetti | cmd/dist: fix bad LC_TIME assumption in 'date' invocation |
commit | commitdiff | tree |
2017-11-03 |
Zhengyu He | runtime: fix GNU/Linux getproccount if sched_getaffinit... |
commit | commitdiff | tree |
2017-11-03 |
Alex Brainman | cmd/link: restore windows stack commit size back to 4KB |
commit | commitdiff | tree |
2017-11-02 |
griesemer | cmd/compile: avoid spurious errors for invalid map... |
commit | commitdiff | tree |
2017-11-02 |
Alberto Donizetti | cmd/vendor/github.com/google/pprof: refresh from upstream |
commit | commitdiff | tree |
2017-11-02 |
Tom Bergan | net/http: clarify when it is safe to reuse a request |
commit | commitdiff | tree |
2017-11-02 |
Joe Tsai | io: fix Pipe regression with differing error types |
commit | commitdiff | tree |
2017-11-02 |
mattyw | net/http: remove unused named return variables |
commit | commitdiff | tree |
2017-11-02 |
Brad Fitzpatrick | net/http: quiet some log spam in TestNoBodyOnChunked304... |
commit | commitdiff | tree |
2017-11-02 |
Michael Munday | cmd/compile: add missing s390x load with index operations |
commit | commitdiff | tree |
2017-11-02 |
Daniel Martí | cmd/compile: turn some pointer params into results |
commit | commitdiff | tree |
2017-11-02 |
Ilya Tocar | cmd/compile/internal/ssa: inline memmove with known... |
commit | commitdiff | tree |
2017-11-02 |
Brad Fitzpatrick | net/http: remove some log spam in test, add missing... |
commit | commitdiff | tree |
2017-11-02 |
Joe Tsai | go/printer: forbid empty line before first comment... |
commit | commitdiff | tree |
2017-11-02 |
Martin Möhrmann | runtime: refactor insertion slot tracking for fast... |
commit | commitdiff | tree |
2017-11-02 |
Ilya Tocar | cmd/compile: intrinsify math.RoundToEven on amd64 |
commit | commitdiff | tree |
2017-11-02 |
Brad Fitzpatrick | bufio: add Reader.Size and Writer.Size accessors |
commit | commitdiff | tree |
2017-11-02 |
Kenny Grant | time: fix incorrect "zero padding" comments |
commit | commitdiff | tree |
2017-11-02 |
Tobias Klauser | syscall: rename ztypes_windows* to types_windows* |
commit | commitdiff | tree |
2017-11-02 |
Marcel van... | vendor/golang_org/x/net/idna: update from upstream |
commit | commitdiff | tree |
2017-11-02 |
Martin Möhrmann | cmd/compile: specialize map creation for small hint... |
commit | commitdiff | tree |
2017-11-02 |
isharipo | cmd/internal/obj: make it possible to have all AVX1... |
commit | commitdiff | tree |
2017-11-02 |
Ilya Tocar | cmd/internal/obj/x86: add ADX extension |
commit | commitdiff | tree |
2017-11-02 |
Cherry Zhang | cmd/internal/objfile: allow disassemble amd64p32 binaries |
commit | commitdiff | tree |
2017-11-02 |
Lynn Boger | math: implement asm modf for ppc64x |
commit | commitdiff | tree |
2017-11-02 |
Blixt | time: fix incorrect "zero pad" comment in example |
commit | commitdiff | tree |
2017-11-02 |
Tobias Klauser | runtime/pprof: use switch for GOOS check in testCPUProfile |
commit | commitdiff | tree |
2017-11-02 |
Russ Cox | cmd/go: add cache verification mode |
commit | commitdiff | tree |
2017-11-02 |
Russ Cox | cmd/go: add "go env GOCACHE" |
commit | commitdiff | tree |
2017-11-02 |
Russ Cox | cmd/go/internal/cache: add GetBytes, PutBytes |
commit | commitdiff | tree |
2017-11-02 |
Russ Cox | cmd/dist: set GOCACHE during make.bash/run.bash |
commit | commitdiff | tree |
2017-11-02 |
Russ Cox | go/build: fix ImportDir to report PkgTarget for directo... |
commit | commitdiff | tree |
2017-11-02 |
Russ Cox | cmd/go/internal/cache: implement build artifact cache |
commit | commitdiff | tree |
2017-11-01 |
griesemer | go/types: avoid repeated "declared but not used" errors... |
commit | commitdiff | tree |
2017-11-01 |
Evan Jones | syscall: use setattrlist for UtimesNano on Darwin for... |
commit | commitdiff | tree |
2017-11-01 |
Ian Lance Taylor | os: rearrange OpenFile Flags doc |
commit | commitdiff | tree |
2017-11-01 |
Tom Bergan | net/http: update bundled http2 |
commit | commitdiff | tree |
2017-11-01 |
Tim Cooper | crypto, hash: implement BinaryMarshaler, BinaryUnmarsha... |
commit | commitdiff | tree |
2017-11-01 |
Leigh McCulloch | encoding/xml: ignore whitespace in values and attrs |
commit | commitdiff | tree |
2017-11-01 |
Leigh McCulloch | encoding/xml: add docs and tests for bool whitespace |
commit | commitdiff | tree |
next |