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/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
2012-01-12
libgo: Update to weekly.2011-12-14.
Ian Lance Taylor
2
-4
/
+5
2012-01-06
compiler, runtime: Implement struct and array comparisons.
Ian Lance Taylor
8
-48
/
+272
2011-12-22
runtime: Fix missing USING_SPLIT_STACK ifdef.
Ian Lance Taylor
1
-1
/
+5
2011-12-21
runtime: Catch signals on altstack, disable splitstack signal blocking.
Ian Lance Taylor
6
-133
/
+340
2011-12-20
libgo/runtime: Don't define _GNU_SOURCE in source code.
Ian Lance Taylor
2
-3
/
+0
2011-12-13
runtime: RTEMS build fixes.
Ian Lance Taylor
2
-0
/
+7
2011-12-13
libgo: Update to weekly.2011-12-02.
Ian Lance Taylor
3
-9
/
+36
2011-12-12
libgo: Update to weekly.2011-11-18.
Ian Lance Taylor
7
-18
/
+312
2011-12-09
runtime: make print() built-in write to stderr.
Ian Lance Taylor
1
-12
/
+12
2011-12-07
libgo: Add back tests of syscall time.
Ian Lance Taylor
1
-0
/
+31
2011-12-07
libgo: Update to weekly 2011-11-09.
Ian Lance Taylor
1
-0
/
+13
2011-12-02
libgo: Update to weekly.2011-11-01.
Ian Lance Taylor
3
-39
/
+57
2011-12-01
runtime: Remove temporary runtime_cond_wait function.
Ian Lance Taylor
2
-27
/
+0
2011-12-01
runtime: Rename sigignore to sig_ignore for Solaris.
Ian Lance Taylor
1
-2
/
+2
2011-12-01
compiler/runtime: Copy channel implementation from master library.
Ian Lance Taylor
18
-2213
/
+1253
2011-11-30
runtime: Copy runtime_panicstring from master library.
Ian Lance Taylor
31
-92
/
+83
2011-11-29
runtime: If no sem_timedwait, use pthread_cond_timedwait.
Ian Lance Taylor
2
-11
/
+85
2011-11-29
runtime: If O_CLOEXEC is not defined, define it as 0.
Ian Lance Taylor
1
-0
/
+4
2011-11-28
runtime: Multiplex goroutines onto OS threads.
Ian Lance Taylor
35
-1156
/
+2015
2011-11-22
runtime: New lock/note implementation.
Ian Lance Taylor
19
-257
/
+635
2011-11-14
runtime: Use some of 6g runtime.c for easier merging.
Ian Lance Taylor
7
-56
/
+238
2011-11-11
Introduce G structure and thread-local global g.
Ian Lance Taylor
12
-111
/
+91
2011-11-01
runtime: Don't ask mmap for wrapping memory.
Ian Lance Taylor
1
-0
/
+2
2011-11-01
runtime: Correct test of mmap return value.
Ian Lance Taylor
1
-1
/
+6
2011-10-31
syscall: Use sched_yield rather than pthread_yield.
Ian Lance Taylor
1
-2
/
+2
2011-10-26
Update Go library to last weekly.
Ian Lance Taylor
35
-272
/
+831
2011-10-25
Implement predeclared delete function.
Ian Lance Taylor
2
-1
/
+7
2011-10-25
Don't permit close of receive-only channel.
Ian Lance Taylor
1
-0
/
+3
2011-10-23
Implement new syscall package.
Ian Lance Taylor
1
-0
/
+18
2011-09-21
Support nil maps.
Ian Lance Taylor
3
-5
/
+18
2011-09-21
Fix channels with element type of size zero.
Ian Lance Taylor
1
-1
/
+1
2011-09-20
Fix calling make with slice whose element type is size zero.
Ian Lance Taylor
1
-1
/
+2
2011-09-16
Block forever on send/receive to/from nil channel.
Ian Lance Taylor
11
-16
/
+47
2011-09-16
Update Go library to r60.
Ian Lance Taylor
15
-133
/
+254
2011-09-16
Fix defer when not calling recover in function with named results.
Ian Lance Taylor
4
-6
/
+27
2011-07-11
libgo/runtime: Change std::abort to abort.
Ian Lance Taylor
1
-1
/
+1
2011-06-14
Change builtin make to runtime call at lowering time.
Ian Lance Taylor
1
-0
/
+57
2011-06-14
Change builtin make to runtime call at lowering time.
Ian Lance Taylor
6
-9
/
+21
2011-06-11
Use backend interface for map descriptors.
Ian Lance Taylor
3
-6
/
+6
2011-05-24
libgo: Make os.setenv_c work on systems without setenv.
Ian Lance Taylor
1
-4
/
+20
2011-05-20
Update to current version of Go library.
Ian Lance Taylor
32
-143
/
+458
2011-05-06
More uses of backend interface for types.
Ian Lance Taylor
6
-12
/
+16
2011-04-18
libgo: Fix append declaration.
Ian Lance Taylor
1
-1
/
+1
2011-04-13
Unify handling of runtime support functions.
Ian Lance Taylor
15
-68
/
+75
2011-04-05
libgo: Use MAP_FIXED if necessary to grab arena.
Ian Lance Taylor
1
-0
/
+23
2011-04-04
libgo: Always initialize semaphores.
Rainer Orth
4
-0
/
+14
2011-03-27
Add runtime profiling infrastructure, not yet working.
Ian Lance Taylor
6
-38
/
+582
2011-03-27
Remove closedchan function.
Ian Lance Taylor
1
-11
/
+0
2011-03-25
Remove closed function. Fix tuple receive in select.
Ian Lance Taylor
6
-41
/
+23
2011-03-24
Update to current version of Go library.
Ian Lance Taylor
6
-26
/
+51
[next]