Age | Commit message (Expand) | Author | Files | Lines |
2011-04-28 | Imported Upstream version 2011.04.27 | Ondřej Surý | 1 | -3/+2 |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 1 | -50/+44 |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 1 | -0/+1 |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -1/+4 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -401/+104 |
2010-06-30 | cgo: use slash-free relative paths for .so references | Russ Cox | 1 | -0/+2 |
2010-06-21 | ld: add -u flag to check safe bits; discard old -u, -x flags | Russ Cox | 1 | -10/+0 |
2010-06-07 | runtime: finish pchw -> tiny, added gettime for tiny | Daniel Theophanes | 1 | -1/+1 |
2010-04-29 | rename GOOS=mingw to GOOS=windows | Alex Brainman | 1 | -1/+1 |
2010-04-22 | runtime: closures, defer bug fix for Native Client | Russ Cox | 1 | -1/+6 |
2010-02-26 | Add -r option to 6l/8l/5l. | Ian Lance Taylor | 1 | -1/+3 |
2010-02-08 | *l/*c: add -V flag to display version number | Andrew Gerrand | 1 | -0/+3 |
2010-02-03 | search for runtime.a in the package path instead of hardcoding | Kai Backman | 1 | -5/+4 |
2010-02-03 | ld: include main and runtime in the library loop | Russ Cox | 1 | -1/+1 |
2010-01-25 | 5l, 6l, 8l: accept only one object file | Russ Cox | 1 | -5/+4 |
2010-01-25 | ld: do not load the same object file multiple times. | Russ Cox | 1 | -0/+6 |
2010-01-22 | eliminate the package global name space assumption in object files | Russ Cox | 1 | -4/+8 |
2010-01-13 | runtime: add demo running Go on raw (emulated) hw | Russ Cox | 1 | -0/+14 |
2009-12-13 | 8l: add support for PE output. | Hector Chu | 1 | -3/+28 |
2009-11-18 | More FreeBSD-touchups. Thundercats are GOOOOO! | Devon H. O'Dell | 1 | -7/+3 |
2009-11-17 | FreeBSD/i386 work | Devon H. O'Dell | 1 | -1/+13 |
2009-11-05 | same speedup as 6l | Ken Thompson | 1 | -11/+14 |
2009-10-07 | factor portable object+library bits out of 5l/6l/8l into ld | Russ Cox | 1 | -637/+12 |
2009-10-06 | fix build | Rob Pike | 1 | -0/+5 |
2009-10-05 | allow multiple -L options | Rob Pike | 1 | -6/+12 |
2009-10-03 | 8c, 8l dynamic loading support. | Russ Cox | 1 | -2/+19 |
2009-09-30 | step toward darwin ffi: factor out macho code | Russ Cox | 1 | -1/+3 |
2009-09-24 | convert 8l to new ELF code. | Russ Cox | 1 | -1/+5 |
2009-09-18 | 8l: step toward native client. | Russ Cox | 1 | -0/+12 |
2009-08-20 | symbol bugs. | Russ Cox | 1 | -7/+7 |
2009-08-13 | debugging symbols for 8g. | Russ Cox | 1 | -1/+9 |
2009-08-12 | delete heuristic left over from incremental compilation | Russ Cox | 1 | -15/+2 |
2009-08-07 | remove 8.out before creating it. | Russ Cox | 1 | -0/+1 |
2009-07-07 | the ld-supplied typestrings are now obsolete | Russ Cox | 1 | -2/+0 |
2009-06-17 | update 386 to new runtime (CL 30381) | Russ Cox | 1 | -1/+1 |
2009-06-06 | move src/runtime -> src/lib/runtime; | Russ Cox | 1 | -1/+1 |
2009-06-05 | more build refinements: | Russ Cox | 1 | -1/+1 |
2009-06-02 | 8l fixes, cut and paste from 6l. | Russ Cox | 1 | -26/+36 |
2009-03-31 | * move go-specific loader code | Russ Cox | 1 | -14/+20 |
2009-03-24 | drop rt0 object from 8l (already dropped from 6l). | Russ Cox | 1 | -8/+0 |
2009-03-20 | update 8a, 8c, 8l to use new object format. | Russ Cox | 1 | -122/+184 |
2009-03-20 | make 8l generate Darwin Mach-O and Linux ELF binaries | Russ Cox | 1 | -17/+49 |
2009-01-06 | make 8a, 8c, 8l build in go environment. | Russ Cox | 1 | -59/+17 |
2009-01-06 | 8a, 8c, and 8l from inferno distribution | Russ Cox | 1 | -0/+1522 |