index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libgo
/
runtime
/
runtime.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-30
libgo: eliminate a lot of duplication in Makefile.am
Ian Lance Taylor
1
-206
/
+0
2016-10-17
runtime: copy rdebug code from Go 1.7 runtime
Ian Lance Taylor
1
-4
/
+0
2016-10-14
runtime: copy mprof code from Go 1.7 runtime
Ian Lance Taylor
1
-12
/
+0
2016-09-30
runtime: copy internal locking code from Go 1.7 runtime
Ian Lance Taylor
1
-0
/
+10
2016-09-29
runtime: copy runtime.go and runtime1.go from Go 1.7
Ian Lance Taylor
1
-301
/
+51
2016-08-31
runtime: make gsignal stack at least SIGSTKSZ bytes
Ian Lance Taylor
1
-1
/
+8
2016-08-30
runtime: use -fgo-c-header to build C header file
Ian Lance Taylor
1
-1
/
+2
2016-02-03
libgo: Update to go1.6rc1.
Ian Lance Taylor
1
-32
/
+66
2015-10-31
runtime: Remove now unnecessary pad field from ParFor.
Ian Lance Taylor
1
-18
/
+25
2015-02-06
runtime: Add memprofilerate to GODEBUG
Ian Lance Taylor
1
-1
/
+15
2015-01-15
libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.
Ian Lance Taylor
1
-10
/
+27
2014-11-06
runtime: Use stckf unconditionally on s390.
Dominik Vogt
1
-6
/
+6
2014-11-04
libgo: add s390 support
Ian Lance Taylor
1
-0
/
+8
2014-10-27
libgo: Update to Go 1.3.3 release.
Ian Lance Taylor
1
-2
/
+10
2014-07-19
libgo: Update to Go 1.3 release.
Ian Lance Taylor
1
-8
/
+33
2014-07-12
runtime: Merge master revision 19185.
Ian Lance Taylor
1
-23
/
+0
2014-06-06
libgo: Merge to master revision 19184.
Ian Lance Taylor
1
-0
/
+9
2014-06-04
libgo: Merge from revision 18783:00cce3a34d7e of master library.
Ian Lance Taylor
1
-1
/
+3
2014-01-06
runtime: Remove unused runtime_cpuid variables.
Ian Lance Taylor
1
-5
/
+0
2013-12-04
runtime: Use pthread_sigmask instead of sigprocmask.
Ian Lance Taylor
1
-1
/
+1
2013-11-06
libgo: Update to October 24 version of master library.
Ian Lance Taylor
1
-3
/
+80
2013-07-24
runtime: Move new 1.1.1 functions from thread-linux.c to runtime.c.
Ian Lance Taylor
1
-0
/
+47
2013-07-16
libgo: Update to Go 1.1.1.
Ian Lance Taylor
1
-15
/
+66
2013-01-30
libgo: Update Go library to master revision 15502/229081515358.
Ian Lance Taylor
1
-2
/
+4
2013-01-24
re PR go/46986 (Go is not supported on Darwin)
Ian Lance Taylor
1
-3
/
+3
2012-12-22
libgo: Update to revision 15193:6fdc1974457c of master library.
Ian Lance Taylor
1
-27
/
+0
2012-11-21
libgo: Update to current version of master library.
Ian Lance Taylor
1
-2
/
+2
2012-11-01
compiler, runtime: More steps toward separating int and intgo.
Ian Lance Taylor
1
-3
/
+2
2012-10-23
libgo: Update to current sources.
Ian Lance Taylor
1
-89
/
+38
2012-10-05
runtime: Use argv[0] to get executable name for backtrace.
Ian Lance Taylor
1
-0
/
+6
2012-10-03
libgo: Update to Go 1.0.3.
Ian Lance Taylor
1
-1
/
+5
2012-05-24
runtime: Copy runtime_printf from other Go library.
Ian Lance Taylor
1
-0
/
+12
2012-05-17
runtime: Print stack trace on panic or signal.
Ian Lance Taylor
1
-6
/
+33
2012-05-14
libgo: Use -fgo-pkgpath.
Ian Lance Taylor
1
-2
/
+2
2012-03-30
libgo: Update to weekly.2012-03-22.
Ian Lance Taylor
1
-5
/
+3
2012-03-07
libgo: Implement and use runtime.Caller, runtime.Func.FileLine.
Ian Lance Taylor
1
-19
/
+0
2012-03-06
libgo: Update to weekly.2012-03-04 release.
Ian Lance Taylor
1
-0
/
+15
2012-02-09
libgo: Update to weekly.2012-02-07.
Ian Lance Taylor
1
-0
/
+13
2012-01-25
libgo: Update to weekly.2012-01-15.
Ian Lance Taylor
1
-1
/
+20
2011-12-12
libgo: Update to weekly.2011-11-18.
Ian Lance Taylor
1
-6
/
+6
2011-11-30
runtime: Copy runtime_panicstring from master library.
Ian Lance Taylor
1
-1
/
+14
2011-11-28
runtime: Multiplex goroutines onto OS threads.
Ian Lance Taylor
1
-0
/
+5
2011-11-22
runtime: New lock/note implementation.
Ian Lance Taylor
1
-7
/
+0
2011-11-14
runtime: Use some of 6g runtime.c for easier merging.
Ian Lance Taylor
1
-0
/
+174