Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-03 | Imported Upstream version 2011.07.29 | Ondřej Surý | 2 | -0/+32 | |
2011-06-10 | Imported Upstream version 2011.06.09upstream-weekly/2011.06.09 | Ondřej Surý | 1 | -0/+9 | |
2011-05-23 | Imported Upstream version 2011.05.22upstream-weekly/2011.05.22 | Ondřej Surý | 1 | -2/+13 | |
2011-05-04 | Imported Upstream version 2011.04.27upstream-weekly/2011.04.27 | Ondřej Surý | 1 | -13/+2 | |
2011-05-04 | Imported Upstream version 57upstream/57 | Ondřej Surý | 1 | -2/+13 | |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 2 | -1/+18 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 3 | -28/+82 | |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 2 | -5/+35 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -0/+1 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 4 | -95/+99 | |
2010-06-28 | Only catch all signals if os/signal package imported. | Ian Lance Taylor | 1 | -1/+3 | |
Fixes issue 776. R=rsc CC=golang-dev http://codereview.appspot.com/1745041 | |||||
2010-05-19 | runtime: avoid allocation for fixed strings | Russ Cox | 1 | -1/+1 | |
R=r CC=golang-dev http://codereview.appspot.com/1083041 | |||||
2010-04-13 | runtime: better trace for fault due to nil pointer call | Russ Cox | 1 | -1/+5 | |
R=r CC=golang-dev http://codereview.appspot.com/854048 | |||||
2010-04-08 | runtime: turn divide by zero, nil dereference into panics | Russ Cox | 2 | -8/+67 | |
tested on linux/amd64, linux/386, linux/arm, darwin/amd64, darwin/386. freebsd untested; will finish in a separate CL. for now all the panics are errorStrings. richer structures can be added as necessary once the mechanism is shaked out. R=r CC=golang-dev http://codereview.appspot.com/906041 | |||||
2010-04-05 | runtime: various arm fixes | Russ Cox | 3 | -73/+191 | |
* correct symbol table size * do not reorder functions in output * traceback * signal handling * use same code for go + defer * handle leaf functions in symbol table R=kaib, dpx CC=golang-dev http://codereview.appspot.com/884041 | |||||
2010-02-10 | arm: fix build on android | Russ Cox | 1 | -0/+28 | |
R=kaib CC=golang-dev http://codereview.appspot.com/206059 | |||||
2010-01-25 | in C and asm, replace pkg·name with ·name | Russ Cox | 1 | -1/+1 | |
(eliminate assumption of package global name space, make code easier to move between packages). R=r CC=golang-dev http://codereview.appspot.com/194072 | |||||
2009-12-15 | os/signal: new package | David Symonds | 1 | -0/+8 | |
Fixes issue 71. R=rsc, r http://codereview.appspot.com/162056 Committer: Russ Cox <rsc@golang.org> | |||||
2009-11-11 | add cache flushing call after generating closure. | Kai Backman | 1 | -0/+11 | |
go/test: passes 88% (306/347) R=rsc http://codereview.appspot.com/152089 | |||||
2009-11-05 | make 5g executables run on android/arm hardware. change OABI | Kai Backman | 1 | -8/+20 | |
usage to EABI. go/test: passes 85% (296/347) on random android phone. R=rsc http://go/go-review/1024003 | |||||
2009-10-29 | clone and futex | Kai Backman | 1 | -5/+87 | |
go/test: passes 99% (343/347) R=rsc http://go/go-review/1016004 | |||||
2009-10-25 | proper syscall convention for arm | Kai Backman | 1 | -2/+2 | |
R=rsc http://go/go-review/1015009 | |||||
2009-10-15 | rename sys functions to runtime, | Russ Cox | 1 | -1/+1 | |
because they are in package runtime. another step to enforcing package boundaries. R=r DELTA=732 (114 added, 93 deleted, 525 changed) OCL=35811 CL=35824 | |||||
2009-09-18 | changed 5c calling convention to use stack exclusively for in | Kai Backman | 1 | -2/+4 | |
params. a number of fixes to assembly routines that assumed R0 had the first arg. one stack offset fix, arm pushes the link register on stack top. go/test: passes 65% (235/364) tests R=rsc APPROVED=rsc DELTA=20 (11 added, 0 deleted, 9 changed) OCL=34809 CL=34812 | |||||
2009-06-23 | Runtime is now starting up with a dummy c program as target: | Kai Backman | 1 | -9/+14 | |
- morestack and gosave/gogo/gocall support - memclr and memset from inferno - bugfixes in _rt0_arm R=rsc APPROVED=rsc DELTA=304 (174 added, 36 deleted, 94 changed) OCL=30636 CL=30642 | |||||
2009-06-10 | Adding a batch of missing system calls. | Kai Backman | 2 | -1/+123 | |
R=rsc APPROVED=rsc DELTA=1329 (1264 added, 1 deleted, 64 changed) OCL=30040 CL=30158 | |||||
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 4 | -0/+52 | |
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102 |