summaryrefslogtreecommitdiff
path: root/src/cmd/gc/subr.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-056g interface changes:Russ Cox1-108/+27
2008-11-03rename various magic names.Russ Cox1-17/+19
2008-11-01DOTDOTDOT import/exportKen Thompson1-0/+1
2008-11-01DOTDOTDOTKen Thompson1-6/+20
2008-10-31make %Z handle embedded NULs; remove fixed-size bufferRuss Cox1-40/+27
2008-10-30escape \ in %ZRuss Cox1-0/+1
2008-10-30make %Z escape "Russ Cox1-0/+4
2008-10-30struct annotations in imports.Russ Cox1-1/+3
2008-10-30structure field annotation stringsRuss Cox1-3/+6
2008-10-29bug 113Ken Thompson1-1/+1
2008-10-29sigt_intKen Thompson1-1/+1
2008-10-29the end of life as we know itKen Thompson1-15/+33
2008-10-25bugKen Thompson1-0/+4
2008-10-25bugKen Thompson1-2/+0
2008-10-25embedded methodsKen Thompson1-11/+3
2008-10-24another step toward interface subtypesKen Thompson1-0/+248
2008-10-24fix method function type compare bug (again)Russ Cox1-2/+15
2008-10-24Automated g4 rollback of changelist 17815.Russ Cox1-1/+1
2008-10-24fix method function type compare bugRuss Cox1-1/+1
2008-10-22embedded typesKen Thompson1-0/+45
2008-10-22do not use fake names on anonymous function return valuesRuss Cox1-1/+1
2008-10-22import/export of embedded typesRuss Cox1-1/+1
2008-10-21stop looking for type names beginning with _.Russ Cox1-8/+5
2008-10-216g:Russ Cox1-6/+30
2008-10-20fix compiler warningsRuss Cox1-1/+0
2008-10-16diagnose various conversion problemsRuss Cox1-0/+46
2008-10-15interface on arbitrary typesKen Thompson1-3/+84
2008-10-10until 6g implements it, warn about using int in interface.Russ Cox1-0/+4
2008-10-08more interface checks:Russ Cox1-0/+4
2008-10-06change type names to go live at the name, so thatRuss Cox1-1/+1
2008-10-04bug 026Ken Thompson1-2/+18
2008-10-03silence gcc warningsRuss Cox1-3/+0
2008-10-03new import/export formatRuss Cox1-30/+74
2008-10-03interfaces of all typesKen Thompson1-26/+14
2008-10-02more on arbitrary receiver typesKen Thompson1-9/+50
2008-10-02added printn and panicnKen Thompson1-0/+2
2008-09-30remove ( ) around mismatch type prints,Russ Cox1-2/+2
2008-09-30pretty types; use 6g -t to disableRuss Cox1-5/+102
2008-09-30fix up arg list parsing to handle any names:Russ Cox1-59/+33
2008-09-28toward methods on any typeKen Thompson1-0/+22
2008-09-22remove extraneous printKen Thompson1-2/+2
2008-09-22now method/interface codeKen Thompson1-6/+52
2008-09-20bug103 - but the fix caused otherKen Thompson1-0/+14
2008-09-04rewriting bugsKen Thompson1-1/+0
2008-09-03map literalsKen Thompson1-0/+1
2008-09-03array literalsKen Thompson1-27/+6
2008-09-02structure literalsKen Thompson1-0/+17
2008-09-02bug in conv(string, bytearray)Ken Thompson1-5/+7
2008-08-28get rid of static/dynamic array distinctionKen Thompson1-25/+27
2008-08-27arraysKen Thompson1-14/+37