1. 74d5a3c Make the lifetime code not crash on non-type template parameters by Kinuko Yasuda · 2 years, 7 months ago
  2. bd003e9 Don't try to extract lifetime annotations in various cases. by Martin Brænne · 2 years, 9 months ago
  3. 2af40a0 In tests, report lifetime annotation errors per function instead of globally. by Martin Brænne · 2 years, 9 months ago
  4. 33f4f50 Clarify comment on passing a null `TypeLoc` in the case of parameter packs. by Martin Brænne · 2 years, 9 months ago
  5. ddf2e82 Add missing newline in lifetime macros. by Martin Brænne · 2 years, 9 months ago
  6. 8bc2de3 Change syntax for multiple lifetimes on a lifetime-parameterized type. by Martin Brænne · 2 years, 9 months ago
  7. 9fb786f Parse lifetimes in `annotate_type` attributes. by Martin Brænne · 2 years, 9 months ago
  8. 108e9c0 Infer destructor `this` lifetimes, even when elision is disabled. by Devin Jeanpierre · 2 years, 10 months ago
  9. c21d92f Add gtest to fix unit test compilation. by Luca Versari · 2 years, 10 months ago
  10. cec7a8a Changing include paths used in the public repo. by Lukasz Anforowicz · 3 years ago
  11. 1a207c5 Move lifetime_annotations to namespace clang::tidy::lifetimes. by Martin Brænne · 3 years ago
  12. cc7e6cb Add support for function types in parameters for annotations. by Luca Versari · 3 years ago
  13. 6ee6b34 Improve formatting of function lifetime debug strings, in preparation for fn type support. by Luca Versari · 3 years ago
  14. e4d4ec4 Add support for nested templates. by Googler · 3 years ago
  15. 95ce68f Remove TypeLifetimes. by Luca Versari · 3 years ago
  16. bdc5580 Add a disabled test for nested templates. by Googler · 3 years ago
  17. 97a68a1 Move lifetime_annotations to //third_party/crubit by Marcel Hlopko · 3 years, 1 month ago
  18. fbb37d2 Enable lifetime elision for lifetime-parameterized types. by Googler · 3 years, 1 month ago
  19. 656e5b2 Fix "typesef" typo in a test. by Googler · 3 years, 1 month ago
  20. 2e1f0c1 Bugfix: Pointers-to-members should not have lifetimes. by Googler · 3 years, 1 month ago
  21. 8a8e82e Reorder and rename lifetime annotation tests. by Googler · 3 years, 1 month ago
  22. 53f6594 Change syntax for temporary `lifetimes` annotation. by Googler · 3 years, 1 month ago
  23. 0e8e0f9 [rust-interop] Port lifetime analysis to OSS dataflow framework. by Luca Versari · 3 years, 2 months ago
  24. a606843 Add some random smoke tests for corner cases of lifetimes by Marcel Hlopko · 3 years, 2 months ago
  25. 63f10da Lifetime elision for implicitly defaulted constructors. by Lukasz Anforowicz · 3 years, 2 months ago
  26. edf553b [rust-interop] Add a temporary way to add lifetime annotations to functions. by Luca Versari · 3 years, 2 months ago
  27. 6804a01 Prepare to consume lifetime annotations. by Googler · 3 years, 3 months ago
  28. 1cd6687 Make package lifetime_annotations compile under macOS. by Googler · 3 years, 4 months ago
  29. bea5dd1 Add option for GetLifetimeAnnotations to use a LifetimeSymbolTable. by Googler · 3 years, 4 months ago
  30. 33f768d Namespace `lifetime_elision` pragma in `clang` namespace. by Googler · 3 years, 4 months ago
  31. 2aac983 Move lifetime_analysis/test to lifetime_annotations/test. by Googler · 3 years, 4 months ago
  32. b0019ca Move lifetime_annotations.h/.cc./_test.cc to lifetime_annotations/. by Googler · 3 years, 4 months ago