1. a78a14d Merge remote-tracking branch 'aosp/upstream-master' into HEAD by Dan Albert · 7 years ago
  2. 2b8d204 Allow users to override GSL_USE_STD_BYTE (#536) by Casey Carter · 7 years ago
  3. be43c79 Removed VS2013 workarounds. (#534) by Neil MacIntosh · 7 years ago
  4. b2ee484 Move from unittest-cpp to catch for unit testing. (#533) by Neil MacIntosh · 7 years ago
  5. 1f87ef7 Fix cstddef include in wrong place. (#520) by Gary Furnish · 7 years ago
  6. 010ab92 Fix multi_span constructor taking a const std::array. (#523) by Vincent Zalzal · 7 years ago
  7. 1cfb241 Fix bug in comparison that selects std::byte. by Neil MacIntosh · 7 years ago
  8. 7731a91 Use std::byte when available. (#519) by Neil MacIntosh · 7 years ago
  9. 247c425 Fixes dereferencing operator issue #517 introduced in PR #513 (#516) by Alexey Malov · 7 years ago
  10. 30595c1 Restricting usage of owner<T> to pointer types (#507) by saurabh singh · 7 years ago
  11. 23581d4 Adding derference operator to not_null (#513) by saurabh singh · 7 years ago
  12. d103286 Fix use of 0 instead of nullptr warning (#515) by Gary Furnish · 7 years ago
  13. 7abfc98 GSL_NOEXCEPT should appear before the initialization list (#514) by Galik · 7 years ago
  14. 39902b6 span_iterator: converting constructor isn't a copy constructor (#511) by Casey Carter · 7 years ago
  15. 64c0ca6 make_span for array doesn't pass N as span template parameter (#498) by ewoudvc · 7 years ago
  16. ebe7ebf Reformat files to follow clang-format style (#492) by Tiago · 7 years ago
  17. c2f953f Add value_type to span (#425) by Maciej T. Nowak · 7 years ago
  18. 534bb4c Added support of not_null<smart_ptr> comparison (#473) by Alexey Malov · 7 years ago
  19. ebab8ca gsl::at clean-up: (#479) by Casey Carter · 7 years ago
  20. d656607 fail_fast should derive from logic_error (#480) by Casey Carter · 7 years ago
  21. ade86ca Fix some corechecker warnings (#470) by MikeGitb · 7 years ago
  22. 16a6a41 gsl_assert changes: (#452) by Casey Carter · 7 years ago
  23. 2676e17 Updating length_func<CharT>::operator() to accept pointer-to-const. (#458) by Duncan Horn · 7 years ago
  24. f9c47dd add gsl::not_null operator<< (#464) by Rian Quinn · 7 years ago
  25. 3819df6 Properly qualify std::size_t (#448) by Casey Carter · 7 years ago
  26. e3fecbd not_null cleanups and improvements: (#449) by Casey Carter · 7 years ago
  27. 6360dd1 Revert change to the definition of constexpr macro in gsl_byte from #446 (#450) by Casey Carter · 7 years ago
  28. 4e8f95b Cleanup include structure, constexpr and noexcept compiler workarounds. by Casey Carter · 7 years ago