summaryrefslogtreecommitdiffstats
path: root/libcxx/include/span
Commit message (Expand)AuthorAgeFilesLines
* [libc++][P1872] span should have size_type, not index_type.Louis Dionne2019-11-141-36/+36
* [libc++] Declare std::tuple_element as struct instead of classLouis Dionne2019-04-011-2/+1
* [libc++] Rename span's as_writeable_bytes to as_writable_bytesLouis Dionne2019-03-281-6/+6
* Eradicate all the ptrdiff_ts in span left over from applying P1227. A couple ...Marshall Clow2019-03-061-41/+40
* I changed a 'enable_if<...>::type to' 'enable_if_t<...>' but forgot to remove...Marshall Clow2019-02-271-1/+1
* Implment the last part of P1024: tuple-like interface to span. Reviewed as ht...Marshall Clow2019-02-271-8/+40
* First part of P1227R2 - change span over to use 'size_t' instead of 'ptrdiff_...Marshall Clow2019-02-271-32/+28
* LWG3101 - span's Container constructors need another constraint. Reviewed as ...Marshall Clow2019-02-251-14/+0
* Commit LWG3144 - span does not have a const_pointer typedef. Reviewed as D57039.Marshall Clow2019-02-251-4/+6
* First part of P1024: Usability Enhancements for std::span. Remove operator() ...Marshall Clow2019-02-251-7/+21
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Implement P1085R2 - Should Span be Regular?. This consists entirely of deletionsMarshall Clow2018-11-271-44/+0
* [libc++][NFC] Add error messages to a couple of static_asserts in spanLouis Dionne2018-10-031-3/+3
* [NFC][libc++] Consistently use spaces to indentLouis Dionne2018-08-031-25/+25
* fix nesting of namespace and standard-version check. Also include <__config>Marshall Clow2018-07-241-1/+3
* Implement <span>. Reviewed as https://reviews.llvm.org/D49338Marshall Clow2018-07-241-0/+606
OpenPOWER on IntegriCloud