index
:
java-language-server
fix/handle_missing_curl
master
topic/classpath_example
topic/debug_communications
Java language server using the Java compiler API
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
Age
Commit message (
Expand
)
Author
2017-03-26
Dealing with static / virtual correctly except for static initializers
George Fraser
2017-03-26
More scope trickiness
George Fraser
2017-03-25
Refactored to use the public APIs
George Fraser
2016-08-20
Less logging
George Fraser
2016-05-30
Autocomplete scoped symbols
George Fraser
2016-05-29
Make Attr more forgiving
George Fraser
2016-05-21
Name logger
Georgie
2016-03-27
This isn't a fivetran project
Georgie
2016-03-27
Maintain my own index
Georgie
2016-03-27
Use a single thread
Georgie
2016-03-27
Simplify
Georgie
2016-03-26
1 JavacHolder per process
Georgie
2016-03-26
Go-to-symbol works on sourcepath
Georgie
2016-03-26
VS Code actually wants URIs
Georgie
2016-03-26
Locate symbols using JavacElements and scanning text of source
Georgie
2016-03-24
Add request type
Georgie
2016-03-23
Simplify type handling
Georgie
2016-03-23
Eliminate BridgeExpressionScanner in favor of simpler TreeScanner
Georgie
2016-03-23
Switch AutoComplete visitor to TreeScanner
Georgie
2016-03-23
Switch goto to TreeScanner
Georgie
2016-03-23
Draft autocomplete
Georgie
2016-03-20
Organize for autocomplete
Georgie
2016-03-20
Better name
Georgie
2016-03-20
Recompile a single file by removing it from javac's caches
Georgie
2016-03-20
Install our own log that can remove elements
Georgie
2016-03-20
Simplify initialization
Georgie
2016-03-20
Switch implementation to JavacHolder
Georgie
2016-03-20
Report errors through callback
Georgie
2016-03-20
Move tests to JavacHolder
Georgie
2016-03-20
Wrap javac, attempt 3
Georgie
2016-03-20
Wrap javac, attempt 2
Georgie
2016-03-20
Allow create-with-context
Georgie
2016-03-19
Get classpath from file
Georgie
2016-03-13
Per-file lint messages
Georgie
2016-03-13
Don't use LineMap to map errors to positions
Georgie
2016-03-13
Deal with badly formatted requests
Georgie
2016-03-13
Send javaconfig to javac server
Georgie
2016-03-12
Ignore errors without location
Georgie
2016-03-12
Align wire format with vscode
Georgie
2016-03-12
Linting works but not javac process
Georgie
2016-03-12
Add code from javac services project
Georgie