index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcxx
/
include
/
__iterator
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++][NFC] Rename _EnableIf to __enable_if_t for consistency
Louis Dionne
2021-09-08
4
-8
/
+8
*
[libc++] Define insert_iterator::iter with ranges::iterator_t.
Arthur O'Dwyer
2021-09-02
1
-3
/
+12
*
[libcxx] contiguous iterator concept: don't require pointer or complete eleme...
Joe Loser
2021-09-01
1
-1
/
+0
*
[libc++][NFC] Remove redundant friend declaration for operator==
Louis Dionne
2021-08-31
1
-6
/
+0
*
[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROS
Louis Dionne
2021-08-27
31
-155
/
+0
*
[libc++] Remove workarounds for the lack of deduction guides in C++17
Louis Dionne
2021-08-18
1
-2
/
+2
*
[libcxx][ranges] Add `ranges::iota_view`.
zoecarver
2021-08-13
1
-0
/
+2
*
[libcxx][ranges] Add `unreachable_sentinel`.
zoecarver
2021-08-12
1
-0
/
+38
*
[libc++] IWYU to fix complaints when compiling with Modules. NFCI.
Arthur O'Dwyer
2021-08-05
2
-0
/
+4
*
[libcxx][ranges] Add `counted_iterator`.
zoecarver
2021-07-27
1
-0
/
+306
*
[libcxx][NFC] adjusts 41b17c44 so it meets requested feedback
Christopher Di Bella
2021-07-27
1
-3
/
+3
*
[libc++] Fix signed overflow inside ranges::advance.
Arthur O'Dwyer
2021-07-26
1
-4
/
+4
*
[libc++] Implement the output_iterator and output_range concepts
Louis Dionne
2021-07-26
1
-0
/
+9
*
[libc++][NFC] Change a few instances of > > to >> in C++20 code
Louis Dionne
2021-07-26
1
-7
/
+7
*
[libc++] Avoid triggering warnings for implicit conversion
Louis Dionne
2021-07-23
1
-10
/
+12
*
[libcxx][modularisation] properly modularises advance, next, and prev
Christopher Di Bella
2021-07-22
1
-3
/
+3
*
[libcxx][ranges] Add common_iterator.
zoecarver
2021-07-20
1
-0
/
+301
*
[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABI in <ranges>
Louis Dionne
2021-07-19
6
-2
/
+21
*
[libc++] NFCI: Restore code duplication in wrap_iter, with test.
Arthur O'Dwyer
2021-07-14
1
-0
/
+46
*
[libc++] Add XFAIL for Clang ToT with modules
Louis Dionne
2021-07-08
3
-9
/
+0
*
[libc++] Workaround failures with modules on Clang ToT
Louis Dionne
2021-07-08
3
-0
/
+9
*
[libcxx][modularisation] splices `<iterator>` into individual headers
Christopher Di Bella
2021-07-06
15
-13
/
+517
*
[libcxx][ranges] Implement indirectly_swappable.
zoecarver
2021-07-01
2
-0
/
+13
*
[libcxx][functional][modular] splices <functional> into modular headers
Christopher Di Bella
2021-07-01
1
-0
/
+1
*
[libc++] NFCI: Remove code duplication and obsolete declarations in wrap_iter
Louis Dionne
2021-06-29
1
-185
/
+32
*
[libc++] Split the various iterator types out of <iterator>
Louis Dionne
2021-06-28
11
-0
/
+1473
*
[libcxx][modularisation] moves <utility> content out of <type_traits>
Christopher Di Bella
2021-06-24
2
-0
/
+2
*
[libcxx][ranges] Add `ranges::iter_swap`.
zoecarver
2021-06-22
1
-0
/
+94
*
[libcxx][ranges] Add `indirectly_movable` and `indirectly_movable_storable`.
zoecarver
2021-06-21
1
-1
/
+13
*
[libcxx][iwyu] ensures we IWYU as prep for modules
Christopher Di Bella
2021-06-15
3
-0
/
+7
*
[libc++] Refactor the tests for std::prev, next and advance
Louis Dionne
2021-06-14
1
-5
/
+3
*
[libc++] NFC: Move indirect_concepts.h to __iterator/concepts.h
Louis Dionne
2021-06-11
3
-100
/
+65
*
[libcxx][ranges] removes default_initializable from weakly_incrementable and ...
Christopher Di Bella
2021-06-10
1
-1
/
+0
*
Revert "[libcxx][module-map] creates submodules for private headers"
Petr Hosek
2021-06-07
4
-7
/
+0
*
[libc++] Rename 'and' to '&&'
Louis Dionne
2021-06-07
1
-2
/
+2
*
[libcxx][ranges] Add concepts in range.utility.helpers.
zoecarver
2021-06-04
2
-7
/
+5
*
[libcxx][module-map] creates submodules for private headers
Christopher Di Bella
2021-06-03
4
-0
/
+7
*
[libcxx][ranges] Add `default_sentinel` and `default_sentinel_t`.
zoecarver
2021-06-01
1
-0
/
+35
*
[libcxx][nfc] moves std `advance`, `next`, and `prev` into their headers
Christopher Di Bella
2021-05-31
3
-0
/
+56
*
[libc++] Add all indirect callable concepts and projected
Louis Dionne
2021-05-28
3
-0
/
+149
*
[libcxx][iterator] adds `std::ranges::prev`
Christopher Di Bella
2021-05-27
1
-0
/
+62
*
[libcxx][iterator] adds `std::ranges::next`
Christopher Di Bella
2021-05-27
1
-0
/
+68
*
[libcxx][iterator] adds `std::ranges::advance`
Christopher Di Bella
2021-05-26
1
-0
/
+157
*
[libc++] Assume that __wrap_iter always wraps a fancy pointer.
Arthur O'Dwyer
2021-05-24
1
-6
/
+8
*
[libcxx][gardening] Re-order includes across libcxx.
zoecarver
2021-05-21
2
-3
/
+3
*
[libcxx][ranges] Add `contiguous_iterator`.
zoecarver
2021-05-14
1
-1
/
+13
*
[libcxx][ranges] Add `random_access_{iterator,range}`.
zoecarver
2021-05-04
1
-1
/
+16
*
[libcxx][iterator][ranges] adds `bidirectional_iterator` and `bidirectional_r...
Christopher Di Bella
2021-05-03
1
-1
/
+11
*
[libcxx][iterator][ranges] adds `forward_iterator` and `forward_range`
Christopher Di Bella
2021-05-03
1
-0
/
+8
*
[libcxx] Reenable ranges for clang-cl
Martin Storsjö
2021-05-01
1
-3
/
+3
[next]