Page MenuHomePhabricator

Please use GitHub pull requests for new patches. Phabricator shutdown timeline

Feed Advanced Search

Wed, Sep 13

Zingam added inline comments to D156609: [libc++][print] Adds ostream overloads..
Wed, Sep 13, 2:18 PM · Restricted Project, Restricted Project

Mon, Sep 11

Zingam committed rG623bb5c2c211: [libc++][ranges][NFC] Status page: Adds `enumerate_view` patch (authored by Zingam).
[libc++][ranges][NFC] Status page: Adds `enumerate_view` patch
Mon, Sep 11, 4:43 AM · Restricted Project, Restricted Project

Aug 26 2023

Zingam added a comment to D158358: [libc++][C++20 modules] Enabling in C++20..

@Mordante This is really nice. Is it landing soon? The ranges patches and maybe some others will need to be updated accordingly after this lands.

Aug 26 2023, 2:08 AM · Restricted Project, Restricted Project

Aug 25 2023

Zingam added a comment to D157193: [libc++][ranges] P2116R9: Implements `views::enumerate`.

Just a note to me. Adjust modules according to this: https://reviews.llvm.org/D158358

Aug 25 2023, 7:32 AM · Restricted Project, Restricted Project

Aug 22 2023

Zingam added a comment to D158446: [libcxx][NFC] Update status documentation for stride range view.

I think you can push this without a review. Just make sure the syntax is correct.

Aug 22 2023, 4:02 AM · Restricted Project, Restricted Project

Aug 3 2023

Zingam added a comment to D140828: [C++] Implement "Deducing this" (P0847R7).

Is this going to land soon? There is a libc++ paper I'm interested in that relies on "deducing this" and I wonder if I should wait for "this" first before I start working on it?

Hard to tell. Maybe in the next few weeks depending on reviewers availability. I'm curious, what paper is that?

Aug 3 2023, 8:17 AM · Restricted Project, Restricted Project, Restricted Project

Jul 29 2023

Zingam added a comment to D140828: [C++] Implement "Deducing this" (P0847R7).

Is this going to land soon? There is a libc++ paper I'm interested in that relies on "deducing this" and I wonder if I should wait for "this" first before I start working on it?

Jul 29 2023, 9:00 AM · Restricted Project, Restricted Project, Restricted Project

Jun 24 2023

Zingam committed rG5f8e4315979c: [libc++][ranges] Addresses: LWG3719 - Directory iterators should be usable… (authored by Zingam).
[libc++][ranges] Addresses: LWG3719 - Directory iterators should be usable…
Jun 24 2023, 7:55 AM · Restricted Project, Restricted Project
Zingam closed D153299: [libc++][ranges] Addresses: LWG3719 - Directory iterators should be usable with default sentinel.
Jun 24 2023, 7:55 AM · Restricted Project, Restricted Project

Jun 19 2023

Zingam committed rG0dda8691b2bc: [libc++][ranges] Mark `views::stride` in progress (authored by Zingam).
[libc++][ranges] Mark `views::stride` in progress
Jun 19 2023, 1:48 AM · Restricted Project, Restricted Project

Jun 18 2023

Zingam committed rG4f7680ceda08: [libc++][spaceship][NFC] P1612R2: Mark remove `operator!=` from "Ranges… (authored by Zingam).
[libc++][spaceship][NFC] P1612R2: Mark remove `operator!=` from "Ranges…
Jun 18 2023, 11:19 AM · Restricted Project, Restricted Project
Zingam closed D152721: [libc++][spaceship][NFC] P1612R2: Mark remove `operator!=` from "Ranges Library" items as "Complete".
Jun 18 2023, 11:18 AM · Restricted Project, Restricted Project

Jun 14 2023

Zingam committed rGe7e36d56d6d3: [libc++][ranges][NFC] Status page: Adds `views::enumerate` (authored by Zingam).
[libc++][ranges][NFC] Status page: Adds `views::enumerate`
Jun 14 2023, 2:54 PM · Restricted Project, Restricted Project
Zingam committed rG9838dd7f7688: [libc++][spaceship][NFC] P1614R2: Status page - mark header synopsis sections… (authored by Zingam).
[libc++][spaceship][NFC] P1614R2: Status page - mark header synopsis sections…
Jun 14 2023, 2:28 PM · Restricted Project, Restricted Project
Zingam closed D152775: [libc++][spaceship][NFC] P1614R2: Status page - mark header synopsis sections as "Complete".
Jun 14 2023, 2:28 PM · Restricted Project, Restricted Project

Jun 12 2023

Zingam committed rG7928ac4e6a75: [libc++][spaceship] P1612R2: Removed `operator!=` from `locale` (authored by Zingam).
[libc++][spaceship] P1612R2: Removed `operator!=` from `locale`
Jun 12 2023, 9:47 PM · Restricted Project, Restricted Project
Zingam closed D152654: [libc++][spaceship] P1612R2: Removed `operator!=` from `locale`.
Jun 12 2023, 9:47 PM · Restricted Project, Restricted Project
Zingam committed rG5a53323d2c14: [libc++][spaceship][NFC] P1612R2: Mark some items "remove `operator!=` from… (authored by Zingam).
[libc++][spaceship][NFC] P1612R2: Mark some items "remove `operator!=` from…
Jun 12 2023, 9:44 PM · Restricted Project, Restricted Project
Zingam closed D152656: [libc++][spaceship][NFC] P1612R2: Mark some items "remove `operator!=` from `*_iterator`" as "Complete".
Jun 12 2023, 9:44 PM · Restricted Project, Restricted Project
Zingam committed rG0029ad89e8c7: [libc++][spaceship] P1614R2: Removed `operator!=` from `weekday`s (authored by Zingam).
[libc++][spaceship] P1614R2: Removed `operator!=` from `weekday`s
Jun 12 2023, 12:22 PM · Restricted Project, Restricted Project
Zingam closed D152699: [libc++][spaceship] P1614R2: Removed `operator!=` from `weekday`s.
Jun 12 2023, 12:22 PM · Restricted Project, Restricted Project
Zingam committed rGa9e0321ffed1: [libc++][spaceship] P1614R2: Added `operator==` to `file_status` (authored by Zingam).
[libc++][spaceship] P1614R2: Added `operator==` to `file_status`
Jun 12 2023, 9:54 AM · Restricted Project, Restricted Project
Zingam closed D152647: [libc++][spaceship] P1614R2: Added `operator==` to `file_status`.
Jun 12 2023, 9:54 AM · Restricted Project, Restricted Project
Zingam committed rG8cf3c2920d03: [libc++][spaceship] P1614R2: Removed `operator!=` from… (authored by Zingam).
[libc++][spaceship] P1614R2: Removed `operator!=` from…
Jun 12 2023, 9:52 AM · Restricted Project, Restricted Project
Zingam closed D152678: [libc++][spaceship] P1614R2: Removed `operator!=` from `scoped_allocator_adaptor`.
Jun 12 2023, 9:51 AM · Restricted Project, Restricted Project
Zingam committed rG9a6ca67397eb: [libc++][spaceship] P1614R2: Removed `operator!=` from `functional` (authored by Zingam).
[libc++][spaceship] P1614R2: Removed `operator!=` from `functional`
Jun 12 2023, 9:49 AM · Restricted Project, Restricted Project
Zingam closed D152704: [libc++][spaceship] P1614R2: Removed `operator!=` from `functional`.
Jun 12 2023, 9:48 AM · Restricted Project, Restricted Project

Jun 11 2023

Zingam committed rGd1ef99fe1ce3: [libc++][spaceship] P1614R2: Removed global `operator!=` from `allocator` (authored by Zingam).
[libc++][spaceship] P1614R2: Removed global `operator!=` from `allocator`
Jun 11 2023, 11:42 PM · Restricted Project, Restricted Project
Zingam closed D152612: [libc++][spaceship] P1614R2: Removed global `operator!=` from `allocator`.
Jun 11 2023, 11:42 PM · Restricted Project, Restricted Project
Zingam committed rG7c96cd35bf5d: [libc++][spaceship] P1612R2: Removed `operator!=` from `bitset` (authored by Zingam).
[libc++][spaceship] P1612R2: Removed `operator!=` from `bitset`
Jun 11 2023, 11:27 PM · Restricted Project, Restricted Project
Zingam closed D152611: [libc++][spaceship] P1612R2: Removed `operator!=` from `bitset`.
Jun 11 2023, 11:26 PM · Restricted Project, Restricted Project
Zingam committed rG3d74398bd33b: [libc++][spaceship] P1614R2: Removed `operator!=` from `unordered_map`… (authored by Zingam).
[libc++][spaceship] P1614R2: Removed `operator!=` from `unordered_map`…
Jun 11 2023, 11:24 PM · Restricted Project, Restricted Project
Zingam closed D152642: [libc++][spaceship] P1614R2: Removed `operator!=` from `unordered_map`, `unordered_multimap`, `__hash_map_iterator`.
Jun 11 2023, 11:23 PM · Restricted Project, Restricted Project
Zingam committed rGbfd6e4dd2d7a: [libc++][spaceship] P1614R2: Removed ops from `unordered_multiset`… (authored by Zingam).
[libc++][spaceship] P1614R2: Removed ops from `unordered_multiset`…
Jun 11 2023, 11:31 AM · Restricted Project, Restricted Project
Zingam closed D152643: [libc++][spaceship] P1614R2: Removed ops from `unordered_multiset`, `unordered_set`.
Jun 11 2023, 11:31 AM · Restricted Project, Restricted Project
Zingam committed rGbe45fe5d8508: [libc++][spaceship] P1614R2: Removed ops from `complex` (authored by Zingam).
[libc++][spaceship] P1614R2: Removed ops from `complex`
Jun 11 2023, 9:52 AM · Restricted Project, Restricted Project
Zingam closed D152615: [libc++][spaceship] P1614R2: Removed ops from `complex`.
Jun 11 2023, 9:52 AM · Restricted Project, Restricted Project
Zingam committed rGf877e88c354e: [libc++][spaceship] P1614R2: Added `operator==` to `slice` (authored by Zingam).
[libc++][spaceship] P1614R2: Added `operator==` to `slice`
Jun 11 2023, 9:51 AM · Restricted Project, Restricted Project
Zingam closed D152617: [libc++][spaceship] P1614R2: Added `operator==` to `slice`.
Jun 11 2023, 9:50 AM · Restricted Project, Restricted Project
Zingam committed rG6c34aab3ff55: [libc++][spaceship] P1614R2: Removed ops from `memory_resource`… (authored by Zingam).
[libc++][spaceship] P1614R2: Removed ops from `memory_resource`…
Jun 11 2023, 9:49 AM · Restricted Project, Restricted Project
Zingam closed D152629: [libc++][spaceship] P1614R2: Removed ops from `memory_resource`, `polymorphic_allocator`.
Jun 11 2023, 9:49 AM · Restricted Project, Restricted Project

Jun 10 2023

Zingam committed rG211efbb1983c: [libc++][spaceship][NFC] Updates `SpaceshipProjects.csv` with full details from… (authored by Zingam).
[libc++][spaceship][NFC] Updates `SpaceshipProjects.csv` with full details from…
Jun 10 2023, 12:10 PM · Restricted Project, Restricted Project
Zingam closed D152297: [libc++][spaceship][NFC] Updates `SpaceshipProjects.csv` with full details from `P1614R2`.
Jun 10 2023, 12:10 PM · Restricted Project, Restricted Project

Jun 9 2023

Zingam committed rGca7a041626cd: [libc++][spaceship] Implement `operator<=>` for `stack` (authored by Zingam).
[libc++][spaceship] Implement `operator<=>` for `stack`
Jun 9 2023, 9:38 PM · Restricted Project, Restricted Project
Zingam closed D146094: [libc++][spaceship] Implement `operator<=>` for `stack`.
Jun 9 2023, 9:37 PM · Restricted Project, Restricted Project
Zingam committed rG55ec808a8897: [libc++][spaceship] Implement `operator<=>` for `vector` (authored by Zingam).
[libc++][spaceship] Implement `operator<=>` for `vector`
Jun 9 2023, 8:53 PM · Restricted Project, Restricted Project
Zingam closed D132268: [libc++][spaceship] Implement `operator<=>` for `vector`.
Jun 9 2023, 8:53 PM · Restricted Project, Restricted Project
Zingam committed rG8fe609cb3a70: [libc++][spaceship] Fixed `__debug_three_way_comp`'s `operator()` for… (authored by Zingam).
[libc++][spaceship] Fixed `__debug_three_way_comp`'s `operator()` for…
Jun 9 2023, 8:48 PM · Restricted Project, Restricted Project
Zingam closed D150188: [libc++][spaceship] Fixed `__debug_three_way_comp`'s `operator()` for `vector<bool>'s `operator<=>`.
Jun 9 2023, 8:48 PM · Restricted Project, Restricted Project

Jun 5 2023

Zingam committed rG172d990c0394: [libc++][spaceship] Implement `operator<=>` for `queue` (authored by Zingam).
[libc++][spaceship] Implement `operator<=>` for `queue`
Jun 5 2023, 10:42 PM · Restricted Project, Restricted Project
Zingam closed D146066: [libc++][spaceship] Implement `operator<=>` for `queue`.
Jun 5 2023, 10:42 PM · Restricted Project, Restricted Project

May 31 2023

Zingam committed rG6614d36d7114: [libc++][spaceship] Additional tests for `operator<=>` `map` and `multimap` (authored by Zingam).
[libc++][spaceship] Additional tests for `operator<=>` `map` and `multimap`
May 31 2023, 12:37 AM · Restricted Project, Restricted Project
Zingam closed D151205: [libc++][spaceship] Additional tests for `operator<=>` `map` and `multimap`.
May 31 2023, 12:37 AM · Restricted Project, Restricted Project

May 28 2023

Zingam committed rGf8b5ac34adb9: [libc++][spaceship] Implement `operator<=>` for `multiset` and `set` (authored by Zingam).
[libc++][spaceship] Implement `operator<=>` for `multiset` and `set`
May 28 2023, 11:00 PM · Restricted Project, Restricted Project
Zingam closed D148416: [libc++][spaceship] Implement `operator<=>` for `multiset` and `set`.
May 28 2023, 11:00 PM · Restricted Project, Restricted Project
Zingam committed rGfb250b8295b9: [clang][c++20][NFC] `ComparisonCategoryType` - updated comment, removed `std… (authored by Zingam).
[clang][c++20][NFC] `ComparisonCategoryType` - updated comment, removed `std…
May 28 2023, 12:25 PM · Restricted Project, Restricted Project
Zingam closed D151627: [clang][c++20][NFC] `ComparisonCategoryType` - updated comment, removed `std:*_equality`.
May 28 2023, 12:25 PM · Restricted Project, Restricted Project

May 25 2023

Zingam committed rGcc2d06126653: [libc++][spaceship][NFC] Improved consistency - removed `inline` specifier for… (authored by Zingam).
[libc++][spaceship][NFC] Improved consistency - removed `inline` specifier for…
May 25 2023, 12:21 AM · Restricted Project, Restricted Project
Zingam closed D151248: [libc++][spaceship][NFC] Improved consistency - removed `inline` specifier for `operator<=>`.
May 25 2023, 12:20 AM · Restricted Project, Restricted Project

May 19 2023

Zingam committed rGcde9d41d87aa: [libc++][ranges][NFC] Added P2711R1 to release notes (authored by Zingam).
[libc++][ranges][NFC] Added P2711R1 to release notes
May 19 2023, 12:02 AM · Restricted Project, Restricted Project
Zingam closed D150845: [libc++][ranges][NFC] Added P2711R1 to release notes.
May 19 2023, 12:02 AM · Restricted Project, Restricted Project

May 8 2023

Zingam committed rG254986d2df8d: [libc++][spaceship] Implement `operator<=>` for `array` (authored by Zingam).
[libc++][spaceship] Implement `operator<=>` for `array`
May 8 2023, 7:03 AM · Restricted Project, Restricted Project
Zingam closed D132265: [libc++][spaceship] Implement `operator<=>` for `array`.
May 8 2023, 7:03 AM · Restricted Project, Restricted Project

May 4 2023

Zingam committed rG03cda7740902: [libc++][spaceship] Implement `operator<=>` for `optional` (authored by Zingam).
[libc++][spaceship] Implement `operator<=>` for `optional`
May 4 2023, 11:59 PM · Restricted Project, Restricted Project
Zingam closed D146392: [libc++][spaceship] Implement `operator<=>` for `optional`.
May 4 2023, 11:59 PM · Restricted Project, Restricted Project

Apr 15 2023

Zingam added a comment to D132310: [libc++][regex] Uses operator<=> in sub_match..

can you please add a new row to the status doc for the removal of the operator!= on match_results? So we don't forget about it...

Apr 15 2023, 11:53 PM · Restricted Project, Restricted Project

Apr 8 2023

Zingam committed rGd94a770f7b05: [libc++][spaceship] Implement `operator<=>` for `time_point` (authored by Zingam).
[libc++][spaceship] Implement `operator<=>` for `time_point`
Apr 8 2023, 10:48 PM · Restricted Project, Restricted Project
Zingam closed D146250: [libc++][spaceship] Implement `operator<=>` for `time_point`.
Apr 8 2023, 10:47 PM · Restricted Project, Restricted Project

Apr 1 2023

Zingam committed rG466d554dcab3: [libc++][spaceship[NFC] P1614R2 `operator<=>` moves misplaced tests to correct… (authored by Zingam).
[libc++][spaceship[NFC] P1614R2 `operator<=>` moves misplaced tests to correct…
Apr 1 2023, 12:26 AM · Restricted Project, Restricted Project
Zingam closed D146902: [libc++][spaceship[NFC] P1614R2 `operator<=>` moves misplaced tests to correct location.
Apr 1 2023, 12:25 AM · Restricted Project, Restricted Project

Mar 23 2023

Zingam committed rG40aaa272f145: [libc++][ranges] P2711R1 Making multi-param constructors of views explicit (authored by Zingam).
[libc++][ranges] P2711R1 Making multi-param constructors of views explicit
Mar 23 2023, 10:31 AM · Restricted Project, Restricted Project
Zingam closed D144822: [libc++][ranges] P2711R1 Making multi-param constructors of views explicit.
Mar 23 2023, 10:30 AM · Restricted Project, Restricted Project

Mar 21 2023

Zingam committed rG83542e47644e: [libc++][spaceship] Implement `operator<=>` for `duration` (authored by Zingam).
[libc++][spaceship] Implement `operator<=>` for `duration`
Mar 21 2023, 11:07 AM · Restricted Project, Restricted Project
Zingam closed D145881: [libc++][spaceship] Implement `operator<=>` for `duration`.
Mar 21 2023, 11:06 AM · Restricted Project, Restricted Project

Apr 28 2022

Zingam added a comment to D124516: [libc++] Implement `std::expected` P0323R12.

Misspelled title.

Apr 28 2022, 9:35 PM · Restricted Project, Restricted Project