Clone this repo:

Branches

  1. ee484f3 Extend MiraclePtr coverage to more containers by Ali Hijazi · 3 weeks ago main
  2. 8400710 Rewrite std::set<T*> into std::set<raw_ptr<T, SetExperimental>> by Ali Hijazi · 6 weeks ago
  3. 99416a5 Replace logging::LOG_VERBOSE with LOGGING_ by Peter Boström · 2 months ago
  4. 31c422f Rewrite vector<T*> into vector<raw_ptr<T, VectorExperimental>> by Ali Hijazi · 3 months ago
  5. 28f4a2a [base] Rename DIR_SOURCE_ROOT to DIR_SRC_TEST_DATA_ROOT by Ho Cheung · 5 months ago
  6. 61bdefb Ban raw_ptr<T>::operator[] under enable_pointer_arithmetic_trait_check. by Tom Sepez · 6 months ago
  7. 4be30bd Ban [w]ctype.h: courgette/ by Peter Kasting · 8 months ago
  8. 7a3c3a7 [ssci] Add Shipped field to READMEs by Anne Redulla · 9 months ago
  9. f51f672 DanglingPointer: annotate for unittests base+linux [1/N] by Arthur Sonzogni · 10 months ago
  10. 13e2327 Switch to simpler base::WriteFile() variants (106/N) by Claudio DeSouza · 1 year, 1 month ago
  11. 9affbf4 Introduce the raw_ptr attribute AllowPtrArithmetic. by Tom Sepez · 1 year, 1 month ago
  12. f2167e2 Update header includes for /base/functional in /c* by Avi Drissman · 1 year, 2 months ago
  13. 6bdfc75 [BRP] Apply raw_ptr rewriter by Keishi Hattori · 1 year, 4 months ago
  14. a62bea2 win: Get rid of courgette.exe by Nico Weber · 1 year, 4 months ago
  15. 56cc4ba Rewrite T& into raw_ref<T> under multiple directories [1] by Ali Hijazi · 1 year, 4 months ago
  16. ce40cd6 courgette: Simplify courgette64 toolchain computation by Nico Weber · 1 year, 4 months ago
  17. 2d72a5c Convert std::copy() to base::ranges::copy(). by Peter Kasting · 1 year, 5 months ago
  18. 944d7a9 DanglingPtr: Mark all of them as untriaged [1/N] by Ali Hijazi · 1 year, 5 months ago
  19. a81e522 Update copyright headers in courgette/ by Avi Drissman · 1 year, 6 months ago
  20. 7c9fdbb Change calls to std::{all,any,none}_of() to base:: functions: courgette/ by Peter Kasting · 1 year, 7 months ago