Sign in
bazel
/
bazel
/
0de69d0d6d6479a2d5dfc666d43c8e1391875efd
/
src
0de69d0
bazel collect: depset: rename toCollection to toList
by adonovan
· 5 years ago
1d93d26
bazel syntax: delete StarlarkThread.Extension
by adonovan
· 5 years ago
00806c8
Extract PackageLoadingListener from Package.Builder.Helper
by michajlo
· 5 years ago
7c67d1d
Add option to filter events from UI
by Alessandro Patti
· 5 years ago
d8de9ac
Ignore @debian_cc_deps for embedded_tools_deps_test
by pcloudy
· 5 years ago
3f18f48
Use the correct variable name.
by jcater
· 5 years ago
5c48298
Fix an incorrect comment.
by jcater
· 5 years ago
412e03c
Automated rollback of commit 9a00c789ea46dcb8c73e513ad1ba234a8417fff3.
by adgar
· 5 years ago
89ac3c0
Fix possible subprocess leak.
by jmmv
· 5 years ago
dcead93
Enables Desugar-Shadowable API Auto Desugaring for all Android Platform Types
by Googler
· 5 years ago
2143cf8
Add a TestType utility enum that can be used to detect if Bazel is running in a test, and use it throughout our codebase.
by janakr
· 5 years ago
886cdc9
This change adds package name to the java class which uses the default java package
by Googler
· 5 years ago
571e9d5
Reserves failure details field numbers for internal use
by mschaller
· 5 years ago
b8e0254
Encode SpawnActionContextMaps failures using FailureDetails
by mschaller
· 5 years ago
3ef8fb9
Anchor input fetches to source action id
by George Gensure
· 5 years ago
259c200
Document what create_linking_context_from_compilation_outputs returns
by Brian Silverman
· 5 years ago
bdd0800
Add .tcc as accepted cc_library header extension
by liubang
· 5 years ago
3957231
Restore case-sensitivity to detection of -I and /I include directories
by Googler
· 5 years ago
9f6d4cf
Automated rollback of commit 66badc6cdbbec0d35577e6d846c7fa0ef485ce81.
by leba
· 5 years ago
3b9e6f2
Add optional tool_path_origin to Tools in C++ crosstool
by Yannic Bonenberger
· 5 years ago
0d9bd69
D8 desugar: Handle input/output pairs and classpath with duplicate classes
by sgjesse
· 5 years ago
bccef05
Skylark -> Starlark: CcSkylarkApiProviderApi
by wyv
· 5 years ago
775d584
Encode StandaloneModule failures using FailureDetails
by mschaller
· 5 years ago
51eb416
bazel: stop extending SkylarkTestCase unnecessarily
by adonovan
· 5 years ago
640d7f7
Make getOptputSymlinks public.
by Googler
· 5 years ago
428aedd
Unconditionally fall back to the transitive classpath on errors
by cushon
· 5 years ago
e75ed02
Thread maven_coordinates from jvm_maven_import_external into the underlying java_import rule
by Jingwen Chen
· 5 years ago
e6f8e29
Reserves failure details field numbers for internal use
by mschaller
· 5 years ago
2f818d5
Use failure details in QueryEnvironmentBasedCommand
by mschaller
· 5 years ago
0cd2858
Fix deletion of non-executable but readable directories
by arostovtsev
· 5 years ago
044b0b8
Reserves failure details field numbers for internal use
by Googler
· 5 years ago
8ce278d
tests and slightly clarifies statistics computation
by Googler
· 5 years ago
7f5d71e
Add a {de}serialization codec for byte[].
by ajurkowski
· 5 years ago
33d0a1c
Fix no-remote-exec caching functionality
by Josh Smith
· 5 years ago
2a8b69a
Wrap the logging Messsage of desugar-identified boot class path entry under verbose mode and flag guard auto_desugar_shadowed_api_use
by Googler
· 5 years ago
4c2679f
Update ASM used by Desugar Tool from v7.0 to v8.0
by Googler
· 5 years ago
9a00c78
Automated rollback of commit 20b0befdcf4d5f064a8e328c1766e8ca434a8bb1.
by janakr
· 5 years ago
e191c6a
bazel syntax: break one dependency on lib.concurrent
by adonovan
· 5 years ago
5afb986
Use DetailedExitCode in SequencedSkyframeExecutor.
by nharmata
· 5 years ago
01609b8
Provide a way to build against Debian system installed java libraries
by Yun Peng
· 5 years ago
bfed731
Create output child directories before their parents
by Jonathan Gerrish
· 5 years ago
db8c327
Use DetailedExitCode in BazelFileSystemModule's handling of the bazel.DigestFunction system property and also the default hash function already being set.
by nharmata
· 5 years ago
71dcb10
Remove -Xclang-only= prefixes.
by Googler
· 5 years ago
97eecd5
Use DetailedExitCode in RetainedHeapLimiter.
by nharmata
· 5 years ago
291caab
bazel profiler: don't allocate memory when not in use
by adonovan
· 5 years ago
eb43ebc
D8 desugar: Collect desugar dependencies
by sgjesse
· 5 years ago
4f2a56a
Disable MacOSXFsEventsDiffAwarenessTest again due to flakyness. :(
by philwo
· 5 years ago
12c6db5
Cleanup Collecting logic of the Type Converters from CoreLibrarySupport
by Googler
· 5 years ago
b7e4fd4
Remove deprecated and already-disabled params from Args.add()
by brandjon
· 5 years ago
12d413b
Add comment advising against trying to create new attribute types
by brandjon
· 5 years ago
d75a488
Have --incompatible_string_replace_count reject None counts
by brandjon
· 5 years ago
0f38eea
Properly handle package-default visibility in AggregatingAttributeMapper
by michajlo
· 5 years ago
23609fd
Remove dead code for `mapAll` from `Args.add_all`.
by ajurkowski
· 5 years ago
d95bfbd
Reintroduce support for Python 2.6 to python_stub_template
by Ryan Beasley
· 5 years ago
3862f87
Allows using split_attr on Starlark split transitions. This is a modified clone of https://github.com/bazelbuild/bazel/commit/18bd1056b00e1fd58638d4db81e02cfb7df8ce69, which was rolled back due to b/152078818, with a new test case specifically designed for the bug.
by Googler
· 5 years ago
f7bb602
Remove deprecated target build/lib:build-base.
by jcater
· 5 years ago
220a1c8
The great Skylark -> Starlark class migration:
by gregce
· 5 years ago
b3549ca
Add helper class InterruptedFailureDetails
by mschaller
· 5 years ago
00ea8fa
Handle negative count arg in string.replace
by Gustav Westling
· 5 years ago
70c6f0a
Clean up definition of r8_support to stop confusing Bazel.
by John Cater
· 5 years ago
ccbd624
Remove legacy export for transitive-info-provider and update dependers.
by jcater
· 5 years ago
9653abb
Provide additional guidance about the py2 problem with genrule.
by Googler
· 5 years ago
850a864
Extract and propagate databinding information from imported aars. #2694
by ahumesky
· 5 years ago
e7ed050
Migrate existing --preserve_core_library_override powered Desugaring to Automation
by Googler
· 5 years ago
ff58081
allow starlark actions to declare which exec_group they belong to
by juliexxia
· 5 years ago
57c7fac
Remove legacy export for deprecated targets and update dependers.
by jcater
· 5 years ago
1726c05
Fix documentation of ctx.actions.symlink
by Yannic
· 5 years ago
a6be4a9
Remove legacy export for nativedeps and update dependers.
by jcater
· 5 years ago
bc74d1d
bazel syntax: eject Depset from the Starlark interpreter
by adonovan
· 5 years ago
556096a
Add support for clang-cl-style compiler command lines when scanning includes
by Googler
· 5 years ago
1be0628
Remove stale tests.
by John Cater
· 5 years ago
ba7dd23
Remove dependencies on the deprecated target build/lib:build-base.
by jcater
· 5 years ago
9f72d7e
bazel syntax: move argument validation from parser to resolver
by adonovan
· 5 years ago
43f793c
Allow artifact -> artifact symlink actions from Starlark
by Yannic Bonenberger
· 5 years ago
e322342
Remove legacy export for build-configuration-option-details and update dependers.
by jcater
· 5 years ago
66badc6
Remove unnecessary order dependency between direct/transitive children nodes of
by leba
· 5 years ago
e1087a6
bazel syntax: move depset function out of core Starlark
by adonovan
· 5 years ago
9ad4fa7
Support Desugar-shadowed Overridable APIs: Overridge Bridge Method Generation - 3 / 3
by Googler
· 5 years ago
8478f78
Support Desugar-shadowed Overridable APIs: Type Hierarchy Analyer - 2 / 3
by Googler
· 5 years ago
5d4f2d6
Remove legacy export for provider-collection and update dependers.
by jcater
· 5 years ago
41160b4
Optimize path/text evaluation in ninja lexer by using equals instead of set lookup
by cparsons
· 5 years ago
ef3c5ac
Expose Rule#getGeneratorFunction() method
by rosica
· 5 years ago
b91bc2d
Support Desugar-Shadowed Overridable APIs: Misc Langmodel and IO utilities - 1 / 3
by Googler
· 5 years ago
6a03c07
Remove dependencies on the deprecated target build/lib:build-base.
by jcater
· 5 years ago
bf0b758
HttpStream: Enable retries during 32KB precheck
by Ryan Beasley
· 5 years ago
d7d0e97
Support generate_dsym_file feature for cpp compile actions
by waltl
· 5 years ago
9c14393
Reserve failure details field numbers for internal use.
by ajurkowski
· 5 years ago
1e6bbb9
AnalysisRootCauseEvent produced when no configuration match found.
by adgar
· 5 years ago
c555a81
Automated rollback of commit 81cd5ac6ec877f0c243bc6f6aa1ccf2e2440d9ea.
by Googler
· 5 years ago
c05b67c
Use failure details in InfoCommand, InvalidConfigurationException
by mschaller
· 5 years ago
0212f18
Fix static analysis warnings about unsafe finalization and Runtime.exec
by arostovtsev
· 5 years ago
3351277
Remove dependencies on the deprecated target build/lib:build-base.
by jcater
· 5 years ago
3b91953
bazel syntax: introduce Resolver.Binding
by adonovan
· 5 years ago
a2634f0
Remove dependencies on the deprecated target build/lib:build-base.
by jcater
· 5 years ago
932b26c
Use target description for Ninja progress message even if rule has none
by cparsons
· 5 years ago
427e6b1
Remove dependencies on the deprecated target build/lib:build-base.
by jcater
· 5 years ago
ff17426
Remove dependencies on the deprecated target build/lib:build-base.
by jcater
· 5 years ago
81cd5ac
bazel syntax: move depset function out of core Starlark
by adonovan
· 5 years ago
8bee707
bazel syntax: remove depset special case in Starlark.type
by adonovan
· 5 years ago
31dbdde
Throw a parsing exception when ninja targets reference undefined rules
by cparsons
· 5 years ago
Next »