summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [release-branch.go1.9] cmd/dist: update deps.go for current dependenciesIan Lance Taylor2017-08-181-9/+9
* [release-branch.go1.9] cmd/compile: add rules handling unsigned div/mod by co...Cherry Zhang2017-08-184-1/+724
* [release-branch.go1.9] runtime: fix usleep by correctly setting nanoseconds p...pvoicu2017-08-181-1/+1
* [release-branch.go1.9] go1.9rc2go1.9rc2Chris Broadfoot2017-08-071-1/+1
* [release-branch.go1.9] all: merge master into release-branch.go1.9Chris Broadfoot2017-08-0741-126/+662
|\
| * runtime: mapassign_* should use typedmemmove to update keysKeith Randall2017-08-071-4/+4
| * all: remove some manual hyphenationJosh Bleecher Snyder2017-08-063-8/+8
| * runtime: mark activeModules nosplit/nowritebarrierIan Lance Taylor2017-08-052-0/+13
| * math/bits: fix example for OnesCount64Francesc Campoy Flores2017-08-051-1/+1
| * math/bits: add examples for OnesCount functionsFrancesc Campoy2017-08-041-0/+40
| * misc/cgo/testsanitizers: also skip tsan11/tsan12 when using GCCIan Lance Taylor2017-08-041-4/+3
| * reflect: document how DeepEqual handles cyclesIan Lance Taylor2017-08-041-0/+6
| * doc: mention handling of moved GOROOT in 1.9 release notesIan Lance Taylor2017-08-041-0/+15
| * doc: use better wording to explain type-aware completionJaana Burcu Dogan2017-08-041-1/+1
| * doc: replace paid with commercialJaana Burcu Dogan2017-08-041-1/+1
| * doc/1.9: add CL 43712, ReverseProxy of HTTP/2 trailers to the release notes.Tristan Colgate2017-08-041-0/+10
| * doc: clarify that Gogland is for paid IntelliJ platform IDEsJaana Burcu Dogan2017-08-041-1/+1
| * doc/1.9: fix broken html link in CL 53030/53210Dmitry Savintsev2017-08-041-1/+1
| * doc: fix bad link in go1.9 release notesAlberto Donizetti2017-08-041-1/+1
| * doc/1.9: fix stray html in CL 53030Dmitry Savintsev2017-08-031-1/+1
| * encoding/binary: add examples for varint functionsAxel Wagner2017-08-031-0/+91
| * doc/1.9: add CL 36696 for crypto/x509 to the release notesDmitry Savintsev2017-08-031-0/+9
| * doc: hide blog content for golang.google.cnAndrew Bonventre2017-08-031-23/+22
| * internal/poll: don't add non-sockets to runtime pollerIan Lance Taylor2017-08-031-2/+19
| * cmd/vet: don't exit with failure on type checking errorIan Lance Taylor2017-08-033-2/+28
| * doc: hide video and share if being served from CNAndrew Bonventre2017-08-021-73/+82
| * testsanitizers: check that tsan program runs, skip tsan10 on gccIan Lance Taylor2017-08-021-8/+18
| * time: skip ZoneAbbr test in timezones with no abbreviationAlberto Donizetti2017-08-021-0/+8
| * cmd/go: show examples with empty output in go test -listSeiji Takahashi2017-08-025-1/+63
| * cmd/compile: set/unset base register for better assembly printCherry Zhang2017-08-0211-6/+128
| * runtime: map bitmap and spans during heap initializationAustin Clements2017-07-311-0/+5
| * runtime: fall back to small mmaps if we fail to grow reservationAustin Clements2017-07-311-1/+5
| * .github: add .md extension to SUPPORT fileGustav Westling2017-07-301-0/+0
| * plugin: mention that there are known bugs with pluginsIan Lance Taylor2017-07-281-2/+3
| * cmd/dist: skip moved GOROOT on Go's Windows builders when not sharding testsBrad Fitzpatrick2017-07-271-0/+11
| * test: add READMEJosh Bleecher Snyder2017-07-261-0/+15
| * runtime/pprof: prevent a deadlock that SIGPROF might create on mips{,le}Vladimir Stefanovic2017-07-263-4/+67
| * doc: list editor options by name, not plugin nameJaana Burcu Dogan2017-07-251-7/+7
| * doc: cleanup editor pageZac Bergquist2017-07-251-8/+8
| * doc: add Atom to editor guideZac Bergquist2017-07-252-3/+24
| * cmd/compile: consider exported flag in namedataIan Lance Taylor2017-07-245-1/+83
* | [release-branch.go1.9] runtime: map bitmap and spans during heap initializationAustin Clements2017-07-311-0/+5
* | [release-branch.go1.9] runtime: fall back to small mmaps if we fail to grow r...Austin Clements2017-07-311-1/+5
* | [release-branch.go1.9] cmd/dist: skip moved GOROOT on Go's Windows builders w...Brad Fitzpatrick2017-07-271-0/+11
* | [release-branch.go1.9] go1.9rc1go1.9rc1Chris Broadfoot2017-07-241-0/+1
* | [release-branch.go1.9] cmd/compile: consider exported flag in namedataIan Lance Taylor2017-07-245-1/+83
|/
* cmd/link: use full link, not compile, to test for -no-?pieIan Lance Taylor2017-07-241-4/+4
* .github: recommend 'go bug' when filing an issueJosh Bleecher Snyder2017-07-241-0/+1
* .github: add SUPPORT fileJosh Bleecher Snyder2017-07-241-0/+14
* encoding/json: ignore embedded fields of pointers to unexported non-structsJoe Tsai2017-07-222-70/+182