summaryrefslogtreecommitdiff
path: root/src/cmd/gc/builtin.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: get rid of concatstring's vararg C argument.Keith Randall2013-12-031-1/+5
* runtime: pass key/value to map accessors by reference, not by value.Keith Randall2013-12-021-6/+4
* cmd/gc, runtime: inline append in frontend.R?my Oudompheng2013-09-161-3/+0
* cmd/gc: inline copy in frontend to call memmove directly.R?my Oudompheng2013-09-121-0/+1
* cmd/gc: instrument arrays properly in race detector.R?my Oudompheng2013-06-141-0/+2
* cmd/gc: update runtime.go for new map implementation.R?my Oudompheng2013-03-271-0/+1
* runtime: faster hashmap implementation.Keith Randall2013-03-201-0/+6
* cmd/gc: fix mkbuiltin (gc -A always write all symbols to export section)Shenghou Ma2013-02-261-109/+108
* cmd/gc: mapassign2 doesn't exist anymore.R?my Oudompheng2012-12-211-1/+0
* cmd/gc, runtime: avoid unnecessary copy on type assertion.Daniel Morsing2012-11-061-0/+2
* cmd/gc, runtime: pass PC directly to racefuncenter.R?my Oudompheng2012-11-011-1/+1
* cmd/gc: rebuild builtin.cRuss Cox2012-10-211-4/+2
* race: gc changesDmitriy Vyukov2012-10-021-0/+4
* cmd/gc: Inline pointer sized T2I interface conversionsDaniel Morsing2012-09-111-0/+1
* runtime: faster string equality.R?my Oudompheng2012-08-051-0/+1
* cmd/gc: cache itab lookup in convT2I.Nigel Tao2012-07-031-1/+1
* cmd/gc: inline slice[arr,str] in the frontend (mostly).Luuk van Dijk2012-06-021-3/+0
* gc: delete old unsafe functionsRuss Cox2012-02-131-65/+60
* gc: check in y.tab.[ch], yerr.h, builtin.c.Russ Cox2012-02-031-0/+123