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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-25
Solaris/Irix compatibility patches.
Ian Lance Taylor
9
-6
/
+49
2011-10-25
Fix Solaris build.
Ian Lance Taylor
2
-2
/
+2
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-24
Error if naked return when result variables are shadowed.
Ian Lance Taylor
3
-18
/
+23
2011-10-24
Some minor fixes to the rewritten syscall library.
Ian Lance Taylor
2
-6
/
+8
2011-10-23
Implement new syscall package.
Ian Lance Taylor
74
-2053
/
+3554
2011-10-22
Update Go library to r60.3 release.
Ian Lance Taylor
14
-1608
/
+288
2011-09-28
mksysinfo: #include <ttold.h> on Irix.
Ian Lance Taylor
1
-1
/
+4
2011-09-27
mksysinfo: Fix for systems that don't define TIOCSCTTY.
Ian Lance Taylor
1
-0
/
+8
2011-09-26
Pass $(MATH_LIBS) $(NET_LIBS) when linking tests.
Ian Lance Taylor
3
-1
/
+5
2011-09-26
Fix sysinfo.go on systems which don't need to import "unsafe".
Ian Lance Taylor
1
-0
/
+1
2011-09-23
Include <termios.h> in mksysinfo.sh.
Ian Lance Taylor
1
-0
/
+1
2011-09-22
Update Go library to release r60.1.
Ian Lance Taylor
17
-27
/
+749
2011-09-22
Add html/testdata files accidentally omitted.
Ian Lance Taylor
23
-0
/
+5051
2011-09-21
Increase default libgo test timeout.
Ian Lance Taylor
1
-1
/
+1
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-20
Implement goto restrictions.
Ian Lance Taylor
1
-9
/
+12
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
713
-30293
/
+58730
2011-09-16
Fix defer when not calling recover in function with named results.
Ian Lance Taylor
4
-6
/
+27
2011-08-05
Makefile.in (UNWIND_H): Remove.
Rainer Orth
2
-2
/
+2
2011-07-13
libgo/testsuite/gotest: Run tests in source file order.
Ian Lance Taylor
1
-2
/
+2
2011-07-11
libgo: Define CC_FOR_BUILD in Makefile.
Ian Lance Taylor
4
-2
/
+11
2011-07-11
libgo/runtime: Change std::abort to abort.
Ian Lance Taylor
1
-1
/
+1
2011-07-07
re PR bootstrap/39150 (Configure scripts have no 64-Bit Solaris defined (only...
Rainer Orth
2
-2
/
+2
2011-07-06
libgo: Use GOCFLAGS when compiling tests.
Ian Lance Taylor
2
-2
/
+2
2011-07-06
json: fix test when rand returns 0.
Ian Lance Taylor
1
-0
/
+3
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
8
-40
/
+62
2011-06-11
Use backend interface for map descriptors.
Ian Lance Taylor
3
-6
/
+6
2011-05-31
libgo: Define PtraceRegs for Alpha GNU/Linux.
Ian Lance Taylor
1
-0
/
+32
2011-05-31
os: Correct Ctime_ns calculation.
Ian Lance Taylor
1
-1
/
+1
2011-05-31
libgo/mksysinfo: Remove structs within stat found on Alpha.
Ian Lance Taylor
1
-0
/
+1
2011-05-25
re PR go/48502 (os_test.TestStartProcess FAILs on Solaris 2)
Ian Lance Taylor
1
-1
/
+2
2011-05-24
libgo: Make os.setenv_c work on systems without setenv.
Ian Lance Taylor
4
-6
/
+25
2011-05-24
libgo: Irix portability fixes (no declaration for getaddrinfo).
Ian Lance Taylor
1
-0
/
+41
2011-05-24
libgo: Solaris/Irix portability fixes.
Ian Lance Taylor
3
-3
/
+17
2011-05-20
Update to current version of Go library.
Ian Lance Taylor
356
-4841
/
+18925
2011-05-06
More uses of backend interface for types.
Ian Lance Taylor
6
-12
/
+16
2011-04-29
libgo http/cgi: Pass down environment variables for irix and solaris.
Ian Lance Taylor
1
-0
/
+2
2011-04-25
libgo/time: Support Irix 6 location of zoneinfo files.
Ian Lance Taylor
1
-6
/
+10
2011-04-25
libgo: Irix 6 patches.
Ian Lance Taylor
7
-18
/
+120
2011-04-23
re PR go/48553 (fmt FAILs on 32-bit Solaris 2 with stack overflow)
Ian Lance Taylor
1
-1
/
+3
2011-04-22
libgo: Support multilib testing.
Ian Lance Taylor
2
-76
/
+180
2011-04-22
re PR go/48503 (http/cgi FAILs if libgcc_s.so.1 isn't in default ld.so.1 sear...
Ian Lance Taylor
1
-3
/
+31
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
[next]