summaryrefslogtreecommitdiff
path: root/src/cmd/gc/go.h
AgeCommit message (Expand)AuthorFilesLines
2009-08-24bug197Russ Cox1-1/+1
2009-08-20symbol bugs.Russ Cox1-0/+2
2009-08-19produce diagnostic forRuss Cox1-0/+1
2009-08-19try to do better line number reportingRuss Cox1-1/+4
2009-08-19fix import dot bugRuss Cox1-1/+0
2009-08-12delete code for forward type declarationsRuss Cox1-7/+0
2009-08-12whole-package compilationRuss Cox1-0/+2
2009-08-11bug186 - f(iota)Russ Cox1-0/+1
2009-08-091. integer division by a constant done.Ken Thompson1-1/+28
2009-08-08plateau in divide by a constantKen Thompson1-1/+1
2009-08-07bug181 - type T *struct { T } is an invalid embedded typeRuss Cox1-0/+1
2009-08-07forward declarations not necessary.Russ Cox1-15/+28
2009-08-05delay range processing. old2new is goneRuss Cox1-4/+5
2009-08-05delay := processingRuss Cox1-1/+2
2009-08-04make Syms smaller.Russ Cox1-48/+26
2009-08-04move various bits of code aroundRuss Cox1-4/+0
2009-08-04delayed evaluation of var blocksRuss Cox1-0/+1
2009-08-04move select into its own file.Russ Cox1-0/+5
2009-08-04type checking of assignments, switch, if, forRuss Cox1-21/+2
2009-08-03more 6g reorg; checkpoint.Russ Cox1-15/+19
2009-07-31checkpoint; still plenty to clean upRuss Cox1-40/+69
2009-07-30typechecking checkpoint.Russ Cox1-6/+7
2009-07-29introduce typecheck pass before walkexpr.Russ Cox1-7/+17
2009-07-29convert walkexpr to take Node**; drop indirRuss Cox1-4/+5
2009-07-29expression printer; %#NRuss Cox1-0/+1
2009-07-17another baby step.Russ Cox1-1/+1
2009-07-17baby step: const decls can refer to futureRuss Cox1-9/+16
2009-07-17another step toward eliminating forward declarations.Russ Cox1-54/+66
2009-07-13step toward no function prototypes.Russ Cox1-1/+8
2009-07-10cleanup in preparation for new scoping.Russ Cox1-22/+20
2009-07-07method expansion bugsRuss Cox1-0/+1
2009-07-076g, 8g: generate data structures for new reflect interface (CL 31107)Russ Cox1-4/+7
2009-07-06various 6g cleanup:Russ Cox1-5/+11
2009-06-25bug165Russ Cox1-0/+2
2009-06-23fix a 6g crash after type errors.Russ Cox1-1/+2
2009-06-06implement optional semicolons with help from the lexer,Russ Cox1-0/+5
2009-06-06gc: grammar cleanup:Russ Cox1-17/+17
2009-06-02minor cleanup, 64-bit /= and %= on 32-bitRuss Cox1-0/+3
2009-05-27clean up gmove:Russ Cox1-2/+6
2009-05-26bug 150Ken Thompson1-1/+0
2009-05-268g: hello world works againRuss Cox1-0/+1
2009-05-231. check for dups in complex literalsKen Thompson1-0/+1
2009-05-21enforce channel directionRuss Cox1-3/+3
2009-05-21added key:val extension toKen Thompson1-0/+7
2009-05-20ifaceop was being called with integersRuss Cox1-1/+4
2009-05-20change representation of interface values.Russ Cox1-0/+1
2009-05-18static initialization of slicesKen Thompson1-2/+4
2009-05-16static initializationKen Thompson1-1/+1
2009-05-12no need for compiler to hard-code definition of runtime.Russ Cox1-1/+0
2009-05-086g:Russ Cox1-3/+6