2009-01-23 |
Rob Pike | remove the "open" concept from reflect and go with... |
commit | commitdiff | tree |
2009-01-23 |
Robert Griesemer | - snapshot before making larger change |
commit | commitdiff | tree |
2009-01-23 |
Rob Pike | change the representation of arrays in protobufs from... |
commit | commitdiff | tree |
2009-01-23 |
Robert Griesemer | snapshot before making more changes: |
commit | commitdiff | tree |
2009-01-23 |
Russ Cox | fix build - missed this file |
commit | commitdiff | tree |
2009-01-23 |
Russ Cox | move math routines from package sys to package math, |
commit | commitdiff | tree |
2009-01-22 |
Russ Cox | use $GC, $GL in gotest, to match gccgo's gotest. |
commit | commitdiff | tree |
2009-01-22 |
Robert Griesemer | cosmetic change only: |
commit | commitdiff | tree |
2009-01-22 |
Russ Cox | let test sources specify commands to run |
commit | commitdiff | tree |
2009-01-21 |
Rob Pike | change reflect.CopyArray into a method on ArrayValue... |
commit | commitdiff | tree |
2009-01-21 |
Robert Griesemer | - added comment with various viewpoints so we have... |
commit | commitdiff | tree |
2009-01-21 |
Russ Cox | disallow P.t for lowercase t and not our package P. |
commit | commitdiff | tree |
2009-01-21 |
Russ Cox | delete unused code and data from 6.outs. |
commit | commitdiff | tree |
2009-01-21 |
Robert Griesemer | - duplicate struct field not diagnosed |
commit | commitdiff | tree |
2009-01-21 |
Ian Lance Taylor | Get this bug back to the intended state: bug1.go is... |
commit | commitdiff | tree |
2009-01-21 |
Ian Lance Taylor | sys.readfile has been removed. Remove the test case... |
commit | commitdiff | tree |
2009-01-21 |
Ian Lance Taylor | With the removal of export, this bug no longer tests... |
commit | commitdiff | tree |
2009-01-21 |
Rob Pike | update tutorial for new export scheme |
commit | commitdiff | tree |
2009-01-20 |
Russ Cox | 6g: better genembedtramp fatal error, |
commit | commitdiff | tree |
2009-01-20 |
Russ Cox | 6l: do not link in objects from an archive just for... |
commit | commitdiff | tree |
2009-01-20 |
Robert Griesemer | - updated pretty (removed "export") |
commit | commitdiff | tree |
2009-01-20 |
Russ Cox | delete export |
commit | commitdiff | tree |
2009-01-20 |
Russ Cox | * delete export |
commit | commitdiff | tree |
2009-01-20 |
Russ Cox | 6l: ignore undefined symbols in gotypesigs. |
commit | commitdiff | tree |
2009-01-20 |
Rob Pike | add a couple of helper methods to io.ByteBuffer |
commit | commitdiff | tree |
2009-01-17 |
Russ Cox | convert tests; nothing interesting. |
commit | commitdiff | tree |
2009-01-16 |
Robert Griesemer | - added TODO |
commit | commitdiff | tree |
2009-01-16 |
Robert Griesemer | - cleanup todo list |
commit | commitdiff | tree |
2009-01-16 |
Russ Cox | disallow other package's names in method calls |
commit | commitdiff | tree |
2009-01-16 |
Robert Griesemer | casify struct fields |
commit | commitdiff | tree |
2009-01-16 |
Russ Cox | casify struct fields in entire tree. |
commit | commitdiff | tree |
2009-01-16 |
Russ Cox | disallow other package's names in struct field dot. |
commit | commitdiff | tree |
2009-01-16 |
Ian Lance Taylor | Change malloc.Lookup to return the size as uintptr... |
commit | commitdiff | tree |
2009-01-16 |
Ian Lance Taylor | Remove types from constants, since they didn't match... |
commit | commitdiff | tree |
2009-01-16 |
Russ Cox | casify, cleanup sys |
commit | commitdiff | tree |
2009-01-16 |
Rob Pike | casify linux syscall dependents, plus a few stragglers |
commit | commitdiff | tree |
2009-01-16 |
Robert Griesemer | - language for export via capitalized identifiers |
commit | commitdiff | tree |
2009-01-16 |
Rob Pike | s/split/Split/ to get compiling again |
commit | commitdiff | tree |
2009-01-16 |
Rob Pike | two more casifications in fmt |
commit | commitdiff | tree |
2009-01-16 |
Rob Pike | casify flag. |
commit | commitdiff | tree |
2009-01-16 |
Rob Pike | casify reflect. |
commit | commitdiff | tree |
2009-01-16 |
Russ Cox | casify misc |
commit | commitdiff | tree |
2009-01-16 |
Robert Griesemer | - more bignum_test letter case fixes |
commit | commitdiff | tree |
2009-01-16 |
Rob Pike | casify syscall and sequelae |
commit | commitdiff | tree |
2009-01-16 |
Russ Cox | casify http |
commit | commitdiff | tree |
2009-01-16 |
Russ Cox | casify DNS |
commit | commitdiff | tree |
2009-01-16 |
Russ Cox | re-export of bools was changing |
commit | commitdiff | tree |
2009-01-16 |
Rob Pike | recasify regexp to use underscores and clean up the... |
commit | commitdiff | tree |
2009-01-16 |
Rob Pike | casify a few more |
commit | commitdiff | tree |
2009-01-16 |
Russ Cox | casify json |
commit | commitdiff | tree |
2009-01-16 |
Russ Cox | casify hash |
commit | commitdiff | tree |
2009-01-16 |
Russ Cox | casify time |
commit | commitdiff | tree |
2009-01-16 |
Russ Cox | redo and clean up math. |
commit | commitdiff | tree |
2009-01-16 |
Rob Pike | casify tutorial examples |
commit | commitdiff | tree |
2009-01-16 |
Russ Cox | don't crash on: |
commit | commitdiff | tree |
2009-01-16 |
Russ Cox | convert strconv |
commit | commitdiff | tree |
2009-01-16 |
Rob Pike | casify lib/regexp |
commit | commitdiff | tree |
2009-01-16 |
Robert Griesemer | casify pretty |
commit | commitdiff | tree |
2009-01-16 |
Russ Cox | catch export on func. |
commit | commitdiff | tree |
2009-01-16 |
Rob Pike | casify fixup for bufio |
commit | commitdiff | tree |
2009-01-16 |
Russ Cox | add warning for export of lowercase too. |
commit | commitdiff | tree |
2009-01-16 |
Russ Cox | remove export name-list statement. |
commit | commitdiff | tree |
2009-01-16 |
Russ Cox | make safe for new package local defaults |
commit | commitdiff | tree |
2009-01-16 |
Rob Pike | more casifying fixups |
commit | commitdiff | tree |
2009-01-15 |
Rob Pike | casify fmt and its dependents. |
commit | commitdiff | tree |
2009-01-15 |
Rob Pike | diagnose missing symbols instead of |
commit | commitdiff | tree |
2009-01-15 |
Robert Griesemer | - fixed untab.go to compile again |
commit | commitdiff | tree |
2009-01-15 |
Robert Griesemer | - converted tabwriter to new naming scheme |
commit | commitdiff | tree |
2009-01-15 |
Robert Griesemer | - missed a few identifiers |
commit | commitdiff | tree |
2009-01-15 |
Robert Griesemer | - lowercase non-exported functions in bignum |
commit | commitdiff | tree |
2009-01-15 |
Robert Griesemer | - added mechanism to detect capitalization issues |
commit | commitdiff | tree |
2009-01-15 |
Rob Pike | printf->Printf etc. |
commit | commitdiff | tree |
2009-01-15 |
Ian Lance Taylor | Test that a const with an explicit type is not treated as |
commit | commitdiff | tree |
2009-01-15 |
Ian Lance Taylor | Test that interfaces are correctly handled by pointer... |
commit | commitdiff | tree |
2009-01-15 |
Ian Lance Taylor | Recognize gccgo error messages: |
commit | commitdiff | tree |
2009-01-14 |
Robert Griesemer | - use new letter definition for pretty |
commit | commitdiff | tree |
2009-01-14 |
Russ Cox | add unicode library stub with just |
commit | commitdiff | tree |
2009-01-14 |
Rob Pike | restore "os" identifier to keep consistent with text. |
commit | commitdiff | tree |
2009-01-14 |
Ian Lance Taylor | Add cgo2c program to translate mixed Go/C code into... |
commit | commitdiff | tree |
2009-01-14 |
Russ Cox | change another yacc reference to bison. |
commit | commitdiff | tree |
2009-01-14 |
Russ Cox | delete playpen copy of malloc |
commit | commitdiff | tree |
2009-01-13 |
Russ Cox | in 6g -r (the rsc flag), |
commit | commitdiff | tree |
2009-01-13 |
Ian Lance Taylor | Add USED declarations for SysUnused parameters. |
commit | commitdiff | tree |
2009-01-13 |
Ian Lance Taylor | Tweak code to make it easier to compile with gcc. |
commit | commitdiff | tree |
2009-01-13 |
Robert Griesemer | - removed an unnecessary field from AST.Expr nodes |
commit | commitdiff | tree |
2009-01-10 |
Robert Griesemer | - remove obsolete files (missed before) |
commit | commitdiff | tree |
2009-01-10 |
Robert Griesemer | - preparation to add type info to ast |
commit | commitdiff | tree |
2009-01-10 |
Russ Cox | free(nil) |
commit | commitdiff | tree |
2009-01-09 |
Russ Cox | add sys.caller |
commit | commitdiff | tree |
2009-01-09 |
Russ Cox | test of automatic indirect |
commit | commitdiff | tree |
2009-01-09 |
Russ Cox | clean up automatic indirect, delete some dead code. |
commit | commitdiff | tree |
2009-01-09 |
Rob Pike | update tutorial to new language. |
commit | commitdiff | tree |
2009-01-09 |
Ian Lance Taylor | Use make instead of new to allocate a channel. |
commit | commitdiff | tree |
2009-01-09 |
Russ Cox | now that TCHAN, TMAP, and TSTRING are real types, |
commit | commitdiff | tree |
2009-01-09 |
Rob Pike | simplify flag interface. no more BVal etc. you just... |
commit | commitdiff | tree |
2009-01-09 |
Russ Cox | typo |
commit | commitdiff | tree |
2009-01-09 |
Russ Cox | silence gcc warnings. |
commit | commitdiff | tree |
2009-01-09 |
Russ Cox | 6g cleanup suggested by ken. |
commit | commitdiff | tree |
2009-01-09 |
Russ Cox | update sys.reflect and sys.unreflect to accomodate |
commit | commitdiff | tree |
2009-01-09 |
Russ Cox | bug046 and bug080 are fixed |
commit | commitdiff | tree |
next |