- ddc8a74 Include test outputs in TestResult. by Googler · 7 months ago
- db4c550 Post `TestAttempt`/`TestResult` events when a test can be built but test-exec-config-inputs fail to build. by Googler · 8 months ago
- 3c7d571 Delete ActionLookupKeyOrProxy. by Googler · 1 year, 9 months ago
- c0e7d04 Add ProxyConfiguredTargetKey. by Googler · 1 year, 11 months ago
- 5cc598c Add @Nullable annotations where they were missing. by Googler · 2 years, 9 months ago
- 305fcc3 Refactor `getValues` in `skyframe` directory to only provide the necessary methods for Skyframe evaluation. It will help create less garbage. by emilyguo · 3 years ago
- 876deaa Move ConfiguredTargetValue to the lib/analysis package, where it belongs. by janakr · 4 years, 2 months ago
- efb3f15 Automated rollback of commit 3290e22356b59371274849ee51297635b9435285. by janakr · 6 years ago
- 3290e22 Automated rollback of commit 9dd7e8ed7931274b0c5b791e1c076140dcf7b74f. by janakr · 6 years ago
- 9dd7e8e Put ActionLookupData inside DerivedArtifact, and move ArtifactOwner into SourceArtifact. by janakr · 6 years ago
- 658d47f Change signatures to DerivedArtifact, and get Labels from non-Artifact sources when possible. by janakr · 6 years ago
- 8bd7e48 Alert whenever an ActionLookupValue is missing. In practice, this should never happen, and probably indicates a crash coming very soon. by janakr · 6 years ago
- bf4123d Automated rollback of commit f309ad3be36363070e87eef0ee04b12f4956d601. by janakr · 7 years ago
- f309ad3 Automated rollback of commit d491bf10f42e213292382c98a1dc439537f00f43. by janakr · 7 years ago
- d491bf1 Automated rollback of commit eb587075b0d6ffab1cf9e69ede1b7e547905e547. by janakr · 7 years ago
- eb58707 Automated rollback of commit 45b308a62f42c2c0bcfe79dcd4046c4025a31059. by janakr · 7 years ago
- b9d8d58 Add functionality to make certain SkyValues unshareable, meaning they are not serialized. Tag TestCompletionValue and any ActionExecutionValue coming from a NotifyOnActionCacheHit (i.e., tests) like that. To make such values really not shared, request the ActionExecutionValue from TestCompletionFunction as opposed to the ArtifactValue (propagating the unshareable bit up seemed like too much fuss, and I have a dream of getting rid of ArtifactValue anyway). by janakr · 7 years ago
- 45b308a Make Artifact#equals take the owner into account for derived artifacts. by janakr · 7 years ago
- 573807d Convert ActionLookupKey implementations to directly implement SkyKey, removing the layer of indirection of getting SkyKey out of ActionLookupKey, which uses more memory for no reason. by janakr · 7 years ago
- 906c7cb After getting rid of LabelAndConfiguration, simplify some code by providing a ConfiguredTargetKey directly. by janakr · 7 years ago
- d8a9344 Move TargetCompleteEvent generation to the CompletionFunction by ulfjack · 7 years ago
- ac2cd35 Get rid of LabelAndConfiguration class: ConfiguredTargetKey contains the same information and is more useful, since it's practically a SkyKey. by janakr · 7 years ago
- a4634cf Automated rollback of commit bb0aba3e91b603bf96d4e214a3886d1f47c3d90a. by janakr · 8 years ago
- 4e08dfc Request test artifacts to be built in parallel with running the test. by janakr · 8 years ago
- ab21d18 Move core test classes to lib.analysis.test by ulfjack · 8 years ago
- 3c0adb2 Allow Skyframe graph lookups and value retrievals to throw InterruptedException. by Janak Ramakrishnan · 9 years ago
- ad77f97 Refactor FileArtifactValue and ArtifactValue now that presence of mtime and digest are mutually exclusive. by Janak Ramakrishnan · 9 years ago
- bfd4e24 Model the TopLevelArtifactContext as an argument to the CompletionFunction rather than a PRECOMPUTED value. by Googler · 9 years ago
- f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
- 6e91eb9 Move Label from the lib.syntax to the lib.cmdline package so that: by Lukacs Berki · 10 years ago
- e2033b1 A prototype implementation of top-level aspects. by Dmitry Lomov · 10 years ago
- d08b27f Update from Google. by Han-Wen Nienhuys · 10 years ago