| Commit message (Expand) | Author | Age | Files | Lines |
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -1128/+0 |
* | runtime: fix panic/wrapper/recover math | Russ Cox | 2014-09-06 | 1 | -4/+0 |
* | runtime: disable StackCopyAlways | Russ Cox | 2014-09-05 | 1 | -1/+1 |
* | runtime: use reflect.call during panic instead of newstackcall | Russ Cox | 2014-09-05 | 1 | -53/+39 |
* | runtime: convert panic/recover to Go | Keith Randall | 2014-09-05 | 1 | -2/+22 |
* | runtime: use new #include "textflag.h" | Russ Cox | 2014-09-04 | 1 | -1/+1 |
* | runtime: make entersyscall/exitsyscall safe for stack splits | Russ Cox | 2014-09-03 | 1 | -0/+2 |
* | runtime: Start and stop individual goroutines at gc safepoints | Rick Hudson | 2014-09-03 | 1 | -0/+8 |
* | runtime: convert select implementation to Go. | Keith Randall | 2014-09-02 | 1 | -0/+3 |
* | runtime: convert traceback*.c to Go | Russ Cox | 2014-09-02 | 1 | -3/+9 |
* | runtime: change PC, SP values in Stkframe, Panic, Defer from byte* to uintptr | Russ Cox | 2014-09-01 | 1 | -5/+5 |
* | runtime: rename SysAlloc to sysAlloc for Go | Russ Cox | 2014-08-30 | 1 | -1/+1 |
* | runtime: rename Lock to Mutex | Russ Cox | 2014-08-27 | 1 | -1/+1 |
* | runtime: fix nacl build | Russ Cox | 2014-08-27 | 1 | -1/+1 |
* | runtime: changes to g->atomicstatus (nee status) to support concurrent GC | Rick Hudson | 2014-08-27 | 1 | -17/+39 |
* | cmd/gc, runtime: treat slices and strings like pointers in garbage collection | Russ Cox | 2014-08-25 | 1 | -13/+2 |
* | runtime: convert channel operations to Go, part 1 (chansend1). | Keith Randall | 2014-08-24 | 1 | -1/+21 |
* | runtime: convert common scheduler functions to Go | Dmitriy Vyukov | 2014-08-21 | 1 | -2/+2 |
* | runtime: allow copying of onM frame | Dmitriy Vyukov | 2014-08-19 | 1 | -1/+10 |
* | runtime: convert Gosched to Go | Dmitriy Vyukov | 2014-08-19 | 1 | -1/+1 |
* | runtime: improve diagnostics of non-copyable frames | Dmitriy Vyukov | 2014-08-19 | 1 | -3/+15 |
* | cmd/gc, runtime: refactor interface inlining decision into compiler | Russ Cox | 2014-08-18 | 1 | -2/+2 |
* | runtime: fix data race in stackalloc | Dmitriy Vyukov | 2014-08-08 | 1 | -3/+5 |
* | runtime: simpler and faster GC | Dmitriy Vyukov | 2014-07-29 | 1 | -0/+1 |
* | undo CL 101570044 / 2c57aaea79c4 | Keith Randall | 2014-07-17 | 1 | -141/+246 |
* | undo CL 104200047 / 318b04f28372 | Keith Randall | 2014-06-30 | 1 | -216/+140 |
* | runtime: stack allocator, separate from mallocgc | Keith Randall | 2014-06-30 | 1 | -140/+216 |
* | all: remove 'extern register M *m' from runtime | Russ Cox | 2014-06-26 | 1 | -47/+47 |
* | runtime: revise CL 105140044 (defer nil) to work on Windows | Russ Cox | 2014-06-12 | 1 | -1/+10 |
* | runtime: fix defer of nil func | Russ Cox | 2014-06-12 | 1 | -1/+6 |
* | runtime: make continuation pc available to stack walk | Russ Cox | 2014-05-31 | 1 | -2/+6 |
* | runtime: stack copier should handle nil defers without faulting. | Keith Randall | 2014-05-27 | 1 | -2/+10 |
* | runtime: make sure associated defers are copyable before trying to copy a stack. | Keith Randall | 2014-04-07 | 1 | -12/+57 |
* | cmd/gc, runtime: make GODEBUG=gcdead=1 mode work with liveness | Russ Cox | 2014-04-03 | 1 | -3/+3 |
* | cmd/gc, cmd/ld, runtime: compact liveness bitmaps | Russ Cox | 2014-04-02 | 1 | -5/+5 |
* | runtime: use correct pc to obtain liveness info during stack copy | Russ Cox | 2014-04-01 | 1 | -4/+8 |
* | runtime: adjust GODEBUG=allocfreetrace=1 and GODEBUG=gcdead=1 | Russ Cox | 2014-04-01 | 1 | -1/+1 |
* | runtime: enable 'bad pointer' check during garbage collection of Go stack frames | Russ Cox | 2014-03-27 | 1 | -0/+1 |
* | runtime: eliminate false retention due to m->moreargp/morebuf | Dmitriy Vyukov | 2014-03-26 | 1 | -7/+10 |
* | runtime: redo stack map entries to avoid false retention | Keith Randall | 2014-03-25 | 1 | -17/+41 |
* | runtime: fix spans corruption | Dmitriy Vyukov | 2014-03-14 | 1 | -10/+2 |
* | runtime: report "out of memory" in efence mode | Dmitriy Vyukov | 2014-03-14 | 1 | -2/+6 |
* | runtime: do not shrink stacks GOCOPYSTACK=0 | Dmitriy Vyukov | 2014-03-14 | 1 | -0/+2 |
* | runtime: detect stack split after fork | Dmitriy Vyukov | 2014-03-13 | 1 | -0/+2 |
* | runtime: fix stack size check | Dmitriy Vyukov | 2014-03-13 | 1 | -4/+4 |
* | runtime: efence support for growable stacks | Dmitriy Vyukov | 2014-03-12 | 1 | -4/+12 |
* | runtime: more Native Client fixes | Dave Cheney | 2014-03-11 | 1 | -1/+1 |
* | runtime: round stack size to power of 2. | Shenghou Ma | 2014-03-07 | 1 | -3/+3 |
* | runtime: refactor and fix stack management code | Dmitriy Vyukov | 2014-03-07 | 1 | -29/+42 |
* | runtime: shrink bigger stacks without any copying. | Keith Randall | 2014-03-06 | 1 | -12/+66 |