| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/gc: prohibit short variable declarations containing duplicate symbols | Evan Kroske | 2014-10-06 | 1 | -0/+11 |
* | cmd/go: fix 'go vet' of package with external tests | Russ Cox | 2014-10-06 | 4 | -5/+40 |
* | cmd/8l: accept R_386_GOT32 in push instruction | Russ Cox | 2014-10-06 | 1 | -5/+13 |
* | cmd/cc, runtime: disallow structs without tags | Russ Cox | 2014-10-03 | 3 | -739/+477 |
* | cmd/cgo: add missing ast.SliceExpr.Max case to AST traversal. | Alan Donovan | 2014-09-30 | 1 | -0/+3 |
* | go/format, cmd/gofmt: added missing comments, minor internal cleanup | Robert Griesemer | 2014-09-30 | 1 | -6/+23 |
* | cmd/go: sometimes name tmp test binary test.test.exe on Windows | Russ Cox | 2014-09-30 | 1 | -0/+37 |
* | cmd/pprof: add Go implementation | Russ Cox | 2014-09-30 | 19 | -0/+7728 |
* | cmd/gc: fix call order in array literal of slice literal of make chan | Russ Cox | 2014-09-30 | 1 | -2/+12 |
* | cmd/objdump: move armasm, x86asm into internal packages | Russ Cox | 2014-09-30 | 33 | -24625/+35092 |
* | go/format, cmd/gofmt: fix issues with partial Go code with indent | Dmitri Shuralyov | 2014-09-29 | 6 | -73/+174 |
* | cmd/yacc: fix handling of tokens that don't start with letters | Ian Lance Taylor | 2014-09-29 | 2 | -5/+11 |
* | undo CL 141840043 / 65e21380cb2a | Brad Fitzpatrick | 2014-09-29 | 1 | -3/+2 |
* | cmd/ld: close outfile before cleanup | Jonathan Rudenberg | 2014-09-29 | 1 | -2/+3 |
* | cmd/ld: don't automatically mark symbols created by -X as reachable | Ian Lance Taylor | 2014-09-28 | 2 | -3/+10 |
* | cmd/go: always build _test.go files and link into test | Russ Cox | 2014-09-26 | 7 | -2/+33 |
* | cmd/yacc: fix parsing of character tokens | Russ Cox | 2014-09-26 | 1 | -63/+13 |
* | cmd/go: fix -a | Russ Cox | 2014-09-26 | 1 | -1/+1 |
* | cmd/go: make build -a skip standard packages in Go releases | Russ Cox | 2014-09-26 | 5 | -2/+67 |
* | cmd/go: handle paths like \x.go on windows | Alex Brainman | 2014-09-26 | 2 | -2/+62 |
* | cmd/go: document that testdata directories are ignored | Russ Cox | 2014-09-26 | 2 | -11/+21 |
* | cmd/go: add test -o flag to control where test binary is written | Russ Cox | 2014-09-26 | 3 | -20/+63 |
* | cmd/go: display program name when reporting crash | Russ Cox | 2014-09-26 | 3 | -0/+28 |
* | cmd/go: make malformed import path message more precise | Russ Cox | 2014-09-26 | 1 | -2/+2 |
* | cmd/go: re-resolve and check vcs roots during go get -u | Russ Cox | 2014-09-26 | 3 | -6/+135 |
* | cmd/go: fix 'go get vanity/repo/...' in clean GOPATH | Russ Cox | 2014-09-26 | 2 | -1/+20 |
* | cmd/go: install dependencies for 'go build -i' on a command | Russ Cox | 2014-09-25 | 2 | -47/+78 |
* | cmd/gc: emit error for out-of-bounds slice of constant string | Russ Cox | 2014-09-25 | 1 | -10/+15 |
* | cmd/gc: print x++ (not x += 1) in errors about x++ | Russ Cox | 2014-09-25 | 4 | -262/+277 |
* | cmd/gc: avoid infinite recursion on invalid recursive type | Russ Cox | 2014-09-25 | 2 | -2/+5 |
* | runtime: add load_g call in arm callback. | Keith Randall | 2014-09-25 | 1 | -4/+4 |
* | cgo: adjust return value location to account for stack copies. | Keith Randall | 2014-09-25 | 1 | -1/+15 |
* | cmd/go: fix bytes and net the right way | Russ Cox | 2014-09-24 | 1 | -1/+1 |
* | cmd/go: strip -fsanitize= flags when building cgo object | Dmitriy Vyukov | 2014-09-25 | 1 | -0/+8 |
* | build: fix elf builds | Russ Cox | 2014-09-24 | 2 | -4/+13 |
* | cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects | Russ Cox | 2014-09-24 | 5 | -3/+24 |
* | cmd/gc: fix import of package with var func returning _ | Russ Cox | 2014-09-24 | 1 | -10/+5 |
* | cmd/gc: run escape analysis always (even in -N mode) | Russ Cox | 2014-09-24 | 3 | -13/+7 |
* | cmd/go: prohibit C sources files unless using cgo | Russ Cox | 2014-09-24 | 4 | -0/+26 |
* | cmd/pack: fix c command for existing file | Rob Pike | 2014-09-23 | 3 | -20/+57 |
* | cmd/go: fix typo | Sameer Ajmani | 2014-09-19 | 1 | -2/+2 |
* | cmd/go, testing: add TestMain support | Russ Cox | 2014-09-19 | 1 | -2/+44 |
* | lib9, cmd/ld: fixes for cross-linking on a Windows host | Ian Lance Taylor | 2014-09-18 | 1 | -0/+4 |
* | cmd/go: use pkg-config include pathes in swig and don't double compile c++ fi... | Ahmed Waheed Moanes | 2014-09-16 | 1 | -32/+61 |
* | cmd/5g, cmd/8g: make 'out of registers' a fatal error | Russ Cox | 2014-09-16 | 2 | -3/+3 |
* | runtime: remove untyped allocation of ParFor | Russ Cox | 2014-09-16 | 1 | -0/+1 |
* | runtime: remove duplicated Go constants | Russ Cox | 2014-09-16 | 2 | -2/+50 |
* | cmd/gc: say 'non-constant array bound' instead of 'invalid array bound' | Russ Cox | 2014-09-16 | 1 | -1/+4 |
* | cmd/gc: make runtime escape an error, not a fatal error | Russ Cox | 2014-09-16 | 2 | -2/+2 |
* | cmd/ld: document that -X overwrites initialized variables | Josh Bleecher Snyder | 2014-09-15 | 1 | -3/+3 |