-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Pull requests: microsoft/STL
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
<vector>
: Avoid a compiler warning with Defect Report P2280R4
enhancement
#5550
opened May 27, 2025 by
StephanTLavavej
Loading…
Use C++20 chrono
performance
Must go faster
lower_bound
instead of find_if
to lookup time_zone
s.
chrono
#5548
opened May 27, 2025 by
YexuanXiao
Loading…
Vectorize Must go faster
search_n
for CPUs with SSE4.2 but not AVX2 support; handle AVX2 tail
performance
#5544
opened May 25, 2025 by
AlexGuteniev
Loading…
Optimize Must go faster
std::includes
by using ranges::includes
approach
performance
#5543
opened May 24, 2025 by
AlexGuteniev
Loading…
<algorithm>
: avoid continue
in ranges::includes
enhancement
#5541
opened May 24, 2025 by
AlexGuteniev
Loading…
vector_algorithms.cpp
: Fix zeroupper guard for is_sorted_until
vectorization
performance
#5540
opened May 24, 2025 by
AlexGuteniev
Loading…
<regex>
: Avoid generating unnecessary single-branch _N_if
nodes
performance
#5539
opened May 24, 2025 by
muellerj2
Loading…
Implement P2255R2 Type Traits To Detect References Binding To Temporaries for Clang
cxx23
C++23 feature
#5537
opened May 24, 2025 by
frederick-vs-ja
Loading…
Mark templates users shouldn't specialize with Something can be improved
_NO_SPECIALIZATIONS
enhancement
#5536
opened May 24, 2025 by
LocalSpook
Loading…
<regex>
: Add multiline option and make non-multiline mode the default
LWG
#5535
opened May 23, 2025 by
muellerj2
Loading…
<bit>
: Use popcount for has_single_bit()
if it's always available
performance
#5534
opened May 23, 2025 by
pps83
Loading…
Make benchmarks compiling in clang-cl
test
Related to test code
#5533
opened May 23, 2025 by
AlexGuteniev
Loading…
Clean up Something can be improved
vector_algorithms.cpp
again: unsigned bit manipulation, scope guard for multiple return
enhancement
#5532
opened May 22, 2025 by
AlexGuteniev
Loading…
Add Something is preventing work on this
compiler
Compiler work involved
cxx23
C++23 feature
is_implicit_lifetime
trait (for Clang)
blocked
#5445
opened Apr 27, 2025 by
TymianekPL
•
Draft
ProTip!
Filter pull requests by the default branch with base:main.