Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compiler, runtime: copy slice code from Go 1.7 runtime | ian | 2016-10-28 | 1 | -99/+0 |
* | libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. | ian | 2015-01-15 | 1 | -1/+1 |
* | libgo: Update to October 24 version of master library. | ian | 2013-11-06 | 1 | -8/+8 |
* | runtime: Report len out of range for large len when making slice. | ian | 2013-10-11 | 1 | -1/+4 |
* | libgo: Update to current version of master library. | ian | 2012-11-21 | 1 | -5/+18 |
* | compiler, runtime: More steps toward separating int and intgo. | ian | 2012-11-01 | 1 | -5/+5 |
* | runtime: Better detection of memory allocation request overflow. | ian | 2012-09-28 | 1 | -1/+1 |
* | compiler, runtime: Check make int64 args for overflow. | ian | 2012-02-08 | 1 | -0/+24 |
* | runtime: Copy runtime_panicstring from master library. | ian | 2011-11-30 | 1 | -2/+2 |
* | Update Go library to last weekly. | ian | 2011-10-26 | 1 | -0/+1 |
* | Fix calling make with slice whose element type is size zero. | ian | 2011-09-20 | 1 | -1/+2 |
* | Change builtin make to runtime call at lowering time. | ian | 2011-06-14 | 1 | -0/+57 |