]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/gc/lex.go
[dev.ssa] Merge remote-tracking branch 'origin/master' into ssamerge
[gostls13.git] / src / cmd / compile / internal / gc / lex.go
2016-02-29 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-27 Matthew Dempskycmd/compile: simplify lexinit and lexfini
2016-02-26 Matthew Dempskycmd/compile: eliminate prectab
2016-02-26 Robert Griesemercmd/compile: track pragmas in lexer rather than global...
2016-02-26 Matthew Dempskycmd/compile: stop representing keywords as Syms
2016-02-26 Matthew Dempskycmd/compile: fix contrived line number errors
2016-02-26 Matthew Dempskycmd: stop looking for __.(GO)?SYMDEF entries in archives
2016-02-26 Matthew Dempskycmd/compile: rationalize (lex)?lineno handling
2016-02-25 David Chase[dev.ssa] cmd/compile: enhance command line option...
2016-02-25 Robert Griesemercmd/compile: adjust starting token value
2016-02-25 Matthew Dempskycmd/compile: fix off-by-1 in getr
2016-02-25 Matthew Dempskycmd/compile: cleanup escape sequence lexing
2016-02-24 Josh Bleecher Snydercmd/compile: clean up getlinepragma
2016-02-24 Robert Griesemercmd/compile: factor our literal lexing from main lexer...
2016-02-24 Robert Griesemercmd/compile: towards simpler and faster lexing: always...
2016-02-24 Keith Randallcmd/compile: keep JMPs around with -N
2016-02-23 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-23 Matthew Dempskycmd/compile: use path.Join in importfile
2016-02-23 Robert Griesemercmd/compile: move Io state into lexer and remove Io...
2016-02-21 Josh Bleecher Snyderall: use cannot instead of can not
2016-02-21 Robert Griesemercmd/compile: set lexer nlsemi state directly
2016-02-21 Robert Griesemercmd/compile: test for lower-case letters first in isAlpha
2016-02-21 Robert Griesemercmd/compile: remove gratuituous copying of lexer token...
2016-02-21 Matthew Dempskycmd/compile: simplify import path handling
2016-02-20 Matthew Dempskycmd/compile: eliminate global fileparser
2016-02-20 Matthew Dempskycmd/compile: eliminate pushedio and savedstate
2016-02-20 Matthew Dempskycmd/compile: change two pushedio.bin tests to use impor...
2016-02-20 Matthew Dempskycmd/compile: eliminate Io.infile and Io.cp
2016-02-20 Matthew Dempskycmd/compile: switch cannedimports to use a Biobuf
2016-02-20 Matthew Dempskycmd/compile: refactor export data parsing
2016-02-19 Matthew Dempskycmd/compile: refactor import statement parsing
2016-02-19 Matthew Dempskycmd/compile: load builtin export data only once
2016-02-18 Matthew Dempskycmd/compile: cleanup mkbuiltin.go
2016-02-18 Matthew Dempskycmd/compile: eliminate Io.importsafe
2016-02-11 Gerrit Code ReviewMerge "[dev.ssa] Merge remote-tracking branch 'origin...
2016-02-10 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-08 David Chase[dev.ssa] cmd/compile: fix for bug in cse speed improve...
2016-01-24 Russ Coxcmd/asm: reject foo(SB)(AX) instead of silently treatin...
2016-01-22 Robert Griesemercmd/compile: remove unused (dead) fields
2016-01-19 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-01-19 Robert Griesemercmd/compile: set importpkg.Direct correctly when using...
2016-01-08 Russ Coxcmd/compile: apply -importmap to imports before checkin...
2016-01-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-11-28 Robert Griesemercmd/compile: remove gratuituous type conversions
2015-11-28 Robert Griesemercmd/compile: use correct line number for := (LCOLAS)
2015-11-24 Robert Griesemercmd/compile: remove dead code
2015-11-24 Robert Griesemercmd/compile: remove yacc-based parser
2015-11-20 Robert Griesemercmd/compile: print regular error message in BOM corner...
2015-11-17 Hyang-Ah Hana Kimcmd: enable android/386 build (buildmode=pie by default)
2015-11-17 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-11-16 Russ Coxcmd/compile: reject identifiers beginning with non...
2015-11-14 Robert Griesemercmd/compile: associate tracking issue numbers with...
2015-11-13 Robert Griesemercmd/compile/internal/gc: recursive-descent parser
2015-11-04 Austin Clementscmd/compile: add go:nowritebarrierrec annotation
2015-10-30 Marvin Stengercmd/compile/internal: named types for Etype and Op...
2015-10-30 Robert Griesemercmd/compile/internal/gc: fix complex literal overflow
2015-10-29 Todd Nealcmd/compile: add support for a go:noinline directive
2015-10-29 Michael Hudson-Doylecmd/compile, cmd/go, cmd/link: enable -buildmode=shared...
2015-10-29 David Crawshawcmd/go: buildmode=c-shared support for linux/arm64
2015-10-28 Michael Hudson-Doylecmd/compile, cmd/go: enable -buildmode=shared and relat...
2015-10-28 Michael Hudson-Doylecmd/compile, cmd/go, cmd/link: enable -buildmode=shared...
2015-10-23 Jeremy Jackinscmd/compile/internal/gc: update old c-style comments
2015-10-22 Robert Griesemercmd/compile/internal/gc: compact binary export format
2015-10-21 Ian Lance Taylorcmd/compile: add -msan option
2015-10-21 Ian Lance Taylorcmd/compile: generalize racewalk to instrument (naming...
2015-10-20 Gerrit Code ReviewMerge "[dev.ssa] Merge remote-tracking branch 'origin...
2015-10-19 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-10-19 Michael Hudson-Doylecmd/compile: allow -shared/-dynlink on ppc64
2015-10-08 Didier Speziacmd/compile: fix some C to Go translation leftovers
2015-09-24 Marvin Stengercmd/compile/internal/gc: move functions from util.go...
2015-09-18 Dave Cheneycmd/compile: convert externdecl to []*Node
2015-09-17 Marvin Stengercmd/compile/internal/gc: cleaning; use range when appro...
2015-09-15 Marvin Stengercmd/compile/internal/gc: cleaning lex.go
2015-09-08 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-09-08 Michael Hudson-Doylecmd/internal/obj: remove dead code and small cleanups
2015-09-08 Marvin Stengercmd/compile/internal/gc: convert fields of Type to...
2015-09-08 Marvin Stengercmd/compile/internal/gc: convert fields of Pkg to bool
2015-09-08 Håvard Haugencmd/compile: make importlist a []*Node instead of ...
2015-09-05 Dave Cheneycmd/compile: use []*Node instead of NodeList in bottomU...
2015-09-04 Michael Hudson-Doylecmd/compile, cmd/go: generate position independent...
2015-09-04 Shenghou Macmd/compile/internal/gc: allow //go:systemstack only...
2015-09-02 Håvard Haugencompile/internal/gc: make typecheckok a bool
2015-08-31 Håvard Haugencmd/compile/internal/gc: rename Fatal to Fatalf
2015-08-25 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-08-22 Brad Fitzpatrickcmd/compile: in usage messages, name the binary "compil...
2015-07-30 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-07-22 Russ Coxruntime/cgo: make compatible with race detector
2015-07-18 Ian Lance Taylorcmd/compile: ignore carriage return in magic comments
2015-07-01 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-06-19 Russ Coxcmd/compile: add -importmap option
2015-06-17 Russ Coxcmd/compile: introduce //go:systemstack annotation
2015-06-16 Shenghou Macmd/compile: show compiler panics when -d panic=1
2015-06-11 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-06-09 Josh Bleecher Snydercmd/compile: early typecheck top level OAS2 nodes
2015-06-05 Russ Coxcmd/compile, cmd/link: add docs
2015-06-03 Russ Coxcmd/internal/gc: add -buildid flag to write build ID...
2015-06-03 Russ Coxcmd/compile: move Node.Param, Node.Funcdepth into Node...
2015-06-03 Russ Coxcmd/compile: move Node.Pkg to Node.Name.Pkg
2015-06-03 Russ Coxcmd/compile: move Node.Pack to Node.Name.Pack
2015-06-03 Russ Coxcmd/compile: remove Val.Ctype
next