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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-19
runtime: copy cgo support from Go 1.7 runtime
Ian Lance Taylor
8
-564
/
+95
2016-12-08
runtime: mark non-x86 aeshashbody parameters as unused
Ian Lance Taylor
1
-1
/
+4
2016-12-08
runtime: copy memory hash code from Go 1.7
Ian Lance Taylor
8
-37
/
+617
2016-12-08
runtime: remove some unused variables/declarations from runtime.h
Ian Lance Taylor
1
-4
/
+0
2016-11-30
runtime: fixes for -buildmode=c-archive
Ian Lance Taylor
1
-0
/
+9
2016-11-22
runtime: rewrite panic/defer code from C to Go
Ian Lance Taylor
14
-949
/
+89
2016-11-18
runtime: move schedt type and sched var from C to Go
Ian Lance Taylor
1
-256
/
+227
2016-11-18
runtime: don't call __go_alloc/__go_free in environment functions
Ian Lance Taylor
2
-33
/
+21
2016-11-18
Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versions in the ...
Ian Lance Taylor
1
-113
/
+0
2016-11-18
runtime, reflect: rewrite Go to FFI type conversion in Go
Ian Lance Taylor
3
-323
/
+110
2016-11-16
runtime: replace runtime1.goc with Go and C code
Ian Lance Taylor
3
-89
/
+71
2016-11-14
runtime: don't crash if signal handler info argument is nil
Ian Lance Taylor
1
-1
/
+5
2016-11-10
runtime: copy signal code from Go 1.7 runtime
Ian Lance Taylor
9
-871
/
+249
2016-10-30
libgo: eliminate a lot of duplication in Makefile.am
Ian Lance Taylor
1
-0
/
+0
2016-10-28
compiler, runtime: copy slice code from Go 1.7 runtime
Ian Lance Taylor
5
-200
/
+6
2016-10-21
runtime: copy lfstack code from Go 1.7 runtime
Ian Lance Taylor
2
-104
/
+3
2016-10-20
runtime: rewrite interface code into Go
Ian Lance Taylor
29
-933
/
+73
2016-10-18
runtime: copy netpoll code from Go 1.7 runtime
Ian Lance Taylor
8
-1058
/
+2
2016-10-18
runtime: scan caller-saved registers for non-split-stack
Ian Lance Taylor
1
-1
/
+6
2016-10-17
runtime: copy rdebug code from Go 1.7 runtime
Ian Lance Taylor
9
-49
/
+24
2016-10-15
runtime: copy runtime package time code from Go 1.7
Ian Lance Taylor
6
-413
/
+25
2016-10-14
runtime: copy mprof code from Go 1.7 runtime
Ian Lance Taylor
7
-692
/
+66
2016-10-14
runtime: just do file/line lookup in C, move Func to Go
Ian Lance Taylor
2
-108
/
+19
2016-10-14
runtime: copy cpuprof code from Go 1.7 runtime
Ian Lance Taylor
6
-474
/
+40
2016-10-13
runtime: copy mstats code from Go 1.7 runtime
Ian Lance Taylor
13
-272
/
+186
2016-10-12
compiler, runtime: copy string code from Go 1.7
Ian Lance Taylor
11
-534
/
+19
2016-10-12
runtime: copy Go 1.7 runtime semaphore code
Ian Lance Taylor
3
-473
/
+8
2016-10-11
Accidentally failed to commit these earlier, as part of:
Ian Lance Taylor
1
-36
/
+0
2016-10-10
runtime: copy print/println support from Go 1.7
Ian Lance Taylor
5
-274
/
+82
2016-10-10
runtime: copy channel code from Go 1.7 runtime
Ian Lance Taylor
8
-1228
/
+59
2016-09-30
runtime: copy internal locking code from Go 1.7 runtime
Ian Lance Taylor
9
-729
/
+74
2016-09-29
runtime: copy runtime.go and runtime1.go from Go 1.7
Ian Lance Taylor
5
-352
/
+91
2016-09-21
compiler, runtime: replace hashmap code with Go 1.7 hashmap
Ian Lance Taylor
35
-917
/
+208
2016-09-20
re PR go/77642 (GO Bootstrap fail starting with r239872 splitstack signature ...
Ian Lance Taylor
1
-6
/
+14
2016-09-09
runtime: use alignof to check alignment of ucontext_t
Ian Lance Taylor
1
-1
/
+7
2016-09-09
runtime: remove remaining use of MAKECONTEXT_STACK_TOP macro
Ian Lance Taylor
1
-3
/
+0
2016-09-09
runtime: align ucontext_t argument to 16 byte boundary
Ian Lance Taylor
1
-20
/
+38
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
26
-975
/
+650
2016-08-08
re PR go/72814 (reflect FAILs on 32-bit Solaris/SPARC: SIGILL)
Ian Lance Taylor
1
-0
/
+11
2016-08-06
libgo: change build procedure to use build tags
Ian Lance Taylor
1
-0
/
+56
2016-08-04
runtime: fix incorrectly commented out code in heapdump.c
Ian Lance Taylor
1
-2
/
+4
2016-07-22
libgo: update to go1.7rc3
Ian Lance Taylor
7
-7
/
+236
2016-04-02
runtime: Use atomic load for in entersyscall.
Ian Lance Taylor
1
-1
/
+1
2016-02-24
runtime: lock M during cgo call
Ian Lance Taylor
1
-0
/
+4
2016-02-18
libgo: Update to final Go 1.6 release.
Ian Lance Taylor
1
-1
/
+1
2016-02-12
runtime: For c-archive/c-shared, install signal handlers synchronously.
Ian Lance Taylor
4
-5
/
+15
2016-02-10
re PR go/69511 (G.gcstack_size uses uintptr instead of size_t)
Ian Lance Taylor
2
-2
/
+2
2016-02-09
re PR go/69357 (libgo refers to _end in a non-weak way)
Ian Lance Taylor
3
-2
/
+15
2016-02-03
libgo: Update to go1.6rc1.
Ian Lance Taylor
4
-90
/
+125
[next]