summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [dev.inline] cmd/compile: parse source files concurrentlydev.inlineMatthew Dempsky2017-01-133-69/+85
* [dev.inline] cmd/compile: reorganize file parsing logicMatthew Dempsky2017-01-132-16/+22
* [dev.inline] cmd/compile: split mkpackage into separate functionsMatthew Dempsky2017-01-133-47/+49
* [dev.inline] cmd/internal/obj: remove vestiges of LineHist - not used anymoreRobert Griesemer2017-01-095-250/+7
* [dev.inline] cmd/internal/src: introduce compact source position representationRobert Griesemer2017-01-0942-163/+313
* [dev.inline] cmd/internal/src: replace src.Pos with syntax.PosRobert Griesemer2017-01-0938-390/+372
* [dev.inline] cmd/compile/internal/syntax: add predicates to syntax.PosRobert Griesemer2016-12-102-4/+68
* [dev.inline] cmd/compile/internal/syntax: add tests for //line directivesRobert Griesemer2016-12-093-11/+46
* [dev.inline] cmd/compile/internal/syntax: report byte offset rather then rune...Robert Griesemer2016-12-094-72/+81
* [dev.inline] cmd/internal/obj: rename Prog.Lineno to Prog.PosDavid Lazar2016-12-0916-80/+80
* [dev.inline] cmd/internal/obj: use src.Pos in obj.ProgDavid Lazar2016-12-096-13/+14
* [dev.inline] cmd/compile/internal/syntax: remove gcCompat uses in scannerRobert Griesemer2016-12-094-33/+26
* [dev.inline] cmd/compile/internal/syntax: use syntax.Pos for all external pos...Robert Griesemer2016-12-098-64/+93
* [dev.inline] cmd/compile/internal/syntax: clean up error and pragma handlingRobert Griesemer2016-12-094-102/+128
* [dev.inline] cmd/compile/internal/syntax: simplified position codeRobert Griesemer2016-12-094-66/+53
* [dev.inline] cmd/compile/internal/syntax: process //line pragmas in scannerRobert Griesemer2016-12-098-43/+78
* [dev.inline] cmd/compile/internal/syntax: introduce general position info for...Robert Griesemer2016-12-0911-114/+383
* [dev.inline] cmd/internal/src: introduce NoPos and use it instead Pos{}Robert Griesemer2016-12-0911-21/+24
* [dev.inline] cmd/compile/internal/ssa: another round of renames from line -> ...Robert Griesemer2016-12-084-121/+119
* [dev.inline] cmd/compile/internal/ssa: rename various fields from Line to PosRobert Griesemer2016-12-0841-4383/+4383
* [dev.inline] cmd/compile: rename various fields from Lineno to PosRobert Griesemer2016-12-0828-155/+155
* [dev.inline] cmd/internal/src: make Pos implementation abstractRobert Griesemer2016-12-0836-93/+123
* [dev.inline] cmd/compile: introduce cmd/internal/src.Pos type for line numbersRobert Griesemer2016-12-0827-132/+181
* cmd/go: ensure streaming test's stdout, stderr are same as cmd/go'sBrad Fitzpatrick2016-12-074-11/+96
* doc: mention more binary download architecturesBrad Fitzpatrick2016-12-061-2/+2
* doc: mention concurrent map write/iterate detectorKeith Randall2016-12-061-0/+20
* reflect: add example for StructOfSebastien Binet2016-12-061-0/+41
* net/http: update bundled http2Brad Fitzpatrick2016-12-061-9/+78
* cmd/link: hash packages after loading all symbolsDavid Crawshaw2016-12-063-13/+37
* doc/go1.8: remove mention of #16396Shenghou Ma2016-12-061-2/+1
* cmd/compile: fix static-initialization compilation failureMatthew Dempsky2016-12-062-1/+18
* doc: document the mips port in install-source.htmlShenghou Ma2016-12-061-2/+15
* misc/cgo/test: ignore "too many open files" in issue 18146 testIan Lance Taylor2016-12-061-1/+1
* net/http: fix typo in Request.GetBody's doc stringChris Broadfoot2016-12-061-1/+1
* runtime/cgo: retry pthread_create on EAGAIN for OpenBSDIan Lance Taylor2016-12-055-8/+49
* misc/cgo/test: skip Test18146 on DragonFlyIan Lance Taylor2016-12-051-1/+1
* doc/go1.8: document mips port requirementsShenghou Ma2016-12-051-1/+3
* runtime/cgo: retry pthread_create on EAGAINIan Lance Taylor2016-12-0524-21/+160
* runtime: don't skip TestCgoCallbackGC on FreeBSDIan Lance Taylor2016-12-051-2/+0
* runtime: check that Version does not contain \r \nRuss Cox2016-12-051-0/+9
* cmd/compile: find last StoreWB explicitlyCherry Zhang2016-12-054-16/+82
* cmd/go: give useful error when msan isn't supportedDhananjay Nakrani2016-12-041-0/+4
* html/template: lock in application/json as valid JS testEmmanuel Odeke2016-12-041-0/+1
* html/template: escape JS in application/json script tagNodir Turakulov2016-12-041-2/+4
* cmd/dist: remove special test timeout scale for WindowsBrad Fitzpatrick2016-12-031-1/+1
* runtime: skip GDB tests on mips64Brad Fitzpatrick2016-12-031-4/+15
* cmd/go: add missing newline at end of error messageJosh Bleecher Snyder2016-12-031-1/+1
* test: add test case for which gccgo generated incorrect GC infoIan Lance Taylor2016-12-021-0/+41
* doc: fix grammar in go1.8.html > crypto/tlsFilippo Valsorda2016-12-021-1/+1
* cmd/link: don't overalign ELF reloc sectionsIan Lance Taylor2016-12-022-0/+16