summaryrefslogtreecommitdiff
path: root/libgo/runtime
Commit message (Expand)AuthorAgeFilesLines
* runtime: lock M during cgo callian2016-02-241-0/+4
* libgo: Update to final Go 1.6 release.ian2016-02-181-1/+1
* runtime: For c-archive/c-shared, install signal handlers synchronously.ian2016-02-124-5/+15
* PR go/69511ian2016-02-102-2/+2
* PR go/69537ian2016-02-093-2/+15
* libgo: Update to go1.6rc1.ian2016-02-034-90/+125
* compiler, runtime: mark stub methods, ignore them in runtime.Caller.ian2016-02-031-0/+2
* PR go/61303ian2015-11-261-6/+10
* PR go/68496ian2015-11-231-0/+6
* PR go/66574ian2015-11-211-4/+4
* libgo: Solaris portability fixes.ian2015-11-061-0/+1
* runtime: If no split stacks, allocate stacks using mmap on 64-bit systems.ian2015-10-311-2/+15
* runtime: Remove now unnecessary pad field from ParFor.ian2015-10-3111-51/+209
* compiler, reflect, runtime: remove zero field from type descriptorian2015-10-293-17/+3
* compiler, runtime: change type hash/equal to Go funcsian2015-10-2918-35/+109
* PR go/67874ian2015-10-071-0/+24
* runtime: Fix recent lfstack change on Solaris.ian2015-09-241-1/+1
* runtime: rewrite lfstack packing/unpacking to look more like that in Goian2015-09-231-21/+37
* runtime: Ignore stack sizes when deciding when to GC.ian2015-09-151-1/+1
* libgo/runtime: return 0, not NULL, from mainian2015-09-111-1/+1
* runtime: initialize variable to avoid compiler warningian2015-08-041-1/+1
* PR go/67101ian2015-08-031-3/+1
* compiler,runtime: Determine if allocations need new pointers in runtime.ian2015-07-141-9/+2
* libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test.ian2015-05-161-1/+1
* runtime: Fix runtime/pprof test when libgo is not optimized.ian2015-05-111-3/+3
* PR go/66016ian2015-05-051-0/+2
* runtime: Support -buildmode=c-shared.ian2015-04-295-2/+295
* PR go/65798ian2015-04-171-1/+1
* PR go/64999ian2015-04-171-1/+14
* PR go/65755ian2015-04-171-11/+0
* Remove some files that were accidentally committed in 2014.ian2015-03-313-1612/+0
* PR go/65349ian2015-03-091-1/+3
* PR go/65349ian2015-03-091-30/+6
* runtime: Add memprofilerate to GODEBUGian2015-02-061-1/+15
* PR go/64595ian2015-01-231-0/+5
* runtime: No special case for 386 complex in FFI support.ian2015-01-201-15/+1
* runtime: Add __sparc__ case for SETCONTEXT_CLOBBERS_TLS.ian2015-01-161-0/+24
* compiler, reflect, runtime: Use static chain for closures.ian2015-01-167-62/+31
* runtime: Use a struct, not void, for an empty struct for libffi.ian2015-01-161-3/+16
* libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.ian2015-01-1517-61/+154
* PR go/61871ian2015-01-051-1/+1
* runtime: Remove undefined references to runtime_race*.ian2014-12-237-130/+2
* PR go/61258ian2014-12-131-1/+4
* runtime: Clear stack pointers for extra G's.ian2014-12-131-0/+3
* runtime: Use stckf unconditionally on s390.ian2014-11-061-6/+6
* libgo: add s390 supportian2014-11-041-0/+8
* libgo: Update to Go 1.3.3 release.ian2014-10-271-2/+10
* compiler, runtime: Add type information to single object allocation.ian2014-10-201-4/+8
* runtime: Don't create threads with a small stack.ian2014-10-161-55/+0
* PR go/60406ian2014-10-084-59/+185