Age | Commit message (Expand) | Author | Files | Lines |
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 21 | -3240/+1967 |
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 13 | -307/+1019 |
2013-05-14 | Imported Upstream version 1.1upstream/1.1 | Michael Stapelberg | 16 | -657/+1707 |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 15 | -831/+2572 |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 13 | -113/+490 |
2011-10-06 | Imported Upstream version 60.2upstream/60.2 | Ondřej Surý | 1 | -1/+1 |
2011-09-19 | Imported Upstream version 60.1upstream/60.1 | Ondřej Surý | 1 | -11/+15 |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 18 | -0/+12155 |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 18 | -11815/+0 |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 10 | -77/+113 |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 12 | -117/+228 |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 11 | -64/+181 |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 10 | -106/+209 |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 8 | -31/+312 |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 4 | -9/+121 |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 8 | -185/+901 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 16 | -637/+6916 |
2010-06-30 | cgo: use slash-free relative paths for .so references | Russ Cox | 1 | -0/+7 |
2010-06-29 | ld: fix implementation of -u | Russ Cox | 3 | -19/+57 |
2010-06-21 | ld: add -u flag to check safe bits; discard old -u, -x flags | Russ Cox | 1 | -1/+28 |
2010-04-30 | 8l: fix absolute path detection on Windows | Russ Cox | 1 | -0/+4 |
2010-04-27 | 5l, 6l, 8l, runtime: make -s binaries work | Russ Cox | 3 | -2/+6 |
2010-04-13 | 8l: add DOS stub to PE binaries | Evan Shaw | 1 | -2/+23 |
2010-03-25 | Support #pragma dynexport on OS X. | Ian Lance Taylor | 1 | -20/+108 |
2010-03-23 | Add support for #pragma dynexport. | Ian Lance Taylor | 3 | -5/+139 |
2010-03-22 | Rename dynld to dynimport throughout. | Ian Lance Taylor | 2 | -17/+17 |
2010-02-10 | 8l: pe executable building code changed to include import table for kernel32.... | Alex Brainman | 2 | -0/+99 |
2010-02-10 | ld: unused variable | Russ Cox | 1 | -1/+0 |
2010-02-04 | 6l: move mapped symbol table lower in memory | Andrew Gerrand | 1 | -0/+3 |
2010-02-03 | search for runtime.a in the package path instead of hardcoding | Kai Backman | 1 | -7/+21 |
2010-02-03 | ld: include main and runtime in the library loop | Russ Cox | 2 | -14/+33 |
2010-02-01 | nacl: fix build, finally fixed 8l convergence bug | Russ Cox | 1 | -1/+1 |
2010-01-25 | ld: typo | Russ Cox | 1 | -1/+1 |
2010-01-25 | eliminate package global name space | Russ Cox | 1 | -4/+11 |
2010-01-25 | ld: do not load the same object file multiple times. | Russ Cox | 1 | -3/+9 |
2010-01-22 | eliminate the package global name space assumption in object files | Russ Cox | 3 | -69/+170 |
2010-01-19 | cleanup toward eliminating package global name space | Russ Cox | 1 | -14/+14 |
2010-01-19 | ld: unused variable | Russ Cox | 1 | -2/+0 |
2010-01-18 | build: move GOOS, GOARCH, GOROOT lookup into central library. | Russ Cox | 1 | -14/+2 |
2010-01-13 | runtime: add demo running Go on raw (emulated) hw | Russ Cox | 2 | -0/+5 |
2010-01-13 | ignore $GOARCH inside the compiler and linker. | Rob Pike | 2 | -4/+2 |
2009-12-17 | first stub for softfloats, intercepts float instructions and skips | Kai Backman | 2 | -2/+3 |
2009-12-13 | 8l: add support for PE output. | Hector Chu | 2 | -0/+248 |
2009-11-18 | ld: move interpreter string into first block of ELF file | Russ Cox | 2 | -1/+31 |
2009-11-15 | gc: five bug fixes, one better error. | Russ Cox | 1 | -5/+14 |
2009-11-12 | cc, ld: fix more gcc 4.3 -O2 compile bugs | Russ Cox | 2 | -4/+4 |
2009-11-09 | tweak documentation of commands | Russ Cox | 1 | -2/+2 |
2009-11-03 | more command documentation, including nm and prof | Rob Pike | 1 | -0/+11 |
2009-11-03 | 6l -e: emit external ELF symbol table. | Russ Cox | 1 | -1/+1 |
2009-10-15 | rename sys functions to runtime, | Russ Cox | 1 | -14/+14 |