summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [dev.cc] all: merge default (8d42099cdc23) into dev.ccdev.ccRuss Cox2014-12-0516-58/+268
|\
| * cmd/go: fix buildRob Pike2014-12-052-2/+2
| * cmd/go: avoid use of bufio.Scanner in generateRob Pike2014-12-052-22/+70
| * cmd/pprof/internal/commands: add command to open browser on windowsShenghou Ma2014-12-041-4/+22
| * lib/time: update to ICANN time zone database 2014jRob Pike2014-12-032-2/+2
| * spec: add comment marker for consistency.David Symonds2014-12-041-1/+1
| * cmd/pprof: fix symbol resolution for remote profilesRuss Cox2014-12-031-0/+4
| * cmd/go: regenerate doc.goDominik Honnef2014-12-032-2/+7
| * tag go1.4rc2Andrew Gerrand2014-12-020-0/+0
| * runtime: fix hang in GC due to shrinkstack vs netpoll raceRuss Cox2014-12-013-6/+35
| * reflect: Fix reflect.funcLayout. The GC bitmap has two bits perKeith Randall2014-12-013-2/+122
| * doc: tidy up "Projects" page; add Go 1.4Andrew Gerrand2014-11-251-13/+8
| * go/build: build $GOOS_test.go alwaysRuss Cox2014-11-242-3/+6
* | [dev.cc] liblink: don't patch jumps to jumps to symbolsAustin Clements2014-12-051-2/+2
* | [dev.cc] cmd/ld: finalize linkmode before determining whether to import runti...Shenghou Ma2014-12-051-12/+12
* | [dev.cc] 9l: make R_CALLPOWER like ELF's R_PPC64_REL24Austin Clements2014-11-252-10/+14
* | [dev.cc] cmd/5g,cmd/6g,cmd/9g: fix warnings on Plan 9David du Colombier2014-11-253-3/+3
* | [dev.cc] 9g: peephole optimizerAustin Clements2014-11-241-4/+892
* | [dev.cc] 9g: fill progtable for CC, V, and VCC instruction variantsAustin Clements2014-11-242-0/+172
* | [dev.cc] runtime: convert dragonfly/386 port to GoJoel Sing2014-11-253-59/+78
* | [dev.cc] all: merge default (95f5614b4648) into dev.ccRuss Cox2014-11-235-36/+72
|\ \ | |/
| * image/jpeg: handle Read returning n > 0, err != nil in d.fillRuss Cox2014-11-222-0/+49
| * cmd/go: fix running pprof on windows.Shenghou Ma2014-11-221-11/+1
| * go/parser: Use test-specific filesets to avoid races.Robert Griesemer2014-11-202-25/+22
* | [dev.cc] runtime: convert netbsd/386 port to GoJoel Sing2014-11-225-45/+71
* | [dev.cc] runtime: convert netbsd/amd64 port to GoJoel Sing2014-11-2212-511/+436
* | [dev.cc] runtime: migrate Android/ARM port to Go.Shenghou Ma2014-11-215-10/+5
* | [dev.cc] runtime: explicitly exclude android in zgoos_linux.goShenghou Ma2014-11-2112-22/+4
* | [dev.cc] liblink: more docs on Prog and Addr fieldsAustin Clements2014-11-211-1/+2
* | [dev.cc] 9g: correct bad proginfo for ADUFFZERO and ADUFFCOPYAustin Clements2014-11-211-4/+5
* | [dev.cc] liblink: fix warnings on Plan 9David du Colombier2014-11-213-6/+7
* | [dev.cc] cmd/8g: fix warning on Plan 9David du Colombier2014-11-211-1/+1
* | [dev.cc] runtime: convert Plan 9 port to GoDavid du Colombier2014-11-2118-923/+756
* | [dev.cc] runtime: convert nacl support to GoRuss Cox2014-11-2120-767/+562
* | [dev.cc] build: skip API checks on Windows too (not just Unix)Russ Cox2014-11-211-3/+5
* | [dev.cc] runtime: windows does not use _cgo_setenv and _cgo_unsetenvAlex Brainman2014-11-211-5/+7
* | [dev.cc] runtime: fix windows goenvs conversion mistakeAlex Brainman2014-11-211-2/+2
* | [dev.cc] liblink: fix Solaris build some moreAustin Clements2014-11-201-3/+3
* | [dev.cc] all: merge default (e4ab8f908aac) into dev.ccRuss Cox2014-11-20533-72629/+57115
|\ \ | |/ |/|
| * [dev.cc] all: merge dev.power64 (f57928630b36) into dev.ccRuss Cox2014-11-20490-83017/+24611
| |\
| | * [dev.cc] runtime: convert remaining windows C code to GoAlex Brainman2014-11-2012-984/+853
| | * [dev.cc] runtime: add explicit siginfo.si_addr fieldAustin Clements2014-11-199-27/+29
| | * [dev.cc] runtime: decode power64 branch instructions the way the CPU doesAustin Clements2014-11-191-3/+3
| | * [dev.cc] runtime: allow more address bits in lfstack on Power64Austin Clements2014-11-192-7/+17
| | * [dev.cc] runtime: update sys_windows_386.s and sys_windows_amd64.s for Go con...Alex Brainman2014-11-192-15/+15
| | * [dev.cc] runtime: merge power64 onM/onM_signalok into systemstackAustin Clements2014-11-181-33/+19
| | * [dev.cc] runtime: catch defs_linux_power64*.go up to other archsAustin Clements2014-11-182-4/+28
| | * [dev.cc] runtime: convert power64-specific .c and .h files to GoAustin Clements2014-11-187-66/+136
| | * [dev.cc] runtime: convert power64 assembly files for C to Go transitionAustin Clements2014-11-182-5/+11
| | * [dev.cc] runtime: convert power64 signal handlers from C to GoAustin Clements2014-11-185-235/+215