Skip to content

Releases: kythe/kythe

v0.0.76

Choose a tag to compare

@vvk-singh vvk-singh released this 16 Jul 05:48
26056ed

What's Changed

  • rust extractor: place root module at the start of source_file by @sam-mccall in #6232
  • rust: set is_workspace_member to indicate the crate being indexed by @sam-mccall in #6234

Full Changelog: v0.0.75...v0.0.76

v0.0.75

Choose a tag to compare

@vvk-singh vvk-singh released this 12 Mar 15:11
94abb1b

What's Changed

New Contributors

Full Changelog: v0.0.74...v0.0.75

v0.0.74

Choose a tag to compare

@vvk-singh vvk-singh released this 07 Nov 12:50
a182743

What's Changed

  • docs: update JDK installation notes for Apple Silicon by @rzhw in #6197
  • chore: Bump libffi and zlib to fix builds on macOS by @amorde in #6196
  • Add missing @CanIgnoreReturnValue annotations by @vvk-singh in #6199
  • chore: Bump rules_go to 0.43.0 by @rzhw in #6202
  • Revert "chore: Bump rules_go to 0.43.0" by @varunmahajan in #6204
  • Fix multiple corpora issue by defaulting to simple_vnames.json by @vvk-singh in #6207

Full Changelog: v0.0.73...v0.0.74

v0.0.73

v0.0.73 Pre-release
Pre-release

Choose a tag to compare

@varunmahajan varunmahajan released this 22 Aug 08:21
8d95416

What's Changed

New Contributors

Full Changelog: v0.0.72...v0.0.73

v0.0.72

v0.0.72 Pre-release
Pre-release

Choose a tag to compare

@varunmahajan varunmahajan released this 09 Jun 16:50
fcba513

What's Changed

New Contributors

Full Changelog: v0.0.71...v0.0.72

v0.0.71

v0.0.71 Pre-release
Pre-release

Choose a tag to compare

@varunmahajan varunmahajan released this 21 May 15:07
03c4b6c

What's Changed

  • [fix] Correct source_file inclusion in rust extractor by @wittrock in #6177

Full Changelog: v0.0.70...v0.0.71

v0.0.70

v0.0.70 Pre-release
Pre-release

Choose a tag to compare

@varunmahajan varunmahajan released this 08 May 15:31
c691434

What's Changed

  • Add rust extractor to release, cut a new release by @wittrock in #6174

Full Changelog: v0.0.69...v0.0.70

v0.0.69

v0.0.69 Pre-release
Pre-release

Choose a tag to compare

@varunmahajan varunmahajan released this 08 May 04:30
d8c532d

What's Changed

New Contributors

Full Changelog: v0.0.68...v0.0.69

v0.0.68

v0.0.68 Pre-release
Pre-release

Choose a tag to compare

@vvk-singh vvk-singh released this 06 Jan 05:59
f712611

Bug Fixes

  • go_indexer:
  • bazel:
    • remove cyclic dependency by removing usage of assign_external_projects_to_separate_corpora config_setting flag #6146 46275ee
  • java_indexer:
  • cxx_indexer:
    • use flat_hash_map, not unordered_map; fix rehashing #6083 cba4452
    • clarify the use of llvm::dyn_cast on ClaimTokens #6093 ae3434e
  • verifier_test: ensure tools use the same configuration as indexer #6113 d19f7f3
  • extraction: add proto rule to simple vnames config #6068 28c16cf

Features

  • go_indexer:
  • cxx_indexer:
  • typescript_indexer:
  • java_indexer:
  • protobuf: add types for protobuf service RPCs #6109 9cd1af5
  • tools: --render_marked_source added to kythe docs cli #6097 cc445fd
  • tooling: entrystream support for textproto output #6087 94e76f8
  • define a Language schema enum #6067 7206b16
  • build: regenerate checked-in source artifacts in pre-commit #6072 9db7d1c
  • testing: provide ability to save logs from indexers in verifier_test #6075 97d1980

Full Changelog: v0.0.67...v0.0.68

v0.0.67

v0.0.67 Pre-release
Pre-release

Choose a tag to compare

@salguarnieri salguarnieri released this 14 Mar 14:09
a301676

Bug Fixes

Features