bazel /
crubit /
9c3a56240f500116b5c7e3cbd53395496b5a10a6 - 9c3a562 Integrate LLVM at llvm/llvm-project@5bab59de4463 by Benjamin Kramer · 1 year, 6 months ago
- 6604531 Don't collect evidence for functions which are not inference targets. by Googler · 1 year, 6 months ago
- 45e9d13 Google-internal change. by Jing Lu · 1 year, 6 months ago
- ba9e674 Google-internal change. by Jing Lu · 1 year, 6 months ago
- 497e36b Add a test case demonstrating a false negative in output parameter handling by Dmitri Gribenko · 1 year, 7 months ago
- 779d3da Do not consider builtins to be inference targets. by Googler · 1 year, 7 months ago
- c449fc9 Google-internal change. by Jing Lu · 1 year, 7 months ago
- 2d6527a Update pointer nullability when initialized in function call by Googler · 1 year, 7 months ago
- a34a0f2 [nullability] Make `mergeBoolValues()` static. by Martin Brænne · 1 year, 7 months ago
- 4fdab41 Don't emit `struct {} zst` for ZST fields. by Jing Lu · 1 year, 7 months ago
- 3ab9d49 Do not run nullability inference if the input is not in C++ by Kinuko Yasuda · 1 year, 7 months ago
- 1fbea17 Google-internal change. by Jing Lu · 1 year, 7 months ago
- 23486dc Update rust toolchain_type inside rules which are using `compile_rust` function by Nevena Kotlaja · 1 year, 7 months ago
- e9bf7d9 [lifetime_analysis] Migrate away from deprecated `DataflowAnalysis` constructor. by Martin Brænne · 1 year, 7 months ago
- a659202 Google-internal change. by Jing Lu · 1 year, 7 months ago
- 0ef5616 Safety note about Rust references to uninitialized or invalid values. by Lukasz Anforowicz · 1 year, 7 months ago
- 44f03fa Sort load statements lexicographically. by Jing Lu · 1 year, 7 months ago
- e1771ac Google-internal change. by Jing Lu · 1 year, 7 months ago
- 4e940f9 Google-internal change. by Jing Lu · 1 year, 7 months ago
- 4f64bbc Google-internal change. by Jing Lu · 1 year, 7 months ago
- c5c16d2 Google-internal change. by Jing Lu · 1 year, 7 months ago
- e99622e Google-internal change. by Jing Lu · 1 year, 7 months ago
- 92de2d6 Google-internal change. by Jing Lu · 1 year, 7 months ago
- 6c8b8a8 Google-internal change. by Jing Lu · 1 year, 7 months ago
- 07e55d0 Integrate LLVM at llvm/llvm-project@1ff0bdb86dbf by Googler · 1 year, 7 months ago
- 9cd2fc2 [nullability] Simplify flow conditions produced when comparing against `nullptr`. by Martin Brænne · 1 year, 7 months ago
- 597bb72 Google-internal change. by Jing Lu · 1 year, 7 months ago
- c1694f8 Google-internal change. by Jing Lu · 1 year, 7 months ago
- 7a8d25c [nullability] Use `isSupportedPointer()` more widely. by Martin Brænne · 1 year, 7 months ago
- 031ff6a Add platforms repo as a dependency, and use 0.0.7 version. by Jing Lu · 1 year, 7 months ago
- 2646fd0 Google-internal change. by Jing Lu · 1 year, 7 months ago
- 37d497a Google-internal change. by Jing Lu · 1 year, 7 months ago
- 0452918 Add OSS version of crubit_{cc,rust}_{binary,test} macros. by Jing Lu · 1 year, 7 months ago
- f7c8a34 Google-internal change. by Jing Lu · 1 year, 7 months ago
- ada82a8 Google-internal change. by Jing Lu · 1 year, 7 months ago
- 94e52e5 Doc cleanup: `cc_bindings_from_rs` already implements basic `&T` support. by Lukasz Anforowicz · 1 year, 7 months ago
- 4e28946 remove --cfg-s for rustc API changes by Googler · 1 year, 7 months ago
- 591eaf2 Google-internal change. by Jing Lu · 1 year, 7 months ago
- d8cb7f5 update comment about a stale version of memoffset by Googler · 1 year, 8 months ago
- fc32968 Google-internal change. by Jing Lu · 1 year, 8 months ago
- e8e0474 Add `:middle_rs_lib_cc_api` to the `deps` of the `cc_test`. by Jing Lu · 1 year, 8 months ago
- 0db2c21 target_args_test.bzl: Ignore path prefix when matching Crubit support library targets. by Jing Lu · 1 year, 8 months ago
- 76001e8 target_args_test.bzl: Put the expected value as the second argument of `asserts.equals`. by Jing Lu · 1 year, 8 months ago
- f32e39b Include what you spell by Dmitri Gribenko · 1 year, 8 months ago
- b981ab7 Automatic code cleanup. by Liam Miller-Cushon · 1 year, 8 months ago
- 2ecfa60 rs_bindings_from_cc: Add a step to apply `rust_bindings_from_cc_aspect` patch to rules_rust repo. by Jing Lu · 1 year, 8 months ago
- 802fea1 [nullability] Remove `Strict` suffix when calling `Environment` accessors. by Martin Brænne · 1 year, 8 months ago
- 717a186 Annotate intentional use-after-move operations by Dmitri Gribenko · 1 year, 8 months ago
- 1cd5386 Reenable the class_templates test by disabling the specific failing test cases by Dmitri Gribenko · 1 year, 8 months ago
- a6c5d73 Use a class instead of a struct and appropriate member variable naming according to the style guide by Dmitri Gribenko · 1 year, 8 months ago
- 742c4c3 Include what you spell, miscellaneous ClangTidy fixes by Dmitri Gribenko · 1 year, 8 months ago
- 620d019 [nullability] Use `getValue()` instead of `getValueStrict()`. by Martin Brænne · 1 year, 8 months ago
- b70563a Extract a few functions for reuse in inference pipelines by Sam McCall · 1 year, 8 months ago
- 6b84d33 Fix a broken link by Dmitri Gribenko · 1 year, 8 months ago
- 7f14fb5 Include what you spell by Dmitri Gribenko · 1 year, 8 months ago
- dac4d43 Include what you spell by Dmitri Gribenko · 1 year, 8 months ago
- edd9904 Include what you spell by Dmitri Gribenko · 1 year, 8 months ago
- 55ffa64 Include what you spell by Dmitri Gribenko · 1 year, 8 months ago
- 0643c65 Include what you spell by Dmitri Gribenko · 1 year, 8 months ago
- bbf3734 Include what you spell by Dmitri Gribenko · 1 year, 8 months ago
- caa102f cleanup: format the WORKSPACE file by Googler · 1 year, 8 months ago
- 1d9a0ce Suppress noisy pointer_nullability_analysis logging by default. by Sam McCall · 1 year, 8 months ago
- 915da3d Crubit OSS: Try building cc_bindings_from_rs_test: Use OSS version of the dependencies. by Jing Lu · 1 year, 8 months ago
- 04f9f5c Crubit OSS: Try building cc_bindings_from_rs_test: Add necessary dependencies to WORKSPACE. by Jing Lu · 1 year, 8 months ago
- 074397e OSS: Bump the rustc version to nightly/2023-07-07. Add cc_bindings_from_rs to the list of buildable targets. by Jing Lu · 1 year, 8 months ago
- d476b75 Crubit OSS: Don't add `//common:rust_allocator_shims` to `deps` of targets, add it as `rust_toolchain.allocator_library`. by Jing Lu · 1 year, 8 months ago
- 41dd61d cc_bindings_from_rs: adapt for rustc API changes by Googler · 1 year, 8 months ago
- 248b7f0 [nullability] Eliminate check for `ReferenceValue`. by Martin Brænne · 1 year, 8 months ago
- 53b27fb Automatic code cleanup. by Nevena Kotlaja · 1 year, 8 months ago
- 0944564 Handle generating `=delete`d bindings inside `format_..._ctor...`. by Lukasz Anforowicz · 1 year, 8 months ago
- 3d4cefa Internal change by Jing Lu · 1 year, 8 months ago
- 25d207a Refactor `ReturnValueSlot.Test` to avoid reading destroyed objects. by Lukasz Anforowicz · 1 year, 8 months ago
- 2e9a797 Access correct arguments for CXXOperatorCallExprs when collecting nullability evidence. by Googler · 1 year, 8 months ago
- f8ec9d5 Support for `Drop` without `Default`. by Lukasz Anforowicz · 1 year, 8 months ago
- 1abee2b Add a reproducer for 'cross crate' binding where 'the other crate' is from the Rust toolchain. by Jing Lu · 1 year, 8 months ago
- ad4cd43 Avoid extra includes for thunk decls with non-C-ABI-compatible return types. by Lukasz Anforowicz · 1 year, 8 months ago
- 3d9adbe In pointer nullability diagnosis, distinguish different kinds of diagnostics. by Googler · 1 year, 8 months ago
- 68f5b5c [nullability] Create `Value`s for pointer prvalues if the framework doesn't. by Martin Brænne · 1 year, 8 months ago
- df70bf7 Google-internal change. by Jing Lu · 1 year, 8 months ago
- b9d0969 Infer nullability of return type from evidence. by Googler · 1 year, 8 months ago
- dba6897 Avoid crashes in inference: by Sam McCall · 1 year, 8 months ago
- 629040a Internal change by Sam McCall · 1 year, 8 months ago
- 3e3ae48 Collect evidence for return type from return statements. by Googler · 1 year, 8 months ago
- cf1c365 Merge mandatory inference rules and report conflicts. by Googler · 1 year, 8 months ago
- cfd2dd1 Record locations of evidence. by Sam McCall · 1 year, 8 months ago
- f6e26d6 Library and tool to run inference on a single TU in-process by Sam McCall · 1 year, 8 months ago
- e644e1d All nullability vectors can now store symbolic nullability by Sam McCall · 1 year, 8 months ago
- 5e03424 Infer Nullable when >=1 Nullable argument is passed and Nonnull when only Nonnull arguments are passed. by Googler · 1 year, 8 months ago
- e1504a6 Collect evidence for function parameters from observed call sites. by Googler · 1 year, 8 months ago
- fa27ea7 Introduce a separate `fn format_move_ctor_and_assignment_operator`. by Lukasz Anforowicz · 1 year, 8 months ago
- 811a892 Only keep `is_trivially_foo` asserts. by Lukasz Anforowicz · 1 year, 8 months ago
- fd0e2dc Use clap v4.1.8 for Crubit. by Jing Lu · 1 year, 8 months ago
- ba67ca7 Bump the version of rules_rust to v0.25.1. by Jing Lu · 1 year, 8 months ago
- 83caf0c In OSS build, use `crubit_rust_test` as a wrapper of `rust_test`; use `crubit_cc_test` as a wrapper for `cc_test`. by Jing Lu · 1 year, 8 months ago
- 1cf79e4 Don't override nullability for params that already have annotations. by Googler · 1 year, 8 months ago
- 1a55cfb Update last references to is_known to from_nullable. by Googler · 1 year, 8 months ago
- 1af66fd Define merge of Evidence -> Inference, with serializable partials for combine by Sam McCall · 1 year, 8 months ago
- 83bc55c Changes to Evidence proto for aggregation and debugging by Sam McCall · 1 year, 8 months ago
- 3241e2e OSS build: remove `parse_tests` attribute of `bzl_library`. by Jing Lu · 1 year, 8 months ago
- 50f917e Fix ClangTidy warnings, mark intentionally-nontrivial functions as such by Dmitri Gribenko · 1 year, 8 months ago