| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: lock M during cgo call | ian | 2016-02-24 | 1 | -0/+4 |
* | libgo: Update to final Go 1.6 release. | ian | 2016-02-18 | 1 | -1/+1 |
* | runtime: For c-archive/c-shared, install signal handlers synchronously. | ian | 2016-02-12 | 4 | -5/+15 |
* | PR go/69511 | ian | 2016-02-10 | 2 | -2/+2 |
* | PR go/69537 | ian | 2016-02-09 | 3 | -2/+15 |
* | libgo: Update to go1.6rc1. | ian | 2016-02-03 | 4 | -90/+125 |
* | compiler, runtime: mark stub methods, ignore them in runtime.Caller. | ian | 2016-02-03 | 1 | -0/+2 |
* | PR go/61303 | ian | 2015-11-26 | 1 | -6/+10 |
* | PR go/68496 | ian | 2015-11-23 | 1 | -0/+6 |
* | PR go/66574 | ian | 2015-11-21 | 1 | -4/+4 |
* | libgo: Solaris portability fixes. | ian | 2015-11-06 | 1 | -0/+1 |
* | runtime: If no split stacks, allocate stacks using mmap on 64-bit systems. | ian | 2015-10-31 | 1 | -2/+15 |
* | runtime: Remove now unnecessary pad field from ParFor. | ian | 2015-10-31 | 11 | -51/+209 |
* | compiler, reflect, runtime: remove zero field from type descriptor | ian | 2015-10-29 | 3 | -17/+3 |
* | compiler, runtime: change type hash/equal to Go funcs | ian | 2015-10-29 | 18 | -35/+109 |
* | PR go/67874 | ian | 2015-10-07 | 1 | -0/+24 |
* | runtime: Fix recent lfstack change on Solaris. | ian | 2015-09-24 | 1 | -1/+1 |
* | runtime: rewrite lfstack packing/unpacking to look more like that in Go | ian | 2015-09-23 | 1 | -21/+37 |
* | runtime: Ignore stack sizes when deciding when to GC. | ian | 2015-09-15 | 1 | -1/+1 |
* | libgo/runtime: return 0, not NULL, from main | ian | 2015-09-11 | 1 | -1/+1 |
* | runtime: initialize variable to avoid compiler warning | ian | 2015-08-04 | 1 | -1/+1 |
* | PR go/67101 | ian | 2015-08-03 | 1 | -3/+1 |
* | compiler,runtime: Determine if allocations need new pointers in runtime. | ian | 2015-07-14 | 1 | -9/+2 |
* | libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test. | ian | 2015-05-16 | 1 | -1/+1 |
* | runtime: Fix runtime/pprof test when libgo is not optimized. | ian | 2015-05-11 | 1 | -3/+3 |
* | PR go/66016 | ian | 2015-05-05 | 1 | -0/+2 |
* | runtime: Support -buildmode=c-shared. | ian | 2015-04-29 | 5 | -2/+295 |
* | PR go/65798 | ian | 2015-04-17 | 1 | -1/+1 |
* | PR go/64999 | ian | 2015-04-17 | 1 | -1/+14 |
* | PR go/65755 | ian | 2015-04-17 | 1 | -11/+0 |
* | Remove some files that were accidentally committed in 2014. | ian | 2015-03-31 | 3 | -1612/+0 |
* | PR go/65349 | ian | 2015-03-09 | 1 | -1/+3 |
* | PR go/65349 | ian | 2015-03-09 | 1 | -30/+6 |
* | runtime: Add memprofilerate to GODEBUG | ian | 2015-02-06 | 1 | -1/+15 |
* | PR go/64595 | ian | 2015-01-23 | 1 | -0/+5 |
* | runtime: No special case for 386 complex in FFI support. | ian | 2015-01-20 | 1 | -15/+1 |
* | runtime: Add __sparc__ case for SETCONTEXT_CLOBBERS_TLS. | ian | 2015-01-16 | 1 | -0/+24 |
* | compiler, reflect, runtime: Use static chain for closures. | ian | 2015-01-16 | 7 | -62/+31 |
* | runtime: Use a struct, not void, for an empty struct for libffi. | ian | 2015-01-16 | 1 | -3/+16 |
* | libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. | ian | 2015-01-15 | 17 | -61/+154 |
* | PR go/61871 | ian | 2015-01-05 | 1 | -1/+1 |
* | runtime: Remove undefined references to runtime_race*. | ian | 2014-12-23 | 7 | -130/+2 |
* | PR go/61258 | ian | 2014-12-13 | 1 | -1/+4 |
* | runtime: Clear stack pointers for extra G's. | ian | 2014-12-13 | 1 | -0/+3 |
* | runtime: Use stckf unconditionally on s390. | ian | 2014-11-06 | 1 | -6/+6 |
* | libgo: add s390 support | ian | 2014-11-04 | 1 | -0/+8 |
* | libgo: Update to Go 1.3.3 release. | ian | 2014-10-27 | 1 | -2/+10 |
* | compiler, runtime: Add type information to single object allocation. | ian | 2014-10-20 | 1 | -4/+8 |
* | runtime: Don't create threads with a small stack. | ian | 2014-10-16 | 1 | -55/+0 |
* | PR go/60406 | ian | 2014-10-08 | 4 | -59/+185 |