1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago
  2. cc2e93c Make it possible to build a no-exceptions variant of libcxx. by Asiri Rathnayake · 9 years ago
  3. a90c6dd Move test into test/std subdirectory. by Eric Fiselier · 10 years ago[Renamed from test/experimental/optional/optional.object/optional.object.assign/move.pass.cpp]
  4. 8283709 Move the optional tests into test/experimental. They were put into test/utilities because optional was going to be part of C++14, and then was pulled and put into the Library Fundamentals TS instead. No funcitonality change here; just moving files around. by Marshall Clow · 10 years ago[Renamed from test/utilities/optional/optional.object/optional.object.assign/move.pass.cpp]
  5. 0cdbe60 Move <optional> into include/experimental, and into the std::experimental namespace, since it's not part of C++14, but of an upcoming TS by Marshall Clow · 11 years ago
  6. 01afa5c Implement N3672, optional<T>. by Howard Hinnant · 11 years ago