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
Sort

Pull requests list

Simplify the comparison of sizes of different ranges
#4864 opened Jul 26, 2024 by hewillk Loading…
README.md: Add instructions for building ARM and ARM64. documentation Related to documentation or comments
#4859 opened Jul 24, 2024 by fsb4000 Loading…
Fix and improve array and mdspan static analysis warnings bug Something isn't working
#4856 opened Jul 23, 2024 by StephanTLavavej Loading…
Update README.md working draft revision to N4986 documentation Related to documentation or comments
#4854 opened Jul 22, 2024 by ofAlpaca Loading…
Update google-benchmark to 1.8.5. infrastructure Related to repository automation test Related to test code
#4851 opened Jul 21, 2024 by fsb4000 Loading…
Verify in vector::pop_back if _CONTAINER_DEBUG_LEVEL > 0 enhancement Something can be improved
#4849 opened Jul 20, 2024 by vasama Loading…
Fix truncation warnings in conjunction/disjunction bug Something isn't working
#4846 opened Jul 20, 2024 by StephanTLavavej Loading…
Don't use auto in some ranges algos. bug Something isn't working ranges C++20/23 ranges
#4841 opened Jul 15, 2024 by fsb4000 Loading…
2
Fix put_time() crash on invalid format specifier bug Something isn't working
#4840 opened Jul 14, 2024 by TheStormN Loading…
Vectorize bitset from string construction performance Must go faster
#4839 opened Jul 13, 2024 by AlexGuteniev Loading…
Add [[msvc::lifetimebound]] to more min/max functions enhancement Something can be improved
#4838 opened Jul 13, 2024 by statementreply Loading…
<expected>: Add deleted copy function overloads bug Something isn't working
#4837 opened Jul 13, 2024 by frederick-vs-ja Loading…
move_iterator visualizer should use _Current bug Something isn't working visualizer How the VS debugger displays STL types
#4836 opened Jul 12, 2024 by fsb4000 Loading…
Remove std::ranges::view_interface visualizer. bug Something isn't working visualizer How the VS debugger displays STL types
#4835 opened Jul 12, 2024 by fsb4000 Loading…
Implement formatter specializations for container adaptors cxx23 C++23 feature format C++20/23 format ranges C++20/23 ranges
#4825 opened Jul 10, 2024 by frederick-vs-ja Loading…
Implement P3107R5 optimized <print> cxx23 C++23 feature defect report Applied retroactively
#4821 opened Jul 8, 2024 by blackninja9939 Loading…
Wait condition_variable for steady_clock bug Something isn't working
#4755 opened Jun 30, 2024 by AlexGuteniev Loading…
Vectorize basic_string::find_first_of performance Must go faster
#4744 opened Jun 23, 2024 by AlexGuteniev Loading…
Optimize println() overloads added in P3142R0 performance Must go faster
#4672 opened May 12, 2024 by frederick-vs-ja Loading…
ProTip! Exclude everything labeled bug with -label:bug.