bazel /
crubit /
5753445286b643fdfaa6ebf91a8911acabc411a5 - 5753445 Integrate LLVM at llvm/llvm-project@f6f944e77f74 by Googler · 1 year, 5 months ago
- 45c2273 [nullability] Fix a test bug. by Martin Brænne · 1 year, 5 months ago
- 19840f6 Move test for string_view next to its implementation in crubit/support/cc_std/. by Jing Lu · 1 year, 6 months ago
- 3b354b0 [nullability] Add repro for false positive caused by inconsistent loop state. by Martin Brænne · 1 year, 6 months ago
- 563b90c Prune unneeded dependencies of `cc_bindings_from_rs`. by Lukasz Anforowicz · 1 year, 6 months ago
- 9b9716c Finally, move `bindings` to a separate crate. by Devin Jeanpierre · 1 year, 6 months ago
- d9d5edd Crubit OSS build presubmit: Bump the rust toolchain version. by Jing Lu · 1 year, 6 months ago
- 1397fc9 Crubit OSS build presubmit: Bump LLVM version and add `-Wno-missing-braces`. by Jing Lu · 1 year, 6 months ago
- fbc9765 Integrate LLVM at llvm/llvm-project@73f8ec9edb52 by Googler · 1 year, 6 months ago
- 2375c5b Move `cmdline` to a separate crate. by Devin Jeanpierre · 1 year, 6 months ago
- 0517597 Integrate LLVM at llvm/llvm-project@173fd67a124d by Googler · 1 year, 6 months ago
- 0b1e988 Move run_compiler and its testonly helper functions into separate crates. by Devin Jeanpierre · 1 year, 6 months ago
- f2e50e7 Prepare `CcBindingsFromRustInfo` for round-tripped interop. by Devin Jeanpierre · 1 year, 6 months ago
- 199d969 Allow multiple headers in `--bindings-from-dependency`. by Devin Jeanpierre · 1 year, 6 months ago
- 8c90fda Mark non-conflicting inferences made from existing annotations as trivial. by Googler · 1 year, 6 months ago
- 638ffa7 Google-internal change. by Jing Lu · 1 year, 6 months ago
- 61fda74 Google-internal change by Jing Lu · 1 year, 6 months ago
- 3b4ac68a [nullability][NFC] Add newline at end of aliases.cc. by Martin Brænne · 1 year, 6 months ago
- ac7c3fd s/other-crate-bindings/bindings-from-dependency/g by Devin Jeanpierre · 1 year, 6 months ago
- 241915d Fix bug: forward declarations didn't take namespaces into account. by Devin Jeanpierre · 1 year, 6 months ago
- 7ac3e67 Support specifying angular brackets for including Crubit support C++ library headers. by Jing Lu · 1 year, 6 months ago
- 4487593 Google-internal change. by Jing Lu · 1 year, 6 months ago
- ea4d790 [nullability] Add various tests for loops that mutate pointer variables. by Martin Brænne · 1 year, 6 months ago
- 9f1e3c7 OSS build presubmit: Disable 'Rolling Bazel Version' build. by Jing Lu · 1 year, 6 months ago
- 165ab33 Google-internal change. by Jing Lu · 1 year, 6 months ago
- 43114e8 Infer Nonnull parameters from the passing of an influenced value to a Nonnull parameter. by Googler · 1 year, 6 months ago
- 2b19e53 Remove unneccesarily-specific downcast in getPointerNullState. NFC by Sam McCall · 1 year, 6 months ago
- 7c0fffb Rename CallerSlotsUnknown to reflect the generic use of this function. by Googler · 1 year, 6 months ago
- a868026 Rework PointerNullState APIs by Sam McCall · 1 year, 6 months ago
- a68991e Google-internal change. by Jing Lu · 1 year, 6 months ago
- e0c2928 Adapt to `rustc_interface::interface::Config`'s newly-added `expanded_args` field. by Jing Lu · 1 year, 6 months ago
- 59cf9e6 `infer_tu_main -name-filter/-file-filter` limits analysis to interesting functions. by Sam McCall · 1 year, 6 months ago
- 259ed7e [nullability] Fix `ParenTypeInTemplate` test. by Martin Brænne · 1 year, 6 months ago
- 11028c6 update crubit for rustc API changes by Krasimir Georgiev · 1 year, 6 months ago
- b23bf3b Add SAT solver timeout to inference, and correctly report timeouts/errors. by Sam McCall · 1 year, 6 months ago
- 5f2bb24 Treat base->member as a dereference of base, for inference by Sam McCall · 1 year, 6 months ago
- 159f288 Integrate LLVM at llvm/llvm-project@bf8fd086d09c by Benjamin Kramer · 1 year, 6 months ago
- 02fae86 No public description by Jing Lu · 1 year, 7 months ago
- 9c3a562 Integrate LLVM at llvm/llvm-project@5bab59de4463 by Benjamin Kramer · 1 year, 7 months ago
- 6604531 Don't collect evidence for functions which are not inference targets. by Googler · 1 year, 7 months ago
- 45e9d13 Google-internal change. by Jing Lu · 1 year, 7 months ago
- ba9e674 Google-internal change. by Jing Lu · 1 year, 7 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