aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-27[dev.debug] cmd/compile: better DWARF with optimizations ondev.debugHeschi Kreinick
2017-07-26[dev.debug] cmd/internal/dwarf: add DWARF abbrevs with location listsHeschi Kreinick
2017-07-26[dev.debug] cmd/link: let the linker combine .debug_ranges, remove globalsHeschi Kreinick
2017-07-26[dev.debug] cmd/compile: track variable decomposition in LocalSlotHeschi Kreinick
2017-07-25[dev.debug] cmd/compile: keep float names in the Names listHeschi Kreinick
2017-07-25[dev.debug] cmd/compile: rename some locals in genssaHeschi Kreinick
2017-07-25[dev.debug] cmd/compile: rename dwarf.Var.Offset to StackOffsetHeschi Kreinick
2017-07-24cmd/compile: consider exported flag in namedataIan Lance Taylor
2017-07-24cmd/link: use full link, not compile, to test for -no-?pieIan Lance Taylor
2017-07-24.github: recommend 'go bug' when filing an issueJosh Bleecher Snyder
2017-07-24.github: add SUPPORT fileJosh Bleecher Snyder
2017-07-22encoding/json: ignore embedded fields of pointers to unexported non-structsJoe Tsai
2017-07-21sync: delete a sentence from the Map docsBrad Fitzpatrick
2017-07-21net/http: document that after Hijack, Request.Body is invalidBrad Fitzpatrick
2017-07-21sync: update Map documentation with usage rule of thumbMichael Stapelberg
2017-07-21doc: minor fixes to the editor guideJaana Burcu Dogan
2017-07-21runtime: improve out-of-memory message when VirtualAlloc failsAustin Clements
2017-07-20net/http: improve signature of Redirect, NewRequestDmitri Shuralyov
2017-07-20cmd/go, cmd/link: if -no-pie doesn't work, try -nopieIan Lance Taylor
2017-07-20sync: release m.mu during (*RWMutexMap).Range callbacks in sync_testBryan C. Mills
2017-07-20misc/cgo/testsanitizers: add regression test for change 50251Bryan C. Mills
2017-07-20cmd/go: fix test when go source tree has POSIX ACLJess Frazelle
2017-07-20runtime: use SIGKILL if SIGQUIT is blocked; skip tests that need SIGQUITAustin Clements
2017-07-20runtime: don't call libc sigaction function in forked childIan Lance Taylor
2017-07-20os: remove duplicate check from windows os.StatJohnny Luo
2017-07-19net/mail: Fix typoyansal
2017-07-19doc: add an editor guideJaana Burcu Dogan
2017-07-19runtime: only trace mark assists that do workAustin Clements
2017-07-19cmd/compile: fix unaligned loads/stores to global variables on s390xMichael Munday
2017-07-18net/http: fix parameter name in commentIan Lance Taylor
2017-07-18runtime: move tSweepTerm capture closer to STWAustin Clements
2017-07-18runtime: always use 2MB stacks on 64-bit WindowsAustin Clements
2017-07-18database/sql: fix wrong method name in descriptionAlexey Palazhchenko
2017-07-18A+C: final updates for Go 1.9Brad Fitzpatrick
2017-07-17syscall: update check for UserNS support for centos 7Jess Frazelle
2017-07-17cmd/compile: omit X:framepointer in compile versionRuss Cox
2017-07-17strconv: apply Brad's review commentRuss Cox
2017-07-17strconv: fix initialization of atofRandomTestsRuss Cox
2017-07-17time: fix 400 years offset in commentAlberto Donizetti
2017-07-17doc/go1.9: eliminate <code> spacesRuss Cox
2017-07-17doc/go1.9: minor clarifications and grammar nitsRuss Cox
2017-07-16log: adds a Logger Output method Examplegmarik
2017-07-16bytes: add example for (*Buffer).GrowBrian Downs
2017-07-16ast: make ExampleCommentMap a runnable examplecloss
2017-07-15io/ioutil: add example for ReadFileVitor De Mario
2017-07-15sort: add example for StringsTony Walker
2017-07-15math/bits: add examples for leading zero methodsDylan Waits
2017-07-15os/exec: add example for Cmd.RunAndré Carvalho
2017-07-15encoding/json: fix indentation in Decode stream exampleIccha Sethi
2017-07-15encoding/binary: add examples for ByteOrder functionsRoss Light