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