Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't default-construct std::strings and then assign them. | Elliott Hughes | 2011-12-13 | 1 | -1/+1 |
* | Reduce meta-data object sizes, introduce meta-data helper classes. | Ian Rogers | 2011-12-06 | 1 | -20/+23 |
* | Make methods and fields accessible by default in art. | Jesse Wilson | 2011-11-24 | 1 | -0/+1 |
* | Don't run managed code until the runtime has started. | Jesse Wilson | 2011-11-14 | 1 | -13/+10 |
* | Make ResolveField not rely on Field::GetType resolution | Brian Carlstrom | 2011-10-25 | 1 | -46/+46 |
* | Proxy implementation | Ian Rogers | 2011-10-14 | 1 | -4/+5 |
* | Fix exception throwing to support no detail message. | Elliott Hughes | 2011-10-02 | 1 | -3/+3 |
* | Implement java.lang.reflect.Constructor.constructNative. | Elliott Hughes | 2011-09-25 | 1 | -0/+69 |
* | Implement reflective method invocation. | Elliott Hughes | 2011-09-23 | 1 | -0/+275 |