1. 55cf0dd fix(kzip): EncodingFlag fully implements flag.Getter and flag.Value (#3843) by jaysachs · 4 years, 11 months ago
  2. 18ad24e feat(kzip): create permits specifying encoding (#3842) by jaysachs · 4 years, 11 months ago
  3. 3643205 feat(kzip): add support for encoding compilation units as proto and/or JSON in kzips. (#3836) by jaysachs · 4 years, 11 months ago
  4. 6f83e91 feat(kzip): add `info` command to kzip tool which returns count of compilation units and referenced corpus names. (#3840) by jaysachs · 4 years, 11 months ago
  5. 56b3b3f Add third-party files and OWNERS. by Sasha Smundak · 4 years, 11 months ago
  6. 7b93d77 Merge remote-tracking branch 'aosp/upstream-master' into HEAD by Sasha Smundak · 4 years, 11 months ago
  7. bcb8749 Initial empty repository by Inna Palant · 4 years, 11 months ago
  8. 6a03e42 chore: automated fixes from downstream linter (#3839) by Daniel Moy · 4 years, 11 months ago
  9. e37280e chore(java_common): propagate underlying exceptions if possible (#3838) by Shahms King · 4 years, 11 months ago
  10. 5397106 feat(build): switch to using targets generated by kythe/llvmbzlgen (#3837) by Shahms King · 4 years, 11 months ago
  11. 5756795 feat(typescript_indexer): pass module name creation logic to plugins (#3828) by hafiz · 5 years ago
  12. 7cb46e3 fix(java_indexer): emit and test type parameter MarkedSources (#3832) by Cody Schroeder · 5 years ago
  13. aeca50b chore(java_extactor): remove more now-unused members (#3831) by Shahms King · 5 years ago
  14. c123274 chore(java_extractor): delete unused method (#3830) by Shahms King · 5 years ago
  15. 629ed02 chore(java_common): move JDK9-compatibility shims to common base (#3829) by Shahms King · 5 years ago
  16. c2e3491 fix(extraction): make java_wrapper handle a few more modules (#3827) by Shahms King · 5 years ago
  17. e3d031c fix(java_indexer): emit MarkedSource for defined nodes referenced earlier in analysis (#3826) by Cody Schroeder · 5 years ago
  18. 8a998f4 build: update to Bazel v0.27.0 (#3824) by Cody Schroeder · 5 years ago
  19. c602555 fix(proto): include deprecation tags for messages, enums and enum values. (#3822) by jaysachs · 5 years ago
  20. 05e83a2 feat(extraction): initial support for extracting openjdk11 (#3821) by Shahms King · 5 years ago
  21. 6a01458 refactor(typescript_indexer): remove redundant function (#3820) by hafiz · 5 years ago
  22. 715ffa1 fix(objc): Log extractor errors (#3818) by Sal · 5 years ago
  23. db92698 docs(typescript_indexer): document separate compilation (#3806) by Evan Martin · 5 years ago
  24. cdee8bf feat(typescript_indexer): VName schema compliance for constructors (#3785) by hafiz · 5 years ago
  25. 931605a build: disable incompatible_list_based_execution_strategy_selection (#3817) by Cody Schroeder · 5 years ago
  26. 97685f1 chore: explicity mark py_binary version (#3703) by Cody Schroeder · 5 years ago
  27. 9f52744 wrap plugin indexer in try/catch block (#3812) by hafiz · 5 years ago
  28. 0e2dd88 feat(typescript_indexer): Getter/Setter entries (#3784) by hafiz · 5 years ago
  29. de5dbba chore(llvm): update LLVM to r363125 (#3813) by Shahms King · 5 years ago
  30. c2ca3dc style: remove unused import (#3811) by Cody Schroeder · 5 years ago
  31. 8d5038e build: add Bazel test for TS indexer (#3810) by Cody Schroeder · 5 years ago
  32. 5539a91 build: add Bazel test for utf8_test.ts (#3809) by Cody Schroeder · 5 years ago
  33. b5dd6d3 build: disable symlink_node_modules to mitigate build failures (#3808) by Cody Schroeder · 5 years ago
  34. 4ec3ac3 build: add Bazel targets for typescript indexer (#3807) by Cody Schroeder · 5 years ago
  35. 35ce5e2 build: update rules_nodejs to v0.29.2 (#3805) by Cody Schroeder · 5 years ago
  36. ae0cc35 Improve documentation for cross-language support (#3674) by Mikita Belahlazau · 5 years ago
  37. b5c007e feature: Plugin model for TypeScript indexer (#3787) by hafiz · 5 years ago
  38. b5aaf41 style: call static methods on class (#3804) by Cody Schroeder · 5 years ago
  39. 42f9404 fix(java_indexer): avoid NPE when referencing Java package in comment (#3803) by Cody Schroeder · 5 years ago
  40. 043e420 chore: fix spelling (#3801) by Cody Schroeder · 5 years ago
  41. 0d7614e feat(java_indexer): emit refs to JVM graph for externally defined nodes (#3800) by Cody Schroeder · 5 years ago
  42. 512247e ci(buildbot): use Bazelisk to dynamically determine Bazel versions (#3799) by Cody Schroeder · 5 years ago
  43. 1f8c41c build: update Bazel to v0.26.1 (#3797) by Cody Schroeder · 5 years ago
  44. 385aad5 build: add .bazelminversion file to match .bazelversion (#3796) by Cody Schroeder · 5 years ago
  45. 3520d05 ci(buildbot): upgrade Go compiler to 1.12.5 (#3798) by Cody Schroeder · 5 years ago
  46. d1095a4 test(java_indexer): make cross-compilation tests more precise (#3795) by Cody Schroeder · 5 years ago
  47. 0aca104 deprecation(java_indexer): change default to --emit_jvm=SEMANTIC (#3794) by Cody Schroeder · 5 years ago
  48. 60c3b83 fix(java_common): make FactEmitters Closeable (#3793) by Cody Schroeder · 5 years ago
  49. 3079f61 fix(java_indexer): only emit MarkedSource for defined symbols (#3792) by Cody Schroeder · 5 years ago
  50. 9696829 chore: add tag/deprecated as a fact in schema.proto for easier parsing (#3790) by Daniel Moy · 5 years ago
  51. ff22691 revert: "fix(java_indexer): only emit MarkedSource for defined symbols (#3788)" (#3791) by Cody Schroeder · 5 years ago
  52. 16bf176 chore(build): allow overriding extract_kzip tool path (#3789) by Shahms King · 5 years ago
  53. 6bfb2f7 fix(java_indexer): only emit MarkedSource for defined symbols (#3788) by Cody Schroeder · 5 years ago
  54. 341fd2c fix: correct chunk position starting a block boundary (#3782) by Cody Schroeder · 5 years ago
  55. e9b0724 chore(cxx_indexer): remove redundant working_directory field (#3777) by Shahms King · 5 years ago
  56. 87e1e2e fix(post_processing): split semantic callers within xrefs group (#3776) by Cody Schroeder · 5 years ago
  57. f03ecc8 feat(typescript_indexer): add `defines` anchors for functions (#3775) by dwightnaylor · 5 years ago
  58. b7d3907 Initial buildkite scripts and configuration (#3773) by Shahms King · 5 years ago
  59. 5f79e8a chore: add missing include (#3774) by Cody Schroeder · 5 years ago
  60. e399111 build: add .bazelversion file for Bazelisk (#3771) by Cody Schroeder · 5 years ago
  61. 13caf0c build: update bitbucket.org/creachadair/shell to v0.0.5 (#3767) by M. J. Fromberger · 5 years ago
  62. 484910e chore(build): update Bazel to 0.26 (#3770) by Shahms King · 5 years ago
  63. 4dc1552 Migrate kythe for Bazel 0.27 (#3769) by Marcel Hlopko · 5 years ago
  64. 84e0f55 build(bazel): support Bazel 0.25.3 (#3766) by Cody Schroeder · 5 years ago
  65. d5c0e4e fix(serving): properly return lookup errors (#3764) by Cody Schroeder · 5 years ago
  66. 4f58524 java_verifier_tests: declare deps for annotations (#3762) by rohanjoyce · 5 years ago
  67. 4530761 chore(bazel): enable compatibility option for string join (#3763) by Shahms King · 5 years ago
  68. 9087509 chore(build): apply changes for forthcoming Bazel incompatibilities (#3761) by Shahms King · 5 years ago
  69. 9ce3a54 chore(build): allow Bazel CI to opt out of version check (#3760) by Shahms King · 5 years ago
  70. c5f5fef chore(cxx_common): update LLVM to r361353 (#3759) by Shahms King · 5 years ago
  71. 44c212c chore(examples): update example extraction to be more judicious (#3756) by Shahms King · 5 years ago
  72. 03bdb57 feat(post_processing): add Nodes.fromSource conversion utility (#3755) by Cody Schroeder · 5 years ago
  73. 2744090 Disable tests that don't work on Linux in presubmit.yml. (#3754) by Philipp Wollermann · 5 years ago
  74. 448ca8b chore(docs): fix sample ui links (#3753) by Shahms King · 5 years ago
  75. 4fbe0e8 chore(objectivec): Explicitly test multi arg method marked source (#3751) by Sal · 5 years ago
  76. 466b7bc feat(post_processing): allow nodes/anchors to be ranked (#3750) by Cody Schroeder · 5 years ago
  77. a1e9216 style: clang-format (#3749) by Cody Schroeder · 5 years ago
  78. 6da402e chore: fix copyrights (#3748) by Cody Schroeder · 5 years ago
  79. 2d7f89c fix(cxx): better support cuda extractions (#3747) by Sal · 5 years ago
  80. d9b62e7 chore(zlib): only export actual public headers from zlib (#3744) by Shahms King · 5 years ago
  81. 3a520bd chore(cxx_indexer): if if -> if in a comment (#3743) by zrlk · 5 years ago
  82. 167786a fix(cxx_indexer): normalize windows paths (#3742) by zrlk · 5 years ago
  83. b873a1c fix: update vulnerable outdated js-yaml NPM package (#3740) by M. J. Fromberger · 5 years ago
  84. 3f4ef51 fix(api): filter decoration overrides by desired build configs (#3739) by Cody Schroeder · 5 years ago
  85. b8f01f6 feat(api): add build config to each related Anchor (#3738) by Cody Schroeder · 5 years ago
  86. c2d7ee6 fix(tooling): fix #3246 (#3737) by Cody Schroeder · 5 years ago
  87. 4dc7266 Create presubmit.yml for Bazel continuous integration (#3723) by Andrew Z Allen · 5 years ago
  88. 25fa249 build(bazel): support Bazel 0.25.2 (#3736) by Cody Schroeder · 5 years ago
  89. 233576c docs: fix examples to use _CORPUS instead of _KYTHE_CORPUS (#3735) by Justin Buchanan · 5 years ago
  90. b3a726a build(deps): update Apache Beam to 3cf3a4708 (#3733) by Cody Schroeder · 5 years ago
  91. cdf089d build: update golang/protobuf to v1.3.0 (#3732) by Cody Schroeder · 5 years ago
  92. 105eb45 build: update Bazel rules_go to 0.18.4 (#3731) by Cody Schroeder · 5 years ago
  93. d16a8d0 chore(java_extractor): update one final test missed in the previous PR (#3730) by Shahms King · 5 years ago
  94. 48aa529 chore(java_extractor): rename build env jar in test (#3729) by Shahms King · 5 years ago
  95. 08a830c build: update to Bazel 0.25.1 (#3728) by Shahms King · 5 years ago
  96. 4d6a10c chore(doc): remove cmake/ssl from deps and docs (#3727) by Shahms King · 5 years ago
  97. aa2ed36 chore(build): remove leftover LLVM debugging echo (#3726) by Shahms King · 5 years ago
  98. 5036ca6 chore(cxx_common): update Abseil and use type-safe printf over libc (#3725) by Shahms King · 5 years ago
  99. 5533e86 fix(typescript_indexer): remove deprecated childof edge from anchor to file (#3724) by Cody Schroeder · 5 years ago
  100. 44b0334 chore(cxx_common): update Clang/LLVM to r360148 (#3722) by Shahms King · 5 years ago