summaryrefslogtreecommitdiff
path: root/src/cmd/gc/builtin.c.boot
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-114/+0
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+114
2011-09-13Imported Upstream version 60Ondřej Surý1-115/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-4/+6
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-1/+3
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-2/+4
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-2/+4
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-7/+11
2010-06-08gc: new typechecking rulesRuss Cox1-12/+16
2010-05-01gc: be pickier about slice, chan, array, and map sizesRuss Cox1-29/+29
2010-04-01runtime: turn run time errors checks into panicsRuss Cox1-1/+2
2010-03-31gc: implement panic and recoverRuss Cox1-1/+1
2010-03-30gc: add panic and recover (still unimplemented in runtime)Russ Cox1-1/+2
2010-03-09identical complex implementationKen Thompson1-0/+1
2010-02-25gc: implement []int(string) and []byte(string)Russ Cox1-0/+2
2010-02-18complex constant multiply and divideKen Thompson1-0/+1
2010-01-27gc: implement defer print/println/panic/paniclnRuss Cox1-23/+24
2010-01-22eliminate the package global name space assumption in object filesRuss Cox1-84/+84
2010-01-19cleanup toward eliminating package global name spaceRuss Cox1-84/+84
2009-12-07runtime: introduce unsafe.New and unsafe.NewArrayRuss Cox1-0/+2
2009-12-04gc/runtime: pass type structure to makeslice.Russ Cox1-1/+1
2009-11-20x[y:] for stringsRuss Cox1-0/+1
2009-11-20x[lo:] - gc and runtime.Russ Cox1-1/+1
2009-11-17install copy predefinedKen Thompson1-0/+1
2009-10-15rename sys functions to runtime,Russ Cox1-75/+75
2009-10-12new builtin.c.boot from arm.Russ Cox1-0/+2
2009-09-08pass Type* to makechan and makemap so thatRuss Cox1-2/+2
2009-08-25rename runtime internals to have modern names (array->slice etc)Rob Pike1-9/+9
2009-07-31checkpoint; still plenty to clean upRuss Cox1-1/+1
2009-07-17another step toward eliminating forward declarations.Russ Cox1-1/+0
2009-07-076g, 8g: generate data structures for new reflect interface (CL 31107)Russ Cox1-13/+14
2009-05-28print uint64 as uint64.Russ Cox1-0/+1
2009-05-28detect recursive initializationKen Thompson1-0/+1
2009-05-27string([]int) conversionKen Thompson1-0/+1
2009-05-268g: 64-bit arithmetic and assorted bug fixes;Russ Cox1-0/+4
2009-05-21enforce channel directionRuss Cox1-9/+9
2009-05-20stricter interface conversion rule: i.(T)Russ Cox1-0/+1
2009-05-20change representation of interface values.Russ Cox1-1/+10
2009-05-12no need for compiler to hard-code definition of runtime.Russ Cox1-8/+0
2009-05-08move things out of sys into os and runtimeRuss Cox1-7/+8
2009-05-08Move sys.Reflect and sys.Unreflect into unsafe.Rob Pike1-2/+2
2009-05-056g tweaksRuss Cox1-1/+0
2009-04-10range over stringsKen Thompson1-0/+2
2009-03-17binary search on type switches.Ken Thompson1-0/+1
2009-03-12chan flags close/closed installedKen Thompson1-0/+2
2009-03-05new approach for generating sysimport.cRuss Cox1-0/+72