aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2014-10-29cmd/objdump: disable test failing on arm5go1.4beta1Russ Cox
2014-10-29cmd/objdump: use cmd/internal/objfileRuss Cox
2014-10-29cmd/objdump: skip extld test on plan9Russ Cox
2014-10-28cmd/gc: fix build - remove unused variables in walkprintRuss Cox
2014-10-28cmd/objdump: disassemble local text symbolsIan Lance Taylor
2014-10-28cmd/gc: fix internal compiler error in struct compareRuss Cox
2014-10-28cmd/gc: avoid use of goprintfRuss Cox
2014-10-28cmd/go: add get -f flagRuss Cox
2014-10-25cmd/go: pass $CGO_LDFLAGS to linker with the "gccgo" toolchain.Peter Collingbourne
2014-10-24cmd/go: add bzr support for vcs root checkingGustavo Niemeyer
2014-10-24cmd/gc: synthesize zeroed value for non-assignment contextRuss Cox
2014-10-21undo CL 156430044 / 5d69cad4faafDave Cheney
2014-10-21cmd/ld: fix addstrdata for big-endian systemsIan Lance Taylor
2014-10-20cmd/gc: disallow call of *T method using **T variableRuss Cox
2014-10-20cmd/cgo: disable clang's integrated assemblerDave Cheney
2014-10-20cmd/go: set exit status for failing "go generate" run.Rob Pike
2014-10-20cmd/gc: emit code for extern = <N>Daniel Morsing
2014-10-17cmd/gc: don't use static init to initialize small structs, fieldsRuss Cox
2014-10-16cmd/gc: elide write barrier for x = x[0:y] and x = append(x, ...)Russ Cox
2014-10-15cmd/gc: simplify compiled code for explicit zeroingRuss Cox
2014-10-15cmd/go: add '_go_' suffix to go files compiled by gccgo to avoid naming confl...Chris Manghane
2014-10-15cmd/gc: do not copy via temporary for writebarrierfat{2,3,4}Russ Cox
2014-10-15cmd/gc: blank methods are not permitted in interface typesChris Manghane
2014-10-14liblink: require DATA lines to be ordered by offset, with no overlapRuss Cox
2014-10-14cmd/gc, runtime: fix race, nacl for writebarrier changesRuss Cox
2014-10-14cmd/gc: check for initialization cycles in method valuesChris Manghane
2014-10-14cmd/gc: add 2-, 3-, 4-word write barrier specializationsRuss Cox
2014-10-14cmd/gc: fix 'make' in cmd/gc directoryRuss Cox
2014-10-11cmd/ld: do not assume that only pe section names start with '.'Alex Brainman
2014-10-11cmd/ld: correct pe section names if longer then 8 charsAlex Brainman
2014-10-10cmd/ld: fix off-by-one error when emitting symbol namesShenghou Ma
2014-10-08cmd/ld: don't add line number info for the final address of an FDEIan Lance Taylor
2014-10-08cmd/go: add ImportComment to Package structAndrew Gerrand
2014-10-07cmd/5c, cmd/6c, cmd/8c: make failure to optimize fatalRuss Cox
2014-10-07cmd/gc: fix print formatRuss Cox
2014-10-07runtime: crash if we see an invalid pointer into GC arenaRuss Cox
2014-10-07runtime: remove type-punning for Type.gc[0], gc[1]Russ Cox
2014-10-06cmd/ld: ignore .Linfo_stringNN variables in clang .o filesRuss Cox
2014-10-06cmd/gc: prohibit short variable declarations containing duplicate symbolsEvan Kroske
2014-10-06cmd/go: fix 'go vet' of package with external testsRuss Cox
2014-10-06cmd/8l: accept R_386_GOT32 in push instructionRuss Cox
2014-10-03cmd/cc, runtime: disallow structs without tagsRuss Cox
2014-09-30cmd/cgo: add missing ast.SliceExpr.Max case to AST traversal.Alan Donovan
2014-09-30go/format, cmd/gofmt: added missing comments, minor internal cleanupRobert Griesemer
2014-09-30cmd/go: sometimes name tmp test binary test.test.exe on WindowsRuss Cox
2014-09-30cmd/pprof: add Go implementationRuss Cox
2014-09-30cmd/gc: fix call order in array literal of slice literal of make chanRuss Cox
2014-09-30cmd/objdump: move armasm, x86asm into internal packagesRuss Cox
2014-09-29go/format, cmd/gofmt: fix issues with partial Go code with indentDmitri Shuralyov
2014-09-29cmd/yacc: fix handling of tokens that don't start with lettersIan Lance Taylor