summaryrefslogtreecommitdiff
path: root/libgo/runtime
Commit message (Expand)AuthorAgeFilesLines
* runtime: Tweak runtime.Callers for Go 1 compatibility.ian2012-05-221-1/+4
* runtime: Use getcontext, not setjmp, to save regs for GC.ian2012-05-222-7/+4
* runtime: Print stack trace on panic or signal.ian2012-05-176-35/+225
* runtime: Make all variables used across getcontext volatile.ian2012-05-151-10/+17
* libgo: Use -fgo-pkgpath.ian2012-05-1421-55/+66
* PR go/52358ian2012-04-271-0/+114
* runtime: Correct syscall.Setenv for systems that don't have setenv.ian2012-04-271-1/+1
* compiler, runtime: Add explicit checks for zero and overflow division.ian2012-04-201-1/+7
* runtime: Ignore stack sizes when deciding when to GC.ian2012-04-204-3/+19
* libgo: Update to weekly.2012-03-27 aka go1 release.ian2012-03-301-0/+19
* libgo: Update to weekly.2012-03-22.ian2012-03-302-5/+8
* libgo: Update to weekly.2012-03-13.ian2012-03-303-4/+24
* libgo: Export {enter,exit}syscall and use it for getaddrinfo.ian2012-03-131-2/+2
* libgo: Implement and use runtime.Caller, runtime.Func.FileLine.ian2012-03-075-39/+130
* libgo: Update to weekly.2012-03-04 release.ian2012-03-0611-20/+119
* runtime: Implement runtime.Callers.ian2012-03-051-0/+9
* PR go/52342ian2012-03-051-1/+6
* runtime: Add type casts to fix Solaris build.ian2012-03-021-2/+2
* libgo: Update to weekly.2012-02-22 release.ian2012-03-029-60/+288
* libgo: Update to weekly.2012-02-14 release.ian2012-03-0221-518/+449
* syscall: Fill out GNU/Linux support.ian2012-02-291-0/+21
* runtime: Call exit rather than _exit.ian2012-02-281-1/+1
* runtime: Fix typo in go-nosys.c.ian2012-02-251-1/+1
* libgo: Add mount flags, fallocate, statfs.ian2012-02-181-0/+12
* runtime: Support broken makecontext on Solaris 8/9.ian2012-02-151-0/+3
* PR go/48407ian2012-02-141-1/+22
* PR go/48501ian2012-02-141-1/+4
* PR go/50654ian2012-02-141-12/+31
* PR go/52084ian2012-02-121-1/+58
* runtime: Handle FFI promoting result types.ian2012-02-111-1/+99
* runtime: Tweak __go_can_recover for SPARC.ian2012-02-111-0/+8
* runtime: Fix chan code for big-endian strict-alignment systemsian2012-02-111-8/+23
* runtime: For g0 set stack_size to 0 when not -fsplit-stack.ian2012-02-101-1/+5
* runtime: Save all registers on stack for GC scan.ian2012-02-101-0/+4
* runtime: Use __builtin_{inf,nan} rather than INFINITY/NAN.ian2012-02-101-6/+6
* libgo: Update to weekly.2012-02-07.ian2012-02-095-5/+20
* runtime: Add matherr function when appropriate.ian2012-02-081-0/+88
* compiler, runtime: Check make int64 args for overflow.ian2012-02-083-0/+44
* runtime: System-specific hack fix for x86_64 Solaris 10.ian2012-02-081-0/+55
* runtime: Correct ENOSYS functions.ian2012-02-021-16/+32
* libgo: Fix merge errors shown on Solaris.ian2012-01-272-2/+8
* libgo: Build stubs for some syscall functions not on older systems.ian2012-01-261-0/+192
* libgo: Update to weekly.2012-01-15.ian2012-01-257-61/+40
* runtime: Make builtin print exactly match gc builtin print.ian2012-01-211-10/+87
* libgo: Solaris and Irix compatibility patches.ian2012-01-173-4/+8
* libgo: Update to weekly.2011-12-22.ian2012-01-136-12/+24
* libgo: Update to weekly.2011-12-14.ian2012-01-122-4/+5
* compiler, runtime: Implement struct and array comparisons.ian2012-01-068-48/+272
* runtime: Fix missing USING_SPLIT_STACK ifdef.ian2011-12-221-1/+5
* runtime: Catch signals on altstack, disable splitstack signal blocking.ian2011-12-216-133/+340