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
/
Makefile.in
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-30
libgo: Update to weekly.2012-03-13.
Ian Lance Taylor
1
-2
/
+6
2012-03-07
libgo: Implement and use runtime.Caller, runtime.Func.FileLine.
Ian Lance Taylor
1
-1
/
+3
2012-03-06
libgo: Update to weekly.2012-03-04 release.
Ian Lance Taylor
1
-6
/
+10
2012-03-02
libgo: Update to weekly.2012-02-22 release.
Ian Lance Taylor
1
-3
/
+6
2012-03-02
libgo: Update to weekly.2012-02-14 release.
Ian Lance Taylor
1
-117
/
+98
2012-02-29
syscall: Fill out GNU/Linux support.
Ian Lance Taylor
1
-0
/
+5
2012-02-14
re PR go/48410 (weird installation dir)
Ian Lance Taylor
1
-2
/
+2
2012-02-09
libgo: Update to weekly.2012-02-07.
Ian Lance Taylor
1
-79
/
+40
2012-02-08
runtime: Add matherr function when appropriate.
Ian Lance Taylor
1
-22
/
+33
2012-02-08
math: Compile with -mfancy-math-387 -funsafe-optimizations on x86.
Ian Lance Taylor
1
-1
/
+4
2012-02-01
libgo: Update to weekly.2012-01-27.
Ian Lance Taylor
1
-474
/
+62
2012-01-30
syscall: Support socket control messages.
Ian Lance Taylor
1
-0
/
+6
2012-01-26
libgo: Build stubs for some syscall functions not on older systems.
Ian Lance Taylor
1
-4
/
+13
2012-01-25
libgo: Update to weekly.2012-01-20.
Ian Lance Taylor
1
-122
/
+174
2012-01-25
libgo: Update to weekly.2012-01-15.
Ian Lance Taylor
1
-37
/
+77
2012-01-13
libgo: Update to weekly.2011-12-22.
Ian Lance Taylor
1
-40
/
+32
2012-01-12
libgo: Update to weekly.2011-12-14.
Ian Lance Taylor
1
-5
/
+1
2012-01-06
compiler, runtime: Implement struct and array comparisons.
Ian Lance Taylor
1
-8
/
+28
2011-12-20
libgo: Fix use of -D_GNU_SOURCE and friends when building libgo.
Ian Lance Taylor
1
-1
/
+1
2011-12-16
os: Fix fileInfoFromStat for Solaris.
Ian Lance Taylor
1
-1
/
+3
2011-12-15
syscall: Move Errno into its own file, for RTEMS.
Ian Lance Taylor
1
-0
/
+1
2011-12-13
syscall: Don't build wait status functions on RTEMS.
Ian Lance Taylor
1
-3
/
+8
2011-12-13
libgo: Update to weekly.2011-12-02.
Ian Lance Taylor
1
-111
/
+57
2011-12-12
libgo: Update to weekly.2011-11-18.
Ian Lance Taylor
1
-4
/
+7
2011-12-07
libgo: Update to weekly 2011-11-09.
Ian Lance Taylor
1
-710
/
+872
2011-12-03
libgo: Update to weekly.2011-11-02.
Ian Lance Taylor
1
-40
/
+57
2011-12-03
libgo: Generate dependencies automatically.
Ian Lance Taylor
1
-298
/
+632
2011-12-01
compiler/runtime: Copy channel implementation from master library.
Ian Lance Taylor
1
-156
/
+26
2011-11-29
libgo: update to weekly.2011-10-25
Ian Lance Taylor
1
-21
/
+23
2011-11-28
runtime: Multiplex goroutines onto OS threads.
Ian Lance Taylor
1
-69
/
+34
2011-11-22
runtime: New lock/note implementation.
Ian Lance Taylor
1
-35
/
+63
2011-11-14
runtime: Use some of 6g runtime.c for easier merging.
Ian Lance Taylor
1
-17
/
+18
2011-11-11
Introduce G structure and thread-local global g.
Ian Lance Taylor
1
-21
/
+11
2011-11-02
libgo/Makefile: Fix dependency.
Ian Lance Taylor
1
-1
/
+1
2011-11-01
syscall: Portability code for epoll_event on GNU/Linux.
Ian Lance Taylor
1
-1
/
+31
2011-10-26
Update Go library to last weekly.
Ian Lance Taylor
1
-258
/
+388
2011-10-23
Implement new syscall package.
Ian Lance Taylor
1
-83
/
+86
2011-10-22
Update Go library to r60.3 release.
Ian Lance Taylor
1
-29
/
+10
2011-09-26
Pass $(MATH_LIBS) $(NET_LIBS) when linking tests.
Ian Lance Taylor
1
-0
/
+2
2011-09-22
Update Go library to release r60.1.
Ian Lance Taylor
1
-1
/
+2
2011-09-16
Update Go library to r60.
Ian Lance Taylor
1
-238
/
+655
2011-08-05
Makefile.in (UNWIND_H): Remove.
Rainer Orth
1
-1
/
+1
2011-07-11
libgo: Define CC_FOR_BUILD in Makefile.
Ian Lance Taylor
1
-0
/
+1
2011-07-06
libgo: Use GOCFLAGS when compiling tests.
Ian Lance Taylor
1
-1
/
+1
2011-06-14
Change builtin make to runtime call at lowering time.
Ian Lance Taylor
1
-31
/
+40
2011-05-24
libgo: Solaris/Irix portability fixes.
Ian Lance Taylor
1
-2
/
+6
2011-05-20
Update to current version of Go library.
Ian Lance Taylor
1
-51
/
+199
2011-04-25
libgo: Irix 6 patches.
Ian Lance Taylor
1
-3
/
+5
2011-04-22
libgo: Support multilib testing.
Ian Lance Taylor
1
-38
/
+90
2011-04-07
libgo: Update to current Go library.
Ian Lance Taylor
1
-51
/
+48
[next]