aboutsummaryrefslogtreecommitdiff
path: root/java
AgeCommit message (Expand)Author
2019-08-14Make handling of erroneous annotation class values match javaccushon
2019-08-14Fix an NPE in type annotation disambiguationcushon
2019-08-14Support Bazel reduced classpaths in turbine-aptcushon
2019-08-14Make reduced classpath computation more lenientcushon
2019-08-14Add flags to support reduced classpaths in bazelcushon
2019-08-14Implement reduced classpaths in turbinecushon
2019-08-07Record classes referenced in annotations in .jdeps outputcushon
2019-08-07Tolerate null elements / annotations / annotation valuescushon
2019-08-07Handle lazily discovered missing classes in ClassHierarchy and TurbineElementcushon
2019-08-07Finish implementing Messagercushon
2019-08-07Add a --builtin_processors flagcushon
2019-08-07Add support for annotation processing to turbinecushon
2019-08-07Copy-edit javadocamalloy
2019-08-07Ignore another fake annotation in ct.symcushon
2019-08-07Error types don't compare equal, for compatibility with javaccushon
2019-07-31Don't return synthetic or mandated parameters in ExecutableElement#getParameterscushon
2019-07-31Don't crash if the class file for an annotation isn't availablecushon
2019-07-31Implement Elements#getDocCommentcushon
2019-07-31Implement wildcard type substitutioncushon
2019-07-31Best-effort error recoverycushon
2019-07-31Don't read parameter modifiers from bytecodecushon
2019-07-31Implement ErrorTypecushon
2019-07-31Implement TypeElements for error typescushon
2019-07-31Skip fake 'profile' annotations on bootclasspathcushon
2019-07-31Drop bridge methods when reading classes from the classpathcushon
2019-07-31Implement NullTypecushon
2019-07-31Implement type factoriescushon
2019-07-31Implement Types#asElementcushon
2019-07-31Handle error types in lowering passescushon
2019-07-31Implement PackageElement#getEnclosedElementscushon
2019-07-31Implement Elements#getPackageOf and package-info annotation handlingcushon
2019-07-31Simplify TurbineTypeElement.enclosing()ronshapiro
2019-07-31Make TurbineElement.getModifiers() immutableronshapiro
2019-07-31Make TurbinePackageType.hashCode() differ for different package typesronshapiro
2019-07-31Save names of ErrorTypescushon
2019-07-31Save non-class resources from the classpathcushon
2019-07-31Gracefully handle case where an annotation's @Target can't be loadedcushon
2019-07-31Implement VariableElement#getConstantValuecushon
2019-07-31Implement ExecutableElement#getDefaultValuecushon
2019-07-31Implement Elements#getBinaryNamecushon
2019-07-31Implement Elements#isDeprecatedcushon
2019-07-31Initial implementation of Filercushon
2019-07-31Fix TYPE_USE annotation handling on classescushon
2019-07-31Implement Elements#getTypeElementcushon
2019-07-31Implement Types#directSupertypescushon
2019-07-31Fix Elements#getConstantExpression handling of String and charcushon
2019-07-31Implement TypeElement#getSuperclass for Enumscushon
2019-07-31Memoize TurbineElement#getAnnotationMirrorscushon
2019-07-31Make ShortValue#toString consistent with documentation in TurbineElements#get...cushon
2019-07-31Handle exceptions for non-generic methodscushon