Age | Commit message (Expand) | Author | Files | Lines |
2015-07-14 | compiler,runtime: Determine if allocations need new pointers in runtime. | Ian Lance Taylor | 1 | -4/+0 |
2015-01-16 | compiler, reflect, runtime: Use static chain for closures. | Richard Henderson | 1 | -6/+0 |
2014-10-20 | compiler, runtime: Add type information to single object allocation. | Ian Lance Taylor | 1 | -2/+2 |
2014-04-14 | Sync to current external repository. | Chris Manghane | 1 | -7/+9 |
2013-10-09 | compiler, runtime: Fix complex division of NaN / 0. | Ian Lance Taylor | 1 | -0/+6 |
2013-06-18 | compiler, runtime: Use function descriptors. | Ian Lance Taylor | 1 | -5/+0 |
2012-11-29 | compiler, runtime: Track fields with tag go:"track". | Ian Lance Taylor | 1 | -0/+4 |
2012-11-06 | compiler, runtime: Memcmp routine returns intgo. | Ian Lance Taylor | 1 | -1/+1 |
2012-11-01 | compiler, runtime: More steps toward separating int and intgo. | Ian Lance Taylor | 1 | -1/+1 |
2012-10-23 | libgo: Update to current sources. | Ian Lance Taylor | 1 | -6/+7 |
2012-02-08 | compiler, runtime: Check make int64 args for overflow. | Ian Lance Taylor | 1 | -0/+7 |
2012-01-21 | compiler: Change alias handling, change rune alias to int32. | Ian Lance Taylor | 1 | -1/+1 |
2012-01-06 | compiler, runtime: Implement struct and array comparisons. | Ian Lance Taylor | 1 | -0/+3 |
2011-12-01 | compiler/runtime: Copy channel implementation from master library. | Ian Lance Taylor | 1 | -21/+29 |
2011-10-25 | Implement predeclared delete function. | Ian Lance Taylor | 1 | -0/+3 |
2011-09-21 | Support nil maps. | Ian Lance Taylor | 1 | -2/+2 |
2011-09-16 | Fix defer when not calling recover in function with named results. | Ian Lance Taylor | 1 | -3/+3 |
2011-06-14 | Change builtin make to runtime call at lowering time. | Ian Lance Taylor | 1 | -2/+8 |
2011-04-13 | Unify handling of runtime support functions. | Ian Lance Taylor | 1 | -0/+341 |