summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [dev.debug] cmd/compile: better DWARF with optimizations ondev.debugHeschi Kreinick2017-07-2727-158/+1391
* [dev.debug] cmd/internal/dwarf: add DWARF abbrevs with location listsHeschi Kreinick2017-07-261-0/+25
* [dev.debug] cmd/link: let the linker combine .debug_ranges, remove globalsHeschi Kreinick2017-07-262-72/+52
* [dev.debug] cmd/compile: track variable decomposition in LocalSlotHeschi Kreinick2017-07-266-44/+66
* [dev.debug] cmd/compile: keep float names in the Names listHeschi Kreinick2017-07-251-0/+1
* [dev.debug] cmd/compile: rename some locals in genssaHeschi Kreinick2017-07-251-11/+11
* [dev.debug] cmd/compile: rename dwarf.Var.Offset to StackOffsetHeschi Kreinick2017-07-253-14/+14
* 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
* sync: delete a sentence from the Map docsBrad Fitzpatrick2017-07-211-4/+3
* net/http: document that after Hijack, Request.Body is invalidBrad Fitzpatrick2017-07-211-0/+3
* sync: update Map documentation with usage rule of thumbMichael Stapelberg2017-07-211-0/+9
* doc: minor fixes to the editor guideJaana Burcu Dogan2017-07-211-9/+9
* runtime: improve out-of-memory message when VirtualAlloc failsAustin Clements2017-07-211-2/+11
* net/http: improve signature of Redirect, NewRequestDmitri Shuralyov2017-07-202-16/+21
* cmd/go, cmd/link: if -no-pie doesn't work, try -nopieIan Lance Taylor2017-07-202-16/+30
* sync: release m.mu during (*RWMutexMap).Range callbacks in sync_testBryan C. Mills2017-07-202-5/+12
* misc/cgo/testsanitizers: add regression test for change 50251Bryan C. Mills2017-07-202-0/+36
* cmd/go: fix test when go source tree has POSIX ACLJess Frazelle2017-07-201-3/+7
* runtime: use SIGKILL if SIGQUIT is blocked; skip tests that need SIGQUITAustin Clements2017-07-202-0/+36
* runtime: don't call libc sigaction function in forked childIan Lance Taylor2017-07-202-1/+18
* os: remove duplicate check from windows os.StatJohnny Luo2017-07-201-3/+1
* net/mail: Fix typoyansal2017-07-191-1/+1
* doc: add an editor guideJaana Burcu Dogan2017-07-195-0/+216
* runtime: only trace mark assists that do workAustin Clements2017-07-191-6/+8
* cmd/compile: fix unaligned loads/stores to global variables on s390xMichael Munday2017-07-193-36/+118
* net/http: fix parameter name in commentIan Lance Taylor2017-07-181-1/+1
* runtime: move tSweepTerm capture closer to STWAustin Clements2017-07-181-2/+2
* runtime: always use 2MB stacks on 64-bit WindowsAustin Clements2017-07-182-11/+15
* database/sql: fix wrong method name in descriptionAlexey Palazhchenko2017-07-181-1/+1
* A+C: final updates for Go 1.9Brad Fitzpatrick2017-07-182-0/+80
* syscall: update check for UserNS support for centos 7Jess Frazelle2017-07-171-0/+8
* cmd/compile: omit X:framepointer in compile versionRuss Cox2017-07-173-3/+12
* strconv: apply Brad's review commentRuss Cox2017-07-171-2/+2
* strconv: fix initialization of atofRandomTestsRuss Cox2017-07-171-1/+9
* time: fix 400 years offset in commentAlberto Donizetti2017-07-171-1/+1
* doc/go1.9: eliminate <code> spacesRuss Cox2017-07-171-6/+6
* doc/go1.9: minor clarifications and grammar nitsRuss Cox2017-07-171-23/+28
* log: adds a Logger Output method Examplegmarik2017-07-161-3/+23
* bytes: add example for (*Buffer).GrowBrian Downs2017-07-161-0/+9
* ast: make ExampleCommentMap a runnable examplecloss2017-07-161-14/+9
* io/ioutil: add example for ReadFileVitor De Mario2017-07-152-0/+13
* sort: add example for StringsTony Walker2017-07-151-0/+7
* math/bits: add examples for leading zero methodsDylan Waits2017-07-151-0/+38
* os/exec: add example for Cmd.RunAndré Carvalho2017-07-151-0/+7
* encoding/json: fix indentation in Decode stream exampleIccha Sethi2017-07-151-8/+8
* encoding/binary: add examples for ByteOrder functionsRoss Light2017-07-151-0/+18