Age | Commit message (Expand) | Author | Files | Lines |
2017-01-10 | runtime: copy more scheduler code from Go 1.7 runtime | Ian Lance Taylor | 7 | -115/+576 |
2017-01-10 | compiler, runtime: drop size arguments to hash/equal functions | Ian Lance Taylor | 5 | -52/+197 |
2017-01-09 | runtime: copy more of scheduler from Go 1.7 runtime | Ian Lance Taylor | 9 | -173/+1896 |
2017-01-03 | runtime: remove __go_alloc and __go_free | Ian Lance Taylor | 5 | -16/+315 |
2017-01-03 | re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili... | Ian Lance Taylor | 3 | -1/+9 |
2016-12-19 | runtime: copy cgo support from Go 1.7 runtime | Ian Lance Taylor | 9 | -69/+534 |
2016-12-08 | runtime: copy memory hash code from Go 1.7 | Ian Lance Taylor | 8 | -6/+305 |
2016-12-08 | runtime: allocate _panic struct on heap | Ian Lance Taylor | 1 | -4/+13 |
2016-12-01 | runtime: set isarchive in initsig | Ian Lance Taylor | 1 | -0/+5 |
2016-11-30 | runtime: print C functions in traceback | Ian Lance Taylor | 1 | -0/+9 |
2016-11-30 | runtime: fixes for -buildmode=c-archive | Ian Lance Taylor | 3 | -5/+14 |
2016-11-22 | re PR go/77910 (go: open zversion.go: no such file or directory) | Ian Lance Taylor | 1 | -1/+6 |
2016-11-22 | runtime: rewrite panic/defer code from C to Go | Ian Lance Taylor | 6 | -29/+803 |
2016-11-18 | runtime: move schedt type and sched var from C to Go | Ian Lance Taylor | 2 | -12/+15 |
2016-11-18 | libgo: remove old/regexp and old/template | Ian Lance Taylor | 8 | -4447/+0 |
2016-11-18 | Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versions in the ... | Ian Lance Taylor | 2 | -8/+0 |
2016-11-18 | Update libgo/configure to restore it to the master version. | Ian Lance Taylor | 4 | -0/+0 |
2016-11-18 | runtime, reflect: rewrite Go to FFI type conversion in Go | Ian Lance Taylor | 4 | -14/+327 |
2016-11-16 | runtime: replace runtime1.goc with Go and C code | Ian Lance Taylor | 5 | -32/+23 |
2016-11-14 | runtime: don't crash if signal handler info argument is nil | Ian Lance Taylor | 2 | -2/+10 |
2016-11-10 | runtime: copy signal code from Go 1.7 runtime | Ian Lance Taylor | 11 | -37/+991 |
2016-11-01 | runtime: recreate function called by cgo -gccgo | Ian Lance Taylor | 1 | -0/+17 |
2016-10-28 | compiler, runtime: copy slice code from Go 1.7 runtime | Ian Lance Taylor | 2 | -5/+232 |
2016-10-28 | re PR go/78144 (FAIL: time on systems with tzdata2016g installed) | Ian Lance Taylor | 1 | -2/+5 |
2016-10-28 | re PR go/78143 (bootstrap broken in libgo on powerpc-linux-gnu) | Ian Lance Taylor | 1 | -1/+1 |
2016-10-21 | runtime: copy lfstack code from Go 1.7 runtime | Ian Lance Taylor | 4 | -9/+82 |
2016-10-20 | runtime: rewrite interface code into Go | Ian Lance Taylor | 5 | -1/+567 |
2016-10-19 | runtime, syscall: force EPOLLET to be positive | Ian Lance Taylor | 1 | -1/+1 |
2016-10-18 | runtime: copy netpoll code from Go 1.7 runtime | Ian Lance Taylor | 9 | -5/+1100 |
2016-10-17 | runtime: copy rdebug code from Go 1.7 runtime | Ian Lance Taylor | 8 | -30/+111 |
2016-10-15 | runtime: copy runtime package time code from Go 1.7 | Ian Lance Taylor | 2 | -4/+311 |
2016-10-14 | runtime: copy mprof code from Go 1.7 runtime | Ian Lance Taylor | 5 | -172/+875 |
2016-10-14 | runtime: just do file/line lookup in C, move Func to Go | Ian Lance Taylor | 1 | -15/+23 |
2016-10-14 | debug/elf: add sparc64 relocations | Ian Lance Taylor | 3 | -0/+66 |
2016-10-14 | runtime: copy cpuprof code from Go 1.7 runtime | Ian Lance Taylor | 2 | -0/+466 |
2016-10-13 | runtime: copy mstats code from Go 1.7 runtime | Ian Lance Taylor | 3 | -77/+466 |
2016-10-13 | syscall: don't use pt_regs in clone_linux.c | Ian Lance Taylor | 1 | -3/+2 |
2016-10-12 | compiler, runtime: copy string code from Go 1.7 | Ian Lance Taylor | 5 | -85/+674 |
2016-10-12 | syscall: mark rawClone as no_split_stack | Ian Lance Taylor | 1 | -1/+4 |
2016-10-12 | runtime: copy Go 1.7 runtime semaphore code | Ian Lance Taylor | 1 | -0/+358 |
2016-10-12 | syscall, internal/syscall/unix: Fix getrandom, clone on sparc64 | Ian Lance Taylor | 3 | -10/+109 |
2016-10-11 | Accidentally failed to commit these earlier, as part of: | Ian Lance Taylor | 2 | -0/+173 |
2016-10-10 | runtime: copy print/println support from Go 1.7 | Ian Lance Taylor | 3 | -23/+30 |
2016-10-10 | runtime: copy channel code from Go 1.7 runtime | Ian Lance Taylor | 6 | -7/+2496 |
2016-09-30 | runtime: copy internal locking code from Go 1.7 runtime | Ian Lance Taylor | 12 | -25/+1297 |
2016-09-29 | runtime: copy runtime.go and runtime1.go from Go 1.7 | Ian Lance Taylor | 10 | -43/+835 |
2016-09-23 | internal/syscall/unix: add getrandom syscall for MIPS and SPARC | Ian Lance Taylor | 4 | -1/+34 |
2016-09-21 | compiler, runtime: replace hashmap code with Go 1.7 hashmap | Ian Lance Taylor | 10 | -108/+1918 |
2016-09-20 | syscall: build export_unix_test.go on solaris | Ian Lance Taylor | 1 | -1/+1 |
2016-09-11 | runtime/internal/sys: new package, API copied from Go 1.7 | Ian Lance Taylor | 5 | -5/+164 |