aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-16misc/nacl: include parser.go for cmd/compile/internal/syntax testsdev.gcfeMatthew Dempsky
2016-08-16cmd/compile/internal/syntax: match old parser errors and line numbersMatthew Dempsky
2016-08-16cmd/compile/internal/gc: use new AST parserMatthew Dempsky
2016-08-16cmd/dist: build cmd/compile/internal/syntaxMatthew Dempsky
2016-08-16cmd/compile/internal/syntax: add a Line method to interface NodeMatthew Dempsky
2016-08-16cmd/compile/internal/syntax: refactor DeclStmt parsingMatthew Dempsky
2016-08-16cmd/compile/internal/syntax: emit errors for unexpected top-level tokensMatthew Dempsky
2016-08-16cmd/compile/internal/syntax: change Read to still return the ASTMatthew Dempsky
2016-08-16cmd/compile/internal/syntax: fix off-by-1 for implicit semicolonsMatthew Dempsky
2016-08-16cmd/compile/internal/syntax: better error positions for scanner errorsRobert Griesemer
2016-08-16cmd/compile/internal/syntax: provide LitKind to identify literalsRobert Griesemer
2016-08-16cmd/compile/internal/syntax: simplify BOM handlingMatthew Dempsky
2016-08-16cmd/compile/internal/syntax: cleanup TypeSwitchGuard handlingMatthew Dempsky
2016-08-16cmd/compile/internal/syntax: export ImplicitOne and use to identify x++/x--Robert Griesemer
2016-08-16cmd/compile/internal/syntax: minor cleanups in source handlingRobert Griesemer
2016-08-16cmd/compile/internal/syntax: represent empty statements with EmptyStmtMatthew Dempsky
2016-08-16cmd/compile/internal/syntax: fix many string/rune literal corner casesRobert Griesemer
2016-08-16cmd/compile/internal/syntax: fix source.getrRobert Griesemer
2016-08-16cmd/compile/internal/syntax: rudimentary support for error reportingRobert Griesemer
2016-08-16cmd/compile/internal/syntax: skip verbose tests in -short modeRobert Griesemer
2016-08-16cmd/compile/internal/syntax: insert implicit semicolons before EOFMatthew Dempsky
2016-08-16cmd/compile/internal/syntax: fix general comment lexingMatthew Dempsky
2016-08-16cmd/compile/internal/syntax: fix lexing of ".45e1" and add token testsRobert Griesemer
2016-08-16cmd/compile/internal/syntax: fix dot-import parsingMatthew Dempsky
2016-08-16cmd/compile/internal/syntax: pragma support for new parserMatthew Dempsky
2016-08-16cmd/compile/internal/syntax: simplify IfStmtMatthew Dempsky
2016-08-16cmd/compile/internal/syntax: various tweaksMatthew Dempsky
2016-08-16cmd/compile/internal/syntax: don't allocate a string for each keywordRobert Griesemer
2016-08-16cmd/compile/internal/syntax: implement buffered reading from io.ReaderRobert Griesemer
2016-08-16cmd/compile/internal/syntax: fast Go syntax trees, initial commit.Robert Griesemer
2016-08-16cmd/compile: accept literals in samesafeexprJosh Bleecher Snyder
2016-08-16cmd/compile: fix uint<->float conversion on 386Cherry Zhang
2016-08-16cmd/compile: add size hint to map literal allocationsKeith Randall
2016-08-16cmd/internal/obj/x86: minor code cleanupJosh Bleecher Snyder
2016-08-16cmd/compile: optimize bool to int conversionJosh Bleecher Snyder
2016-08-16cmd/compile: don't crash when exporting self-recursive interfacesRobert Griesemer
2016-08-16reflect: clear tflag on new typesDavid Crawshaw
2016-08-16cmd/compile: don't fold >32bit constants into a MULQKeith Randall
2016-08-16cmd/compile: inline _, ok = i.(T)Josh Bleecher Snyder
2016-08-16cmd/internal/obj: convert Aconv to a stringerMichael Pratt
2016-08-16cmd/compile/internal/big: re-vendorJosh Bleecher Snyder
2016-08-16runtime: move printing of extra newlineJosh Bleecher Snyder
2016-08-16net/http: use keyed composite literalJosh Bleecher Snyder
2016-08-16crypto/cipher, math/big: fix example namesJosh Bleecher Snyder
2016-08-16crypto/tls: fix WriteTo method signatureJosh Bleecher Snyder
2016-08-16net: change t.Error to t.ErrorfJosh Bleecher Snyder
2016-08-16container/list: silence vet warningsJosh Bleecher Snyder
2016-08-16cmd/compile: remove nil check in accessing PAUTOHEAP variableCherry Zhang
2016-08-16all: fix "result not used" vet warningsJosh Bleecher Snyder
2016-08-16cmd/compile: fix bad generated format strings in testJosh Bleecher Snyder