summaryrefslogtreecommitdiff
path: root/src
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-093-32/+25
* [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
* 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
* cmd/compile: fix static-initialization compilation failureMatthew Dempsky2016-12-061-1/+3
* 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-054-3/+36
* runtime/cgo: retry pthread_create on EAGAINIan Lance Taylor2016-12-0522-21/+72
* 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
* cmd/link: don't overalign ELF reloc sectionsIan Lance Taylor2016-12-022-0/+16
* cmd/compile/internal/syntax: remove dead type declarationRobert Griesemer2016-12-021-2/+0
* vendor/golang_org/x/crypto/chacha20poly1305: revendor to pick up fix for #18154Shenghou Ma2016-12-021-9/+9
* net/http: revert change making NewRequest set ContentLength -1Brad Fitzpatrick2016-12-013-25/+20
* cmd/dist: adjust default timeout scale for mipsBrad Fitzpatrick2016-12-011-1/+4
* cmd/go: check MustHaveExternalNetwork before `go get` testsIan Lance Taylor2016-12-011-6/+8
* cmd/internal/obj: rename obj.go to line.goMatthew Dempsky2016-12-011-0/+0
* database/sql: ensure Commit and Rollback return ErrTxDoneDaniel Theophanes2016-12-012-3/+34
* cmd/compile: correctly parse //line filename:line where filename contains ':'Robert Griesemer2016-12-011-2/+3
* net/http: teach NewRequest that NoBody has ContentLength zeroBrad Fitzpatrick2016-12-012-1/+13