summaryrefslogtreecommitdiff
path: root/src
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-241-1/+5
* cmd/link: use full link, not compile, to test for -no-?pieIan Lance Taylor2017-07-241-4/+4
* 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
* 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
* 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
* 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-192-36/+46
* 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
* syscall: update check for UserNS support for centos 7Jess Frazelle2017-07-171-0/+8
* cmd/compile: omit X:framepointer in compile versionRuss Cox2017-07-172-3/+8
* 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
* 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
* strings: add a example for TrimFuncFrancisco Rojas2017-07-151-0/+8
* archive/zip: remove an out of date TODOJohnny Luo2017-07-151-2/+0
* regexp: example for MatchString functionJosh Roppo2017-07-151-0/+11
* runtime: fix duplicate "the"sDaniel Morsing2017-07-151-1/+1
* time: clarify documentation for Location.StringPat Moroney2017-07-151-1/+1
* strings: add a example for Compare funcFrancisco Rojas2017-07-151-0/+10
* regexp: clarify example for 'FindString'Ivan Moscoso2017-07-151-3/+3
* strings: add example for IndexBytePablo Santiago Blum de Aguiar2017-07-151-0/+9