summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cmd/gc: fix liveness for address-taken variables in inlined functionsRuss Cox2014-06-021-0/+1
* runtime: fix 1-byte return during x.(T) for 0-byte TRuss Cox2014-06-021-4/+19
* cmd/gc: don't generate zillions of linehists for wrapper functionsRob Pike2014-06-021-1/+6
* cmd/cgo: use same Go type for typedef to anonymous structIan Lance Taylor2014-06-021-1/+11
* api: add go1.3.txtBrad Fitzpatrick2014-06-021-1/+1
* build: don't build goplay in run.rc.Shenghou Ma2014-06-011-4/+0
* cmd/objdump: add arm disassemblerRuss Cox2014-06-014-17/+10868
* cmd/dist: only use beta tag in version string for the exact revisionAndrew Gerrand2014-06-021-3/+2
* build: remove goplay from run.bash and run.batAndrew Gerrand2014-06-022-10/+0
* runtime: fix correctness test at end of tracebackRuss Cox2014-06-012-3/+69
* runtime: mark some C globals as having no pointers.Keith Randall2014-05-3111-0/+16
* runtime: make continuation pc available to stack walkRuss Cox2014-05-319-16/+150
* cmd/gc: fix handling of for post-condition in -race modeRuss Cox2014-05-312-1/+16
* runtime: fix error check in freebsd/386 i386_set_ldtRuss Cox2014-05-311-3/+2
* runtime/debug: skip TestWriteHeapDumpNonempty on NaCl.Shenghou Ma2014-05-311-0/+4
* runtime: fix empty heap dump bug on windows.Shenghou Ma2014-05-315-6/+37
* cmd/cgo: document the cgo types also follow Go name space rules.Shenghou Ma2014-05-311-0/+5
* cmd/6g: treat vardef-initialized fat variables as live at callsRuss Cox2014-05-303-6/+165
* runtime: add zero field to rtypeIan Lance Taylor2014-05-301-0/+1
* cmd/gc: fix x=x crashRuss Cox2014-05-297-1/+51
* undo CL 102820043 / b0ce6dbafc18Russ Cox2014-05-285-33/+1
* cmd/gc: fix x=x crashRuss Cox2014-05-285-1/+33
* regexp: hide one-pass code from exported APIRuss Cox2014-05-286-746/+804
* cmd/cgo: given typedef struct S T, make C.T and C.struct_S interchangeableRuss Cox2014-05-281-7/+44
* mime: sort attributes in FormatMediaTypeBrad Fitzpatrick2014-05-282-1/+10
* runtime: fix go of nil func valueDmitriy Vyukov2014-05-282-0/+25
* cmd/gc: fix race compilation failure 'non-orig name'Russ Cox2014-05-271-0/+1
* cmd/gc: fix defer copy(x, <-c)Russ Cox2014-05-271-8/+7
* cmd/gc: fix infinite loop in nil check removalRuss Cox2014-05-271-1/+9
* cmd/gc: fix method value closures on nacl amd64p32Russ Cox2014-05-272-0/+4
* cmd/go: do not miss an error if import path contains "cmd/something"Jan Ziak2014-05-272-0/+6
* cmd/gc: fix conversion of runtime constantRuss Cox2014-05-271-0/+1
* runtime: stack copier should handle nil defers without faulting.Keith Randall2014-05-271-2/+10
* cmd/go: improve error message when import path contains http://Rob Pike2014-05-271-2/+8
* os: document that Interrupt might not work on every osAlex Brainman2014-05-231-0/+1
* cmd/cgo: explicitly state that #cgo directives across multiple files are conc...Pietro Gagliardi2014-05-211-0/+8
* runtime: provide gc maps for the reflect.callXX frames.Keith Randall2014-05-215-2/+47
* cmd/objdump: fix dissasembly of Plan 9 object filesAnthony Martin2014-05-212-4/+15
* cmd/gc: fix floating point rounding againRuss Cox2014-05-211-24/+22
* fmt: fix floating-point padding once and for allRob Pike2014-05-212-31/+43
* cmd/go: fix coverage for 'package foo_test' testsRuss Cox2014-05-212-38/+54
* cmd/go: check for SWIG version that is too old to useIan Lance Taylor2014-05-211-1/+40
* database/sql/driver: correct method name in commentIan Lance Taylor2014-05-211-1/+1
* cmd/ld: really import runtime/cgo for external linkIan Lance Taylor2014-05-202-0/+5
* reflect: don't panic on delete from nil map.Keith Randall2014-05-202-1/+4
* all: fix "the the" typos.Shenghou Ma2014-05-203-3/+3
* runtime: revise the document of Version()Shenghou Ma2014-05-201-4/+2
* src: make nacltest.bash executableBrad Fitzpatrick2014-05-201-0/+0
* undo CL 84040045 / 5302b4c58aa0Shenghou Ma2014-05-201-8/+1
* debug/plan9obj: cleanup apiDavid du Colombier2014-05-203-125/+49