Age | Commit message (Expand) | Author | Files | Lines |
2019-08-28 | compiler, runtime: provide index information on bounds check failure | Ian Lance Taylor | 1 | -0/+7 |
2019-06-21 | compiler: intrinsify some math/bits functions | Cherry Zhang | 1 | -0/+7 |
2019-05-17 | compiler: intrinsify runtime/internal/atomic functions | Cherry Zhang | 1 | -0/+7 |
2019-05-16 | compiler: add intrinsics for runtime/internal/sys functions | Ian Lance Taylor | 1 | -0/+7 |
2019-02-15 | compiler, runtime: harmonize types referenced by both C and Go | Ian Lance Taylor | 1 | -12/+0 |
2017-12-22 | compiler: bring escape analysis mostly in line with gc compiler | Ian Lance Taylor | 1 | -19/+11 |
2017-01-11 | compiler: mark generated struct/array types as incomparable | Ian Lance Taylor | 1 | -4/+24 |
2016-10-28 | compiler, runtime: copy slice code from Go 1.7 runtime | Ian Lance Taylor | 1 | -2/+2 |
2016-10-12 | compiler, runtime: copy string code from Go 1.7 | Ian Lance Taylor | 1 | -0/+36 |
2016-09-21 | compiler, runtime: replace hashmap code with Go 1.7 hashmap | Ian Lance Taylor | 1 | -33/+0 |
2016-04-23 | compiler: Expose runtime code through Func_expression. | Ian Lance Taylor | 1 | -0/+36 |
2014-10-24 | compiler: Simplify making integer expressions. | Ian Lance Taylor | 1 | -7/+3 |
2014-10-20 | compiler, runtime: Add type information to single object allocation. | Ian Lance Taylor | 1 | -5/+4 |
2014-08-11 | compiler: Change return type comma-ok assignments to untyped bools. | Ian Lance Taylor | 1 | -2/+2 |
2013-10-09 | compiler, runtime: Fix complex division of NaN / 0. | Ian Lance Taylor | 1 | -0/+7 |
2012-12-21 | re PR bootstrap/54659 (Bootstrap with --disable-nls broken under Windows) | Ian Lance Taylor | 1 | -2/+0 |
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 | -0/+7 |
2012-01-21 | compiler: Change alias handling, change rune alias to int32. | Ian Lance Taylor | 1 | -0/+7 |
2012-01-20 | compiler: Handle recursive interfaces. | Ian Lance Taylor | 1 | -2/+4 |
2011-12-01 | compiler/runtime: Copy channel implementation from master library. | Ian Lance Taylor | 1 | -16/+0 |
2011-11-29 | compiler: Define and use backend-independent Location class. | Sanjoy Das | 1 | -5/+6 |
2011-06-14 | Change builtin make to runtime call at lowering time. | Ian Lance Taylor | 1 | -0/+11 |
2011-04-23 | Define go_unreachable to replace gcc_unreachable. | Ian Lance Taylor | 1 | -2/+2 |
2011-04-21 | Define go_assert to replace gcc_assert | Ian Lance Taylor | 1 | -6/+6 |
2011-04-15 | Use the backend interface for select statements. | Ian Lance Taylor | 1 | -0/+9 |
2011-04-13 | Unify handling of runtime support functions. | Ian Lance Taylor | 1 | -0/+383 |