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
/
go
/
reflect
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-04
libgo: Merge from revision 18783:00cce3a34d7e of master library.
Ian Lance Taylor
7
-285
/
+498
2013-12-12
reflect: Fix MakeFunc returning float32 or float64 on 386.
Ian Lance Taylor
2
-15
/
+26
2013-12-12
compiler, reflect, runtime: Implement method values in reflect.
Ian Lance Taylor
6
-44
/
+115
2013-12-11
reflect, runtime: Let reflect.MakeFunc functions call recover.
Ian Lance Taylor
2
-0
/
+31
2013-11-30
reflect: Rename struct field to be consistent in assembler and Go.
Ian Lance Taylor
1
-2
/
+2
2013-11-30
reflect: Fix MakeFunc for 386 when returning a struct.
Ian Lance Taylor
2
-1
/
+14
2013-11-19
reflect: Handle calls to functions that take or return empty structs
Ian Lance Taylor
1
-0
/
+40
2013-11-06
libgo: Update to October 24 version of master library.
Ian Lance Taylor
6
-92
/
+404
2013-10-07
reflect: Use C style comments in 386 assembly for Solaris assembler.
Ian Lance Taylor
1
-23
/
+24
2013-10-04
reflect: Fix calling Interface method on value created by MakeFunc.
Ian Lance Taylor
2
-1
/
+25
2013-10-02
reflect: Use hand-coded .eh_frame section rather than CFI directives.
Ian Lance Taylor
2
-21
/
+162
2013-10-01
reflect: Fix reflect.Call with function following non-pointer.
Ian Lance Taylor
2
-2
/
+13
2013-09-27
reflect: Copy stack values onto heap in amd64 MakeFunc.
Ian Lance Taylor
1
-2
/
+8
2013-09-27
reflect: Implement MakeFunc for 386.
Ian Lance Taylor
4
-2
/
+248
2013-09-27
reflect: Implement MakeFunc for amd64.
Ian Lance Taylor
6
-77
/
+634
2013-09-17
reflect: Fix bug calling method on indirect value.
Ian Lance Taylor
1
-1
/
+7
2013-09-03
compiler, runtime: Use runtime functions to pass closure value.
Ian Lance Taylor
1
-7
/
+0
2013-07-16
libgo: Update to Go 1.1.1.
Ian Lance Taylor
7
-143
/
+775
2013-06-18
compiler, runtime: Use function descriptors.
Ian Lance Taylor
3
-11
/
+37
2013-01-29
libgo: Update Go library to master revision 15489/921e53d4863c.
Ian Lance Taylor
1
-2
/
+2
2012-12-12
libgo: Update to current master library sources.
Ian Lance Taylor
2
-5
/
+3
2012-11-21
libgo: Update to current version of master library.
Ian Lance Taylor
6
-249
/
+673
2012-11-19
reflect: Fix invalid sharing in valueInterface.
Ian Lance Taylor
1
-4
/
+4
2012-11-10
reflect: Fix bug comparing struct field types.
Ian Lance Taylor
1
-3
/
+14
2012-10-23
libgo: Update to current sources.
Ian Lance Taylor
7
-100
/
+1917
2012-10-03
libgo: Update to Go 1.0.3.
Ian Lance Taylor
2
-1
/
+25
2012-06-14
compiler, reflect: Quote package path with tabs.
Ian Lance Taylor
1
-1
/
+1
2012-06-12
compiler, reflect: Handle package path like gc compiler.
Ian Lance Taylor
1
-2
/
+22
2012-05-14
libgo: Use -fgo-pkgpath.
Ian Lance Taylor
1
-1
/
+1
2012-05-04
libgo: Update to Go 1.0.1 release.
Ian Lance Taylor
2
-0
/
+6
2012-03-30
libgo: Update to weekly.2012-03-22.
Ian Lance Taylor
2
-14
/
+37
2012-03-30
libgo: Update to weekly.2012-03-13.
Ian Lance Taylor
2
-0
/
+5
2012-03-06
libgo: Update to weekly.2012-03-04 release.
Ian Lance Taylor
4
-5
/
+45
2012-03-02
libgo: Update to weekly.2012-02-14 release.
Ian Lance Taylor
2
-89
/
+98
2012-02-09
libgo: Update to weekly.2012-02-07.
Ian Lance Taylor
2
-3
/
+15
2012-02-04
compiler, reflect: Fix hash codes of named types, fix PtrTo hash.
Ian Lance Taylor
2
-2
/
+28
2012-01-25
libgo: Update to weekly.2012-01-20.
Ian Lance Taylor
2
-3
/
+14
2012-01-23
compiler: Give an error if a variable is defined but not used.
Ian Lance Taylor
2
-11
/
+8
2012-01-12
libgo: Update to weekly.2011-12-14.
Ian Lance Taylor
2
-6
/
+18
2011-12-14
libgo: Update to weekly.2011-12-06.
Ian Lance Taylor
2
-10
/
+10
2011-12-12
libgo: Update to weekly.2011-11-18.
Ian Lance Taylor
4
-737
/
+756
2011-12-03
libgo: Update to weekly.2011-11-02.
Ian Lance Taylor
2
-2
/
+2
2011-12-02
libgo: Update to weekly.2011-11-01.
Ian Lance Taylor
1
-3
/
+3
2011-10-26
Update Go library to last weekly.
Ian Lance Taylor
3
-25
/
+120
2011-10-22
Update Go library to r60.3 release.
Ian Lance Taylor
3
-42
/
+106
2011-09-22
Update Go library to release r60.1.
Ian Lance Taylor
1
-0
/
+3
2011-09-16
Update Go library to r60.
Ian Lance Taylor
3
-49
/
+253
2011-05-20
Update to current version of Go library.
Ian Lance Taylor
6
-1838
/
+2706
2011-03-24
Update to current version of Go library.
Ian Lance Taylor
2
-51
/
+44
2011-03-16
Update to current version of Go library (revision 94d654be2064).
Ian Lance Taylor
4
-51
/
+296
[next]