Age | Commit message (Expand) | Author | Files | Lines |
2024-04-29 | runtime: use <stdbool.h> | Ian Lance Taylor | 1 | -6/+1 |
2023-06-20 | runtime: use a C function to call mmap | Ian Lance Taylor | 1 | -3/+0 |
2021-02-25 | libgo: ensure memmove, memset 8 byte atomicity on ppc64x | Lynn Boger | 1 | -1/+2 |
2020-11-20 | compiler, libgo: change mangling scheme | Ian Lance Taylor | 1 | -1/+1 |
2020-01-21 | libgo: update to Go1.14beta1 | Ian Lance Taylor | 1 | -3/+6 |
2019-11-21 | re PR go/92605 (r278509 causes/reveals issue in building go library) | Ian Lance Taylor | 1 | -1/+1 |
2019-09-06 | libgo: update to Go 1.13beta1 release | Ian Lance Taylor | 1 | -0/+16 |
2019-08-30 | compile, runtime: permit anonymous and empty fields in C header | Ian Lance Taylor | 1 | -12/+8 |
2019-08-28 | runtime: move osinit to Go | Ian Lance Taylor | 1 | -6/+2 |
2019-06-03 | runtime: remove unnecessary functions calling between C and Go | Ian Lance Taylor | 1 | -15/+0 |
2019-05-31 | runtime: drop unused C type reflection code | Ian Lance Taylor | 1 | -2/+0 |
2019-05-31 | runtime: implement cheaper context switch on Linux/AMD64 | Ian Lance Taylor | 1 | -0/+17 |
2019-05-14 | libgo: reduce overhead for memory/block/mutex profiling | Ian Lance Taylor | 1 | -0/+1 |
2019-05-11 | runtime: set up g early | Ian Lance Taylor | 1 | -0/+2 |
2019-02-15 | compiler,runtime: use __builtin_dwarf_cfa for getcallersp | Cherry Zhang | 1 | -1/+1 |
2019-02-15 | compiler, runtime: harmonize types referenced by both C and Go | Ian Lance Taylor | 1 | -3/+3 |
2019-02-01 | runtime, sync: use __atomic intrinsics instead of __sync | Ian Lance Taylor | 1 | -15/+1 |
2019-01-18 | libgo: update to Go1.12beta2 | Ian Lance Taylor | 1 | -1/+1 |
2018-12-29 | runtime: prevent deadlock when profiling signal arrives in stack scan | Ian Lance Taylor | 1 | -0/+6 |
2018-12-05 | runtime: add precise stack scan support | Ian Lance Taylor | 1 | -0/+13 |
2018-09-24 | libgo: update to Go 1.11 | Ian Lance Taylor | 1 | -4/+13 |
2018-08-24 | runtime: remove the dummy arg of getcallersp | Ian Lance Taylor | 1 | -6/+4 |
2018-02-22 | runtime: funcfileline: get missing function name from symbol table | Ian Lance Taylor | 1 | -1/+2 |
2018-02-02 | runtime: scan register backing store on ia64 | Ian Lance Taylor | 1 | -0/+17 |
2018-01-10 | re PR c/82922 (Request: add -Wstrict-prototypes to -Wextra as K&R style is ob... | Ian Lance Taylor | 1 | -3/+1 |
2018-01-09 | libgo: update to Go1.10beta1 | Ian Lance Taylor | 1 | -1/+2 |
2017-11-09 | sync/atomic, runtime/internal/atomic: don't assume reads from 0 fail | Ian Lance Taylor | 1 | -0/+2 |
2017-09-14 | libgo: update to go1.9 | Ian Lance Taylor | 1 | -51/+0 |
2017-07-18 | re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex... | Ian Lance Taylor | 1 | -2/+0 |
2017-05-10 | Big merge of changes to gofrontend repo that were postponed due to the | Ian Lance Taylor | 1 | -99/+34 |
2017-01-23 | re PR go/79037 (gccgo: Binaries crash with parforsetup: pos is not aligned on... | Ian Lance Taylor | 1 | -1/+1 |
2017-01-14 | libgo: update to Go 1.8 release candidate 1 | Ian Lance Taylor | 1 | -5/+3 |
2017-01-10 | runtime: copy more scheduler code from Go 1.7 runtime | Ian Lance Taylor | 1 | -8/+2 |
2017-01-09 | runtime: copy more of scheduler from Go 1.7 runtime | Ian Lance Taylor | 1 | -6/+6 |
2017-01-03 | runtime: remove __go_alloc and __go_free | Ian Lance Taylor | 1 | -8/+5 |
2017-01-03 | re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili... | Ian Lance Taylor | 1 | -0/+2 |
2016-12-19 | runtime: copy cgo support from Go 1.7 runtime | Ian Lance Taylor | 1 | -16/+21 |
2016-12-08 | runtime: copy memory hash code from Go 1.7 | Ian Lance Taylor | 1 | -0/+6 |
2016-12-08 | runtime: remove some unused variables/declarations from runtime.h | Ian Lance Taylor | 1 | -4/+0 |
2016-11-22 | runtime: rewrite panic/defer code from C to Go | Ian Lance Taylor | 1 | -8/+16 |
2016-11-16 | runtime: replace runtime1.goc with Go and C code | Ian Lance Taylor | 1 | -2/+2 |
2016-11-10 | runtime: copy signal code from Go 1.7 runtime | Ian Lance Taylor | 1 | -15/+19 |
2016-10-28 | compiler, runtime: copy slice code from Go 1.7 runtime | Ian Lance Taylor | 1 | -1/+2 |
2016-10-21 | runtime: copy lfstack code from Go 1.7 runtime | Ian Lance Taylor | 1 | -9/+3 |
2016-10-20 | runtime: rewrite interface code into Go | Ian Lance Taylor | 1 | -4/+6 |
2016-10-18 | runtime: copy netpoll code from Go 1.7 runtime | Ian Lance Taylor | 1 | -15/+2 |
2016-10-17 | runtime: copy rdebug code from Go 1.7 runtime | Ian Lance Taylor | 1 | -3/+3 |
2016-10-15 | runtime: copy runtime package time code from Go 1.7 | Ian Lance Taylor | 1 | -35/+7 |
2016-10-14 | runtime: copy mprof code from Go 1.7 runtime | Ian Lance Taylor | 1 | -7/+11 |
2016-10-14 | runtime: just do file/line lookup in C, move Func to Go | Ian Lance Taylor | 1 | -12/+0 |