Skip to content

Pull requests: microsoft/STL

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

<vector>: Avoid a compiler warning with Defect Report P2280R4 enhancement Something can be improved
#5550 opened May 27, 2025 by StephanTLavavej Loading…
Use lower_bound instead of find_if to lookup time_zones. chrono C++20 chrono performance Must go faster
#5548 opened May 27, 2025 by YexuanXiao Loading…
Optimize std::includes by using ranges::includes approach performance Must go faster
#5543 opened May 24, 2025 by AlexGuteniev Loading…
<regex>: Remove error_syntax bug Something isn't working regex meow is a substring of homeowner
#5542 opened May 24, 2025 by muellerj2 Loading…
<algorithm>: avoid continue in ranges::includes enhancement Something can be improved ranges C++20/23 ranges
#5541 opened May 24, 2025 by AlexGuteniev Loading…
<regex>: Avoid generating unnecessary single-branch _N_if nodes performance Must go faster regex meow is a substring of homeowner
#5539 opened May 24, 2025 by muellerj2 Loading…
Mark templates users shouldn't specialize with _NO_SPECIALIZATIONS enhancement Something can be improved
#5536 opened May 24, 2025 by LocalSpook Loading…
<regex>: Add multiline option and make non-multiline mode the default LWG Library Working Group issue regex meow is a substring of homeowner
#5535 opened May 23, 2025 by muellerj2 Loading…
Make benchmarks compiling in clang-cl test Related to test code
#5533 opened May 23, 2025 by AlexGuteniev Loading…
Add is_implicit_lifetime trait (for Clang) blocked Something is preventing work on this compiler Compiler work involved cxx23 C++23 feature
#5445 opened Apr 27, 2025 by TymianekPL Draft
ProTip! Filter pull requests by the default branch with base:main.