summaryrefslogtreecommitdiff
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* arm bug with stack adjustKen Thompson2011-01-192-23/+46
* godoc: enable fulltext index by defaultRobert Griesemer2011-01-193-13/+18
* godoc: enable qualified identifiers ("math.Sin") as query strings againRobert Griesemer2011-01-191-22/+19
* 5a, 5l, 6a, 6l, 8a, 8l: handle out of memory, large allocationsJeff R. Allen2011-01-199-36/+15
* windows: implement exception handlingHector Chu2011-01-193-34/+56
* 8l: pe changesAlex Brainman2011-01-191-81/+70
* cgo: add complex float, complex doubleSebastien Binet2011-01-191-7/+27
* arm register allocation/tempname allocation bugKen Thompson2011-01-181-4/+10
* cc: fix vlong conditionRuss Cox2011-01-181-2/+1
* gc, runtime: make range on channel safe for multiple goroutinesRuss Cox2011-01-185-4/+27
* godoc: bring back "indexing in progress" messageRobert Griesemer2011-01-181-5/+10
* gc: fix typed constant declarationsAnthony Martin2011-01-181-2/+8
* arm reg bug with SP adjustKen Thompson2011-01-173-8/+37
* arm bug address of a stringKen Thompson2011-01-172-12/+26
* arm reg bug with address(variable)Ken Thompson2011-01-161-27/+7
* disable reg - tar test failedKen Thompson2011-01-151-0/+2
* arm reg bug MOVW into bool variableKen Thompson2011-01-151-15/+17
* runtime: fix arm reflect.call boundary caseRuss Cox2011-01-142-6/+5
* cgo: In _cgo_main.c define all provided symbols as functions.Ian Lance Taylor2011-01-141-1/+3
* fix tst instruction on arm to set overflow bitKen Thompson2011-01-132-5/+5
* go/scanner: Make Init take a *token.File instead of a *token.FileSet.Robert Griesemer2011-01-133-3/+7
* add TST op codeKen Thompson2011-01-138-140/+175
* godoc: don't double HTML-escape search result snippetsRobert Griesemer2011-01-132-2/+2
* godoc: peephole optimization for generated HTMLRobert Griesemer2011-01-131-12/+48
* disable arm registifier for the momentRob Pike2011-01-121-0/+1
* goinstall: Fix template to use exported fieldsGustavo Niemeyer2011-01-121-11/+11
* godoc: remove TODO (bug257.go can now be indexed)Robert Griesemer2011-01-111-6/+0
* turn off peep half of optimizer for releaseKen Thompson2011-01-111-1/+1
* ld: Fix exported dynamic symbols on 386 Mach-O.Ian Lance Taylor2011-01-111-10/+8
* ld: Fix exported dynamic symbols on Mach-O.Ian Lance Taylor2011-01-114-21/+16
* ld: Permit an Mach-O symbol to be exported in the dynamic symbol table.Ian Lance Taylor2011-01-111-2/+4
* goinstall: preliminary support for cgo packagesGustavo Niemeyer2011-01-113-33/+106
* godefs: better handling of enumsRuss Cox2011-01-112-2/+13
* cgo: export unsafe.Pointer as void*Gustavo Niemeyer2011-01-111-0/+5
* cgo: output alignment fixGustavo Niemeyer2011-01-111-1/+1
* cgo: fix enum const conflictGustavo Niemeyer2011-01-111-1/+5
* godoc: support for regular expression full text searchRobert Griesemer2011-01-107-390/+538
* arm optimizer bug fixesKen Thompson2011-01-102-80/+110
* add peepKen Thompson2011-01-071-0/+1476
* initial cut at arm optimizerKen Thompson2011-01-073-65/+159
* gofmt: don't attempt certain illegal rewritesRobert Griesemer2011-01-071-10/+26
* gofmt: rewriter matches apply to expressions onlyRobert Griesemer2011-01-071-6/+9
* ld: Permit an ELF symbol to be exported in the dynamic symbol table.Ian Lance Taylor2011-01-061-2/+4
* cgo: disallow use of C.errnoRuss Cox2011-01-061-0/+4
* gc: fix &^=Russ Cox2011-01-061-4/+4
* goinstall: add -clean flagKyle Lemons2011-01-052-6/+16
* gc: return constant floats for parts of complex constantsAnthony Martin2011-01-053-0/+22
* merge treeRuss Cox2011-01-041-3/+5
|\
| * go/ast: provide complete node text range infoRobert Griesemer2011-01-041-3/+5
* | gc: rewrite complex /= to l = l / r.Patrick Gavlin2011-01-041-1/+3
|/