runtime: runtime.Caller should succeed even without debug info.
[gcc.git] / libgo / runtime /
2012-09-28 Ian Lance Taylorruntime: runtime.Caller should succeed even without...
2012-09-28 Ian Lance Taylorlibgo: Use libbacktrace rather than debug/elf registration.
2012-09-22 Ian Lance Taylorruntime: Reject surrogate pairs in range over string.
2012-09-22 Ian Lance Taylorcompiler, runtime: Reject surrogate pair converting...
2012-09-22 Ian Lance Taylorruntime: Return random number of hash of NaN.
2012-08-10 Ian Lance Taylorruntime: use sched_getaffinity for runtime.NumCPU(...
2012-08-07 Ian Lance Taylorruntime: support NumCPU() on more platforms Added suppo...
2012-07-26 Ian Lance Taylorruntime, runtime/pprof: Fix runtime/pprof test to pass...
2012-07-23 Ian Lance Taylorruntime: correct a logic error in hashmap growth.
2012-06-25 Ian Lance Taylorlibgo: Update to Go 1.0.2 release.
2012-06-07 Ian Lance Taylorruntime: Fix printing of names in stack dumps.
2012-06-07 Ian Lance Taylorruntime: Use dl_iterate_phdr to get TLS size.
2012-06-05 Ian Lance Taylorruntime: Comment out code adding TLS size to stack...
2012-06-05 Ian Lance Taylorruntime: Fix call to _dl_get_tls_static_info for i386.
2012-06-04 Ian Lance Taylorruntime: Better SWIG interface for allocating Go memory...
2012-05-25 Ian Lance Taylorruntime: More efficient implementation of trampolines.
2012-05-25 Ian Lance Taylorruntime: Fix cast error in print.c on 32-bit systems.
2012-05-24 Ian Lance Taylorruntime: Make runtime.Stack actually work.
2012-05-24 Ian Lance Taylorruntime: Correct definition of __go_file_line to match...
2012-05-24 Ian Lance Taylorruntime: Copy runtime_printf from other Go library.
2012-05-24 Ian Lance Taylorruntime: Copy runtime_printf from other Go library.
2012-05-22 Ian Lance Taylorruntime: Tweak runtime.Callers for Go 1 compatibility.
2012-05-22 Ian Lance Taylorruntime: Use getcontext, not setjmp, to save regs for GC.
2012-05-17 Ian Lance Taylorruntime: Print stack trace on panic or signal.
2012-05-15 Ian Lance Taylorruntime: Make all variables used across getcontext...
2012-05-14 Ian Lance Taylorlibgo: Use -fgo-pkgpath.
2012-04-27 Ian Lance Taylorre PR go/52358 (math FAILs on Solaris 8 and 9)
2012-04-27 Ian Lance Taylorruntime: Correct syscall.Setenv for systems that don...
2012-04-20 Ian Lance Taylorcompiler, runtime: Add explicit checks for zero and...
2012-04-20 Ian Lance Taylorruntime: Ignore stack sizes when deciding when to GC.
2012-03-30 Ian Lance Taylorlibgo: Update to weekly.2012-03-27 aka go1 release.
2012-03-30 Ian Lance Taylorlibgo: Update to weekly.2012-03-22.
2012-03-30 Ian Lance Taylorlibgo: Update to weekly.2012-03-13.
2012-03-13 Ian Lance Taylorlibgo: Export {enter,exit}syscall and use it for getadd...
2012-03-07 Ian Lance Taylorlibgo: Implement and use runtime.Caller, runtime.Func...
2012-03-06 Ian Lance Taylorlibgo: Update to weekly.2012-03-04 release.
2012-03-05 Ian Lance Taylorruntime: Implement runtime.Callers.
2012-03-05 Ian Lance Taylorre PR go/52342 (64-bit go.test/test/chan/doubleselect...
2012-03-02 Ian Lance Taylorruntime: Add type casts to fix Solaris build.
2012-03-02 Ian Lance Taylorlibgo: Update to weekly.2012-02-22 release.
2012-03-02 Ian Lance Taylorlibgo: Update to weekly.2012-02-14 release.
2012-02-29 Ian Lance Taylorsyscall: Fill out GNU/Linux support.
2012-02-28 Ian Lance Taylorruntime: Call exit rather than _exit.
2012-02-25 Ian Lance Taylorruntime: Fix typo in go-nosys.c.
2012-02-18 Ian Lance Taylorlibgo: Add mount flags, fallocate, statfs.
2012-02-15 Ian Lance Taylorruntime: Support broken makecontext on Solaris 8/9.
2012-02-14 Ian Lance Taylorre PR go/48407 (libgo/configure --without-libffi doesn...
2012-02-14 Ian Lance Taylorre PR go/48501 (64bit-out.go, select5-out.go, tmp.go...
2012-02-14 Ian Lance Taylorre PR go/50654 (Many Go tests fail on emutls targets)
2012-02-12 Ian Lance Taylorre PR go/52084 (go tests fail to link on powerpc-linux...
2012-02-11 Ian Lance Taylorruntime: Handle FFI promoting result types.
2012-02-11 Ian Lance Taylorruntime: Tweak __go_can_recover for SPARC.
2012-02-11 Ian Lance Taylorruntime: Fix chan code for big-endian strict-alignment...
2012-02-10 Ian Lance Taylorruntime: For g0 set stack_size to 0 when not -fsplit...
2012-02-10 Ian Lance Taylorruntime: Save all registers on stack for GC scan.
2012-02-10 Ian Lance Taylorruntime: Use __builtin_{inf,nan} rather than INFINITY...
2012-02-09 Ian Lance Taylorlibgo: Update to weekly.2012-02-07.
2012-02-08 Ian Lance Taylorruntime: Add matherr function when appropriate.
2012-02-08 Ian Lance Taylorcompiler, runtime: Check make int64 args for overflow.
2012-02-08 Ian Lance Taylorruntime: System-specific hack fix for x86_64 Solaris 10.
2012-02-02 Ian Lance Taylorruntime: Correct ENOSYS functions.
2012-01-27 Ian Lance Taylorlibgo: Fix merge errors shown on Solaris.
2012-01-26 Ian Lance Taylorlibgo: Build stubs for some syscall functions not on...
2012-01-25 Ian Lance Taylorlibgo: Update to weekly.2012-01-15.
2012-01-21 Ian Lance Taylorruntime: Make builtin print exactly match gc builtin...
2012-01-17 Ian Lance Taylorlibgo: Solaris and Irix compatibility patches.
2012-01-13 Ian Lance Taylorlibgo: Update to weekly.2011-12-22.
2012-01-12 Ian Lance Taylorlibgo: Update to weekly.2011-12-14.
2012-01-06 Ian Lance Taylorcompiler, runtime: Implement struct and array comparisons.
2011-12-22 Ian Lance Taylorruntime: Fix missing USING_SPLIT_STACK ifdef.
2011-12-21 Ian Lance Taylorruntime: Catch signals on altstack, disable splitstack...
2011-12-20 Ian Lance Taylorlibgo/runtime: Don't define _GNU_SOURCE in source code.
2011-12-13 Ian Lance Taylorruntime: RTEMS build fixes.
2011-12-13 Ian Lance Taylorlibgo: Update to weekly.2011-12-02.
2011-12-12 Ian Lance Taylorlibgo: Update to weekly.2011-11-18.
2011-12-09 Ian Lance Taylorruntime: make print() built-in write to stderr.
2011-12-07 Ian Lance Taylorlibgo: Add back tests of syscall time.
2011-12-07 Ian Lance Taylorlibgo: Update to weekly 2011-11-09.
2011-12-02 Ian Lance Taylorlibgo: Update to weekly.2011-11-01.
2011-12-01 Ian Lance Taylorruntime: Remove temporary runtime_cond_wait function.
2011-12-01 Ian Lance Taylorruntime: Rename sigignore to sig_ignore for Solaris.
2011-12-01 Ian Lance Taylorcompiler/runtime: Copy channel implementation from...
2011-11-30 Ian Lance Taylorruntime: Copy runtime_panicstring from master library.
2011-11-29 Ian Lance Taylorruntime: If no sem_timedwait, use pthread_cond_timedwait.
2011-11-29 Ian Lance Taylorruntime: If O_CLOEXEC is not defined, define it as 0.
2011-11-28 Ian Lance Taylorruntime: Multiplex goroutines onto OS threads.
2011-11-22 Ian Lance Taylorruntime: New lock/note implementation.
2011-11-14 Ian Lance Taylorruntime: Use some of 6g runtime.c for easier merging.
2011-11-11 Ian Lance TaylorIntroduce G structure and thread-local global g.
2011-11-01 Ian Lance Taylorruntime: Don't ask mmap for wrapping memory.
2011-11-01 Ian Lance Taylorruntime: Correct test of mmap return value.
2011-10-31 Ian Lance Taylorsyscall: Use sched_yield rather than pthread_yield.
2011-10-26 Ian Lance TaylorUpdate Go library to last weekly.
2011-10-25 Ian Lance TaylorImplement predeclared delete function.
2011-10-25 Ian Lance TaylorDon't permit close of receive-only channel.
2011-10-23 Ian Lance TaylorImplement new syscall package.
2011-09-21 Ian Lance TaylorSupport nil maps.
2011-09-21 Ian Lance TaylorFix channels with element type of size zero.
2011-09-20 Ian Lance TaylorFix calling make with slice whose element type is size...
2011-09-16 Ian Lance TaylorBlock forever on send/receive to/from nil channel.
next