
b4e85a3686..4f05e20cbe
$ git log b4e85a368..4f05e20cb --date=short --no-merges --format='%ad %ae %s'
2025-03-07 de34 [libc++] Implement part of P2562R1: constexpr `ranges::stable_sort` (#128860)
2025-03-06 nikolasklauser [libc++] Remove identity casts in <{forward_,}list> (#130049)
2025-03-06 nikolasklauser [libc++] Remove a few unused includes from <__concepts/*> (#129883)
2025-03-06 de34 [libc++] Verify that LWG4140 is implemented (#128624)
2025-03-06 de34 [libc++] Implement part of P2562R1: constexpr `ranges::stable_partition` (#129839)
2025-03-06 atetubou [libcxx] Export directory_iterator in module build (#129195)
Created with:
roll-dep src/third_party/libc++/src
Bug: none
Change-Id: Id48fed67510f254636c68d2862afd2765c09410f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6348617
Commit-Queue: Nico Weber <thakis@chromium.org>
Reviewed-by: Hans Wennborg <hans@chromium.org>
Auto-Submit: Nico Weber <thakis@chromium.org>
Commit-Queue: Hans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1431671}
Chromium
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead,
follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.