- 64d7c89 Remove '@' from RepositoryName constructors by wyv · 3 years ago
- 80ada0f Internal change by Googler · 3 years, 3 months ago
- 78d0131 Get rid of the '@' in RepositoryName by wyv · 3 years, 3 months ago
- 0df4d14 bzlmod: Refactor repository mapping with a new class by pcloudy · 3 years, 7 months ago
- f0b0c39 Simplify asDerivedRoot's signature by replacing boolean parameters with a RootType object. by Googler · 4 years, 2 months ago
- 660f5b2 Subdivide derived root types so that Artifact class methods can always handle derived artifact paths properly regardless of the --experimental_sibling_repository_layout value. by Googler · 4 years, 2 months ago
- 147c287 Deprecate the middleman root concept and make it a variant of derived root. by Googler · 4 years, 2 months ago
- 181bd1a Use Artifact#getRunfilesPath to expand rootpath and rootpaths vars if --nolegacy_external_runfiles is specified. by Googler · 4 years, 5 months ago
- 97c0bd1 Replace test usages of DigestHashFunction#getDefaultUnchecked and implicit DigestHashFunction#getDefault calls by the actual default hash function. Also remove a bunch of unnecessary Clock injections. by janakr · 4 years, 7 months ago
- 448f1cf Remove components field from ArtifactRoot. If we guarantee that each component is a plain path segment (not made of multiple segment) then it is reconstructible from the execPath. by janakr · 5 years ago
- 660d17f Replace MoreAsserts.assertThrows with Assert.assertThrows by michajlo · 5 years ago
- aea0560 Make Artifact an abstract class, and break out a DerivedArtifact subclass. This will facilitate future refactorings in which a DerivedArtifact will have an ActionLookupData "owner", while a SourceArtifact will have a Label owner (or an ArtifactOwner, depending on how lazy I am). by janakr · 6 years ago
- 42edea6 Automatic cleanup change. by jcater · 6 years ago
- c9efd06 Automated rollback of commit 7e87730de985b7099b9b683571d58efdaab70890. by ccalvarin · 7 years ago
- 7e87730 Remove default MD5 in most of Bazel's virtual filesystems. by ccalvarin · 7 years ago
- c7c5ab1 Remap labels that include a repository name that appear in $(location x). by dannark · 7 years ago
- 25d5efc Change LocationFunction to not extend Function. by dannark · 7 years ago
- ee6a686 Introduce Root class. by tomlu · 7 years ago
- 1cdcdf9 Rename Root to ArtifactRoot. by tomlu · 7 years ago
- 04509fa Rewrite LocationExpander by ulfjack · 8 years ago